Trace number 4106861

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.61 1797.33

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_40.opb
MD5SUMbe9efb792831413817cc7562bdc6c002
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4106861-1466279931.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.48/0.39	c ... done. Wall clock time 0.283s.
0.48/0.39	c declared #vars     200
0.48/0.39	c internal #vars     3238
0.48/0.39	c #constraints  6379
0.48/0.39	c constraints type 
0.48/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
0.48/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.48/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.48/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
0.48/0.39	c 6379 constraints processed.
1.80/0.94	c cleaning 2500 clauses out of 5007 with flag 14765/5007
2.26/1.35	c cleaning 4247 clauses out of 8501 with flag 26891/11001
2.96/2.00	c cleaning 5629 clauses out of 11261 with flag 40960/18008
3.86/2.95	c cleaning 6807 clauses out of 13626 with flag 57046/26002
4.99/4.10	c cleaning 7910 clauses out of 15819 with flag 75378/35002
6.60/5.63	c cleaning 8954 clauses out of 17907 with flag 95592/45000
8.60/7.61	c cleaning 9978 clauses out of 19956 with flag 117763/56003
11.01/10.06	c cleaning 10988 clauses out of 21980 with flag 141900/68005
13.80/12.82	c cleaning 11993 clauses out of 23989 with flag 168027/81002
17.00/16.03	c cleaning 12996 clauses out of 25995 with flag 196354/95001
20.80/19.89	c cleaning 13999 clauses out of 28004 with flag 226591/110006
24.99/24.09	c cleaning 14995 clauses out of 30003 with flag 259037/126004
29.93/28.99	c cleaning 15995 clauses out of 32004 with flag 293927/143000
35.73/34.79	c cleaning 17003 clauses out of 34009 with flag 330325/161000
42.54/41.53	c cleaning 17999 clauses out of 36011 with flag 368738/180005
49.84/48.87	c cleaning 19000 clauses out of 38007 with flag 409129/200000
58.64/57.63	c cleaning 19995 clauses out of 40008 with flag 451358/221001
68.73/67.78	c cleaning 21004 clauses out of 42014 with flag 495747/243002
79.92/78.89	c cleaning 21999 clauses out of 44012 with flag 542000/266004
92.62/91.55	c cleaning 23006 clauses out of 46018 with flag 590564/290009
105.52/104.42	c cleaning 23994 clauses out of 48006 with flag 641043/315003
121.62/120.60	c cleaning 24997 clauses out of 50010 with flag 693512/341001
137.98/136.86	c cleaning 25999 clauses out of 52017 with flag 749002/368005
157.98/156.81	c cleaning 27000 clauses out of 54016 with flag 806014/396003
178.39/177.21	c cleaning 27999 clauses out of 56015 with flag 864662/425002
199.78/198.63	c cleaning 28998 clauses out of 58016 with flag 925381/455002
224.89/223.70	c cleaning 30005 clauses out of 60021 with flag 987749/486005
251.59/250.40	c cleaning 30995 clauses out of 62013 with flag 1052393/518002
276.09/274.94	c cleaning 31996 clauses out of 64019 with flag 1119757/551003
300.66/299.48	c cleaning 33008 clauses out of 66029 with flag 1188572/585009
326.36/325.13	c cleaning 33998 clauses out of 68015 with flag 1259200/620003
360.57/359.32	c cleaning 34998 clauses out of 70016 with flag 1332567/656002
392.48/391.12	c cleaning 35994 clauses out of 72016 with flag 1408072/693000
425.39/424.07	c cleaning 37001 clauses out of 74025 with flag 1486155/731003
472.89/471.41	c cleaning 38002 clauses out of 76025 with flag 1567238/770004
515.99/514.58	c cleaning 39000 clauses out of 78021 with flag 1648983/810002
553.89/552.49	c cleaning 39996 clauses out of 80020 with flag 1731931/851001
605.83/604.24	c cleaning 41000 clauses out of 82023 with flag 1816672/893000
665.54/663.94	c cleaning 41999 clauses out of 84025 with flag 1904208/936002
717.45/715.82	c cleaning 43005 clauses out of 86026 with flag 1993205/980002
783.12/781.36	c cleaning 43998 clauses out of 88022 with flag 2084971/1025003
855.64/853.82	c cleaning 45006 clauses out of 90028 with flag 2177644/1071007
924.27/922.47	c cleaning 45998 clauses out of 92016 with flag 2272512/1118001
1001.38/999.59	c cleaning 46995 clauses out of 94018 with flag 2369426/1166001
1084.01/1082.04	c cleaning 48003 clauses out of 96027 with flag 2468178/1215005
1169.64/1167.67	c cleaning 48997 clauses out of 98019 with flag 2568832/1265000
1231.65/1229.61	c cleaning 50000 clauses out of 100023 with flag 2672291/1316001
1300.32/1298.19	c cleaning 51002 clauses out of 102022 with flag 2777184/1368000
1352.33/1350.12	c cleaning 51998 clauses out of 104022 with flag 2885299/1421002
1400.63/1398.46	c cleaning 53000 clauses out of 106024 with flag 2994792/1475002
1435.97/1433.62	c cleaning 54001 clauses out of 108022 with flag 3112815/1530000
1469.08/1466.79	c cleaning 55006 clauses out of 110021 with flag 3241092/1586000
1501.38/1498.92	c cleaning 56005 clauses out of 112015 with flag 3371454/1643000
1535.49/1533.09	c cleaning 57002 clauses out of 114011 with flag 3504633/1701001
1573.49/1570.94	c cleaning 58001 clauses out of 116010 with flag 3639821/1760002
1611.69/1609.12	c cleaning 59000 clauses out of 118008 with flag 3777347/1820001
1648.62/1646.00	c cleaning 59998 clauses out of 120008 with flag 3917285/1881001
1686.45/1683.81	c cleaning 61002 clauses out of 122011 with flag 4059521/1943002
1721.76/1719.16	c cleaning 61997 clauses out of 124008 with flag 4204114/2006001
1758.84/1756.18	c cleaning 63004 clauses out of 126010 with flag 4350840/2070000
1798.75/1796.01	c cleaning 64001 clauses out of 128007 with flag 4499784/2135001
1800.07/1797.30	c starts		: 2
1800.07/1797.30	c conflicts		: 2138539
1800.07/1797.30	c decisions		: 2263792
1800.07/1797.30	c propagations		: 39668753
1800.07/1797.30	c inspects		: 34604592983
1800.07/1797.30	c shortcuts		: 0
1800.07/1797.30	c learnt literals	: 0
1800.07/1797.30	c learnt binary clauses	: 0
1800.07/1797.30	c learnt ternary clauses	: 157
1800.07/1797.30	c learnt constraints	: 2138539
1800.07/1797.30	c ignored constraints	: 0
1800.07/1797.30	c root simplifications	: 0
1800.07/1797.30	c removed literals (reason simplification)	: 0
1800.07/1797.30	c reason swapping (by a shorter reason)	: 0
1800.07/1797.30	c Calls to reduceDB	: 61
1800.07/1797.30	c Number of update (reduction) of LBD	: 109926
1800.07/1797.30	c Imported unit clauses	: 0
1800.07/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.30	c number of learned constraints concerned by reduction	: 0
1800.07/1797.30	c number of learning phase by resolution	: 0
1800.07/1797.30	c number of learning phase by cutting planes	: 0
1800.07/1797.30	c speed (assignments/second)	: 22076.105690382763
1800.07/1797.30	c timeout
1800.07/1797.30	c non guided choices	3096
1800.07/1797.33	c learnt constraints type 
1800.07/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67544
1800.07/1797.33	s UNKNOWN
1800.07/1797.33	c Total wall clock time (in seconds): 1797.221

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-4106861-1466279931/watcher-4106861-1466279931 -o /tmp/evaluation-result-4106861-1466279931/solver-4106861-1466279931 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12799 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106861-1466279931.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.20 2.17 3/194 13221
/proc/meminfo: memFree=30490004/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13221/stat : 13221 (java) R 13218 13221 12782 0 -1 4202496 1065 0 0 0 0 0 0 0 20 0 1 0 30041720 23793664 714 33554432000 1073741824 1073778376 140735433841088 140735433830152 272877270376 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 5809 714 529 9 0 128 0

[startup+0.100135 s]
/proc/loadavg: 2.10 2.20 2.17 3/194 13221
/proc/meminfo: memFree=30490004/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 30041720 9787879424 6059 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2389619 6059 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.10 2.20 2.17 3/194 13221
/proc/meminfo: memFree=30490004/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 4738 0 1 0 24 1 0 0 20 0 18 0 30041720 9787879424 6803 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2389619 6803 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300187 s]
/proc/loadavg: 2.10 2.20 2.17 3/194 13221
/proc/meminfo: memFree=30490004/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 6112 0 1 0 47 1 0 0 20 0 18 0 30041720 9787879424 9313 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2389619 9313 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.10 2.20 2.17 3/194 13221
/proc/meminfo: memFree=30490004/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 13730 0 1 0 145 3 0 0 20 0 19 0 30041720 9856040960 15516 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2406260 15516 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.10 2.20 2.17 3/213 13240
/proc/meminfo: memFree=30426948/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 13751 0 1 0 243 3 0 0 20 0 19 0 30041720 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2406260 17069 2274 9 0 2396937 0
[pid=13221/tid=13223] ppid=13218 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13221/task/13223/stat : 13223 (java) R 13218 13221 12782 0 -1 4202560 2417 0 1 0 147 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874377047776 139874217224995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13224] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13224/stat : 13224 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874338548136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13225] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13225/stat : 13225 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874337495592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13226] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13226/stat : 13226 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874336442536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13227] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13227/stat : 13227 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874335389992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13228] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13228/stat : 13228 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874216700840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13229] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13229/stat : 13229 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874215648296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13230] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13230/stat : 13230 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874214595240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13231] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13231/stat : 13231 (java) S 13218 13221 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874213542696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13232] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13232/stat : 13232 (java) S 13218 13221 12782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30041722 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139874201131368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13233] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13233/stat : 13233 (java) S 13218 13221 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139873595942264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13234] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13234/stat : 13234 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139873594889096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13235] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13235/stat : 13235 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139873593837840 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13236] ppid=13218 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13221/task/13236/stat : 13236 (java) S 13218 13221 12782 0 -1 4202560 6246 0 0 0 52 1 0 0 20 0 19 0 30041725 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139873592785720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13237] ppid=13218 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/13221/task/13237/stat : 13237 (java) S 13218 13221 12782 0 -1 4202560 3815 0 0 0 42 0 0 0 20 0 19 0 30041725 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139873591733176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13238] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13238/stat : 13238 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139873590680312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13239] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13239/stat : 13239 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139873589627976 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13240] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13240/stat : 13240 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041760 9856040960 17069 33554432000 1073741824 1073778376 140735433841088 139873588573224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.10 2.20 2.17 3/213 13240
/proc/meminfo: memFree=30413852/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9625040 CPUtime=4.09 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 13757 0 1 0 406 3 0 0 20 0 19 0 30041720 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2406260 19629 2274 9 0 2396937 0
[pid=13221/tid=13223] ppid=13218 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/13221/task/13223/stat : 13223 (java) R 13218 13221 12782 0 -1 4202560 2423 0 1 0 306 2 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874377056584 139874217224959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13224] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13224/stat : 13224 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874338548136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13225] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13225/stat : 13225 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874337495592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13226] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13226/stat : 13226 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874336442536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13227] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13227/stat : 13227 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874335389992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13228] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13228/stat : 13228 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874216700840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13229] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13229/stat : 13229 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874215648296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13230] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13230/stat : 13230 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874214595240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13231] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13231/stat : 13231 (java) S 13218 13221 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874213542696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13232] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13232/stat : 13232 (java) S 13218 13221 12782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30041722 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139874201131368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13233] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13233/stat : 13233 (java) S 13218 13221 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139873595942264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13234] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13234/stat : 13234 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139873594889096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13235] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13235/stat : 13235 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139873593837840 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13236] ppid=13218 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13221/task/13236/stat : 13236 (java) S 13218 13221 12782 0 -1 4202560 6246 0 0 0 52 1 0 0 20 0 19 0 30041725 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139873592785720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13237] ppid=13218 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13221/task/13237/stat : 13237 (java) S 13218 13221 12782 0 -1 4202560 3815 0 0 0 45 0 0 0 20 0 19 0 30041725 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139873591733176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13238] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13238/stat : 13238 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139873590680312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13239] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13239/stat : 13239 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139873589627976 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13240] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13240/stat : 13240 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041760 9856040960 19629 33554432000 1073741824 1073778376 140735433841088 139873588573224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.09 2.20 2.17 3/212 13240
/proc/meminfo: memFree=30386176/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9625040 CPUtime=7.3 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 13766 0 1 0 726 4 0 0 20 0 19 0 30041720 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2406260 22631 2275 9 0 2396937 0
[pid=13221/tid=13223] ppid=13218 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/13221/task/13223/stat : 13223 (java) R 13218 13221 12782 0 -1 4202560 2431 0 1 0 626 2 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874377047760 139874217438944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13224] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13224/stat : 13224 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874338548136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13225] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13225/stat : 13225 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874337495592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13226] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13226/stat : 13226 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874336442536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13227] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13227/stat : 13227 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874335389992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13228] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13228/stat : 13228 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874216700840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13229] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13229/stat : 13229 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874215648296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13230] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13230/stat : 13230 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874214595240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13231] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13231/stat : 13231 (java) S 13218 13221 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30041721 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874213542696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13232] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13232/stat : 13232 (java) S 13218 13221 12782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30041722 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139874201131368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13233] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13233/stat : 13233 (java) S 13218 13221 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139873595942264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13234] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13234/stat : 13234 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139873594889096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13235] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13235/stat : 13235 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139873593837840 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13236] ppid=13218 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13221/task/13236/stat : 13236 (java) S 13218 13221 12782 0 -1 4202560 6246 0 0 0 52 1 0 0 20 0 19 0 30041725 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139873592785720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13237] ppid=13218 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13221/task/13237/stat : 13237 (java) S 13218 13221 12782 0 -1 4202560 3815 0 0 0 45 0 0 0 20 0 19 0 30041725 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139873591733176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13238] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13238/stat : 13238 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139873590680312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13239] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13239/stat : 13239 (java) S 13218 13221 12782 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139873589627976 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13240] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13240/stat : 13240 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041760 9856040960 22631 33554432000 1073741824 1073778376 140735433841088 139873588573224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9625040


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

[pid=13221/tid=13233] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13233/stat : 13233 (java) S 13218 13221 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 145541 33554432000 1073741824 1073778376 140735433841088 139873595942264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13234] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13234/stat : 13234 (java) S 13218 13221 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 145541 33554432000 1073741824 1073778376 140735433841088 139873594889096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13235] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13235/stat : 13235 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 145541 33554432000 1073741824 1073778376 140735433841088 139873593837840 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13236] ppid=13218 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13221/task/13236/stat : 13236 (java) S 13218 13221 12782 0 -1 4202560 6246 0 0 0 52 1 0 0 20 0 19 0 30041725 9856040960 145541 33554432000 1073741824 1073778376 140735433841088 139873592785720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13237] ppid=13218 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/13221/task/13237/stat : 13237 (java) S 13218 13221 12782 0 -1 4202560 3816 0 0 0 46 0 0 0 20 0 19 0 30041725 9856040960 145541 33554432000 1073741824 1073778376 140735433841088 139873591733176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13238] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13238/stat : 13238 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 145541 33554432000 1073741824 1073778376 140735433841088 139873590680312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13239] ppid=13218 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13221/task/13239/stat : 13239 (java) S 13218 13221 12782 0 -1 4202560 100 0 0 0 28 40 0 0 20 0 19 0 30041725 9856040960 145541 33554432000 1073741824 1073778376 140735433841088 139873589627976 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13240] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13240/stat : 13240 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041760 9856040960 145541 33554432000 1073741824 1073778376 140735433841088 139873588573224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.96
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.22 2.18 3/213 13308
/proc/meminfo: memFree=29369980/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9625040 CPUtime=1785.04 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 15752 0 1 0 178415 89 0 0 20 0 19 0 30041720 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2406260 150600 2288 9 0 2396937 0
[pid=13221/tid=13223] ppid=13218 vsize=9625040 CPUtime=1781.79 cores=1,3,5,7
/proc/13221/task/13223/stat : 13223 (java) R 13218 13221 12782 0 -1 4202560 2487 0 1 0 178147 32 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874377047760 139874217502508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13224] ppid=13218 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13221/task/13224/stat : 13224 (java) S 13218 13221 12782 0 -1 4202560 213 0 0 0 20 7 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874338548136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13225] ppid=13218 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/13221/task/13225/stat : 13225 (java) S 13218 13221 12782 0 -1 4202560 201 0 0 0 15 5 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874337495592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13226] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13226/stat : 13226 (java) S 13218 13221 12782 0 -1 4202560 320 0 0 0 16 6 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874336442536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13227] ppid=13218 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13221/task/13227/stat : 13227 (java) S 13218 13221 12782 0 -1 4202560 301 0 0 0 20 6 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874335389992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13228] ppid=13218 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13221/task/13228/stat : 13228 (java) S 13218 13221 12782 0 -1 4202560 182 0 0 0 14 5 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874216700840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13229] ppid=13218 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13221/task/13229/stat : 13229 (java) S 13218 13221 12782 0 -1 4202560 175 0 0 0 14 5 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874215648296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13230] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13230/stat : 13230 (java) S 13218 13221 12782 0 -1 4202560 214 0 0 0 17 5 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874214595240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13231] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13231/stat : 13231 (java) S 13218 13221 12782 0 -1 4202560 125 0 0 0 16 6 0 0 20 0 19 0 30041721 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874213542696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13232] ppid=13218 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13221/task/13232/stat : 13232 (java) S 13218 13221 12782 0 -1 4202560 108 0 0 0 1 1 0 0 20 0 19 0 30041722 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139874201131368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13233] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13233/stat : 13233 (java) S 13218 13221 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139873595942264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13234] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13234/stat : 13234 (java) S 13218 13221 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139873594889096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13235] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13235/stat : 13235 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139873593837840 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13236] ppid=13218 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13221/task/13236/stat : 13236 (java) S 13218 13221 12782 0 -1 4202560 6246 0 0 0 52 1 0 0 20 0 19 0 30041725 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139873592785720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13237] ppid=13218 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/13221/task/13237/stat : 13237 (java) S 13218 13221 12782 0 -1 4202560 3816 0 0 0 46 0 0 0 20 0 19 0 30041725 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139873591733176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13238] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13238/stat : 13238 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139873590680312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13239] ppid=13218 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13221/task/13239/stat : 13239 (java) S 13218 13221 12782 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 30041725 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139873589627976 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13240] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13240/stat : 13240 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041760 9856040960 150600 33554432000 1073741824 1073778376 140735433841088 139873588573224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/213 13374
/proc/meminfo: memFree=29781172/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 15754 0 1 0 179917 90 0 0 20 0 19 0 30041720 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2406260 150601 2289 9 0 2396937 0
[pid=13221/tid=13223] ppid=13218 vsize=9625040 CPUtime=1796.78 cores=1,3,5,7
/proc/13221/task/13223/stat : 13223 (java) R 13218 13221 12782 0 -1 4202560 2487 0 1 0 179646 32 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874377047760 139874217439086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13224] ppid=13218 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13221/task/13224/stat : 13224 (java) S 13218 13221 12782 0 -1 4202560 213 0 0 0 20 7 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874338548136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13225] ppid=13218 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/13221/task/13225/stat : 13225 (java) S 13218 13221 12782 0 -1 4202560 201 0 0 0 15 5 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874337495592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13226] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13226/stat : 13226 (java) S 13218 13221 12782 0 -1 4202560 320 0 0 0 16 6 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874336442536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13227] ppid=13218 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13221/task/13227/stat : 13227 (java) S 13218 13221 12782 0 -1 4202560 301 0 0 0 20 6 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874335389992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13228] ppid=13218 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13221/task/13228/stat : 13228 (java) S 13218 13221 12782 0 -1 4202560 182 0 0 0 14 5 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874216700840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13229] ppid=13218 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13221/task/13229/stat : 13229 (java) S 13218 13221 12782 0 -1 4202560 175 0 0 0 14 5 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874215648296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13230] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13230/stat : 13230 (java) S 13218 13221 12782 0 -1 4202560 214 0 0 0 17 5 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874214595240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13231] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13231/stat : 13231 (java) S 13218 13221 12782 0 -1 4202560 125 0 0 0 16 6 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874213542696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13232] ppid=13218 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13221/task/13232/stat : 13232 (java) S 13218 13221 12782 0 -1 4202560 108 0 0 0 1 1 0 0 20 0 19 0 30041722 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874201131368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13233] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13233/stat : 13233 (java) S 13218 13221 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873595942264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13234] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13234/stat : 13234 (java) S 13218 13221 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873594889096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13235] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13235/stat : 13235 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873593837840 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13236] ppid=13218 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13221/task/13236/stat : 13236 (java) S 13218 13221 12782 0 -1 4202560 6246 0 0 0 52 1 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873592785720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13237] ppid=13218 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13221/task/13237/stat : 13237 (java) S 13218 13221 12782 0 -1 4202560 3818 0 0 0 48 0 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873591733176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13238] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13238/stat : 13238 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873590680312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13239] ppid=13218 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13221/task/13239/stat : 13239 (java) S 13218 13221 12782 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873589627976 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13240] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13240/stat : 13240 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041760 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873588573224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13221 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/213 13374
/proc/meminfo: memFree=29781172/32872528 swapFree=1244176/1391344
[pid=13221] ppid=13218 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/13221/stat : 13221 (java) S 13218 13221 12782 0 -1 4202496 15754 0 1 0 179917 90 0 0 20 0 19 0 30041720 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 140735433832224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13221/statm: 2406260 150601 2289 9 0 2396937 0
[pid=13221/tid=13223] ppid=13218 vsize=9625040 CPUtime=1796.78 cores=1,3,5,7
/proc/13221/task/13223/stat : 13223 (java) R 13218 13221 12782 0 -1 4202560 2487 0 1 0 179646 32 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874377047760 139874217439086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13224] ppid=13218 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13221/task/13224/stat : 13224 (java) S 13218 13221 12782 0 -1 4202560 213 0 0 0 20 7 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874338548136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13225] ppid=13218 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/13221/task/13225/stat : 13225 (java) S 13218 13221 12782 0 -1 4202560 201 0 0 0 15 5 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874337495592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13226] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13226/stat : 13226 (java) S 13218 13221 12782 0 -1 4202560 320 0 0 0 16 6 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874336442536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13227] ppid=13218 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13221/task/13227/stat : 13227 (java) S 13218 13221 12782 0 -1 4202560 301 0 0 0 20 6 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874335389992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13228] ppid=13218 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13221/task/13228/stat : 13228 (java) S 13218 13221 12782 0 -1 4202560 182 0 0 0 14 5 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874216700840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13229] ppid=13218 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13221/task/13229/stat : 13229 (java) S 13218 13221 12782 0 -1 4202560 175 0 0 0 14 5 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874215648296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13230] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13230/stat : 13230 (java) S 13218 13221 12782 0 -1 4202560 214 0 0 0 17 5 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874214595240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13231] ppid=13218 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/13221/task/13231/stat : 13231 (java) S 13218 13221 12782 0 -1 4202560 125 0 0 0 16 6 0 0 20 0 19 0 30041721 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874213542696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13221/tid=13232] ppid=13218 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13221/task/13232/stat : 13232 (java) S 13218 13221 12782 0 -1 4202560 108 0 0 0 1 1 0 0 20 0 19 0 30041722 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139874201131368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13233] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13233/stat : 13233 (java) S 13218 13221 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873595942264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13234] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13234/stat : 13234 (java) S 13218 13221 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30041723 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873594889096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13235] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13235/stat : 13235 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873593837840 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13236] ppid=13218 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13221/task/13236/stat : 13236 (java) S 13218 13221 12782 0 -1 4202560 6246 0 0 0 52 1 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873592785720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13221/tid=13237] ppid=13218 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13221/task/13237/stat : 13237 (java) S 13218 13221 12782 0 -1 4202560 3818 0 0 0 48 0 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873591733176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13238] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13238/stat : 13238 (java) S 13218 13221 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873590680312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13221/tid=13239] ppid=13218 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13221/task/13239/stat : 13239 (java) S 13218 13221 12782 0 -1 4202560 104 0 0 0 29 42 0 0 20 0 19 0 30041725 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873589627976 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13221/tid=13240] ppid=13218 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13221/task/13240/stat : 13240 (java) S 13218 13221 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30041760 9856040960 150601 33554432000 1073741824 1073778376 140735433841088 139873588573224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.33
CPU time (s): 1800.61
CPU user time (s): 1799.26
CPU system time (s): 1.35179
CPU usage (%): 100.182
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 1.35179
maximum resident set size= 602644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15788
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38351
involuntary context switches= 4542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2681 second user time and 17.1354 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 21:58:51
IDJOB=4106861
IDBENCH=48294
IDSOLVER=2546
FILE ID=node119/4106861-1466279931
RUNJOBID= node119-1466276358-12799
PBS_JOBID= 19918260
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_1_40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106861-1466279931/watcher-4106861-1466279931 -o /tmp/evaluation-result-4106861-1466279931/solver-4106861-1466279931 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12799 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106861-1466279931.opb

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

MD5SUM BENCH= be9efb792831413817cc7562bdc6c002
RANDOM SEED=1359533654

node119.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.456
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	: 5332.91
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.456
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.456
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.55
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.456
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.456
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.54
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.456
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.456
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.56
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.456
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:        30490004 kB
Buffers:           80112 kB
Cached:           118948 kB
SwapCached:         1572 kB
Active:           100664 kB
Inactive:         138692 kB
Active(anon):      38992 kB
Inactive(anon):     3796 kB
Active(file):      61672 kB
Inactive(file):   134896 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:       1438720 kB
Mapped:            17064 kB
Shmem:                 0 kB
Slab:             603860 kB
SReclaimable:      47572 kB
SUnreclaim:       556288 kB
KernelStack:        1768 kB
PageTables:         7368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 71728 MiB
End job on node119 at 2016-06-18 22:28:48