Trace number 4085040

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.56 1795.34

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_7_ic.opb
MD5SUMa68c99426915823baa7396c373ffb50a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 15865908633
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 15865908633
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.09/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.31	c See www.sat4j.org for details.
0.09/0.31	c version PB16.v20160501
0.09/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.31	c java.vm.version	19.1-b02
0.09/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.31	c sun.arch.data.model	64
0.09/0.31	c java.version		1.6.0_24
0.09/0.31	c os.name		Linux
0.09/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.31	c os.arch		amd64
0.09/0.31	c Free memory 		501472288
0.09/0.31	c Max memory 		7480803328
0.09/0.31	c Total memory 		504102912
0.09/0.31	c Number of processors 	8
0.09/0.34	c Pseudo Boolean Optimization by upper bound
0.09/0.34	c --- Begin Solver configuration ---
0.09/0.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.34	c Learn all clauses as in MiniSAT
0.09/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.34	c No reason simplification
0.09/0.34	c Glucose 2.1 dynamic restart strategy
0.09/0.34	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.34	c timeout=2147483s
0.09/0.34	c DB Simplification allowed=false
0.09/0.34	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.34	c --- End Solver configuration ---
0.09/0.34	c solving HOME/instance-4085040-1465364795.opb
0.09/0.34	c reading problem ... 
0.09/0.34	c  objective function found
1.20/0.81	c ... done. Wall clock time 0.467s.
1.20/0.81	c declared #vars     15725
1.20/0.81	c #constraints  33139
1.20/0.81	c constraints type 
1.20/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.20/0.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.20/0.81	c org.sat4j.specs.Constr$1 => 3
1.20/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.20/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.20/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.20/0.81	c 33139 constraints processed.
1.20/0.81	c objective function length is 1825 literals
4.58/3.75	c cleaning 2500 clauses out of 5000 with flag 18792/5000
8.64/7.80	c cleaning 4244 clauses out of 8501 with flag 54723/11001
12.24/11.36	c cleaning 5622 clauses out of 11257 with flag 90184/18001
16.14/15.21	c cleaning 6817 clauses out of 13635 with flag 149888/26001
20.47/19.54	c cleaning 7904 clauses out of 15818 with flag 215313/35001
25.73/24.71	c cleaning 8955 clauses out of 17914 with flag 292440/45001
30.63/29.65	c cleaning 9975 clauses out of 19958 with flag 353737/56000
36.03/35.09	c cleaning 10988 clauses out of 21986 with flag 422186/68003
42.84/41.83	c cleaning 11990 clauses out of 23995 with flag 506874/81000
49.93/48.94	c cleaning 12997 clauses out of 26007 with flag 598372/95002
57.53/56.53	c cleaning 13995 clauses out of 28008 with flag 690716/110000
66.33/65.32	c cleaning 15000 clauses out of 30017 with flag 776785/126004
76.83/75.89	c cleaning 16006 clauses out of 32016 with flag 872915/143003
88.24/87.20	c cleaning 16997 clauses out of 34008 with flag 966899/161001
98.54/97.50	c cleaning 18002 clauses out of 36011 with flag 1036475/180001
108.42/107.31	c cleaning 18994 clauses out of 38009 with flag 1120848/200001
119.02/117.94	c cleaning 19997 clauses out of 40014 with flag 1217079/221000
130.72/129.64	c cleaning 20990 clauses out of 42019 with flag 1328909/243002
143.42/142.36	c cleaning 22002 clauses out of 44028 with flag 1396928/266001
157.12/156.05	c cleaning 23004 clauses out of 46025 with flag 1497013/290000
171.85/170.69	c cleaning 23999 clauses out of 48021 with flag 1624447/315000
187.25/186.02	c cleaning 25000 clauses out of 50026 with flag 1776038/341004
202.34/201.17	c cleaning 26000 clauses out of 52022 with flag 1931410/368000
222.14/220.97	c cleaning 27009 clauses out of 54022 with flag 2100060/396000
237.85/236.42	c cleaning 27993 clauses out of 56014 with flag 2210021/425001
255.45/254.10	c cleaning 29002 clauses out of 58022 with flag 2357593/455002
273.05/271.60	c cleaning 30003 clauses out of 60022 with flag 2521317/486004
289.25/287.84	c cleaning 31004 clauses out of 62015 with flag 2719624/518000
308.52/306.99	c cleaning 31999 clauses out of 64012 with flag 2907447/551001
325.52/323.95	c cleaning 32998 clauses out of 66013 with flag 3174884/585001
344.02/342.43	c cleaning 34000 clauses out of 68014 with flag 3455983/620000
363.32/361.79	c cleaning 35003 clauses out of 70016 with flag 3744343/656002
389.21/387.40	c cleaning 35998 clauses out of 72011 with flag 3937558/693000
415.71/413.95	c cleaning 37003 clauses out of 74014 with flag 4175858/731001
438.71/436.95	c cleaning 38001 clauses out of 76011 with flag 4424407/770001
463.64/461.61	c cleaning 38997 clauses out of 78009 with flag 4673743/810000
490.64/488.68	c cleaning 40004 clauses out of 80012 with flag 4954643/851000
515.74/513.75	c cleaning 40997 clauses out of 82010 with flag 5231208/893002
544.02/541.70	c cleaning 41997 clauses out of 84011 with flag 5475232/936000
570.53/568.21	c cleaning 42997 clauses out of 86015 with flag 5692892/980001
600.42/597.94	c cleaning 44002 clauses out of 88017 with flag 5950130/1025000
631.52/628.93	c cleaning 44997 clauses out of 90015 with flag 6226075/1071000
660.12/657.50	c cleaning 46002 clauses out of 92019 with flag 6482109/1118001
691.91/689.29	c cleaning 46995 clauses out of 94018 with flag 6670725/1166002
727.70/724.91	c cleaning 48002 clauses out of 96021 with flag 6909442/1215000
760.90/758.11	c cleaning 49001 clauses out of 98022 with flag 7181643/1265003
796.20/793.35	c cleaning 49993 clauses out of 100019 with flag 7452925/1316001
836.57/833.68	c cleaning 50999 clauses out of 102025 with flag 7755126/1368000
878.08/875.09	c cleaning 52001 clauses out of 104026 with flag 8210806/1421000
911.28/908.21	c cleaning 53008 clauses out of 106026 with flag 8620842/1475001
947.48/944.34	c cleaning 54003 clauses out of 108017 with flag 8957653/1530000
988.47/985.21	c cleaning 55000 clauses out of 110015 with flag 9297077/1586001
1035.69/1032.40	c cleaning 56002 clauses out of 112015 with flag 9703014/1643001
1080.13/1076.83	c cleaning 56999 clauses out of 114012 with flag 10154313/1701000
1123.03/1119.69	c cleaning 57999 clauses out of 116014 with flag 10590008/1760001
1165.54/1162.10	c cleaning 58998 clauses out of 118016 with flag 11011017/1820002
1219.98/1216.44	c cleaning 60007 clauses out of 120018 with flag 11412411/1881002
1268.86/1265.21	c cleaning 60997 clauses out of 122009 with flag 11769521/1943000
1317.34/1313.66	c cleaning 61996 clauses out of 124013 with flag 12161161/2006001
1360.55/1356.70	c cleaning 62992 clauses out of 126018 with flag 12527286/2070002
1407.35/1403.46	c cleaning 64005 clauses out of 128026 with flag 12856263/2135002
1453.83/1449.87	c cleaning 65005 clauses out of 130019 with flag 13330592/2201000
1504.32/1500.27	c cleaning 65997 clauses out of 132015 with flag 13746998/2268001
1557.70/1553.56	c cleaning 67000 clauses out of 134017 with flag 14100021/2336000
1616.00/1611.62	c cleaning 67997 clauses out of 136017 with flag 14493671/2405000
1677.35/1672.91	c cleaning 69004 clauses out of 138021 with flag 14915958/2475001
1736.93/1732.38	c cleaning 69999 clauses out of 140017 with flag 15365208/2546001
1794.91/1790.24	c cleaning 70999 clauses out of 142017 with flag 15802917/2618000
1800.02/1795.31	c starts		: 3876
1800.02/1795.31	c conflicts		: 2628373
1800.02/1795.31	c decisions		: 3567735
1800.02/1795.31	c propagations		: 1607682644
1800.02/1795.31	c inspects		: 22099942010
1800.02/1795.31	c shortcuts		: 0
1800.02/1795.31	c learnt literals	: 0
1800.02/1795.31	c learnt binary clauses	: 0
1800.02/1795.31	c learnt ternary clauses	: 2
1800.02/1795.31	c learnt constraints	: 2628373
1800.02/1795.31	c ignored constraints	: 0
1800.02/1795.31	c root simplifications	: 0
1800.02/1795.31	c removed literals (reason simplification)	: 0
1800.02/1795.31	c reason swapping (by a shorter reason)	: 0
1800.02/1795.31	c Calls to reduceDB	: 68
1800.02/1795.31	c Number of update (reduction) of LBD	: 612222
1800.02/1795.31	c Imported unit clauses	: 0
1800.02/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.31	c number of learned constraints concerned by reduction	: 0
1800.02/1795.31	c number of learning phase by resolution	: 0
1800.02/1795.31	c number of learning phase by cutting planes	: 0
1800.02/1795.31	c speed (assignments/second)	: 895903.4662927798
1800.02/1795.31	c non guided choices	6
1800.02/1795.31	c timeout
1800.02/1795.33	c learnt constraints type 
1800.02/1795.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81391
1800.02/1795.33	s UNKNOWN
1800.02/1795.33	c Total wall clock time (in seconds): 1794.994

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

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

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


[startup+0 s]
/proc/loadavg: 1.08 1.19 1.13 3/177 1155
/proc/meminfo: memFree=30145620/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/1155/stat : 1155 (java) D 1148 1155 1108 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 118412269 278528 33 33554432000 1073741824 1073778376 140735947190704 140735947187880 273896533287 0 0 4096 0 18446744072100764964 0 0 17 2 0 0 0 0 0
/proc/1155/statm: 68 33 25 9 0 25 0

[startup+0.100154 s]
/proc/loadavg: 1.08 1.19 1.13 3/177 1155
/proc/meminfo: memFree=30145620/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 1430 0 25 0 0 0 0 0 20 0 2 0 118412269 103964672 1058 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 25382 1058 809 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.200247 s]
/proc/loadavg: 1.08 1.19 1.13 3/177 1155
/proc/meminfo: memFree=30145620/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 3081 0 31 0 2 1 0 0 20 0 13 0 118412269 9446973440 3731 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2306390 3731 1702 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.300249 s]
/proc/loadavg: 1.08 1.19 1.13 3/177 1155
/proc/meminfo: memFree=30145620/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 4307 0 31 0 8 1 0 0 20 0 18 0 118412269 9787879424 5464 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2389619 5464 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.700142 s]
/proc/loadavg: 1.08 1.19 1.13 3/177 1155
/proc/meminfo: memFree=30145620/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9558476 CPUtime=0.94 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 10834 0 31 0 92 2 0 0 20 0 18 0 118412269 9787879424 22053 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2389619 22053 2246 9 0 2380296 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 1.08 1.19 1.13 4/215 1193
/proc/meminfo: memFree=29958204/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 13338 0 31 0 227 4 0 0 20 0 19 0 118412269 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2406260 33948 2264 9 0 2396937 0
[pid=1155/tid=1159] ppid=1148 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/1155/task/1159/stat : 1159 (java) R 1148 1155 1108 0 -1 4202560 2452 0 10 0 120 3 0 0 20 0 19 0 118412276 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301867810896 140301701073152 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=1155/tid=1161] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1161/stat : 1161 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301829302952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1163] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1163/stat : 1163 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301828250408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1165] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1165/stat : 1165 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301827197864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1167] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1167/stat : 1167 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301826145320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1168] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1168/stat : 1168 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301825091752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1170] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1170/stat : 1170 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301824039208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1171] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1171/stat : 1171 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301822986664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1173] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1173/stat : 1173 (java) S 1148 1155 1108 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301821934120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1177] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1177/stat : 1177 (java) S 1148 1155 1108 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 118412283 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301691742824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1178] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1178/stat : 1178 (java) S 1148 1155 1108 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301690689144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1180] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1180/stat : 1180 (java) S 1148 1155 1108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301689636488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1182] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1182/stat : 1182 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301688585232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1184] ppid=1148 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/1155/task/1184/stat : 1184 (java) S 1148 1155 1108 0 -1 4202560 5801 0 0 0 58 0 0 0 20 0 19 0 118412292 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301687531576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1186] ppid=1148 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/1155/task/1186/stat : 1186 (java) S 1148 1155 1108 0 -1 4202560 3829 0 0 0 46 0 0 0 20 0 19 0 118412292 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301686479032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1188] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1188/stat : 1188 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140301685426680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1190] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1190/stat : 1190 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140300676754248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1193] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1193/stat : 1193 (java) S 1148 1155 1108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118412353 9856040960 33948 33554432000 1073741824 1073778376 140733378311936 140300675700008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 1.08 1.19 1.13 5/215 1193
/proc/meminfo: memFree=29948648/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9625040 CPUtime=3.98 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 13852 0 31 0 394 4 0 0 20 0 19 0 118412269 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2406260 34977 2268 9 0 2396937 0
[pid=1155/tid=1159] ppid=1148 vsize=9625040 CPUtime=2.82 cores=0,2,4,6
/proc/1155/task/1159/stat : 1159 (java) R 1148 1155 1108 0 -1 4202560 2456 0 10 0 279 3 0 0 20 0 19 0 118412276 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301867811216 140301700944457 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0
[pid=1155/tid=1161] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1161/stat : 1161 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301829302952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1163] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1163/stat : 1163 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301828250408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1165] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1165/stat : 1165 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301827197864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1167] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1167/stat : 1167 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301826145320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1168] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1168/stat : 1168 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301825091752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1170] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1170/stat : 1170 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301824039208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1171] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1171/stat : 1171 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301822986664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1173] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1173/stat : 1173 (java) S 1148 1155 1108 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301821934120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1177] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1177/stat : 1177 (java) S 1148 1155 1108 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 118412283 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301691742824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1178] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1178/stat : 1178 (java) S 1148 1155 1108 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301690689144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1180] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1180/stat : 1180 (java) S 1148 1155 1108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301689636488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1182] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1182/stat : 1182 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301688585232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1184] ppid=1148 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/1155/task/1184/stat : 1184 (java) S 1148 1155 1108 0 -1 4202560 6310 0 0 0 65 0 0 0 20 0 19 0 118412292 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301687531576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1186] ppid=1148 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/1155/task/1186/stat : 1186 (java) S 1148 1155 1108 0 -1 4202560 3829 0 0 0 46 0 0 0 20 0 19 0 118412292 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301686479032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1188] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1188/stat : 1188 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140301685426680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1190] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1190/stat : 1190 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140300676754248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1193] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1193/stat : 1193 (java) S 1148 1155 1108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118412353 9856040960 34977 33554432000 1073741824 1073778376 140733378311936 140300675700008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 1.15 1.20 1.13 3/214 1257
/proc/meminfo: memFree=29752504/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9625040 CPUtime=7.21 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 13860 0 31 0 717 4 0 0 20 0 19 0 118412269 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2406260 35981 2272 9 0 2396937 0
[pid=1155/tid=1159] ppid=1148 vsize=9625040 CPUtime=6.02 cores=0,2,4,6
/proc/1155/task/1159/stat : 1159 (java) R 1148 1155 1108 0 -1 4202560 2459 0 10 0 599 3 0 0 20 0 19 0 118412276 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301867811216 140301700940656 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0
[pid=1155/tid=1161] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1161/stat : 1161 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301829302952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1163] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1163/stat : 1163 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301828250408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1165] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1165/stat : 1165 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301827197864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1167] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1167/stat : 1167 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301826145320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1168] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1168/stat : 1168 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301825091752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1170] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1170/stat : 1170 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301824039208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1171] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1171/stat : 1171 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301822986664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1173] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1173/stat : 1173 (java) S 1148 1155 1108 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118412281 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301821934120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1177] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1177/stat : 1177 (java) S 1148 1155 1108 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 118412283 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301691742824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1178] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1178/stat : 1178 (java) S 1148 1155 1108 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301690689144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1180] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1180/stat : 1180 (java) S 1148 1155 1108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301689636488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1182] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1182/stat : 1182 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301688585232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1184] ppid=1148 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/1155/task/1184/stat : 1184 (java) S 1148 1155 1108 0 -1 4202560 6311 0 0 0 66 0 0 0 20 0 19 0 118412292 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301687531576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1186] ppid=1148 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/1155/task/1186/stat : 1186 (java) S 1148 1155 1108 0 -1 4202560 3833 0 0 0 48 0 0 0 20 0 19 0 118412292 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301686479032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1188] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1188/stat : 1188 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140301685426680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1190] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1190/stat : 1190 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140300676754248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1193] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1193/stat : 1193 (java) S 1148 1155 1108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118412353 9856040960 35981 33554432000 1073741824 1073778376 140733378311936 140300675700008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625040


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

[pid=1155/tid=1178] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1178/stat : 1178 (java) S 1148 1155 1108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 139555 33554432000 1073741824 1073778376 140733378311936 140301690689144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1180] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1180/stat : 1180 (java) S 1148 1155 1108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 139555 33554432000 1073741824 1073778376 140733378311936 140301689636488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1182] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1182/stat : 1182 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 139555 33554432000 1073741824 1073778376 140733378311936 140301688585232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1184] ppid=1148 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/1155/task/1184/stat : 1184 (java) S 1148 1155 1108 0 -1 4202560 6318 0 0 0 71 0 0 0 20 0 19 0 118412292 9856040960 139555 33554432000 1073741824 1073778376 140733378311936 140301687531576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1186] ppid=1148 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/1155/task/1186/stat : 1186 (java) S 1148 1155 1108 0 -1 4202560 3833 0 0 0 51 0 0 0 20 0 19 0 118412292 9856040960 139555 33554432000 1073741824 1073778376 140733378311936 140301686479032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1188] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1188/stat : 1188 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 139555 33554432000 1073741824 1073778376 140733378311936 140301685426680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1190] ppid=1148 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/1155/task/1190/stat : 1190 (java) S 1148 1155 1108 0 -1 4202560 99 0 0 0 26 26 0 0 20 0 19 0 118412292 9856040960 139555 33554432000 1073741824 1073778376 140733378311936 140300676754248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1193] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1193/stat : 1193 (java) S 1148 1155 1108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118412353 9856040960 139555 33554432000 1073741824 1073778376 140733378311936 140300675700008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.24 2.06 3/215 1327
/proc/meminfo: memFree=28360888/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9625040 CPUtime=1787.01 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 16724 0 31 0 178606 95 0 0 20 0 19 0 118412269 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2406260 135772 2294 9 0 2396937 0
[pid=1155/tid=1159] ppid=1148 vsize=9625040 CPUtime=1779.97 cores=0,2,4,6
/proc/1155/task/1159/stat : 1159 (java) R 1148 1155 1108 0 -1 4202560 2508 0 10 0 177965 32 0 0 20 0 19 0 118412276 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301867810016 140301700934566 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0
[pid=1155/tid=1161] ppid=1148 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1155/task/1161/stat : 1161 (java) S 1148 1155 1108 0 -1 4202560 313 0 0 0 48 7 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301829302952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1163] ppid=1148 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/1155/task/1163/stat : 1163 (java) S 1148 1155 1108 0 -1 4202560 306 0 0 0 46 7 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301828250408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1165] ppid=1148 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1155/task/1165/stat : 1165 (java) S 1148 1155 1108 0 -1 4202560 225 0 0 0 55 8 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301827197864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1167] ppid=1148 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/1155/task/1167/stat : 1167 (java) S 1148 1155 1108 0 -1 4202560 373 0 0 0 56 9 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301826145320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1168] ppid=1148 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1155/task/1168/stat : 1168 (java) S 1148 1155 1108 0 -1 4202560 335 0 0 0 60 9 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301825091752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1170] ppid=1148 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1155/task/1170/stat : 1170 (java) S 1148 1155 1108 0 -1 4202560 315 0 0 0 49 6 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301824039208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1171] ppid=1148 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/1155/task/1171/stat : 1171 (java) S 1148 1155 1108 0 -1 4202560 273 0 0 0 47 11 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301822986664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1173] ppid=1148 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1155/task/1173/stat : 1173 (java) S 1148 1155 1108 0 -1 4202560 266 0 0 0 52 11 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301821934120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1177] ppid=1148 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/1155/task/1177/stat : 1177 (java) S 1148 1155 1108 0 -1 4202560 314 0 0 0 65 2 0 0 20 0 19 0 118412283 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301691742824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1178] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1178/stat : 1178 (java) S 1148 1155 1108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301690689144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1180] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1180/stat : 1180 (java) S 1148 1155 1108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301689636488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1182] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1182/stat : 1182 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301688585232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1184] ppid=1148 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/1155/task/1184/stat : 1184 (java) S 1148 1155 1108 0 -1 4202560 6318 0 0 0 71 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301687531576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1186] ppid=1148 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/1155/task/1186/stat : 1186 (java) S 1148 1155 1108 0 -1 4202560 3833 0 0 0 51 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301686479032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1188] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1188/stat : 1188 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301685426680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1190] ppid=1148 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/1155/task/1190/stat : 1190 (java) S 1148 1155 1108 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140300676754248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1193] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1193/stat : 1193 (java) S 1148 1155 1108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118412353 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140300675700008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.01
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.22 2.24 2.07 3/215 1327
/proc/meminfo: memFree=28361020/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 16724 0 31 0 179907 95 0 0 20 0 19 0 118412269 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2406260 135772 2294 9 0 2396937 0
[pid=1155/tid=1159] ppid=1148 vsize=9625040 CPUtime=1792.98 cores=0,2,4,6
/proc/1155/task/1159/stat : 1159 (java) R 1148 1155 1108 0 -1 4202560 2508 0 10 0 179266 32 0 0 20 0 19 0 118412276 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301867802304 140301700967045 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0
[pid=1155/tid=1161] ppid=1148 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1155/task/1161/stat : 1161 (java) S 1148 1155 1108 0 -1 4202560 313 0 0 0 48 7 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301829302952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1163] ppid=1148 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/1155/task/1163/stat : 1163 (java) S 1148 1155 1108 0 -1 4202560 306 0 0 0 46 7 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301828250408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1165] ppid=1148 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1155/task/1165/stat : 1165 (java) S 1148 1155 1108 0 -1 4202560 225 0 0 0 55 8 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301827197864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1167] ppid=1148 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/1155/task/1167/stat : 1167 (java) S 1148 1155 1108 0 -1 4202560 373 0 0 0 56 9 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301826145320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1168] ppid=1148 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1155/task/1168/stat : 1168 (java) S 1148 1155 1108 0 -1 4202560 335 0 0 0 60 9 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301825091752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1170] ppid=1148 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1155/task/1170/stat : 1170 (java) S 1148 1155 1108 0 -1 4202560 315 0 0 0 49 6 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301824039208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1171] ppid=1148 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/1155/task/1171/stat : 1171 (java) S 1148 1155 1108 0 -1 4202560 273 0 0 0 47 11 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301822986664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1173] ppid=1148 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1155/task/1173/stat : 1173 (java) S 1148 1155 1108 0 -1 4202560 266 0 0 0 52 11 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301821934120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1177] ppid=1148 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/1155/task/1177/stat : 1177 (java) S 1148 1155 1108 0 -1 4202560 314 0 0 0 65 2 0 0 20 0 19 0 118412283 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301691742824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1178] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1178/stat : 1178 (java) S 1148 1155 1108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301690689144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1180] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1180/stat : 1180 (java) S 1148 1155 1108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301689636488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1182] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1182/stat : 1182 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301688585232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1184] ppid=1148 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/1155/task/1184/stat : 1184 (java) S 1148 1155 1108 0 -1 4202560 6318 0 0 0 71 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301687531576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1186] ppid=1148 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/1155/task/1186/stat : 1186 (java) S 1148 1155 1108 0 -1 4202560 3833 0 0 0 51 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301686479032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1188] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1188/stat : 1188 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301685426680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1190] ppid=1148 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1155/task/1190/stat : 1190 (java) S 1148 1155 1108 0 -1 4202560 103 0 0 0 28 27 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140300676754248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1193] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1193/stat : 1193 (java) S 1148 1155 1108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118412353 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140300675700008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 1155 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.31 s]
/proc/loadavg: 2.22 2.24 2.07 3/215 1327
/proc/meminfo: memFree=28361020/32872528 swapFree=15796/1663260
[pid=1155] ppid=1148 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/1155/stat : 1155 (java) S 1148 1155 1108 0 -1 4202496 16724 0 31 0 179907 95 0 0 20 0 19 0 118412269 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140733378303072 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 5 0 0
/proc/1155/statm: 2406260 135772 2294 9 0 2396937 0
[pid=1155/tid=1159] ppid=1148 vsize=9625040 CPUtime=1792.98 cores=0,2,4,6
/proc/1155/task/1159/stat : 1159 (java) R 1148 1155 1108 0 -1 4202560 2508 0 10 0 179266 32 0 0 20 0 19 0 118412276 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301867802304 140301700967045 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0
[pid=1155/tid=1161] ppid=1148 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1155/task/1161/stat : 1161 (java) S 1148 1155 1108 0 -1 4202560 313 0 0 0 48 7 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301829302952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1163] ppid=1148 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/1155/task/1163/stat : 1163 (java) S 1148 1155 1108 0 -1 4202560 306 0 0 0 46 7 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301828250408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1165] ppid=1148 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1155/task/1165/stat : 1165 (java) S 1148 1155 1108 0 -1 4202560 225 0 0 0 55 8 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301827197864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1155/tid=1167] ppid=1148 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/1155/task/1167/stat : 1167 (java) S 1148 1155 1108 0 -1 4202560 373 0 0 0 56 9 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301826145320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1168] ppid=1148 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/1155/task/1168/stat : 1168 (java) S 1148 1155 1108 0 -1 4202560 335 0 0 0 60 9 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301825091752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1170] ppid=1148 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1155/task/1170/stat : 1170 (java) S 1148 1155 1108 0 -1 4202560 315 0 0 0 49 6 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301824039208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1171] ppid=1148 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/1155/task/1171/stat : 1171 (java) S 1148 1155 1108 0 -1 4202560 273 0 0 0 47 11 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301822986664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1173] ppid=1148 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1155/task/1173/stat : 1173 (java) S 1148 1155 1108 0 -1 4202560 266 0 0 0 52 11 0 0 20 0 19 0 118412281 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301821934120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1177] ppid=1148 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/1155/task/1177/stat : 1177 (java) S 1148 1155 1108 0 -1 4202560 314 0 0 0 65 2 0 0 20 0 19 0 118412283 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301691742824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1178] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1178/stat : 1178 (java) S 1148 1155 1108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301690689144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1180] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1180/stat : 1180 (java) S 1148 1155 1108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118412288 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301689636488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1182] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1182/stat : 1182 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301688585232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1184] ppid=1148 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/1155/task/1184/stat : 1184 (java) S 1148 1155 1108 0 -1 4202560 6318 0 0 0 71 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301687531576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1186] ppid=1148 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/1155/task/1186/stat : 1186 (java) S 1148 1155 1108 0 -1 4202560 3833 0 0 0 51 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301686479032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1155/tid=1188] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1188/stat : 1188 (java) S 1148 1155 1108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140301685426680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1155/tid=1190] ppid=1148 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1155/task/1190/stat : 1190 (java) S 1148 1155 1108 0 -1 4202560 103 0 0 0 28 27 0 0 20 0 19 0 118412292 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140300676754248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1155/tid=1193] ppid=1148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1155/task/1193/stat : 1193 (java) S 1148 1155 1108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118412353 9856040960 135772 33554432000 1073741824 1073778376 140733378311936 140300675700008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.34
CPU time (s): 1800.56
CPU user time (s): 1799.12
CPU system time (s): 1.43678
CPU usage (%): 100.29
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.43678
maximum resident set size= 738260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16757
page faults= 31
swaps= 0
block input operations= 8896
block output operations= 1440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39160
involuntary context switches= 12227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1515 second user time and 13.9849 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-08 07:46:35
IDJOB=4085040
IDBENCH=92791
IDSOLVER=2546
FILE ID=node134/4085040-1465364795
RUNJOBID= node134-1465364795-1124
PBS_JOBID= 19853426
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_7_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085040-1465364795/watcher-4085040-1465364795 -o /tmp/evaluation-result-4085040-1465364795/solver-4085040-1465364795 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465364795-1124 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085040-1465364795.opb

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

MD5SUM BENCH= a68c99426915823baa7396c373ffb50a
RANDOM SEED=1174809860

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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.403
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.403
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:        30147264 kB
Buffers:           68944 kB
Cached:           246636 kB
SwapCached:         1852 kB
Active:           131124 kB
Inactive:         187364 kB
Active(anon):       3112 kB
Inactive(anon):     2780 kB
Active(file):     128012 kB
Inactive(file):   184584 kB
Unevictable:     1663260 kB
Mlocked:           15796 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:       1666240 kB
Mapped:             7464 kB
Shmem:                 0 kB
Slab:             607528 kB
SReclaimable:      52008 kB
SUnreclaim:       555520 kB
KernelStack:        1352 kB
PageTables:         6904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1761356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1650688 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= 71680 MiB
End job on node134 at 2016-06-08 08:16:30