Trace number 4084679

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1787.54

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_3_15.opb
MD5SUM6d36c2461bcbe18a397b3deab9e30c2d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.232964
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084679-1465265460.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
1.05/0.52	c ... done. Wall clock time 0.405s.
1.05/0.52	c declared #vars     400
1.05/0.52	c internal #vars     6616
1.05/0.52	c #constraints  13035
1.05/0.52	c constraints type 
1.05/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1.05/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.05/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.05/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1.05/0.52	c 13035 constraints processed.
3.79/2.06	c cleaning 2515 clauses out of 5030 with flag 10598/5030
4.83/3.09	c cleaning 4235 clauses out of 8485 with flag 23267/11000
5.84/4.06	c cleaning 5611 clauses out of 11250 with flag 38736/18000
6.55/4.73	c cleaning 6803 clauses out of 13639 with flag 56300/26000
7.20/5.39	c cleaning 7920 clauses out of 15839 with flag 77610/35003
8.20/6.33	c cleaning 8966 clauses out of 17932 with flag 99695/45016
9.30/7.49	c cleaning 9987 clauses out of 19973 with flag 123614/56023
10.97/9.07	c cleaning 10984 clauses out of 21968 with flag 149337/68005
12.87/10.96	c cleaning 11990 clauses out of 23981 with flag 177052/81002
15.28/13.35	c cleaning 12990 clauses out of 25990 with flag 206847/95001
17.97/16.08	c cleaning 14002 clauses out of 28006 with flag 238725/110007
21.27/19.33	c cleaning 15007 clauses out of 30015 with flag 272455/126018
24.99/22.96	c cleaning 15995 clauses out of 31991 with flag 308244/143001
29.09/27.08	c cleaning 16985 clauses out of 33996 with flag 346119/161001
34.00/31.96	c cleaning 18006 clauses out of 36014 with flag 385948/180004
41.70/39.67	c cleaning 19012 clauses out of 38025 with flag 429177/200021
45.59/43.51	c cleaning 19994 clauses out of 39997 with flag 476185/221005
49.59/47.36	c cleaning 20990 clauses out of 41998 with flag 525078/243000
54.78/52.52	c cleaning 21993 clauses out of 44009 with flag 574848/266001
61.58/59.39	c cleaning 23009 clauses out of 46019 with flag 626231/290004
70.71/68.28	c cleaning 23991 clauses out of 48006 with flag 679225/315000
78.31/75.83	c cleaning 24996 clauses out of 50016 with flag 736642/341001
82.11/79.63	c cleaning 26005 clauses out of 52019 with flag 806014/368000
86.41/83.99	c cleaning 27001 clauses out of 54015 with flag 874680/396001
91.64/89.02	c cleaning 28003 clauses out of 56013 with flag 944102/425000
97.24/94.64	c cleaning 29002 clauses out of 58013 with flag 1014351/455003
104.05/101.28	c cleaning 30006 clauses out of 60013 with flag 1085946/486005
111.04/108.27	c cleaning 30992 clauses out of 62002 with flag 1160069/518000
118.64/115.89	c cleaning 31996 clauses out of 64010 with flag 1235879/551000
127.03/123.94	c cleaning 33002 clauses out of 66015 with flag 1314235/585001
135.83/132.70	c cleaning 33983 clauses out of 68012 with flag 1394355/620000
146.45/143.10	c cleaning 35021 clauses out of 70043 with flag 1474919/656014
157.02/153.59	c cleaning 36004 clauses out of 72023 with flag 1559202/693015
168.43/164.88	c cleaning 37007 clauses out of 74015 with flag 1644429/731011
182.14/178.46	c cleaning 37991 clauses out of 76000 with flag 1731174/770003
195.16/191.32	c cleaning 39002 clauses out of 78014 with flag 1821771/810008
208.79/204.93	c cleaning 39996 clauses out of 80005 with flag 1913121/851001
222.69/218.71	c cleaning 41005 clauses out of 82012 with flag 2006292/893004
237.79/233.73	c cleaning 42019 clauses out of 84040 with flag 2101990/936037
255.25/251.13	c cleaning 43003 clauses out of 86007 with flag 2199177/980023
273.14/268.97	c cleaning 43997 clauses out of 87995 with flag 2298830/1025014
292.20/287.85	c cleaning 45000 clauses out of 90001 with flag 2400399/1071017
312.86/308.47	c cleaning 45988 clauses out of 91985 with flag 2504334/1118001
335.24/330.69	c cleaning 47007 clauses out of 94016 with flag 2609984/1166020
357.21/352.58	c cleaning 47989 clauses out of 95990 with flag 2717730/1215001
381.54/376.75	c cleaning 49011 clauses out of 98023 with flag 2827947/1265023
406.79/401.95	c cleaning 50002 clauses out of 100006 with flag 2940018/1316017
431.75/426.74	c cleaning 50990 clauses out of 101987 with flag 3054188/1368000
456.90/451.72	c cleaning 51959 clauses out of 103997 with flag 3170434/1421000
485.68/480.48	c cleaning 52996 clauses out of 106046 with flag 3288516/1475008
520.93/515.57	c cleaning 53993 clauses out of 108043 with flag 3408440/1530001
560.26/554.73	c cleaning 55038 clauses out of 110080 with flag 3529471/1586031
595.88/590.22	c cleaning 56014 clauses out of 112032 with flag 3654656/1643021
631.57/625.76	c cleaning 57007 clauses out of 114017 with flag 3781852/1701020
685.78/679.90	c cleaning 57993 clauses out of 115990 with flag 3907089/1760000
747.27/741.18	c cleaning 59001 clauses out of 118007 with flag 4034458/1820010
811.25/804.81	c cleaning 60004 clauses out of 120013 with flag 4164933/1881017
858.40/851.89	c cleaning 60984 clauses out of 121992 with flag 4299161/1943000
910.50/903.67	c cleaning 62014 clauses out of 124032 with flag 4436647/2006024
941.49/934.31	c cleaning 62990 clauses out of 125996 with flag 4587260/2070002
972.72/965.37	c cleaning 64005 clauses out of 128012 with flag 4738969/2135008
1012.75/1005.15	c cleaning 65003 clauses out of 130007 with flag 4889330/2201008
1056.06/1048.20	c cleaning 65992 clauses out of 132011 with flag 5040506/2268015
1103.27/1095.22	c cleaning 66999 clauses out of 134004 with flag 5192250/2336000
1153.38/1145.11	c cleaning 67996 clauses out of 136013 with flag 5345635/2405008
1203.13/1194.64	c cleaning 69008 clauses out of 138032 with flag 5500217/2475023
1261.02/1252.26	c cleaning 70004 clauses out of 140012 with flag 5656400/2546011
1325.02/1315.94	c cleaning 70992 clauses out of 141997 with flag 5814399/2618000
1395.54/1386.17	c cleaning 71972 clauses out of 144007 with flag 5974167/2691002
1472.62/1462.71	c cleaning 73004 clauses out of 146033 with flag 6135178/2765000
1543.85/1533.42	c cleaning 74010 clauses out of 148030 with flag 6298351/2840001
1633.08/1622.01	c cleaning 75011 clauses out of 150034 with flag 6462410/2916015
1770.96/1758.83	c cleaning 76002 clauses out of 152011 with flag 6625380/2993003
1800.02/1787.51	c starts		: 1
1800.02/1787.51	c conflicts		: 3020227
1800.02/1787.51	c decisions		: 5371888
1800.02/1787.51	c propagations		: 40194481
1800.02/1787.51	c inspects		: 31869373264
1800.02/1787.51	c shortcuts		: 0
1800.02/1787.51	c learnt literals	: 0
1800.02/1787.51	c learnt binary clauses	: 0
1800.02/1787.51	c learnt ternary clauses	: 0
1800.02/1787.51	c learnt constraints	: 3020227
1800.02/1787.51	c ignored constraints	: 0
1800.02/1787.51	c root simplifications	: 0
1800.02/1787.51	c removed literals (reason simplification)	: 0
1800.02/1787.51	c reason swapping (by a shorter reason)	: 0
1800.02/1787.51	c Calls to reduceDB	: 73
1800.02/1787.51	c Number of update (reduction) of LBD	: 502888
1800.02/1787.51	c Imported unit clauses	: 0
1800.02/1787.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1787.51	c number of learned constraints concerned by reduction	: 0
1800.02/1787.51	c number of learning phase by resolution	: 0
1800.02/1787.51	c number of learning phase by cutting planes	: 0
1800.02/1787.51	c speed (assignments/second)	: 22492.9445288201
1800.02/1787.51	c non guided choices	6377
1800.02/1787.52	c timeout
1800.02/1787.54	c learnt constraints type 
1800.02/1787.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103234
1800.02/1787.54	s UNKNOWN
1800.02/1787.54	c Total wall clock time (in seconds): 1787.422

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-4084679-1465265460/watcher-4084679-1465265460 -o /tmp/evaluation-result-4084679-1465265460/solver-4084679-1465265460 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084679-1465265460.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.09 2.09 3/195 7102
/proc/meminfo: memFree=30496172/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7102/stat : 7102 (java) R 7099 7102 3485 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 108480436 278528 28 33554432000 1073741824 1073778376 140735783854000 140735922521784 213857094576 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.10 2.09 2.09 3/195 7102
/proc/meminfo: memFree=30496172/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 4466 0 1 0 7 1 0 0 20 0 18 0 108480436 9787879424 5582 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2389619 5582 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.10 2.09 2.09 3/195 7102
/proc/meminfo: memFree=30496172/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 4727 0 1 0 21 1 0 0 20 0 18 0 108480436 9787879424 6343 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2389619 6343 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300209 s]
/proc/loadavg: 2.10 2.09 2.09 3/195 7102
/proc/meminfo: memFree=30496172/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 6153 0 1 0 43 2 0 0 20 0 18 0 108480436 9787879424 8869 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2389619 8869 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.10 2.09 2.09 3/195 7102
/proc/meminfo: memFree=30496172/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 30243 0 1 0 158 7 0 0 20 0 19 0 108480436 9856040960 33489 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2406260 33489 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.10 2.09 2.09 3/213 7121
/proc/meminfo: memFree=30370464/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9625040 CPUtime=3.23 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 33033 0 1 0 315 8 0 0 20 0 19 0 108480436 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2406260 33928 2270 9 0 2396937 0
[pid=7102/tid=7104] ppid=7099 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 3485 0 -1 4202560 2497 0 1 0 144 2 0 0 20 0 19 0 108480437 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301818093880 140301758615981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7105] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301756823848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7106] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301755771048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7107] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301754718760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7108] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301753665960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7109] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301752613672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7110] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301751560872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7111] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301655817256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7112] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301654764456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7113] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301642352872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7114] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301641298936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7115] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108480440 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301640246536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7116] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301639195024 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7117] ppid=7099 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 3485 0 -1 4202560 16476 0 0 0 80 4 0 0 20 0 19 0 108480442 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301638142648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7118] ppid=7099 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 3485 0 -1 4202560 12784 0 0 0 88 3 0 0 20 0 19 0 108480442 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301637089848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7119] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301636037752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7120] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301634985160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7121] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108480489 9856040960 33928 33554432000 1073741824 1073778376 140735783854000 140301633881000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.10 2.09 2.09 3/213 7121
/proc/meminfo: memFree=30359976/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9625040 CPUtime=4.93 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 33065 0 1 0 485 8 0 0 20 0 19 0 108480436 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2406260 38046 2277 9 0 2396937 0
[pid=7102/tid=7104] ppid=7099 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 3485 0 -1 4202560 2507 0 1 0 303 3 0 0 20 0 19 0 108480437 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301818092056 140301758615915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7105] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301756823848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7106] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301755771048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7107] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301754718760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7108] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301753665960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7109] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301752613672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7110] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301751560872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7111] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301655817256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7112] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301654764456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7113] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 3485 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301642352872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7114] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301641298936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7115] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108480440 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301640246536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7116] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301639195024 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7117] ppid=7099 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 3485 0 -1 4202560 16480 0 0 0 82 4 0 0 20 0 19 0 108480442 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301638142648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7118] ppid=7099 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 3485 0 -1 4202560 12801 0 0 0 95 3 0 0 20 0 19 0 108480442 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301637089848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7119] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301636037752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7120] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301634985160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7121] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108480489 9856040960 38046 33554432000 1073741824 1073778376 140735783854000 140301633881000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.01 2.07 2.08 3/213 7121
/proc/meminfo: memFree=30313676/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9625040 CPUtime=8.2 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 33215 0 1 0 811 9 0 0 20 0 19 0 108480436 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2406260 50856 2277 9 0 2396937 0
[pid=7102/tid=7104] ppid=7099 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 3485 0 -1 4202560 2535 0 1 0 622 3 0 0 20 0 19 0 108480437 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301818093864 140301758726375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7105] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301756823848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7106] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301755771048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7107] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301754718760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7108] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301753665960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7109] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301752613672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7110] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301751560872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7111] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301655817256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7112] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108480438 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301654764456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7113] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 3485 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301642352872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7114] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301641298936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7115] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108480440 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301640246536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7116] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301639195024 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7117] ppid=7099 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 3485 0 -1 4202560 16600 0 0 0 88 4 0 0 20 0 19 0 108480442 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301638142648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7118] ppid=7099 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 3485 0 -1 4202560 12803 0 0 0 96 3 0 0 20 0 19 0 108480442 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301637089848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7119] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301636037752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7120] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301634985160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7121] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108480489 9856040960 50856 33554432000 1073741824 1073778376 140735783854000 140301633881000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 9625040


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

/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108480489 9856040960 86679 33554432000 1073741824 1073778376 140735783854000 140301633881000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1734.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.16 2.10 3/214 7489
/proc/meminfo: memFree=30660720/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9625040 CPUtime=1794.75 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 41519 0 1 0 179319 156 0 0 20 0 19 0 108480436 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2406260 77356 2299 9 0 2396937 0
[pid=7102/tid=7104] ppid=7099 vsize=9625040 CPUtime=1769.76 cores=0,2,4,6
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 3485 0 -1 4202560 2811 0 1 0 176943 33 0 0 20 0 19 0 108480437 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301818092752 140301758579916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7105] ppid=7099 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 3485 0 -1 4202560 950 0 0 0 168 17 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301756823848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7106] ppid=7099 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 3485 0 -1 4202560 1132 0 0 0 166 14 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301755771048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7107] ppid=7099 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 3485 0 -1 4202560 913 0 0 0 188 17 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301754718760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7108] ppid=7099 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 3485 0 -1 4202560 598 0 0 0 165 12 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301753665960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7109] ppid=7099 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 3485 0 -1 4202560 600 0 0 0 173 19 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301752613672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7110] ppid=7099 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 3485 0 -1 4202560 1164 0 0 0 177 15 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301751560872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7111] ppid=7099 vsize=9625040 CPUtime=1.78 cores=0,2,4,6
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 3485 0 -1 4202560 572 0 0 0 169 9 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301655817256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7112] ppid=7099 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 3485 0 -1 4202560 1117 0 0 0 176 14 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301654764456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7113] ppid=7099 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 3485 0 -1 4202560 892 0 0 0 315 5 0 0 20 0 19 0 108480439 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301642352872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7114] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301641298936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7115] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108480440 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301640246536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7116] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301639195024 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7117] ppid=7099 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 3485 0 -1 4202560 16602 0 0 0 90 4 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301638142648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7118] ppid=7099 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 3485 0 -1 4202560 12803 0 0 0 96 3 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301637089848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7119] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301636037752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7120] ppid=7099 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 3485 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301634985160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7121] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108480489 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301633881000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.5 s]
/proc/loadavg: 2.14 2.16 2.10 3/214 7490
/proc/meminfo: memFree=30660596/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 41521 0 1 0 179846 156 0 0 20 0 19 0 108480436 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2406260 77356 2299 9 0 2396937 0
[pid=7102/tid=7104] ppid=7099 vsize=9625040 CPUtime=1774.92 cores=0,2,4,6
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 3485 0 -1 4202560 2813 0 1 0 177459 33 0 0 20 0 19 0 108480437 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301818092768 140301758580052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7105] ppid=7099 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 3485 0 -1 4202560 950 0 0 0 170 17 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301756823848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7106] ppid=7099 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 3485 0 -1 4202560 1132 0 0 0 168 14 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301755771048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7107] ppid=7099 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 3485 0 -1 4202560 913 0 0 0 189 17 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301754718760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7108] ppid=7099 vsize=9625040 CPUtime=1.78 cores=0,2,4,6
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 3485 0 -1 4202560 598 0 0 0 166 12 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301753665960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7109] ppid=7099 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 3485 0 -1 4202560 600 0 0 0 174 19 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301752613672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7110] ppid=7099 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 3485 0 -1 4202560 1164 0 0 0 178 15 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301751560872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7111] ppid=7099 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 3485 0 -1 4202560 572 0 0 0 170 9 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301655817256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7112] ppid=7099 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 3485 0 -1 4202560 1117 0 0 0 177 14 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301654764456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7113] ppid=7099 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 3485 0 -1 4202560 892 0 0 0 315 5 0 0 20 0 19 0 108480439 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301642352872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7114] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301641298936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7115] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108480440 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301640246536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7116] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301639195024 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7117] ppid=7099 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 3485 0 -1 4202560 16602 0 0 0 90 4 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301638142648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7118] ppid=7099 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 3485 0 -1 4202560 12803 0 0 0 96 3 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301637089848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7119] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301636037752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7120] ppid=7099 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 3485 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301634985160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7121] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108480489 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301633881000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1787.5 s]
/proc/loadavg: 2.14 2.16 2.10 3/214 7490
/proc/meminfo: memFree=30660596/32872528 swapFree=12352/737972
[pid=7102] ppid=7099 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/7102/stat : 7102 (java) S 7099 7102 3485 0 -1 4202496 41521 0 1 0 179846 156 0 0 20 0 19 0 108480436 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140735783845136 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7102/statm: 2406260 77356 2299 9 0 2396937 0
[pid=7102/tid=7104] ppid=7099 vsize=9625040 CPUtime=1774.92 cores=0,2,4,6
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 3485 0 -1 4202560 2813 0 1 0 177459 33 0 0 20 0 19 0 108480437 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301818092768 140301758580052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7105] ppid=7099 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 3485 0 -1 4202560 950 0 0 0 170 17 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301756823848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7106] ppid=7099 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 3485 0 -1 4202560 1132 0 0 0 168 14 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301755771048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7107] ppid=7099 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 3485 0 -1 4202560 913 0 0 0 189 17 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301754718760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7108] ppid=7099 vsize=9625040 CPUtime=1.78 cores=0,2,4,6
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 3485 0 -1 4202560 598 0 0 0 166 12 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301753665960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7109] ppid=7099 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 3485 0 -1 4202560 600 0 0 0 174 19 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301752613672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7110] ppid=7099 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 3485 0 -1 4202560 1164 0 0 0 178 15 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301751560872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7111] ppid=7099 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 3485 0 -1 4202560 572 0 0 0 170 9 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301655817256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7112] ppid=7099 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 3485 0 -1 4202560 1117 0 0 0 177 14 0 0 20 0 19 0 108480438 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301654764456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7102/tid=7113] ppid=7099 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 3485 0 -1 4202560 892 0 0 0 315 5 0 0 20 0 19 0 108480439 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301642352872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7114] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108480439 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301641298936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7115] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108480440 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301640246536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7116] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301639195024 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7117] ppid=7099 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 3485 0 -1 4202560 16602 0 0 0 90 4 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301638142648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7102/tid=7118] ppid=7099 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 3485 0 -1 4202560 12803 0 0 0 96 3 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301637089848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7119] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301636037752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7102/tid=7120] ppid=7099 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 3485 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 108480442 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301634985160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7102/tid=7121] ppid=7099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108480489 9856040960 77356 33554432000 1073741824 1073778376 140735783854000 140301633881000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7102 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=998270
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=52687
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.54
CPU time (s): 1800.02
CPU user time (s): 1798.46
CPU system time (s): 1.56
CPU usage (%): 100.698
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794
system time used= 2.05269
maximum resident set size= 906940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41553
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46606
involuntary context switches= 42340

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.60454 second user time and 14.2708 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 04:11:00
IDJOB=4084679
IDBENCH=48373
IDSOLVER=2546
FILE ID=node112/4084679-1465265460
RUNJOBID= node112-1465252319-3501
PBS_JOBID= 19843261
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 6d36c2461bcbe18a397b3deab9e30c2d
RANDOM SEED=1855977281

node112.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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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.783
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.783
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.783
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		: 2666.783
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.783
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.72
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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:        30496180 kB
Buffers:           96068 kB
Cached:           117600 kB
SwapCached:         1624 kB
Active:           768736 kB
Inactive:         137324 kB
Active(anon):     694280 kB
Inactive(anon):      608 kB
Active(file):      74456 kB
Inactive(file):   136716 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       1523884 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             597500 kB
SReclaimable:      41016 kB
SUnreclaim:       556484 kB
KernelStack:        1776 kB
PageTables:         7228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1614944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1486848 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= 71744 MiB
End job on node112 at 2016-06-07 04:40:47