Trace number 3457961

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 Resolution 2.3.0? (TO) 1800.09 1797.26

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_2_80.opb
MD5SUM4b0064bdd43b7a445f2334396cfebe4e
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 benchmark3.79742
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3457961-1307163167.opb
0.00/0.11	c reading problem ... 
0.47/0.54	c ... done. Wall clock time 0.428s.
0.47/0.54	c #vars     7328
0.47/0.54	c #constraints  14159
0.47/0.54	c constraints type 
0.47/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
0.47/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
0.47/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
0.47/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6328
8.86/7.75	c cleaning 2502 clauses out of 5004 with flag 5004/5004
16.93/15.70	c cleaning 4267 clauses out of 8534 with flag 11036/11036
27.54/26.39	c cleaning 5649 clauses out of 11298 with flag 18067/18067
41.16/39.98	c cleaning 6794 clauses out of 13588 with flag 26006/26006
58.30/57.08	c cleaning 7899 clauses out of 15797 with flag 35009/35009
79.42/78.15	c cleaning 8980 clauses out of 17959 with flag 45070/45070
104.64/103.32	c cleaning 9961 clauses out of 19921 with flag 56012/56012
133.05/131.71	c cleaning 11017 clauses out of 22033 with flag 68085/68085
169.37/168.04	c cleaning 11968 clauses out of 23936 with flag 81005/81005
213.69/212.32	c cleaning 13024 clauses out of 26047 with flag 95084/95084
294.32/292.92	c cleaning 14088 clauses out of 28175 with flag 110236/110236
346.73/345.38	c cleaning 14504 clauses out of 29007 with flag 125156/125156
394.96/393.54	c cleaning 14675 clauses out of 29349 with flag 140002/140002
414.09/412.66	c cleaning 14835 clauses out of 29673 with flag 155001/155001
432.85/431.35	c cleaning 14923 clauses out of 29848 with flag 170011/170011
456.38/454.82	c cleaning 14955 clauses out of 29914 with flag 185000/185000
482.81/481.27	c cleaning 14979 clauses out of 29960 with flag 200001/200001
509.97/508.37	c cleaning 15006 clauses out of 30011 with flag 215031/215031
536.59/534.95	c cleaning 14998 clauses out of 29997 with flag 230023/230023
560.93/559.25	c cleaning 14997 clauses out of 29996 with flag 245020/245020
584.55/582.88	c cleaning 15001 clauses out of 30002 with flag 260023/260023
608.55/606.86	c cleaning 14992 clauses out of 29987 with flag 275009/275009
634.18/632.42	c cleaning 14997 clauses out of 29995 with flag 290009/290009
659.62/657.89	c cleaning 14993 clauses out of 29992 with flag 305003/305003
679.47/677.70	c cleaning 15017 clauses out of 30036 with flag 320040/320040
699.27/697.52	c cleaning 14999 clauses out of 30002 with flag 335023/335023
724.07/722.23	c cleaning 14996 clauses out of 29993 with flag 350013/350013
743.42/741.56	c cleaning 15008 clauses out of 30017 with flag 365033/365033
763.15/761.28	c cleaning 14998 clauses out of 29998 with flag 380022/380022
783.98/782.02	c cleaning 15003 clauses out of 30008 with flag 395030/395030
804.69/802.70	c cleaning 14994 clauses out of 29992 with flag 410017/410017
825.05/823.05	c cleaning 14993 clauses out of 29989 with flag 425008/425008
845.74/843.73	c cleaning 15008 clauses out of 30020 with flag 440032/440032
868.08/866.00	c cleaning 14990 clauses out of 29984 with flag 455004/455004
888.02/885.95	c cleaning 14999 clauses out of 29999 with flag 470009/470009
913.44/911.35	c cleaning 15005 clauses out of 30013 with flag 485022/485022
932.65/930.54	c cleaning 14995 clauses out of 29994 with flag 500008/500008
952.95/950.85	c cleaning 15003 clauses out of 30010 with flag 515019/515019
973.68/971.58	c cleaning 15003 clauses out of 30010 with flag 530022/530022
993.89/991.77	c cleaning 15003 clauses out of 30010 with flag 545025/545025
1014.44/1012.23	c cleaning 15004 clauses out of 30009 with flag 560027/560027
1035.24/1033.05	c cleaning 15002 clauses out of 30005 with flag 575027/575027
1056.46/1054.29	c cleaning 15007 clauses out of 30015 with flag 590039/590039
1079.09/1076.89	c cleaning 14985 clauses out of 29974 with flag 605005/605005
1099.03/1096.71	c cleaning 14991 clauses out of 29985 with flag 620001/620001
1118.75/1116.40	c cleaning 15006 clauses out of 30015 with flag 635022/635022
1139.59/1137.22	c cleaning 15004 clauses out of 30008 with flag 650021/650021
1160.41/1158.02	c cleaning 15009 clauses out of 30019 with flag 665036/665036
1181.33/1178.92	c cleaning 14993 clauses out of 29987 with flag 680013/680013
1201.76/1199.37	c cleaning 14999 clauses out of 29999 with flag 695018/695018
1223.16/1220.71	c cleaning 15019 clauses out of 30039 with flag 710057/710057
1244.68/1242.21	c cleaning 14991 clauses out of 29986 with flag 725023/725023
1265.60/1263.13	c cleaning 14985 clauses out of 29974 with flag 740002/740002
1286.72/1284.21	c cleaning 15003 clauses out of 30005 with flag 755018/755018
1308.54/1306.02	c cleaning 14991 clauses out of 29984 with flag 770000/770000
1329.74/1327.28	c cleaning 15023 clauses out of 30048 with flag 785055/785055
1350.04/1347.54	c cleaning 14988 clauses out of 29979 with flag 800009/800009
1371.65/1369.17	c cleaning 15013 clauses out of 30029 with flag 815047/815047
1396.16/1393.62	c cleaning 15000 clauses out of 30002 with flag 830033/830033
1420.88/1418.34	c cleaning 14987 clauses out of 29977 with flag 845008/845008
1444.58/1442.01	c cleaning 14999 clauses out of 29999 with flag 860017/860017
1468.19/1465.67	c cleaning 15017 clauses out of 30036 with flag 875053/875053
1494.19/1491.69	c cleaning 14986 clauses out of 29975 with flag 890009/890009
1515.52/1512.91	c cleaning 14990 clauses out of 29982 with flag 905002/905002
1536.15/1533.57	c cleaning 15008 clauses out of 30017 with flag 920027/920027
1557.07/1554.48	c cleaning 14996 clauses out of 29996 with flag 935014/935014
1578.59/1575.97	c cleaning 15009 clauses out of 30022 with flag 950036/950036
1600.49/1597.89	c cleaning 14994 clauses out of 29990 with flag 965013/965013
1621.04/1618.36	c cleaning 15004 clauses out of 30011 with flag 980028/980028
1641.53/1638.84	c cleaning 14996 clauses out of 29996 with flag 995017/995017
1664.54/1661.83	c cleaning 14996 clauses out of 29994 with flag 1010011/1010011
1685.64/1682.91	c cleaning 14994 clauses out of 29991 with flag 1025004/1025004
1704.86/1702.11	c cleaning 14996 clauses out of 29993 with flag 1040000/1040000
1724.78/1722.08	c cleaning 15009 clauses out of 30019 with flag 1055022/1055022
1746.39/1743.66	c cleaning 15011 clauses out of 30024 with flag 1070036/1070036
1768.59/1765.88	c cleaning 14998 clauses out of 29998 with flag 1085021/1085021
1791.10/1788.36	c cleaning 15004 clauses out of 30012 with flag 1100033/1100033
1800.02/1797.22	c starts		: 189
1800.02/1797.22	c conflicts		: 1106588
1800.02/1797.22	c decisions		: 1296261
1800.02/1797.22	c propagations		: 40329155
1800.02/1797.22	c inspects		: 1455024541
1800.02/1797.22	c shortcuts		: 0
1800.02/1797.22	c learnt literals	: 0
1800.02/1797.22	c learnt binary clauses	: 0
1800.02/1797.22	c learnt ternary clauses	: 0
1800.02/1797.22	c learnt constraints	: 1106587
1800.02/1797.22	c ignored constraints	: 0
1800.02/1797.22	c root simplifications	: 0
1800.02/1797.22	c removed literals (reason simplification)	: 3426059
1800.02/1797.22	c reason swapping (by a shorter reason)	: 0
1800.02/1797.22	c Calls to reduceDB	: 77
1800.02/1797.22	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.22	c number of learned constraints concerned by reduction	: 0
1800.02/1797.22	c number of learning phase by resolution	: 0
1800.02/1797.22	c number of learning phase by cutting planes	: 0
1800.02/1797.22	c speed (assignments/second)	: 22446.41245047827
1800.02/1797.22	c non guided choices	6812
1800.02/1797.23	c learnt constraints type 
1800.02/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21567
1800.02/1797.23	c constraints type 
1800.02/1797.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
1800.02/1797.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.02/1797.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.02/1797.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6328
1800.02/1797.23	s UNKNOWN
1800.02/1797.23	c Total wall clock time (in seconds): 1797.126

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3457961-1307163167/watcher-3457961-1307163167 -o /tmp/evaluation-result-3457961-1307163167/solver-3457961-1307163167 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457961-1307163167.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.26 2.10 2.03 2/553 23656
/proc/meminfo: memFree=28791348/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 4746 0 1 0 0 0 0 0 25 0 2 0 827914682 13850947584 4447 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3381579 4462 917 9 0 3372735 0
[pid=23656/tid=23657] ppid=23654 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 8075 0 1 0 0 0 0 0 25 0 2 0 827914682 13850947584 8891 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228244042811 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.11645 s]
/proc/loadavg: 2.26 2.10 2.03 2/553 23656
/proc/meminfo: memFree=28791348/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13621828 CPUtime=0.12 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 15819 0 1 0 11 1 0 0 25 0 18 0 827914682 13948751872 15457 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3405457 15457 2134 9 0 3396191 0
[pid=23656/tid=23657] ppid=23654 vsize=13621828 CPUtime=0.1 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 13810 0 1 0 9 1 0 0 18 0 18 0 827914682 13948751872 15457 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256175563 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13621828

[startup+0.201185 s]
/proc/loadavg: 2.26 2.10 2.03 2/553 23656
/proc/meminfo: memFree=28791348/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13621828 CPUtime=0.25 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 16632 0 1 0 23 2 0 0 25 0 18 0 827914682 13948751872 16239 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3405457 16239 2170 9 0 3396191 0
[pid=23656/tid=23657] ppid=23654 vsize=13621828 CPUtime=0.18 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 14450 0 1 0 17 1 0 0 18 0 18 0 827914682 13948751872 16240 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13621828

[startup+0.30113 s]
/proc/loadavg: 2.26 2.10 2.03 2/553 23656
/proc/meminfo: memFree=28791348/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13622856 CPUtime=0.47 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 18437 0 1 0 45 2 0 0 25 0 18 0 827914682 13949804544 17988 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3405714 17989 2218 9 0 3396448 0
[pid=23656/tid=23657] ppid=23654 vsize=13622856 CPUtime=0.28 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 15845 0 1 0 27 1 0 0 18 0 18 0 827914682 13949804544 17989 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13622856

[startup+0.701092 s]
/proc/loadavg: 2.26 2.10 2.03 2/553 23656
/proc/meminfo: memFree=28791348/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13630964 CPUtime=1.53 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 39840 0 1 0 148 5 0 0 25 0 19 0 827914682 13958107136 37283 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3407741 37283 2233 9 0 3398475 0
[pid=23656/tid=23657] ppid=23654 vsize=13630964 CPUtime=0.69 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 30369 0 1 0 65 4 0 0 19 0 19 0 827914682 13958107136 37283 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912505122656 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 13630964

[startup+1.50095 s]
/proc/loadavg: 2.26 2.10 2.03 3/572 23675
/proc/meminfo: memFree=28641476/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13630964 CPUtime=2.44 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 40118 0 1 0 239 5 0 0 25 0 19 0 827914682 13958107136 37560 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3407741 37560 2236 9 0 3398475 0
[pid=23656/tid=23657] ppid=23654 vsize=13630964 CPUtime=1.49 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 30611 0 1 0 145 4 0 0 20 0 19 0 827914682 13958107136 37560 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912505944649 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23656/tid=23659] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23659/stat : 23659 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958107136 37560 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23660] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23660/stat : 23660 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958107136 37560 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23661] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23661/stat : 23661 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958107136 37560 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23662] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23662/stat : 23662 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958107136 37560 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23663] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23663/stat : 23663 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958107136 37560 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23664] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23664/stat : 23664 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23665] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23665/stat : 23665 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23666] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23666/stat : 23666 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23667] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23667/stat : 23667 (java) S 23654 23656 19861 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827914685 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 0 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23668] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23668/stat : 23668 (java) S 23654 23656 19861 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827914686 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23669] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23669/stat : 23669 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827914686 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23670] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23670/stat : 23670 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256172465 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23671] ppid=23654 vsize=13630964 CPUtime=0.44 cores=1,3,5,7
/proc/23656/task/23671/stat : 23671 (java) S 23654 23656 19861 0 -1 4202560 4888 0 0 0 43 1 0 0 16 0 19 0 827914688 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23672] ppid=23654 vsize=13630964 CPUtime=0.49 cores=1,3,5,7
/proc/23656/task/23672/stat : 23672 (java) S 23654 23656 19861 0 -1 4202560 3457 0 0 0 49 0 0 0 15 0 19 0 827914688 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23673] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23673/stat : 23673 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23674] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23674/stat : 23674 (java) S 23654 23656 19861 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827914688 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23675] ppid=23654 vsize=13630964 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23675/stat : 23675 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827914737 13958107136 37561 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 13630964

[startup+3.10067 s]
/proc/loadavg: 2.24 2.10 2.03 3/572 23675
/proc/meminfo: memFree=28633664/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13631284 CPUtime=4.15 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 41138 0 1 0 410 5 0 0 25 0 19 0 827914682 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3407821 38579 2240 9 0 3398555 0
[pid=23656/tid=23657] ppid=23654 vsize=13631284 CPUtime=3.09 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 31518 0 1 0 305 4 0 0 25 0 19 0 827914682 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912505845200 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23656/tid=23659] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23659/stat : 23659 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23660] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23660/stat : 23660 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23661] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23661/stat : 23661 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23662] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23662/stat : 23662 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23663] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23663/stat : 23663 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23664] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23664/stat : 23664 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23665] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23665/stat : 23665 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23666] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23666/stat : 23666 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23667] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23667/stat : 23667 (java) S 23654 23656 19861 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827914685 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 0 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23668] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23668/stat : 23668 (java) S 23654 23656 19861 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827914686 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23669] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23669/stat : 23669 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827914686 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23670] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23670/stat : 23670 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256172465 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23671] ppid=23654 vsize=13631284 CPUtime=0.46 cores=1,3,5,7
/proc/23656/task/23671/stat : 23671 (java) S 23654 23656 19861 0 -1 4202560 4888 0 0 0 45 1 0 0 15 0 19 0 827914688 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23672] ppid=23654 vsize=13631284 CPUtime=0.6 cores=1,3,5,7
/proc/23656/task/23672/stat : 23672 (java) S 23654 23656 19861 0 -1 4202560 3570 0 0 0 60 0 0 0 15 0 19 0 827914688 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23673] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23673/stat : 23673 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23674] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23674/stat : 23674 (java) S 23654 23656 19861 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827914688 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23675] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23675/stat : 23675 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827914737 13958434816 38579 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 13631284

[startup+6.30111 s]
/proc/loadavg: 2.24 2.10 2.03 3/572 23675
/proc/meminfo: memFree=28567184/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13631284 CPUtime=7.46 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 44413 0 1 0 740 6 0 0 25 0 19 0 827914682 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3407821 41790 2241 9 0 3398555 0
[pid=23656/tid=23657] ppid=23654 vsize=13631284 CPUtime=6.28 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 34733 0 1 0 624 4 0 0 25 0 19 0 827914682 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912505941579 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23656/tid=23659] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23659/stat : 23659 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23660] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23660/stat : 23660 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23661] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23661/stat : 23661 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23662] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23662/stat : 23662 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23663] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23663/stat : 23663 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23664] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23664/stat : 23664 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23665] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23665/stat : 23665 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23666] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23666/stat : 23666 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914684 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23667] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23667/stat : 23667 (java) S 23654 23656 19861 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827914685 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 0 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23668] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23668/stat : 23668 (java) S 23654 23656 19861 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827914686 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23669] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23669/stat : 23669 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827914686 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23670] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23670/stat : 23670 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256172465 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23671] ppid=23654 vsize=13631284 CPUtime=0.47 cores=1,3,5,7
/proc/23656/task/23671/stat : 23671 (java) S 23654 23656 19861 0 -1 4202560 4888 0 0 0 46 1 0 0 15 0 19 0 827914688 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23672] ppid=23654 vsize=13631284 CPUtime=0.69 cores=1,3,5,7
/proc/23656/task/23672/stat : 23672 (java) S 23654 23656 19861 0 -1 4202560 3629 0 0 0 69 0 0 0 15 0 19 0 827914688 13958434816 41790 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0

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

[pid=23656/tid=23664] ppid=23654 vsize=13631284 CPUtime=0.22 cores=1,3,5,7
/proc/23656/task/23664/stat : 23664 (java) S 23654 23656 19861 0 -1 4202560 3398 0 0 0 22 0 0 0 16 0 19 0 827914684 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23665] ppid=23654 vsize=13631284 CPUtime=0.32 cores=1,3,5,7
/proc/23656/task/23665/stat : 23665 (java) S 23654 23656 19861 0 -1 4202560 4235 0 0 0 32 0 0 0 15 0 19 0 827914684 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23666] ppid=23654 vsize=13631284 CPUtime=0.32 cores=1,3,5,7
/proc/23656/task/23666/stat : 23666 (java) S 23654 23656 19861 0 -1 4202560 3893 0 0 0 32 0 0 0 15 0 19 0 827914684 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23667] ppid=23654 vsize=13631284 CPUtime=3.76 cores=1,3,5,7
/proc/23656/task/23667/stat : 23667 (java) S 23654 23656 19861 0 -1 4202560 30754 0 0 0 372 4 0 0 15 0 19 0 827914685 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 0 0 16800975 18446604467717016256 0 0 -1 1 0 0 0
[pid=23656/tid=23668] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23668/stat : 23668 (java) S 23654 23656 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827914686 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23669] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23669/stat : 23669 (java) S 23654 23656 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827914686 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23670] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23670/stat : 23670 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256172465 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23671] ppid=23654 vsize=13631284 CPUtime=0.58 cores=1,3,5,7
/proc/23656/task/23671/stat : 23671 (java) S 23654 23656 19861 0 -1 4202560 4922 0 0 0 57 1 0 0 15 0 19 0 827914688 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23672] ppid=23654 vsize=13631284 CPUtime=0.71 cores=1,3,5,7
/proc/23656/task/23672/stat : 23672 (java) S 23654 23656 19861 0 -1 4202560 3640 0 0 0 71 0 0 0 15 0 19 0 827914688 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23673] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23673/stat : 23673 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23674] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23674/stat : 23674 (java) S 23654 23656 19861 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827914688 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23675] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23675/stat : 23675 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827914737 13958434816 103108 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1665.06
Current children cumulated vsize (KiB) 13631284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/572 23734
/proc/meminfo: memFree=27964536/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13631284 CPUtime=1725.08 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 106067 0 1 0 172491 17 0 0 25 0 19 0 827914682 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3407821 103119 2267 9 0 3398555 0
[pid=23656/tid=23657] ppid=23654 vsize=13631284 CPUtime=1717.62 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 35911 0 1 0 171757 5 0 0 25 0 19 0 827914682 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912505934923 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23656/tid=23659] ppid=23654 vsize=13631284 CPUtime=0.25 cores=1,3,5,7
/proc/23656/task/23659/stat : 23659 (java) S 23654 23656 19861 0 -1 4202560 4440 0 0 0 25 0 0 0 15 0 19 0 827914684 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23660] ppid=23654 vsize=13631284 CPUtime=0.24 cores=1,3,5,7
/proc/23656/task/23660/stat : 23660 (java) S 23654 23656 19861 0 -1 4202560 2374 0 0 0 24 0 0 0 16 0 19 0 827914684 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23661] ppid=23654 vsize=13631284 CPUtime=0.23 cores=1,3,5,7
/proc/23656/task/23661/stat : 23661 (java) S 23654 23656 19861 0 -1 4202560 5321 0 0 0 23 0 0 0 15 0 19 0 827914684 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23662] ppid=23654 vsize=13631284 CPUtime=0.3 cores=1,3,5,7
/proc/23656/task/23662/stat : 23662 (java) S 23654 23656 19861 0 -1 4202560 4759 0 0 0 30 0 0 0 15 0 19 0 827914684 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23663] ppid=23654 vsize=13631284 CPUtime=0.23 cores=1,3,5,7
/proc/23656/task/23663/stat : 23663 (java) S 23654 23656 19861 0 -1 4202560 1162 0 0 0 23 0 0 0 16 0 19 0 827914684 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23664] ppid=23654 vsize=13631284 CPUtime=0.22 cores=1,3,5,7
/proc/23656/task/23664/stat : 23664 (java) S 23654 23656 19861 0 -1 4202560 3398 0 0 0 22 0 0 0 15 0 19 0 827914684 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23665] ppid=23654 vsize=13631284 CPUtime=0.32 cores=1,3,5,7
/proc/23656/task/23665/stat : 23665 (java) S 23654 23656 19861 0 -1 4202560 4235 0 0 0 32 0 0 0 16 0 19 0 827914684 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23666] ppid=23654 vsize=13631284 CPUtime=0.32 cores=1,3,5,7
/proc/23656/task/23666/stat : 23666 (java) S 23654 23656 19861 0 -1 4202560 3893 0 0 0 32 0 0 0 15 0 19 0 827914684 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23667] ppid=23654 vsize=13631284 CPUtime=3.93 cores=1,3,5,7
/proc/23656/task/23667/stat : 23667 (java) S 23654 23656 19861 0 -1 4202560 30758 0 0 0 389 4 0 0 15 0 19 0 827914685 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 0 0 16800975 18446604467717016256 0 0 -1 1 0 0 0
[pid=23656/tid=23668] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23668/stat : 23668 (java) S 23654 23656 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827914686 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23669] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23669/stat : 23669 (java) S 23654 23656 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827914686 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23670] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23670/stat : 23670 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256172465 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23671] ppid=23654 vsize=13631284 CPUtime=0.58 cores=1,3,5,7
/proc/23656/task/23671/stat : 23671 (java) S 23654 23656 19861 0 -1 4202560 4922 0 0 0 57 1 0 0 15 0 19 0 827914688 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23672] ppid=23654 vsize=13631284 CPUtime=0.71 cores=1,3,5,7
/proc/23656/task/23672/stat : 23672 (java) S 23654 23656 19861 0 -1 4202560 3640 0 0 0 71 0 0 0 15 0 19 0 827914688 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23673] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23673/stat : 23673 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23674] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23674/stat : 23674 (java) S 23654 23656 19861 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 827914688 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23675] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23675/stat : 23675 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827914737 13958434816 103119 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1725.08
Current children cumulated vsize (KiB) 13631284

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/572 23736
/proc/meminfo: memFree=27961032/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13631284 CPUtime=1785.1 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 106082 0 1 0 178493 17 0 0 25 0 19 0 827914682 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3407821 103128 2267 9 0 3398555 0
[pid=23656/tid=23657] ppid=23654 vsize=13631284 CPUtime=1777.48 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 35913 0 1 0 177743 5 0 0 25 0 19 0 827914682 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912505845200 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23656/tid=23659] ppid=23654 vsize=13631284 CPUtime=0.27 cores=1,3,5,7
/proc/23656/task/23659/stat : 23659 (java) S 23654 23656 19861 0 -1 4202560 4449 0 0 0 27 0 0 0 16 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23660] ppid=23654 vsize=13631284 CPUtime=0.24 cores=1,3,5,7
/proc/23656/task/23660/stat : 23660 (java) S 23654 23656 19861 0 -1 4202560 2374 0 0 0 24 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23661] ppid=23654 vsize=13631284 CPUtime=0.23 cores=1,3,5,7
/proc/23656/task/23661/stat : 23661 (java) S 23654 23656 19861 0 -1 4202560 5321 0 0 0 23 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23662] ppid=23654 vsize=13631284 CPUtime=0.3 cores=1,3,5,7
/proc/23656/task/23662/stat : 23662 (java) S 23654 23656 19861 0 -1 4202560 4759 0 0 0 30 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23663] ppid=23654 vsize=13631284 CPUtime=0.25 cores=1,3,5,7
/proc/23656/task/23663/stat : 23663 (java) S 23654 23656 19861 0 -1 4202560 1162 0 0 0 25 0 0 0 16 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23664] ppid=23654 vsize=13631284 CPUtime=0.22 cores=1,3,5,7
/proc/23656/task/23664/stat : 23664 (java) S 23654 23656 19861 0 -1 4202560 3398 0 0 0 22 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23665] ppid=23654 vsize=13631284 CPUtime=0.32 cores=1,3,5,7
/proc/23656/task/23665/stat : 23665 (java) S 23654 23656 19861 0 -1 4202560 4235 0 0 0 32 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23666] ppid=23654 vsize=13631284 CPUtime=0.32 cores=1,3,5,7
/proc/23656/task/23666/stat : 23666 (java) S 23654 23656 19861 0 -1 4202560 3893 0 0 0 32 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23667] ppid=23654 vsize=13631284 CPUtime=4.05 cores=1,3,5,7
/proc/23656/task/23667/stat : 23667 (java) S 23654 23656 19861 0 -1 4202560 30760 0 0 0 401 4 0 0 15 0 19 0 827914685 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 0 0 16800975 18446604467717016256 0 0 -1 1 0 0 0
[pid=23656/tid=23668] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23668/stat : 23668 (java) S 23654 23656 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827914686 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23669] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23669/stat : 23669 (java) S 23654 23656 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827914686 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23670] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23670/stat : 23670 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256172465 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23671] ppid=23654 vsize=13631284 CPUtime=0.58 cores=1,3,5,7
/proc/23656/task/23671/stat : 23671 (java) S 23654 23656 19861 0 -1 4202560 4922 0 0 0 57 1 0 0 15 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23672] ppid=23654 vsize=13631284 CPUtime=0.71 cores=1,3,5,7
/proc/23656/task/23672/stat : 23672 (java) S 23654 23656 19861 0 -1 4202560 3640 0 0 0 71 0 0 0 15 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23673] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23673/stat : 23673 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23674] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23674/stat : 23674 (java) S 23654 23656 19861 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23675] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23675/stat : 23675 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827914737 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1785.1
Current children cumulated vsize (KiB) 13631284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 1.92 2.00 1.99 2/548 23756
/proc/meminfo: memFree=28617008/32951124 swapFree=58212616/67111528
[pid=23656] ppid=23654 vsize=13631284 CPUtime=1800.02 cores=1,3,5,7
/proc/23656/stat : 23656 (java) S 23654 23656 19861 0 -1 4202496 106087 0 1 0 179985 17 0 0 25 0 19 0 827914682 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23656/statm: 3407821 103128 2267 9 0 3398555 0
[pid=23656/tid=23657] ppid=23654 vsize=13631284 CPUtime=1792.35 cores=1,3,5,7
/proc/23656/task/23657/stat : 23657 (java) R 23654 23656 19861 0 -1 4202560 35914 0 1 0 179230 5 0 0 25 0 19 0 827914682 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 46912506072135 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23656/tid=23659] ppid=23654 vsize=13631284 CPUtime=0.27 cores=1,3,5,7
/proc/23656/task/23659/stat : 23659 (java) S 23654 23656 19861 0 -1 4202560 4449 0 0 0 27 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23660] ppid=23654 vsize=13631284 CPUtime=0.24 cores=1,3,5,7
/proc/23656/task/23660/stat : 23660 (java) S 23654 23656 19861 0 -1 4202560 2374 0 0 0 24 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23661] ppid=23654 vsize=13631284 CPUtime=0.23 cores=1,3,5,7
/proc/23656/task/23661/stat : 23661 (java) S 23654 23656 19861 0 -1 4202560 5321 0 0 0 23 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23662] ppid=23654 vsize=13631284 CPUtime=0.3 cores=1,3,5,7
/proc/23656/task/23662/stat : 23662 (java) S 23654 23656 19861 0 -1 4202560 4759 0 0 0 30 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23663] ppid=23654 vsize=13631284 CPUtime=0.25 cores=1,3,5,7
/proc/23656/task/23663/stat : 23663 (java) S 23654 23656 19861 0 -1 4202560 1162 0 0 0 25 0 0 0 16 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23664] ppid=23654 vsize=13631284 CPUtime=0.22 cores=1,3,5,7
/proc/23656/task/23664/stat : 23664 (java) S 23654 23656 19861 0 -1 4202560 3398 0 0 0 22 0 0 0 15 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23665] ppid=23654 vsize=13631284 CPUtime=0.34 cores=1,3,5,7
/proc/23656/task/23665/stat : 23665 (java) S 23654 23656 19861 0 -1 4202560 4235 0 0 0 33 1 0 0 16 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23666] ppid=23654 vsize=13631284 CPUtime=0.32 cores=1,3,5,7
/proc/23656/task/23666/stat : 23666 (java) S 23654 23656 19861 0 -1 4202560 3893 0 0 0 32 0 0 0 16 0 19 0 827914684 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23667] ppid=23654 vsize=13631284 CPUtime=4.1 cores=1,3,5,7
/proc/23656/task/23667/stat : 23667 (java) S 23654 23656 19861 0 -1 4202560 30762 0 0 0 406 4 0 0 15 0 19 0 827914685 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 0 0 16800975 18446604467717016256 0 0 -1 1 0 0 0
[pid=23656/tid=23668] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23668/stat : 23668 (java) S 23654 23656 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827914686 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23669] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23669/stat : 23669 (java) S 23654 23656 19861 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827914686 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23670] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23670/stat : 23670 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256172465 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23671] ppid=23654 vsize=13631284 CPUtime=0.58 cores=1,3,5,7
/proc/23656/task/23671/stat : 23671 (java) S 23654 23656 19861 0 -1 4202560 4922 0 0 0 57 1 0 0 15 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 7 0 0 0
[pid=23656/tid=23672] ppid=23654 vsize=13631284 CPUtime=0.71 cores=1,3,5,7
/proc/23656/task/23672/stat : 23672 (java) S 23654 23656 19861 0 -1 4202560 3640 0 0 0 71 0 0 0 15 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 5 0 0 0
[pid=23656/tid=23673] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23673/stat : 23673 (java) S 23654 23656 19861 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256164761 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23674] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23674/stat : 23674 (java) S 23654 23656 19861 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 827914688 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
[pid=23656/tid=23675] ppid=23654 vsize=13631284 CPUtime=0 cores=1,3,5,7
/proc/23656/task/23675/stat : 23675 (java) S 23654 23656 19861 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827914737 13958434816 103128 33554432000 1073741824 1073778376 140735031970000 18446744073709551615 228256165376 0 4 0 16800975 18446604467717016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13631284

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.26
CPU time (s): 1800.09
CPU user time (s): 1799.89
CPU system time (s): 0.198969
CPU usage (%): 100.158
Max. virtual memory (cumulated for all children) (KiB): 13631284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106122
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38856
involuntary context switches= 13355

runsolver used 9.37157 second user time and 23.1505 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-04 06:52:47
IDJOB=3457961
IDBENCH=48286
IDSOLVER=1952
FILE ID=node136/3457961-1307163167
RUNJOBID= node136-1307161363-23427
PBS_JOBID= 13508780
Free space on /tmp= 73844 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_2_80.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457961-1307163167/watcher-3457961-1307163167 -o /tmp/evaluation-result-3457961-1307163167/solver-3457961-1307163167 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457961-1307163167.opb

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

MD5SUM BENCH= 4b0064bdd43b7a445f2334396cfebe4e
RANDOM SEED=1362071818

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28791752 kB
Buffers:        286956 kB
Cached:         524852 kB
SwapCached:       7704 kB
Active:        3450292 kB
Inactive:       414140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28791752 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:            1472 kB
Writeback:           0 kB
AnonPages:     3050524 kB
Mapped:          32956 kB
Slab:           156096 kB
PageTables:      69448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 182668884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73844 MiB
End job on node136 at 2011-06-04 07:22:46