Trace number 3453604

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 Res//CP 2.3.0? (TO) 1800.46 912.474

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.11/0.12	c Pseudo Boolean Optimization
0.11/0.12	c ManyCore solver with 2 solvers running in parallel
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.12	c No reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3453604-1307195817.opb
0.11/0.12	c reading problem ... 
1.25/0.61	c ... done. Wall clock time 0.493s.
1.25/0.61	c #vars     6626
1.25/0.61	c #constraints  13055
1.25/0.61	c constraints type 
1.25/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1.25/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.25/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.25/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1.25/0.61	c constraints type 
1.25/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.25/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1.25/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1.25/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
8.31/3.40	c cleaning 2511 clauses out of 5021 with flag 5021/5021
15.54/7.09	c cleaning 4245 clauses out of 8489 with flag 11000/11000
24.57/11.59	c cleaning 5627 clauses out of 11253 with flag 18009/18009
35.59/17.09	c cleaning 6812 clauses out of 13623 with flag 26006/26006
44.94/21.71	c cleaning 7906 clauses out of 15815 with flag 35010/35010
56.69/27.65	c cleaning 8948 clauses out of 17900 with flag 45001/45001
64.62/31.68	c cleaning 9976 clauses out of 19953 with flag 56002/56002
76.18/37.43	c cleaning 10985 clauses out of 21976 with flag 68001/68001
95.02/46.93	c cleaning 12006 clauses out of 24014 with flag 81024/81024
125.15/62.05	c cleaning 12991 clauses out of 25984 with flag 95000/95000
154.08/76.56	c cleaning 13498 clauses out of 26999 with flag 109006/109006
175.38/87.24	c cleaning 13752 clauses out of 27506 with flag 123011/123011
203.65/101.49	c cleaning 13870 clauses out of 27743 with flag 137000/137000
225.94/112.67	c cleaning 13942 clauses out of 27886 with flag 151013/151013
251.85/125.61	c cleaning 13966 clauses out of 27933 with flag 165002/165002
267.73/133.62	c cleaning 14018 clauses out of 28038 with flag 179073/179073
291.37/145.53	c cleaning 13975 clauses out of 27951 with flag 193004/193004
317.24/158.55	c cleaning 13999 clauses out of 28000 with flag 207028/207028
341.50/170.78	c cleaning 13991 clauses out of 27986 with flag 221013/221013
355.16/177.60	c cleaning 13993 clauses out of 27990 with flag 235008/235008
369.18/184.73	c cleaning 13999 clauses out of 28001 with flag 249012/249012
383.83/192.12	c cleaning 14001 clauses out of 28003 with flag 263013/263013
395.30/197.92	c cleaning 13999 clauses out of 28002 with flag 277013/277013
407.93/204.36	c cleaning 13985 clauses out of 27990 with flag 291000/291000
422.10/211.52	c cleaning 14012 clauses out of 28027 with flag 305022/305022
436.15/218.68	c cleaning 14010 clauses out of 28023 with flag 319030/319030
451.00/226.17	c cleaning 13995 clauses out of 27994 with flag 333011/333011
466.66/234.02	c cleaning 13999 clauses out of 28001 with flag 347013/347013
480.05/240.87	c cleaning 14003 clauses out of 28010 with flag 361021/361021
496.67/249.24	c cleaning 14009 clauses out of 28020 with flag 375034/375034
511.71/256.88	c cleaning 14000 clauses out of 28003 with flag 389026/389026
526.74/264.41	c cleaning 14003 clauses out of 28010 with flag 403033/403033
543.34/272.85	c cleaning 13990 clauses out of 27983 with flag 417009/417009
557.74/280.19	c cleaning 14006 clauses out of 28014 with flag 431030/431030
570.17/286.45	c cleaning 0 clauses out of 5002 with flag 0/5002
573.80/288.36	c cleaning 13987 clauses out of 27978 with flag 445000/445000
592.15/297.65	c cleaning 13999 clauses out of 28001 with flag 459010/459010
609.76/306.53	c cleaning 13994 clauses out of 27992 with flag 473000/473000
625.98/314.76	c cleaning 14004 clauses out of 28012 with flag 487014/487014
640.40/322.00	c cleaning 14001 clauses out of 28006 with flag 501012/501012
655.96/329.97	c cleaning 14001 clauses out of 28005 with flag 515012/515012
672.76/338.47	c cleaning 13994 clauses out of 27992 with flag 529000/529000
688.61/346.46	c cleaning 14004 clauses out of 28012 with flag 543014/543014
705.20/354.86	c cleaning 13997 clauses out of 27997 with flag 557003/557003
722.53/363.64	c cleaning 14017 clauses out of 28036 with flag 571039/571039
740.98/372.98	c cleaning 13997 clauses out of 27997 with flag 585017/585017
756.95/381.02	c cleaning 13992 clauses out of 27987 with flag 599004/599004
773.15/389.28	c cleaning 14004 clauses out of 28012 with flag 613021/613021
789.87/397.80	c cleaning 14003 clauses out of 28009 with flag 627022/627022
805.47/405.61	c cleaning 14001 clauses out of 28006 with flag 641022/641022
823.67/414.87	c cleaning 13995 clauses out of 27993 with flag 655010/655010
840.68/423.42	c cleaning 13993 clauses out of 27989 with flag 669001/669001
859.34/432.94	c cleaning 13998 clauses out of 28000 with flag 683005/683005
875.55/441.15	c cleaning 14019 clauses out of 28038 with flag 697041/697041
893.52/450.25	c cleaning 13989 clauses out of 27982 with flag 711004/711004
910.32/458.78	c cleaning 14014 clauses out of 28031 with flag 725042/725042
927.95/467.75	c cleaning 13999 clauses out of 28001 with flag 739026/739026
945.11/476.40	c cleaning 14014 clauses out of 28027 with flag 753051/753051
962.87/485.49	c cleaning 13980 clauses out of 27964 with flag 767002/767002
981.41/494.82	c cleaning 13999 clauses out of 28000 with flag 781018/781018
998.66/503.60	c cleaning 13995 clauses out of 27993 with flag 795010/795010
1015.61/512.24	c cleaning 14012 clauses out of 28024 with flag 809036/809036
1031.95/520.54	c cleaning 14013 clauses out of 28027 with flag 823051/823051
1049.30/529.35	c cleaning 13986 clauses out of 27975 with flag 837012/837012
1066.93/538.38	c cleaning 14008 clauses out of 28017 with flag 851040/851040
1084.87/547.46	c cleaning 14025 clauses out of 28050 with flag 865081/865081
1102.23/556.29	c cleaning 13976 clauses out of 27955 with flag 879011/879011
1119.97/565.24	c cleaning 13996 clauses out of 27993 with flag 893025/893025
1137.19/574.02	c cleaning 13996 clauses out of 27995 with flag 907023/907023
1154.13/582.62	c cleaning 13992 clauses out of 27988 with flag 921012/921012
1171.47/591.47	c cleaning 14019 clauses out of 28038 with flag 935054/935054
1188.80/600.24	c cleaning 14000 clauses out of 28003 with flag 949038/949038
1205.60/608.88	c cleaning 13995 clauses out of 27994 with flag 963029/963029
1222.13/617.24	c cleaning 13990 clauses out of 27982 with flag 977012/977012
1238.65/625.64	c cleaning 13989 clauses out of 27981 with flag 991001/991001
1254.56/633.79	c cleaning 13996 clauses out of 27993 with flag 1005002/1005002
1271.14/642.28	c cleaning 14007 clauses out of 28017 with flag 1019022/1019022
1287.84/650.70	c cleaning 13993 clauses out of 27990 with flag 1033002/1033002
1304.34/659.18	c cleaning 14022 clauses out of 28043 with flag 1047048/1047048
1322.03/668.17	c cleaning 13997 clauses out of 27996 with flag 1061023/1061023
1339.78/677.29	c cleaning 13991 clauses out of 27983 with flag 1075007/1075007
1357.48/686.24	c cleaning 13994 clauses out of 27991 with flag 1089006/1089006
1374.17/694.73	c cleaning 13996 clauses out of 27996 with flag 1103005/1103005
1391.06/703.36	c cleaning 14020 clauses out of 28041 with flag 1117046/1117046
1407.81/711.98	c cleaning 13999 clauses out of 28001 with flag 1131026/1131026
1424.52/720.51	c cleaning 13990 clauses out of 27983 with flag 1145007/1145007
1443.39/730.00	c cleaning 14012 clauses out of 28026 with flag 1159040/1159040
1460.47/738.72	c cleaning 14002 clauses out of 28005 with flag 1173031/1173031
1479.80/748.64	c cleaning 13990 clauses out of 27984 with flag 1187012/1187012
1495.70/756.71	c cleaning 13996 clauses out of 27994 with flag 1201012/1201012
1513.19/765.65	c cleaning 13992 clauses out of 27986 with flag 1215000/1215000
1531.22/774.82	c cleaning 14000 clauses out of 28002 with flag 1229008/1229008
1549.34/784.20	c cleaning 14000 clauses out of 28001 with flag 1243007/1243007
1567.82/793.52	c cleaning 14034 clauses out of 28069 with flag 1257075/1257075
1585.89/802.74	c cleaning 13984 clauses out of 27972 with flag 1271012/1271012
1604.76/812.36	c cleaning 13988 clauses out of 27977 with flag 1285001/1285001
1624.29/822.30	c cleaning 14001 clauses out of 28004 with flag 1299016/1299016
1643.95/832.35	c cleaning 14026 clauses out of 28052 with flag 1313065/1313065
1663.62/842.39	c cleaning 14002 clauses out of 28006 with flag 1327045/1327045
1680.88/851.14	c cleaning 13987 clauses out of 27975 with flag 1341016/1341016
1699.80/860.84	c cleaning 13994 clauses out of 27991 with flag 1355019/1355019
1715.46/868.90	c cleaning 13988 clauses out of 27982 with flag 1369004/1369004
1732.70/877.69	c cleaning 13995 clauses out of 27993 with flag 1383003/1383003
1748.96/885.97	c cleaning 14002 clauses out of 28007 with flag 1397012/1397012
1765.68/894.50	c cleaning 13997 clauses out of 27997 with flag 1411004/1411004
1782.94/903.31	c cleaning 14004 clauses out of 28011 with flag 1425015/1425015
1799.82/911.95	c cleaning 13996 clauses out of 27996 with flag 1439004/1439004
1800.26/912.32	c starts		: 206
1800.26/912.32	c conflicts		: 1439008
1800.26/912.32	c decisions		: 1819791
1800.26/912.32	c propagations		: 37321144
1800.26/912.32	c inspects		: 2174382642
1800.26/912.32	c shortcuts		: 0
1800.26/912.32	c learnt literals	: 0
1800.26/912.32	c learnt binary clauses	: 0
1800.26/912.32	c learnt ternary clauses	: 221
1800.26/912.32	c learnt constraints	: 1439007
1800.26/912.32	c ignored constraints	: 0
1800.26/912.32	c root simplifications	: 0
1800.26/912.32	c removed literals (reason simplification)	: 37431769
1800.26/912.32	c reason swapping (by a shorter reason)	: 0
1800.26/912.32	c Calls to reduceDB	: 106
1800.26/912.32	c number of reductions to clauses (during analyze)	: 0
1800.26/912.32	c number of learned constraints concerned by reduction	: 0
1800.26/912.32	c number of learning phase by resolution	: 0
1800.26/912.32	c number of learning phase by cutting planes	: 0
1800.26/912.32	c speed (assignments/second)	: 40935.150716123695
1800.26/912.32	c non guided choices	6378
1800.26/912.33	c learnt constraints type 
1800.26/912.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14020
1800.26/912.33	c constraints type 
1800.26/912.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.26/912.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.26/912.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.26/912.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1800.26/912.33	c constraints type 
1800.26/912.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.26/912.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1800.26/912.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.26/912.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.26/912.33	s UNKNOWN
1800.26/912.33	c Total wall clock time (in seconds): 912.217

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-3453604-1307195817/watcher-3453604-1307195817 -o /tmp/evaluation-result-3453604-1307195817/solver-3453604-1307195817 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453604-1307195817.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.08 3.02 3.32 1/483 23910
/proc/meminfo: memFree=21376992/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 1700 0 1 0 0 0 0 0 25 0 2 0 563772982 10681323520 1401 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2607745 1415 906 9 0 2598901 0
[pid=23910/tid=23911] ppid=23908 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) R 23908 23910 23882 0 -1 4202560 4620 0 1 0 0 0 0 0 25 0 2 0 563772983 10694979584 5436 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0210789 s]
/proc/loadavg: 2.08 3.02 3.32 1/483 23910
/proc/meminfo: memFree=21376992/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 7786 0 1 0 0 1 0 0 25 0 2 0 563772982 10694979584 7487 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2611079 7502 917 9 0 2602235 0
[pid=23910/tid=23911] ppid=23908 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) R 23908 23910 23882 0 -1 4202560 6698 0 1 0 0 0 0 0 25 0 2 0 563772983 10694979584 7514 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.10608 s]
/proc/loadavg: 2.08 3.02 3.32 1/483 23910
/proc/meminfo: memFree=21376992/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10605092 CPUtime=0.11 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 13045 0 1 0 9 2 0 0 25 0 18 0 563772982 10859614208 12731 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2651273 12732 2093 9 0 2642007 0
[pid=23910/tid=23911] ppid=23908 vsize=10605092 CPUtime=0.08 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) R 23908 23910 23882 0 -1 4202560 11173 0 1 0 7 1 0 0 18 0 18 0 563772983 10859614208 12732 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 46912496197392 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10605092

[startup+0.305045 s]
/proc/loadavg: 2.08 3.02 3.32 1/483 23910
/proc/meminfo: memFree=21376992/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10606660 CPUtime=0.46 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 15820 0 1 0 44 2 0 0 25 0 18 0 563772982 10861219840 15240 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2651665 15241 2208 9 0 2642399 0
[pid=23910/tid=23911] ppid=23908 vsize=10606660 CPUtime=0.28 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) R 23908 23910 23882 0 -1 4202560 12936 0 1 0 27 1 0 0 18 0 18 0 563772983 10861219840 15241 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 46912505581432 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10606660

[startup+0.700941 s]
/proc/loadavg: 2.08 3.02 3.32 1/483 23910
/proc/meminfo: memFree=21376992/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10617768 CPUtime=1.63 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 32547 0 1 0 158 5 0 0 25 0 22 0 563772982 10872594432 29778 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2654442 29778 2238 9 0 2645176 0
[pid=23910/tid=23911] ppid=23908 vsize=10617768 CPUtime=0.59 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) S 23908 23910 23882 0 -1 4202560 22628 0 1 0 56 3 0 0 19 0 22 0 563772983 10872594432 29778 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10617768

[startup+1.50084 s]
/proc/loadavg: 2.08 3.02 3.32 6/527 24008
/proc/meminfo: memFree=21204156/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10617768 CPUtime=4.33 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 50668 0 1 0 425 8 0 0 25 0 22 0 563772982 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2654442 45476 2245 9 0 2645176 0
[pid=23910/tid=23911] ppid=23908 vsize=10617768 CPUtime=0.59 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) S 23908 23910 23882 0 -1 4202560 22628 0 1 0 56 3 0 0 15 0 22 0 563772983 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23913] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23913/stat : 23913 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23914] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23914/stat : 23914 (java) S 23908 23910 23882 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23915] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23915/stat : 23915 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23916] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23916/stat : 23916 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23917] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23917/stat : 23917 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23918] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23918/stat : 23918 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23919] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23919/stat : 23919 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23920] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23920/stat : 23920 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23921] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23921/stat : 23921 (java) S 23908 23910 23882 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 563772986 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 0 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23922] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23922/stat : 23922 (java) S 23908 23910 23882 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 563772986 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23923] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23923/stat : 23923 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563772986 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23924] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23924/stat : 23924 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672485809 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23925] ppid=23908 vsize=10617768 CPUtime=1 cores=0,2,4,6
/proc/23910/task/23925/stat : 23925 (java) S 23908 23910 23882 0 -1 4202560 7714 0 0 0 100 0 0 0 17 0 22 0 563772988 10872594432 45476 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23926] ppid=23908 vsize=10617768 CPUtime=0.96 cores=0,2,4,6
/proc/23910/task/23926/stat : 23926 (java) S 23908 23910 23882 0 -1 4202560 5037 0 0 0 95 1 0 0 15 0 22 0 563772988 10872594432 45477 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23927] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23927/stat : 23927 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 45477 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23928] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23928/stat : 23928 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563772988 10872594432 45477 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23960] ppid=23908 vsize=10617768 CPUtime=0.88 cores=0,2,4,6
/proc/23910/task/23960/stat : 23960 (java) R 23908 23910 23882 0 -1 4202560 653 0 0 0 88 0 0 0 22 0 22 0 563773044 10872594432 45477 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 47701802113875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23910/tid=23961] ppid=23908 vsize=10617768 CPUtime=0.85 cores=0,2,4,6
/proc/23910/task/23961/stat : 23961 (java) R 23908 23910 23882 0 -1 4202560 13469 0 0 0 84 1 0 0 25 0 22 0 563773044 10872594432 45477 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 46912505175279 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23910/tid=23962] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23962/stat : 23962 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563773046 10872594432 45477 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23963] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23963/stat : 23963 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563773046 10872594432 45477 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 10617768

[startup+3.10152 s]
/proc/loadavg: 2.07 3.01 3.32 8/531 24061
/proc/meminfo: memFree=21078212/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10617768 CPUtime=7.69 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 91614 0 1 0 756 13 0 0 25 0 22 0 563772982 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2654442 86420 2246 9 0 2645176 0
[pid=23910/tid=23911] ppid=23908 vsize=10617768 CPUtime=0.59 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) S 23908 23910 23882 0 -1 4202560 22628 0 1 0 56 3 0 0 15 0 22 0 563772983 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23913] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23913/stat : 23913 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23914] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23914/stat : 23914 (java) S 23908 23910 23882 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23915] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23915/stat : 23915 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23916] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23916/stat : 23916 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23917] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23917/stat : 23917 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23918] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23918/stat : 23918 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23919] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23919/stat : 23919 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23920] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23920/stat : 23920 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772985 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23921] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23921/stat : 23921 (java) S 23908 23910 23882 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 563772986 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 0 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23922] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23922/stat : 23922 (java) S 23908 23910 23882 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 563772986 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23923] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23923/stat : 23923 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563772986 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23924] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23924/stat : 23924 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672485809 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23925] ppid=23908 vsize=10617768 CPUtime=1.13 cores=0,2,4,6
/proc/23910/task/23925/stat : 23925 (java) S 23908 23910 23882 0 -1 4202560 7729 0 0 0 113 0 0 0 15 0 22 0 563772988 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23926] ppid=23908 vsize=10617768 CPUtime=1 cores=0,2,4,6
/proc/23910/task/23926/stat : 23926 (java) S 23908 23910 23882 0 -1 4202560 5043 0 0 0 99 1 0 0 15 0 22 0 563772988 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23927] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23927/stat : 23927 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23928] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23928/stat : 23928 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563772988 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23960] ppid=23908 vsize=10617768 CPUtime=2.47 cores=0,2,4,6
/proc/23910/task/23960/stat : 23960 (java) R 23908 23910 23882 0 -1 4202560 2098 0 0 0 247 0 0 0 25 0 22 0 563773044 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 46912506433397 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23910/tid=23961] ppid=23908 vsize=10617768 CPUtime=2.45 cores=0,2,4,6
/proc/23910/task/23961/stat : 23961 (java) R 23908 23910 23882 0 -1 4202560 52947 0 0 0 239 6 0 0 18 0 22 0 563773044 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 46912506023693 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23910/tid=23962] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23962/stat : 23962 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563773046 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23963] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23963/stat : 23963 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563773046 10872594432 86420 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 10617768

[startup+6.30102 s]
/proc/loadavg: 2.07 3.01 3.32 5/531 24061
/proc/meminfo: memFree=20483272/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10617768 CPUtime=14.08 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 156918 0 1 0 1387 21 0 0 25 0 22 0 563772982 10872594432 150081 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2654442 150082 2270 9 0 2645176 0
[pid=23910/tid=23911] ppid=23908 vsize=10617768 CPUtime=0.59 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) S 23908 23910 23882 0 -1 4202560 22628 0 1 0 56 3 0 0 15 0 22 0 563772983 10872594432 150083 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23913] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23913/stat : 23913 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563772985 10872594432 150083 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23914] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23914/stat : 23914 (java) S 23908 23910 23882 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 563772985 10872594432 150084 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23915] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23915/stat : 23915 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563772985 10872594432 150085 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23916] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23916/stat : 23916 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563772985 10872594432 150086 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23917] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23917/stat : 23917 (java) S 23908 23910 23882 0 -1 4202560 1389 0 0 0 0 0 0 0 18 0 22 0 563772985 10872594432 150087 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23918] ppid=23908 vsize=10617768 CPUtime=0.01 cores=0,2,4,6
/proc/23910/task/23918/stat : 23918 (java) S 23908 23910 23882 0 -1 4202560 1809 0 0 0 1 0 0 0 18 0 22 0 563772985 10872594432 150088 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23919] ppid=23908 vsize=10617768 CPUtime=0.01 cores=0,2,4,6
/proc/23910/task/23919/stat : 23919 (java) S 23908 23910 23882 0 -1 4202560 1185 0 0 0 1 0 0 0 18 0 22 0 563772985 10872594432 150089 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23920] ppid=23908 vsize=10617768 CPUtime=0.01 cores=0,2,4,6
/proc/23910/task/23920/stat : 23920 (java) S 23908 23910 23882 0 -1 4202560 1982 0 0 0 1 0 0 0 18 0 22 0 563772985 10872594432 150090 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=16999928/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10617768 CPUtime=1741.75 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 903301 0 1 0 174060 115 0 0 25 0 22 0 563772982 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2654442 894654 2271 9 0 2645176 0
[pid=23910/tid=23911] ppid=23908 vsize=10617768 CPUtime=0.59 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) S 23908 23910 23882 0 -1 4202560 22649 0 1 0 56 3 0 0 15 0 22 0 563772983 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23913] ppid=23908 vsize=10617768 CPUtime=0.47 cores=0,2,4,6
/proc/23910/task/23913/stat : 23913 (java) S 23908 23910 23882 0 -1 4202560 3463 0 0 0 47 0 0 0 15 0 22 0 563772985 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23914] ppid=23908 vsize=10617768 CPUtime=0.47 cores=0,2,4,6
/proc/23910/task/23914/stat : 23914 (java) S 23908 23910 23882 0 -1 4202560 2884 0 0 0 47 0 0 0 16 0 22 0 563772985 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23915] ppid=23908 vsize=10617768 CPUtime=0.51 cores=0,2,4,6
/proc/23910/task/23915/stat : 23915 (java) S 23908 23910 23882 0 -1 4202560 1377 0 0 0 51 0 0 0 15 0 22 0 563772985 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23916] ppid=23908 vsize=10617768 CPUtime=0.51 cores=0,2,4,6
/proc/23910/task/23916/stat : 23916 (java) S 23908 23910 23882 0 -1 4202560 3201 0 0 0 51 0 0 0 16 0 22 0 563772985 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23917] ppid=23908 vsize=10617768 CPUtime=0.57 cores=0,2,4,6
/proc/23910/task/23917/stat : 23917 (java) S 23908 23910 23882 0 -1 4202560 3816 0 0 0 57 0 0 0 15 0 22 0 563772985 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23918] ppid=23908 vsize=10617768 CPUtime=0.45 cores=0,2,4,6
/proc/23910/task/23918/stat : 23918 (java) S 23908 23910 23882 0 -1 4202560 2979 0 0 0 45 0 0 0 16 0 22 0 563772985 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23919] ppid=23908 vsize=10617768 CPUtime=0.5 cores=0,2,4,6
/proc/23910/task/23919/stat : 23919 (java) S 23908 23910 23882 0 -1 4202560 3551 0 0 0 50 0 0 0 15 0 22 0 563772985 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23920] ppid=23908 vsize=10617768 CPUtime=0.47 cores=0,2,4,6
/proc/23910/task/23920/stat : 23920 (java) S 23908 23910 23882 0 -1 4202560 3867 0 0 0 47 0 0 0 15 0 22 0 563772985 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23921] ppid=23908 vsize=10617768 CPUtime=26.25 cores=0,2,4,6
/proc/23910/task/23921/stat : 23921 (java) S 23908 23910 23882 0 -1 4202560 57267 0 0 0 2618 7 0 0 15 0 22 0 563772986 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 0 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23922] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23922/stat : 23922 (java) S 23908 23910 23882 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563772986 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23923] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23923/stat : 23923 (java) S 23908 23910 23882 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 563772986 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23924] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23924/stat : 23924 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672485809 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23925] ppid=23908 vsize=10617768 CPUtime=1.35 cores=0,2,4,6
/proc/23910/task/23925/stat : 23925 (java) S 23908 23910 23882 0 -1 4202560 9325 0 0 0 134 1 0 0 16 0 22 0 563772988 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23926] ppid=23908 vsize=10617768 CPUtime=1.25 cores=0,2,4,6
/proc/23910/task/23926/stat : 23926 (java) S 23908 23910 23882 0 -1 4202560 5103 0 0 0 124 1 0 0 15 0 22 0 563772988 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23927] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23927/stat : 23927 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23928] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23928/stat : 23928 (java) S 23908 23910 23882 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 563772988 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23960] ppid=23908 vsize=10617768 CPUtime=854.12 cores=0,2,4,6
/proc/23910/task/23960/stat : 23960 (java) R 23908 23910 23882 0 -1 4202560 5506 0 0 0 85411 1 0 0 25 0 22 0 563773044 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 46912506097589 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23910/tid=23961] ppid=23908 vsize=10617768 CPUtime=854.1 cores=0,2,4,6
/proc/23910/task/23961/stat : 23961 (java) R 23908 23910 23882 0 -1 4202560 777103 0 0 0 85315 95 0 0 25 0 22 0 563773044 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 46912506016545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23910/tid=23962] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23962/stat : 23962 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563773046 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23963] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23963/stat : 23963 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563773046 10872594432 894654 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.75
Current children cumulated vsize (KiB) 10617768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.102 s]
/proc/loadavg: 3.84 3.68 3.57 4/531 24095
/proc/meminfo: memFree=16997304/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10617768 CPUtime=1800.07 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 903434 0 1 0 179892 115 0 0 25 0 22 0 563772982 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2654442 894779 2271 9 0 2645176 0
[pid=23910/tid=23911] ppid=23908 vsize=10617768 CPUtime=0.59 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) S 23908 23910 23882 0 -1 4202560 22649 0 1 0 56 3 0 0 15 0 22 0 563772983 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23913] ppid=23908 vsize=10617768 CPUtime=0.49 cores=0,2,4,6
/proc/23910/task/23913/stat : 23913 (java) S 23908 23910 23882 0 -1 4202560 3463 0 0 0 49 0 0 0 15 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23914] ppid=23908 vsize=10617768 CPUtime=0.48 cores=0,2,4,6
/proc/23910/task/23914/stat : 23914 (java) S 23908 23910 23882 0 -1 4202560 2884 0 0 0 48 0 0 0 15 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23915] ppid=23908 vsize=10617768 CPUtime=0.53 cores=0,2,4,6
/proc/23910/task/23915/stat : 23915 (java) S 23908 23910 23882 0 -1 4202560 1389 0 0 0 53 0 0 0 16 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23916] ppid=23908 vsize=10617768 CPUtime=0.54 cores=0,2,4,6
/proc/23910/task/23916/stat : 23916 (java) S 23908 23910 23882 0 -1 4202560 3201 0 0 0 54 0 0 0 16 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23917] ppid=23908 vsize=10617768 CPUtime=0.57 cores=0,2,4,6
/proc/23910/task/23917/stat : 23917 (java) S 23908 23910 23882 0 -1 4202560 3816 0 0 0 57 0 0 0 15 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23918] ppid=23908 vsize=10617768 CPUtime=0.47 cores=0,2,4,6
/proc/23910/task/23918/stat : 23918 (java) S 23908 23910 23882 0 -1 4202560 2979 0 0 0 47 0 0 0 15 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23919] ppid=23908 vsize=10617768 CPUtime=0.54 cores=0,2,4,6
/proc/23910/task/23919/stat : 23919 (java) S 23908 23910 23882 0 -1 4202560 3551 0 0 0 54 0 0 0 16 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23920] ppid=23908 vsize=10617768 CPUtime=0.49 cores=0,2,4,6
/proc/23910/task/23920/stat : 23920 (java) S 23908 23910 23882 0 -1 4202560 3867 0 0 0 49 0 0 0 16 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23921] ppid=23908 vsize=10617768 CPUtime=27.63 cores=0,2,4,6
/proc/23910/task/23921/stat : 23921 (java) R 23908 23910 23882 0 -1 4202560 57382 0 0 0 2756 7 0 0 16 0 22 0 563772986 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 47701800475764 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=23910/tid=23922] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23922/stat : 23922 (java) S 23908 23910 23882 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563772986 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23923] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23923/stat : 23923 (java) S 23908 23910 23882 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 563772986 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23924] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23924/stat : 23924 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672485809 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23925] ppid=23908 vsize=10617768 CPUtime=1.35 cores=0,2,4,6
/proc/23910/task/23925/stat : 23925 (java) S 23908 23910 23882 0 -1 4202560 9325 0 0 0 134 1 0 0 16 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23926] ppid=23908 vsize=10617768 CPUtime=1.25 cores=0,2,4,6
/proc/23910/task/23926/stat : 23926 (java) S 23908 23910 23882 0 -1 4202560 5103 0 0 0 124 1 0 0 15 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23927] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23927/stat : 23927 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23928] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23928/stat : 23928 (java) S 23908 23910 23882 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23960] ppid=23908 vsize=10617768 CPUtime=882.51 cores=0,2,4,6
/proc/23910/task/23960/stat : 23960 (java) S 23908 23910 23882 0 -1 4202560 5510 0 0 0 88250 1 0 0 25 0 22 0 563773044 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23961] ppid=23908 vsize=10617768 CPUtime=882.49 cores=0,2,4,6
/proc/23910/task/23961/stat : 23961 (java) S 23908 23910 23882 0 -1 4202560 777103 0 0 0 88154 95 0 0 25 0 22 0 563773044 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23962] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23962/stat : 23962 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563773046 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23963] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23963/stat : 23963 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563773046 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10617768

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

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

[startup+912.225 s]
/proc/loadavg: 3.84 3.68 3.57 4/531 24095
/proc/meminfo: memFree=16997304/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=10617768 CPUtime=1800.18 cores=0,2,4,6
/proc/23910/stat : 23910 (java) S 23908 23910 23882 0 -1 4202496 903434 0 1 0 179903 115 0 0 18 0 22 0 563772982 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 2654442 894779 2271 9 0 2645176 0
[pid=23910/tid=23911] ppid=23908 vsize=10617768 CPUtime=0.59 cores=0,2,4,6
/proc/23910/task/23911/stat : 23911 (java) S 23908 23910 23882 0 -1 4202560 22649 0 1 0 56 3 0 0 15 0 22 0 563772983 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23913] ppid=23908 vsize=10617768 CPUtime=0.49 cores=0,2,4,6
/proc/23910/task/23913/stat : 23913 (java) S 23908 23910 23882 0 -1 4202560 3463 0 0 0 49 0 0 0 15 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23914] ppid=23908 vsize=10617768 CPUtime=0.48 cores=0,2,4,6
/proc/23910/task/23914/stat : 23914 (java) S 23908 23910 23882 0 -1 4202560 2884 0 0 0 48 0 0 0 15 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23915] ppid=23908 vsize=10617768 CPUtime=0.53 cores=0,2,4,6
/proc/23910/task/23915/stat : 23915 (java) S 23908 23910 23882 0 -1 4202560 1389 0 0 0 53 0 0 0 16 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23916] ppid=23908 vsize=10617768 CPUtime=0.54 cores=0,2,4,6
/proc/23910/task/23916/stat : 23916 (java) S 23908 23910 23882 0 -1 4202560 3201 0 0 0 54 0 0 0 16 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23917] ppid=23908 vsize=10617768 CPUtime=0.57 cores=0,2,4,6
/proc/23910/task/23917/stat : 23917 (java) S 23908 23910 23882 0 -1 4202560 3816 0 0 0 57 0 0 0 15 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23918] ppid=23908 vsize=10617768 CPUtime=0.47 cores=0,2,4,6
/proc/23910/task/23918/stat : 23918 (java) S 23908 23910 23882 0 -1 4202560 2979 0 0 0 47 0 0 0 15 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23919] ppid=23908 vsize=10617768 CPUtime=0.54 cores=0,2,4,6
/proc/23910/task/23919/stat : 23919 (java) S 23908 23910 23882 0 -1 4202560 3551 0 0 0 54 0 0 0 16 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23920] ppid=23908 vsize=10617768 CPUtime=0.49 cores=0,2,4,6
/proc/23910/task/23920/stat : 23920 (java) S 23908 23910 23882 0 -1 4202560 3867 0 0 0 49 0 0 0 16 0 22 0 563772985 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23921] ppid=23908 vsize=10617768 CPUtime=27.74 cores=0,2,4,6
/proc/23910/task/23921/stat : 23921 (java) R 23908 23910 23882 0 -1 4202560 57382 0 0 0 2767 7 0 0 16 0 22 0 563772986 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 47701798510908 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=23910/tid=23922] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23922/stat : 23922 (java) S 23908 23910 23882 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563772986 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23923] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23923/stat : 23923 (java) S 23908 23910 23882 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 563772986 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23924] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23924/stat : 23924 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23925] ppid=23908 vsize=10617768 CPUtime=1.35 cores=0,2,4,6
/proc/23910/task/23925/stat : 23925 (java) S 23908 23910 23882 0 -1 4202560 9325 0 0 0 134 1 0 0 16 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23926] ppid=23908 vsize=10617768 CPUtime=1.25 cores=0,2,4,6
/proc/23910/task/23926/stat : 23926 (java) S 23908 23910 23882 0 -1 4202560 5103 0 0 0 124 1 0 0 15 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23927] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23927/stat : 23927 (java) S 23908 23910 23882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23928] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23928/stat : 23928 (java) S 23908 23910 23882 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 563772988 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 2 0 0 0
[pid=23910/tid=23960] ppid=23908 vsize=10617768 CPUtime=882.51 cores=0,2,4,6
/proc/23910/task/23960/stat : 23960 (java) S 23908 23910 23882 0 -1 4202560 5510 0 0 0 88250 1 0 0 25 0 22 0 563773044 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 4 0 0 0
[pid=23910/tid=23961] ppid=23908 vsize=10617768 CPUtime=882.49 cores=0,2,4,6
/proc/23910/task/23961/stat : 23961 (java) S 23908 23910 23882 0 -1 4202560 777103 0 0 0 88154 95 0 0 25 0 22 0 563773044 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478105 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
[pid=23910/tid=23962] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23962/stat : 23962 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563773046 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 6 0 0 0
[pid=23910/tid=23963] ppid=23908 vsize=10617768 CPUtime=0 cores=0,2,4,6
/proc/23910/task/23963/stat : 23963 (java) S 23908 23910 23882 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563773046 10872594432 894779 33554432000 1073741824 1073778376 140734880384032 18446744073709551615 268672478720 0 4 0 16800975 18446604450411545920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10617768

[startup+912.401 s]
/proc/loadavg: 3.84 3.68 3.57 4/531 24095
/proc/meminfo: memFree=16997304/32951124 swapFree=46575304/67111528
[pid=23910] ppid=23908 vsize=0 CPUtime=1800.39 cores=0,2,4,6
/proc/23910/stat : 23910 (java) Z 23908 23910 23882 0 -1 4203548 903802 0 1 0 179917 122 0 0 15 0 2 0 563772982 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23910/statm: 0 0 0 0 0 0 0
[pid=23910/tid=23927] ppid=23908 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/23910/task/23927/stat : 23927 (java) R 23908 23910 23882 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 563772988 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 912.474
CPU time (s): 1800.46
CPU user time (s): 1799.17
CPU system time (s): 1.2938
CPU usage (%): 197.317
Max. virtual memory (cumulated for all children) (KiB): 10617768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 1.2938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 903802
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= 24297
involuntary context switches= 15611

runsolver used 4.83926 second user time and 10.1315 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 15:56:57
IDJOB=3453604
IDBENCH=48313
IDSOLVER=1950
FILE ID=node107/3453604-1307195817
RUNJOBID= node107-1307195817-23900
PBS_JOBID= 13508880
Free space on /tmp= 73884 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453604-1307195817/watcher-3453604-1307195817 -o /tmp/evaluation-result-3453604-1307195817/solver-3453604-1307195817 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453604-1307195817.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=1778156789

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21377140 kB
Buffers:        341532 kB
Cached:        2179240 kB
SwapCached:      22548 kB
Active:        9185116 kB
Inactive:      2036640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21377140 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:     8696232 kB
Mapped:          32076 kB
Slab:           187748 kB
PageTables:      95180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145074844 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= 73884 MiB
End job on node107 at 2011-06-04 16:12:11