Trace number 3457983

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.19 1797.27

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
MD5SUMaef8bab64cc2dcfbe1beaaaf4a02d676
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 benchmark10.0655
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)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3457983-1307164049.opb
0.10/0.12	c reading problem ... 
1.02/0.55	c ... done. Wall clock time 0.429s.
1.02/0.55	c #vars     7270
1.02/0.55	c #constraints  14043
1.02/0.55	c constraints type 
1.02/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6270
1.02/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.02/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.02/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6270
8.63/7.50	c cleaning 2504 clauses out of 5007 with flag 5007/5007
16.78/15.67	c cleaning 4264 clauses out of 8528 with flag 11032/11032
28.31/27.10	c cleaning 5634 clauses out of 11268 with flag 18036/18036
43.73/42.52	c cleaning 6808 clauses out of 13615 with flag 26017/26017
61.06/59.89	c cleaning 7901 clauses out of 15802 with flag 35012/35012
85.08/83.88	c cleaning 8953 clauses out of 17905 with flag 45016/45016
114.09/112.83	c cleaning 10045 clauses out of 20090 with flag 56154/56154
145.82/144.58	c cleaning 10969 clauses out of 21938 with flag 68047/68047
174.94/173.64	c cleaning 11970 clauses out of 23939 with flag 81017/81017
220.67/219.32	c cleaning 13106 clauses out of 26211 with flag 95259/95259
275.59/274.29	c cleaning 13976 clauses out of 27952 with flag 110106/110106
329.83/328.41	c cleaning 14438 clauses out of 28876 with flag 125006/125006
386.14/384.77	c cleaning 14810 clauses out of 29619 with flag 140187/140187
420.67/419.29	c cleaning 14816 clauses out of 29636 with flag 155014/155014
439.70/438.28	c cleaning 14902 clauses out of 29808 with flag 170002/170002
464.95/463.40	c cleaning 14955 clauses out of 29913 with flag 185009/185009
487.70/486.17	c cleaning 14980 clauses out of 29964 with flag 200015/200015
511.03/509.47	c cleaning 14983 clauses out of 29969 with flag 215000/215000
534.26/532.64	c cleaning 15006 clauses out of 30016 with flag 230030/230030
559.59/557.93	c cleaning 15000 clauses out of 30001 with flag 245021/245021
580.72/579.02	c cleaning 15000 clauses out of 30003 with flag 260023/260023
610.07/608.35	c cleaning 14989 clauses out of 29982 with flag 275002/275002
634.30/632.53	c cleaning 14995 clauses out of 29993 with flag 290002/290002
657.22/655.48	c cleaning 14999 clauses out of 30001 with flag 305005/305005
679.65/677.87	c cleaning 14998 clauses out of 30000 with flag 320003/320003
704.48/702.64	c cleaning 14998 clauses out of 29999 with flag 335000/335000
729.60/727.71	c cleaning 15014 clauses out of 30031 with flag 350030/350030
757.83/755.92	c cleaning 14997 clauses out of 29998 with flag 365011/365011
783.76/781.84	c cleaning 14993 clauses out of 29990 with flag 380000/380000
807.70/805.78	c cleaning 14997 clauses out of 29997 with flag 395000/395000
834.24/832.23	c cleaning 15010 clauses out of 30024 with flag 410024/410024
858.46/856.43	c cleaning 14996 clauses out of 29996 with flag 425006/425006
884.57/882.55	c cleaning 15000 clauses out of 30003 with flag 440009/440009
910.90/908.85	c cleaning 14996 clauses out of 29996 with flag 455002/455002
934.96/932.88	c cleaning 15016 clauses out of 30035 with flag 470037/470037
959.67/957.56	c cleaning 14991 clauses out of 29985 with flag 485003/485003
983.72/981.54	c cleaning 14994 clauses out of 29991 with flag 500000/500000
1006.82/1004.67	c cleaning 15005 clauses out of 30014 with flag 515017/515017
1030.93/1028.79	c cleaning 15004 clauses out of 30011 with flag 530019/530019
1054.99/1052.74	c cleaning 14996 clauses out of 29995 with flag 545007/545007
1079.09/1076.82	c cleaning 15004 clauses out of 30012 with flag 560020/560020
1101.78/1099.50	c cleaning 15013 clauses out of 30029 with flag 575041/575041
1124.39/1122.12	c cleaning 15012 clauses out of 30028 with flag 590053/590053
1146.61/1144.30	c cleaning 14981 clauses out of 29965 with flag 605002/605002
1166.06/1163.79	c cleaning 14991 clauses out of 29985 with flag 620003/620003
1184.69/1182.33	c cleaning 14998 clauses out of 30000 with flag 635009/635009
1203.31/1200.92	c cleaning 14997 clauses out of 29997 with flag 650004/650004
1222.83/1220.47	c cleaning 15000 clauses out of 30004 with flag 665008/665008
1242.96/1240.57	c cleaning 14997 clauses out of 29997 with flag 680001/680001
1261.06/1258.66	c cleaning 15009 clauses out of 30022 with flag 695023/695023
1280.27/1277.83	c cleaning 15013 clauses out of 30029 with flag 710039/710039
1299.70/1297.26	c cleaning 14987 clauses out of 29977 with flag 725000/725000
1318.51/1316.02	c cleaning 15015 clauses out of 30031 with flag 740041/740041
1340.44/1337.99	c cleaning 14996 clauses out of 29995 with flag 755020/755020
1362.67/1360.17	c cleaning 15004 clauses out of 30011 with flag 770032/770032
1386.18/1383.69	c cleaning 14997 clauses out of 29997 with flag 785022/785022
1406.09/1403.61	c cleaning 14988 clauses out of 29979 with flag 800001/800001
1425.70/1423.17	c cleaning 14996 clauses out of 29995 with flag 815005/815005
1449.32/1446.74	c cleaning 15024 clauses out of 30052 with flag 830058/830058
1472.24/1469.65	c cleaning 14984 clauses out of 29971 with flag 845001/845001
1495.45/1492.88	c cleaning 14992 clauses out of 29987 with flag 860001/860001
1519.07/1516.40	c cleaning 15004 clauses out of 30012 with flag 875018/875018
1545.29/1542.68	c cleaning 15003 clauses out of 30009 with flag 890019/890019
1567.21/1564.50	c cleaning 14995 clauses out of 29995 with flag 905008/905008
1586.23/1583.50	c cleaning 14995 clauses out of 29999 with flag 920007/920007
1604.37/1601.64	c cleaning 15007 clauses out of 30017 with flag 935020/935020
1628.66/1625.95	c cleaning 15000 clauses out of 30004 with flag 950014/950014
1647.29/1644.52	c cleaning 14993 clauses out of 29990 with flag 965000/965000
1665.70/1662.97	c cleaning 15001 clauses out of 30006 with flag 980009/980009
1684.53/1681.74	c cleaning 15015 clauses out of 30033 with flag 995037/995037
1706.04/1703.24	c cleaning 14993 clauses out of 29989 with flag 1010008/1010008
1727.44/1724.62	c cleaning 14992 clauses out of 29988 with flag 1025000/1025000
1747.55/1744.80	c cleaning 14999 clauses out of 30001 with flag 1040005/1040005
1767.17/1764.34	c cleaning 15000 clauses out of 30004 with flag 1055007/1055007
1787.38/1784.56	c cleaning 15001 clauses out of 30006 with flag 1070009/1070009
1800.10/1797.22	c starts		: 188
1800.10/1797.22	c conflicts		: 1079473
1800.10/1797.22	c decisions		: 2509931
1800.10/1797.22	c propagations		: 35149146
1800.10/1797.22	c inspects		: 1488623622
1800.10/1797.22	c shortcuts		: 0
1800.10/1797.22	c learnt literals	: 0
1800.10/1797.22	c learnt binary clauses	: 0
1800.10/1797.22	c learnt ternary clauses	: 1
1800.10/1797.22	c learnt constraints	: 1079472
1800.10/1797.22	c ignored constraints	: 0
1800.10/1797.22	c root simplifications	: 0
1800.10/1797.22	c removed literals (reason simplification)	: 4723187
1800.10/1797.22	c reason swapping (by a shorter reason)	: 0
1800.10/1797.22	c Calls to reduceDB	: 75
1800.10/1797.22	c number of reductions to clauses (during analyze)	: 0
1800.10/1797.22	c number of learned constraints concerned by reduction	: 0
1800.10/1797.22	c number of learning phase by resolution	: 0
1800.10/1797.22	c number of learning phase by cutting planes	: 0
1800.10/1797.22	c speed (assignments/second)	: 19563.441356951036
1800.10/1797.22	c non guided choices	6756
1800.10/1797.23	c learnt constraints type 
1800.10/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24475
1800.10/1797.23	c constraints type 
1800.10/1797.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6270
1800.10/1797.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.10/1797.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.10/1797.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6270
1800.10/1797.23	s UNKNOWN
1800.10/1797.23	c Total wall clock time (in seconds): 1797.116

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-3457983-1307164049/watcher-3457983-1307164049 -o /tmp/evaluation-result-3457983-1307164049/solver-3457983-1307164049 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457983-1307164049.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: 1.94 2.01 1.99 3/461 23647
/proc/meminfo: memFree=29789344/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=20404 CPUtime=0 cores=1,3,5,7
/proc/23647/stat : 23647 (java) R 23645 23647 23545 0 -1 4202496 430 0 0 0 0 0 0 0 25 0 1 0 906635564 20893696 175 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231890520864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23647/statm: 5101 176 134 9 0 124 0
[pid=23647/tid=23648] ppid=23645 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 819 0 1 0 0 0 0 0 25 0 2 0 906635565 13833195520 1634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.089925 s]
/proc/loadavg: 1.94 2.01 1.99 3/461 23647
/proc/meminfo: memFree=29789344/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13555088 CPUtime=0.07 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 14525 0 1 0 6 1 0 0 25 0 18 0 906635564 13880410112 14222 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3388772 14228 1755 9 0 3379506 0
[pid=23647/tid=23648] ppid=23645 vsize=13555088 CPUtime=0.07 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 13358 0 1 0 6 1 0 0 25 0 18 0 906635565 13880410112 14229 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 47351361915966 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555088

[startup+0.10086 s]
/proc/loadavg: 1.94 2.01 1.99 3/461 23647
/proc/meminfo: memFree=29789344/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13687280 CPUtime=0.1 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 15463 0 1 0 9 1 0 0 25 0 18 0 906635564 14015774720 15127 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3421820 15128 2092 9 0 3412554 0
[pid=23647/tid=23648] ppid=23645 vsize=13687280 CPUtime=0.08 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 13525 0 1 0 7 1 0 0 18 0 18 0 906635565 14015774720 15128 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 47351360820760 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13687280

[startup+0.302721 s]
/proc/loadavg: 1.94 2.01 1.99 3/461 23647
/proc/meminfo: memFree=29789344/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13688372 CPUtime=0.45 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 18389 0 1 0 43 2 0 0 25 0 18 0 906635564 14016892928 17885 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3422093 17886 2207 9 0 3412827 0
[pid=23647/tid=23648] ppid=23645 vsize=13688372 CPUtime=0.28 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 15758 0 1 0 27 1 0 0 18 0 18 0 906635565 14016892928 17886 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13688372

[startup+0.70081 s]
/proc/loadavg: 1.94 2.01 1.99 3/461 23647
/proc/meminfo: memFree=29789344/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13697832 CPUtime=1.49 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 39715 0 1 0 143 6 0 0 25 0 19 0 906635564 14026579968 37234 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3424458 37234 2232 9 0 3415192 0
[pid=23647/tid=23648] ppid=23645 vsize=13697832 CPUtime=0.67 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 30182 0 1 0 63 4 0 0 19 0 19 0 906635565 14026579968 37234 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 46912505122376 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13697832

[startup+1.50066 s]
/proc/loadavg: 1.94 2.01 1.99 3/480 23666
/proc/meminfo: memFree=29646788/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13697832 CPUtime=2.4 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 40116 0 1 0 234 6 0 0 25 0 19 0 906635564 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3424458 37634 2235 9 0 3415192 0
[pid=23647/tid=23648] ppid=23645 vsize=13697832 CPUtime=1.47 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 30427 0 1 0 143 4 0 0 20 0 19 0 906635565 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 46912505931680 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 23545 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906635567 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 23545 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 906635568 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 0 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 23545 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 906635569 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906635569 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907314097 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=13697832 CPUtime=0.46 cores=1,3,5,7
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 23545 0 -1 4202560 3572 0 0 0 46 0 0 0 15 0 19 0 906635571 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=13697832 CPUtime=0.44 cores=1,3,5,7
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 23545 0 -1 4202560 4957 0 0 0 44 0 0 0 15 0 19 0 906635571 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906635571 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23666/stat : 23666 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906635620 14026579968 37634 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 13697832

[startup+3.10136 s]
/proc/loadavg: 1.94 2.01 1.99 3/480 23666
/proc/meminfo: memFree=29644928/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13697832 CPUtime=4.12 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 41234 0 1 0 406 6 0 0 25 0 19 0 906635564 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3424458 38751 2239 9 0 3415192 0
[pid=23647/tid=23648] ppid=23645 vsize=13697832 CPUtime=3.07 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 31506 0 1 0 303 4 0 0 25 0 19 0 906635565 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 47351362255699 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 23545 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906635567 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 23545 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 906635568 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 0 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 23545 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 906635569 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906635569 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907314097 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=13697832 CPUtime=0.56 cores=1,3,5,7
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 23545 0 -1 4202560 3611 0 0 0 56 0 0 0 15 0 19 0 906635571 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=13697832 CPUtime=0.46 cores=1,3,5,7
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 23545 0 -1 4202560 4957 0 0 0 45 1 0 0 15 0 19 0 906635571 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906635571 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23666/stat : 23666 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906635620 14026579968 38751 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 13697832

[startup+6.30076 s]
/proc/loadavg: 1.94 2.01 1.99 3/480 23666
/proc/meminfo: memFree=29629156/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13697832 CPUtime=7.42 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 44159 0 1 0 735 7 0 0 25 0 19 0 906635564 14026579968 41674 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3424458 41674 2240 9 0 3415192 0
[pid=23647/tid=23648] ppid=23645 vsize=13697832 CPUtime=6.27 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 34364 0 1 0 622 5 0 0 25 0 19 0 906635565 14026579968 41674 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 46912506009675 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 41674 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 41674 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 41674 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 41674 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 23545 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 41674 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635567 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906635567 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 23545 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 906635568 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 0 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 23545 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 906635569 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 906635569 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907314097 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=13697832 CPUtime=0.57 cores=1,3,5,7
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 23545 0 -1 4202560 3611 0 0 0 57 0 0 0 15 0 19 0 906635571 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=13697832 CPUtime=0.55 cores=1,3,5,7
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 23545 0 -1 4202560 5023 0 0 0 54 1 0 0 15 0 19 0 906635571 14026579968 41675 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0

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

[pid=23647/tid=23655] ppid=23645 vsize=13697832 CPUtime=0.35 cores=1,3,5,7
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 23545 0 -1 4202560 2137 0 0 0 35 0 0 0 16 0 19 0 906635567 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=13697832 CPUtime=0.3 cores=1,3,5,7
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 23545 0 -1 4202560 5714 0 0 0 29 1 0 0 15 0 19 0 906635567 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=13697832 CPUtime=0.29 cores=1,3,5,7
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 23545 0 -1 4202560 6948 0 0 0 29 0 0 0 15 0 19 0 906635567 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=13697832 CPUtime=3.62 cores=1,3,5,7
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 23545 0 -1 4202560 29616 0 0 0 358 4 0 0 15 0 19 0 906635568 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 0 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 23545 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906635569 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 23545 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906635569 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907314097 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=13697832 CPUtime=0.63 cores=1,3,5,7
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 23545 0 -1 4202560 3617 0 0 0 63 0 0 0 15 0 19 0 906635571 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=13697832 CPUtime=0.63 cores=1,3,5,7
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 23545 0 -1 4202560 5087 0 0 0 62 1 0 0 15 0 19 0 906635571 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 23545 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 906635571 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23666/stat : 23666 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906635620 14026579968 101099 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1665.1
Current children cumulated vsize (KiB) 13697832

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/480 23758
/proc/meminfo: memFree=29358900/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13697832 CPUtime=1725.14 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 103908 0 1 0 172496 18 0 0 25 0 19 0 906635564 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3424458 101109 2266 9 0 3415192 0
[pid=23647/tid=23648] ppid=23645 vsize=13697832 CPUtime=1717.78 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 35424 0 1 0 171773 5 0 0 25 0 19 0 906635565 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 46912505846993 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=13697832 CPUtime=0.27 cores=1,3,5,7
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 23545 0 -1 4202560 3032 0 0 0 27 0 0 0 15 0 19 0 906635567 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=13697832 CPUtime=0.22 cores=1,3,5,7
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 23545 0 -1 4202560 2189 0 0 0 22 0 0 0 15 0 19 0 906635567 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=13697832 CPUtime=0.25 cores=1,3,5,7
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 23545 0 -1 4202560 3217 0 0 0 25 0 0 0 15 0 19 0 906635567 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=13697832 CPUtime=0.25 cores=1,3,5,7
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 23545 0 -1 4202560 3577 0 0 0 25 0 0 0 16 0 19 0 906635567 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=13697832 CPUtime=0.24 cores=1,3,5,7
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 23545 0 -1 4202560 2088 0 0 0 24 0 0 0 15 0 19 0 906635567 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=13697832 CPUtime=0.37 cores=1,3,5,7
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 23545 0 -1 4202560 2147 0 0 0 37 0 0 0 16 0 19 0 906635567 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=13697832 CPUtime=0.3 cores=1,3,5,7
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 23545 0 -1 4202560 5714 0 0 0 29 1 0 0 15 0 19 0 906635567 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=13697832 CPUtime=0.29 cores=1,3,5,7
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 23545 0 -1 4202560 6948 0 0 0 29 0 0 0 16 0 19 0 906635567 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=13697832 CPUtime=3.78 cores=1,3,5,7
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 23545 0 -1 4202560 29620 0 0 0 374 4 0 0 15 0 19 0 906635568 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 0 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 23545 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906635569 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 23545 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906635569 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907314097 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=13697832 CPUtime=0.63 cores=1,3,5,7
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 23545 0 -1 4202560 3617 0 0 0 63 0 0 0 15 0 19 0 906635571 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=13697832 CPUtime=0.63 cores=1,3,5,7
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 23545 0 -1 4202560 5087 0 0 0 62 1 0 0 15 0 19 0 906635571 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 23545 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 906635571 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23666/stat : 23666 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906635620 14026579968 101109 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1725.14
Current children cumulated vsize (KiB) 13697832

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/480 23759
/proc/meminfo: memFree=29358484/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13697832 CPUtime=1785.18 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 103927 0 1 0 178500 18 0 0 25 0 19 0 906635564 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3424458 101119 2266 9 0 3415192 0
[pid=23647/tid=23648] ppid=23645 vsize=13697832 CPUtime=1777.59 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 35427 0 1 0 177754 5 0 0 25 0 19 0 906635565 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 46912505847062 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=13697832 CPUtime=0.27 cores=1,3,5,7
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 23545 0 -1 4202560 3032 0 0 0 27 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=13697832 CPUtime=0.24 cores=1,3,5,7
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 23545 0 -1 4202560 2189 0 0 0 24 0 0 0 16 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=13697832 CPUtime=0.26 cores=1,3,5,7
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 23545 0 -1 4202560 3217 0 0 0 26 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=13697832 CPUtime=0.25 cores=1,3,5,7
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 23545 0 -1 4202560 3577 0 0 0 25 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=13697832 CPUtime=0.25 cores=1,3,5,7
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 23545 0 -1 4202560 2088 0 0 0 25 0 0 0 16 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=13697832 CPUtime=0.38 cores=1,3,5,7
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 23545 0 -1 4202560 2157 0 0 0 38 0 0 0 16 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=13697832 CPUtime=0.31 cores=1,3,5,7
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 23545 0 -1 4202560 5714 0 0 0 30 1 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=13697832 CPUtime=0.3 cores=1,3,5,7
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 23545 0 -1 4202560 6948 0 0 0 30 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=13697832 CPUtime=3.95 cores=1,3,5,7
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 23545 0 -1 4202560 29622 0 0 0 391 4 0 0 15 0 19 0 906635568 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 0 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 23545 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906635569 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 23545 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906635569 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907314097 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=13697832 CPUtime=0.63 cores=1,3,5,7
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 23545 0 -1 4202560 3617 0 0 0 63 0 0 0 15 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=13697832 CPUtime=0.63 cores=1,3,5,7
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 23545 0 -1 4202560 5087 0 0 0 62 1 0 0 15 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 23545 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23666/stat : 23666 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906635620 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 13697832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.07 2.03 2.00 3/480 23760
/proc/meminfo: memFree=29358356/32950928 swapFree=52246700/67111528
[pid=23647] ppid=23645 vsize=13697832 CPUtime=1800.1 cores=1,3,5,7
/proc/23647/stat : 23647 (java) S 23645 23647 23545 0 -1 4202496 103930 0 1 0 179992 18 0 0 25 0 19 0 906635564 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23647/statm: 3424458 101119 2266 9 0 3415192 0
[pid=23647/tid=23648] ppid=23645 vsize=13697832 CPUtime=1792.45 cores=1,3,5,7
/proc/23647/task/23648/stat : 23648 (java) R 23645 23647 23545 0 -1 4202560 35428 0 1 0 179240 5 0 0 25 0 19 0 906635565 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 46912506077537 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23647/tid=23650] ppid=23645 vsize=13697832 CPUtime=0.28 cores=1,3,5,7
/proc/23647/task/23650/stat : 23650 (java) S 23645 23647 23545 0 -1 4202560 3032 0 0 0 28 0 0 0 16 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23651] ppid=23645 vsize=13697832 CPUtime=0.24 cores=1,3,5,7
/proc/23647/task/23651/stat : 23651 (java) S 23645 23647 23545 0 -1 4202560 2189 0 0 0 24 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23652] ppid=23645 vsize=13697832 CPUtime=0.26 cores=1,3,5,7
/proc/23647/task/23652/stat : 23652 (java) S 23645 23647 23545 0 -1 4202560 3217 0 0 0 26 0 0 0 16 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23653] ppid=23645 vsize=13697832 CPUtime=0.25 cores=1,3,5,7
/proc/23647/task/23653/stat : 23653 (java) S 23645 23647 23545 0 -1 4202560 3577 0 0 0 25 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
[pid=23647/tid=23654] ppid=23645 vsize=13697832 CPUtime=0.25 cores=1,3,5,7
/proc/23647/task/23654/stat : 23654 (java) S 23645 23647 23545 0 -1 4202560 2088 0 0 0 25 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23655] ppid=23645 vsize=13697832 CPUtime=0.38 cores=1,3,5,7
/proc/23647/task/23655/stat : 23655 (java) S 23645 23647 23545 0 -1 4202560 2157 0 0 0 38 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23656] ppid=23645 vsize=13697832 CPUtime=0.31 cores=1,3,5,7
/proc/23647/task/23656/stat : 23656 (java) S 23645 23647 23545 0 -1 4202560 5714 0 0 0 30 1 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23657] ppid=23645 vsize=13697832 CPUtime=0.3 cores=1,3,5,7
/proc/23647/task/23657/stat : 23657 (java) S 23645 23647 23545 0 -1 4202560 6948 0 0 0 30 0 0 0 15 0 19 0 906635567 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23658] ppid=23645 vsize=13697832 CPUtime=4 cores=1,3,5,7
/proc/23647/task/23658/stat : 23658 (java) S 23645 23647 23545 0 -1 4202560 29624 0 0 0 396 4 0 0 15 0 19 0 906635568 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 0 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23659] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23659/stat : 23659 (java) S 23645 23647 23545 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906635569 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23660] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23660/stat : 23660 (java) S 23645 23647 23545 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906635569 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23661] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23661/stat : 23661 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907314097 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23662] ppid=23645 vsize=13697832 CPUtime=0.63 cores=1,3,5,7
/proc/23647/task/23662/stat : 23662 (java) S 23645 23647 23545 0 -1 4202560 3617 0 0 0 63 0 0 0 15 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 1 0 0 0
[pid=23647/tid=23663] ppid=23645 vsize=13697832 CPUtime=0.63 cores=1,3,5,7
/proc/23647/task/23663/stat : 23663 (java) S 23645 23647 23545 0 -1 4202560 5087 0 0 0 62 1 0 0 15 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23664] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23664/stat : 23664 (java) S 23645 23647 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907306393 0 4 0 16800975 18446604467057465280 0 0 -1 5 0 0 0
[pid=23647/tid=23665] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23665/stat : 23665 (java) S 23645 23647 23545 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 906635571 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 3 0 0 0
[pid=23647/tid=23666] ppid=23645 vsize=13697832 CPUtime=0 cores=1,3,5,7
/proc/23647/task/23666/stat : 23666 (java) S 23645 23647 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906635620 14026579968 101119 33554432000 1073741824 1073778376 140735957544512 18446744073709551615 231907307008 0 4 0 16800975 18446604467057465280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13697832

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.27
CPU time (s): 1800.19
CPU user time (s): 1799.99
CPU system time (s): 0.202969
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 13697832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103965
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= 38905
involuntary context switches= 13415

runsolver used 7.97279 second user time and 18.6992 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 07:07:29
IDJOB=3457983
IDBENCH=48308
IDSOLVER=1952
FILE ID=node114/3457983-1307164049
RUNJOBID= node114-1307164044-23564
PBS_JOBID= 13508824
Free space on /tmp= 73940 MiB

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

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

MD5SUM BENCH= aef8bab64cc2dcfbe1beaaaf4a02d676
RANDOM SEED=104842041

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.74
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.848
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.73
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.848
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.848
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.75
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.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29789632 kB
Buffers:        314900 kB
Cached:         457092 kB
SwapCached:      10712 kB
Active:        2410188 kB
Inactive:       477576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29789632 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:     2113156 kB
Mapped:          29496 kB
Slab:           142356 kB
PageTables:      62240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 121601512 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= 73940 MiB
End job on node114 at 2011-06-04 07:37:28