Trace number 2661531

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.48 928.05

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_4_40.opb
MD5SUM476815bfad4ec3fb3f4fdbbbbf10b706
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 variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.19	c version 2.2.0.v20100531
0.08/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.19	c java.vm.version	11.2-b01
0.08/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.19	c sun.arch.data.model	32
0.08/0.19	c java.version		1.6.0_12
0.08/0.19	c os.name		Linux
0.08/0.19	c os.version		2.6.18-164.el5
0.08/0.19	c os.arch		i386
0.08/0.19	c Free memory 		1393557488
0.08/0.19	c Max memory 		1395916800
0.08/0.19	c Total memory 		1395916800
0.08/0.19	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661531-1276675615.opb
0.24/0.21	c reading problem ... 
1.28/0.85	c ... done. Wall clock time 0.632s.
1.28/0.85	c #vars     1458
1.28/0.85	c #constraints  2819
1.28/0.85	c constraints type 
1.28/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1258
1.28/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1.28/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1.28/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1.28/0.85	c constraints type 
1.28/0.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1.28/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1258
1.28/0.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1.28/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
11.77/6.12	c cleaning 2501 clauses out of 5001 with flag 5001/5001
17.71/9.17	c cleaning 4252 clauses out of 8504 with flag 11005/11005
26.96/13.82	c cleaning 5629 clauses out of 11257 with flag 18010/18010
40.37/20.68	c cleaning 6810 clauses out of 13620 with flag 26002/26002
57.69/29.48	c cleaning 7914 clauses out of 15827 with flag 35019/35019
79.79/40.69	c cleaning 8949 clauses out of 17899 with flag 45005/45005
96.90/49.38	c cleaning 9472 clauses out of 18947 with flag 55002/55002
110.65/56.38	c cleaning 9740 clauses out of 19483 with flag 65010/65010
122.35/62.32	c cleaning 9868 clauses out of 19737 with flag 75004/75004
136.10/69.36	c cleaning 9931 clauses out of 19865 with flag 85000/85000
152.58/77.76	c cleaning 9966 clauses out of 19934 with flag 95000/95000
168.87/86.08	c cleaning 9986 clauses out of 19971 with flag 105003/105003
180.93/92.20	c cleaning 9993 clauses out of 19987 with flag 115005/115005
197.02/100.44	c cleaning 9993 clauses out of 19989 with flag 125000/125000
215.48/109.80	c cleaning 9997 clauses out of 19998 with flag 135002/135002
234.54/119.55	c cleaning 10009 clauses out of 20022 with flag 145023/145023
251.94/128.42	c cleaning 9996 clauses out of 19991 with flag 155001/155001
261.68/133.49	c cleaning 10000 clauses out of 20005 with flag 165011/165011
274.40/139.94	c cleaning 9997 clauses out of 19998 with flag 175004/175004
293.27/149.54	c cleaning 9997 clauses out of 19998 with flag 185001/185001
309.85/158.05	c cleaning 10013 clauses out of 20028 with flag 195028/195028
321.42/163.97	c cleaning 9993 clauses out of 19992 with flag 205005/205005
332.73/169.74	c cleaning 9998 clauses out of 20001 with flag 215007/215007
342.88/174.92	c cleaning 9996 clauses out of 19997 with flag 225001/225001
355.76/181.59	c cleaning 9997 clauses out of 20000 with flag 235000/235000
367.52/187.56	c cleaning 10005 clauses out of 20013 with flag 245010/245010
378.25/193.07	c cleaning 9998 clauses out of 19999 with flag 255001/255001
390.95/199.57	c cleaning 9999 clauses out of 20002 with flag 265002/265002
402.21/205.33	c cleaning 10003 clauses out of 20012 with flag 275011/275011
412.96/210.85	c cleaning 10005 clauses out of 20014 with flag 285016/285016
424.34/216.62	c cleaning 9994 clauses out of 19994 with flag 295001/295001
434.31/221.75	c cleaning 9998 clauses out of 20001 with flag 305002/305002
444.65/227.09	c cleaning 9998 clauses out of 20002 with flag 315001/315001
455.02/232.36	c cleaning 10002 clauses out of 20009 with flag 325006/325006
465.58/237.77	c cleaning 9998 clauses out of 20002 with flag 335001/335001
476.14/243.13	c cleaning 10005 clauses out of 20015 with flag 345012/345012
488.63/249.54	c cleaning 10000 clauses out of 20006 with flag 355008/355008
499.21/254.97	c cleaning 9997 clauses out of 20000 with flag 365002/365002
511.18/261.07	c cleaning 10001 clauses out of 20006 with flag 375005/375005
521.92/266.53	c cleaning 10000 clauses out of 20004 with flag 385004/385004
534.57/273.07	c cleaning 9998 clauses out of 20002 with flag 395002/395002
545.33/278.51	c cleaning 10000 clauses out of 20003 with flag 405001/405001
558.08/285.02	c cleaning 10008 clauses out of 20017 with flag 415015/415015
568.01/290.16	c cleaning 10001 clauses out of 20006 with flag 425012/425012
580.65/296.63	c cleaning 9994 clauses out of 19994 with flag 435001/435001
590.98/301.98	c cleaning 9999 clauses out of 19999 with flag 445000/445000
603.09/308.10	c cleaning 10003 clauses out of 20011 with flag 455011/455011
613.62/313.57	c cleaning 10006 clauses out of 20015 with flag 465018/465018
625.85/319.84	c cleaning 10009 clauses out of 20018 with flag 475027/475027
638.56/326.31	c cleaning 9990 clauses out of 19985 with flag 485003/485003
652.05/333.26	c cleaning 10010 clauses out of 20021 with flag 495029/495029
664.19/339.46	c cleaning 9990 clauses out of 19984 with flag 505002/505002
671.65/343.37	c cleaning 9994 clauses out of 19993 with flag 515001/515001
677.86/346.53	c cleaning 9997 clauses out of 20000 with flag 525002/525002
686.62/351.02	c cleaning 10001 clauses out of 20005 with flag 535004/535004
696.58/356.11	c cleaning 10000 clauses out of 20005 with flag 545005/545005
705.06/360.50	c cleaning 9997 clauses out of 20000 with flag 555000/555000
714.79/365.54	c cleaning 10003 clauses out of 20012 with flag 565009/565009
724.55/370.59	c cleaning 9996 clauses out of 20000 with flag 575000/575000
734.71/375.79	c cleaning 9999 clauses out of 20004 with flag 585000/585000
745.16/381.15	c cleaning 10003 clauses out of 20010 with flag 595005/595005
757.31/387.30	c cleaning 10013 clauses out of 20029 with flag 605027/605027
768.66/393.17	c cleaning 9990 clauses out of 19990 with flag 615001/615001
786.18/402.07	c cleaning 9997 clauses out of 19999 with flag 625000/625000
799.43/408.81	c cleaning 10007 clauses out of 20017 with flag 635015/635015
819.07/418.86	c cleaning 9997 clauses out of 19997 with flag 645002/645002
829.79/424.33	c cleaning 10001 clauses out of 20005 with flag 655007/655007
837.53/428.34	c cleaning 9996 clauses out of 19998 with flag 665001/665001
847.68/433.79	c cleaning 9999 clauses out of 20003 with flag 675002/675002
855.34/437.86	c cleaning 9999 clauses out of 20003 with flag 685001/685001
865.66/443.31	c cleaning 10003 clauses out of 20012 with flag 695009/695009
875.40/448.57	c cleaning 9999 clauses out of 20004 with flag 705004/705004
886.75/454.46	c cleaning 9998 clauses out of 20002 with flag 715001/715001
897.62/460.01	c cleaning 10002 clauses out of 20010 with flag 725007/725007
906.71/464.74	c cleaning 10001 clauses out of 20008 with flag 735007/735007
915.79/469.45	c cleaning 10005 clauses out of 20013 with flag 745013/745013
925.35/474.44	c cleaning 9992 clauses out of 19996 with flag 755001/755001
935.61/479.78	c cleaning 9996 clauses out of 20007 with flag 765004/765004
947.86/486.05	c cleaning 10002 clauses out of 20010 with flag 775003/775003
960.69/492.65	c cleaning 9998 clauses out of 20005 with flag 785000/785000
974.98/500.03	c cleaning 10010 clauses out of 20024 with flag 795017/795017
987.41/506.46	c cleaning 9995 clauses out of 19999 with flag 805002/805002
995.86/510.81	c cleaning 9999 clauses out of 20007 with flag 815005/815005
1004.52/515.39	c cleaning 9998 clauses out of 20003 with flag 825000/825000
1014.05/520.34	c cleaning 9999 clauses out of 20006 with flag 835001/835001
1024.06/525.59	c cleaning 9999 clauses out of 20008 with flag 845002/845002
1035.68/531.52	c cleaning 10000 clauses out of 20007 with flag 855000/855000
1047.09/537.48	c cleaning 9999 clauses out of 20007 with flag 865000/865000
1059.78/544.06	c cleaning 10004 clauses out of 20016 with flag 875008/875008
1074.75/551.75	c cleaning 10003 clauses out of 20009 with flag 885005/885005
1097.45/563.32	c cleaning 10000 clauses out of 20005 with flag 895004/895004
1120.36/575.08	c cleaning 10003 clauses out of 20011 with flag 905010/905010
1141.55/585.98	c cleaning 10002 clauses out of 20009 with flag 915011/915011
1162.13/596.47	c cleaning 9996 clauses out of 19996 with flag 925000/925000
1183.45/607.30	c cleaning 10011 clauses out of 20025 with flag 935025/935025
1199.25/615.46	c cleaning 9995 clauses out of 19993 with flag 945004/945004
1219.84/626.03	c cleaning 9996 clauses out of 19995 with flag 955001/955001
1237.39/635.02	c cleaning 10011 clauses out of 20023 with flag 965025/965025
1245.62/639.36	c cleaning 9990 clauses out of 19987 with flag 975000/975000
1255.45/644.46	c cleaning 10001 clauses out of 20008 with flag 985011/985011
1264.55/649.24	c cleaning 9996 clauses out of 19997 with flag 995001/995001
1276.16/655.26	c cleaning 10001 clauses out of 20007 with flag 1005007/1005007
1288.00/661.37	c cleaning 9998 clauses out of 20000 with flag 1015001/1015001
1298.83/666.90	c cleaning 9996 clauses out of 20002 with flag 1025001/1025001
1309.56/672.52	c cleaning 10002 clauses out of 20009 with flag 1035004/1035004
1320.58/678.22	c cleaning 10000 clauses out of 20005 with flag 1045002/1045002
1330.99/683.66	c cleaning 10001 clauses out of 20007 with flag 1055004/1055004
1341.60/689.16	c cleaning 9997 clauses out of 20002 with flag 1065000/1065000
1353.86/695.56	c cleaning 10000 clauses out of 20005 with flag 1075000/1075000
1367.24/702.48	c cleaning 10002 clauses out of 20010 with flag 1085005/1085005
1376.83/707.50	c cleaning 10000 clauses out of 20005 with flag 1095002/1095002
1387.99/713.21	c cleaning 10001 clauses out of 20007 with flag 1105004/1105004
1399.99/719.50	c cleaning 9998 clauses out of 20003 with flag 1115001/1115001
1412.17/725.89	c cleaning 10002 clauses out of 20010 with flag 1125006/1125006
1423.72/731.85	c cleaning 10006 clauses out of 20018 with flag 1135016/1135016
1436.47/738.46	c cleaning 10000 clauses out of 20005 with flag 1145009/1145009
1452.64/746.83	c cleaning 10001 clauses out of 20007 with flag 1155011/1155011
1465.96/753.76	c cleaning 9997 clauses out of 19999 with flag 1165004/1165004
1480.08/761.03	c cleaning 10000 clauses out of 20006 with flag 1175008/1175008
1490.64/766.55	c cleaning 10000 clauses out of 20006 with flag 1185008/1185008
1501.64/772.38	c cleaning 9997 clauses out of 19999 with flag 1195001/1195001
1513.59/778.51	c cleaning 10001 clauses out of 20008 with flag 1205007/1205007
1524.94/784.48	c cleaning 9997 clauses out of 20000 with flag 1215000/1215000
1537.50/790.99	c cleaning 10003 clauses out of 20012 with flag 1225009/1225009
1551.43/798.27	c cleaning 9997 clauses out of 20000 with flag 1235000/1235000
1565.55/805.55	c cleaning 9999 clauses out of 20003 with flag 1245000/1245000
1577.09/811.56	c cleaning 10002 clauses out of 20010 with flag 1255006/1255006
1589.42/817.91	c cleaning 10003 clauses out of 20011 with flag 1265009/1265009
1600.99/824.06	c cleaning 10002 clauses out of 20010 with flag 1275011/1275011
1612.72/830.19	c cleaning 10009 clauses out of 20022 with flag 1285025/1285025
1625.05/836.60	c cleaning 10001 clauses out of 20007 with flag 1295019/1295019
1640.74/844.63	c cleaning 9992 clauses out of 19989 with flag 1305002/1305002
1655.07/852.17	c cleaning 9996 clauses out of 19995 with flag 1315000/1315000
1669.17/859.45	c cleaning 9998 clauses out of 20001 with flag 1325002/1325002
1685.46/867.83	c cleaning 9999 clauses out of 20001 with flag 1335000/1335000
1696.97/873.83	c cleaning 10000 clauses out of 20005 with flag 1345003/1345003
1710.30/880.89	c cleaning 10000 clauses out of 20006 with flag 1355004/1355004
1722.22/887.06	c cleaning 10008 clauses out of 20021 with flag 1365019/1365019
1732.92/892.65	c cleaning 9998 clauses out of 20001 with flag 1375007/1375007
1743.84/898.32	c cleaning 9996 clauses out of 19997 with flag 1385001/1385001
1755.17/904.39	c cleaning 10003 clauses out of 20010 with flag 1395010/1395010
1766.88/910.47	c cleaning 9996 clauses out of 19998 with flag 1405001/1405001
1780.56/917.54	c cleaning 9998 clauses out of 20002 with flag 1415001/1415001
1791.86/923.49	c cleaning 9999 clauses out of 20004 with flag 1425001/1425001
1800.04/927.82	c starts		: 206
1800.04/927.82	c conflicts		: 1433274
1800.04/927.82	c decisions		: 2544689
1800.04/927.82	c propagations		: 16937156
1800.04/927.82	c inspects		: 1335219011
1800.04/927.82	c learnt literals	: 0
1800.04/927.82	c learnt binary clauses	: 0
1800.04/927.82	c learnt ternary clauses	: 195
1800.04/927.82	c learnt clauses	: 1433274
1800.04/927.82	c ignored clauses	: 0
1800.04/927.82	c root simplifications	: 0
1800.04/927.82	c removed literals (reason simplification)	: 17613448
1800.04/927.82	c reason swapping (by a shorter reason)	: 0
1800.04/927.82	c Calls to reduceDB	: 144
1800.04/927.82	c number of reductions to clauses (during analyze)	: 0
1800.04/927.82	c number of learned constraints concerned by reduction	: 0
1800.04/927.82	c number of learning phase by resolution	: 0
1800.04/927.82	c number of learning phase by cutting planes	: 0
1800.04/927.82	c speed (assignments/second)	: 18271.56492996522
1800.04/927.82	c non guided choices	1345
1800.25/927.96	c learnt constraints type 
1800.25/927.96	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18432
1800.25/927.96	c constraints type 
1800.25/927.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1258
1800.25/927.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.25/927.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.25/927.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1800.25/927.97	c constraints type 
1800.25/927.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.25/927.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1258
1800.25/927.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.25/927.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1800.25/927.97	s UNKNOWN
1800.25/927.97	c Total wall clock time (in seconds): 927.752

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661531-1276675615/watcher-2661531-1276675615 -o /tmp/evaluation-result-2661531-1276675615/solver-2661531-1276675615 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661531-1276675615.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.13 1.33 1.56 3/106 7739
/proc/meminfo: memFree=1837220/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=248 CPUtime=0
/proc/7739/stat : 7739 (java) R 7737 7739 7285 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 43163023 253952 28 1992294400 134512640 134550932 4289801056 18446744073709551615 11690462 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7739/statm: 62 28 21 10 0 23 0

[startup+0.0445689 s]
/proc/loadavg: 1.13 1.33 1.56 3/106 7739
/proc/meminfo: memFree=1837220/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1520328 CPUtime=0.02
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 3398 0 1 0 1 1 0 0 18 0 4 0 43163023 1556815872 2841 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 380082 2841 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100623 s]
/proc/loadavg: 1.13 1.33 1.56 3/106 7739
/proc/meminfo: memFree=1837220/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1524180 CPUtime=0.08
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 43163023 1560760320 3398 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300647 s]
/proc/loadavg: 1.13 1.33 1.56 3/106 7739
/proc/meminfo: memFree=1837220/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1526096 CPUtime=0.37
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 5373 0 1 0 34 3 0 0 18 0 12 0 43163023 1562722304 4810 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 381524 4810 1356 10 0 378827 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526096

[startup+0.700658 s]
/proc/loadavg: 1.13 1.33 1.56 3/106 7739
/proc/meminfo: memFree=1837220/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1528228 CPUtime=1.07
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 7117 0 1 0 104 3 0 0 18 0 12 0 43163023 1564905472 6422 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 382057 6422 1407 10 0 379360 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528228

[startup+1.50175 s]
/proc/loadavg: 1.28 1.35 1.57 6/122 7755
/proc/meminfo: memFree=1812292/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1530756 CPUtime=2.67
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 9741 0 1 0 262 5 0 0 18 0 16 0 43163023 1567494144 8530 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 382689 8530 1422 10 0 379992 0
[pid=7739/tid=7741] ppid=7737 vsize=1530756 CPUtime=0.83
/proc/7739/task/7741/stat : 7741 (java) S 7737 7739 7285 0 -1 4202560 5459 0 1 0 80 3 0 0 19 0 16 0 43163024 1567494144 8530 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7742] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7742/stat : 7742 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163026 1567494144 8530 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7743] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7743/stat : 7743 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 43163026 1567494144 8530 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7744] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7744/stat : 7744 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 43163027 1567494144 8530 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7745] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7745/stat : 7745 (java) S 7737 7739 7285 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 43163028 1567494144 8530 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7746] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7746/stat : 7746 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 43163028 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7747] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7747/stat : 7747 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7748] ppid=7737 vsize=1530756 CPUtime=0.5
/proc/7739/task/7748/stat : 7748 (java) R 7737 7739 7285 0 -1 4202560 1470 0 0 0 50 0 0 0 24 0 16 0 43163032 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7749] ppid=7737 vsize=1530756 CPUtime=0.21
/proc/7739/task/7749/stat : 7749 (java) R 7737 7739 7285 0 -1 4202560 593 0 0 0 21 0 0 0 24 0 16 0 43163032 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 102338192 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7750] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7750/stat : 7750 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7751] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7751/stat : 7751 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 43163032 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7752] ppid=7737 vsize=1530756 CPUtime=0.63
/proc/7739/task/7752/stat : 7752 (java) R 7737 7739 7285 0 -1 4202560 611 0 0 0 63 0 0 0 18 0 16 0 43163108 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 4109125412 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7753] ppid=7737 vsize=1530756 CPUtime=0.45
/proc/7739/task/7753/stat : 7753 (java) R 7737 7739 7285 0 -1 4202560 535 0 0 0 45 0 0 0 23 0 16 0 43163108 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 4109491789 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7754] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7754/stat : 7754 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 43163109 1567494144 8531 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7755] ppid=7737 vsize=1530756 CPUtime=0
/proc/7739/task/7755/stat : 7755 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163109 1567494144 8532 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1530756

[startup+3.10197 s]
/proc/loadavg: 1.28 1.35 1.57 6/122 7755
/proc/meminfo: memFree=1797288/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1545692 CPUtime=5.84
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 18946 0 1 0 576 8 0 0 18 0 16 0 43163023 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 386423 15160 1425 10 0 383726 0
[pid=7739/tid=7741] ppid=7737 vsize=1545692 CPUtime=0.83
/proc/7739/task/7741/stat : 7741 (java) S 7737 7739 7285 0 -1 4202560 5459 0 1 0 80 3 0 0 18 0 16 0 43163024 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7742] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7742/stat : 7742 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163026 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7743] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7743/stat : 7743 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 43163026 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7744] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7744/stat : 7744 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 43163027 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7745] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7745/stat : 7745 (java) S 7737 7739 7285 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 43163028 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7746] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7746/stat : 7746 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 43163028 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7747] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7747/stat : 7747 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7748] ppid=7737 vsize=1545692 CPUtime=1.31
/proc/7739/task/7748/stat : 7748 (java) R 7737 7739 7285 0 -1 4202560 3574 0 0 0 130 1 0 0 25 0 16 0 43163032 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 103377774 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7749] ppid=7737 vsize=1545692 CPUtime=0.8
/proc/7739/task/7749/stat : 7749 (java) R 7737 7739 7285 0 -1 4202560 4655 0 0 0 79 1 0 0 25 0 16 0 43163032 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 104139970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7750] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7750/stat : 7750 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7751] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7751/stat : 7751 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 43163032 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7752] ppid=7737 vsize=1545692 CPUtime=1.75
/proc/7739/task/7752/stat : 7752 (java) R 7737 7739 7285 0 -1 4202560 2432 0 0 0 175 0 0 0 20 0 16 0 43163108 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4109133668 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7753] ppid=7737 vsize=1545692 CPUtime=1.11
/proc/7739/task/7753/stat : 7753 (java) R 7737 7739 7285 0 -1 4202560 1752 0 0 0 111 0 0 0 25 0 16 0 43163108 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7754] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7754/stat : 7754 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 43163109 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7755] ppid=7737 vsize=1545692 CPUtime=0
/proc/7739/task/7755/stat : 7755 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163109 1582788608 15160 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1545692

[startup+6.30239 s]
/proc/loadavg: 1.28 1.35 1.57 4/122 7755
/proc/meminfo: memFree=1682836/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1546012 CPUtime=12.17
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 50868 0 1 0 1196 21 0 0 18 0 16 0 43163023 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 386503 43857 1444 10 0 383806 0
[pid=7739/tid=7741] ppid=7737 vsize=1546012 CPUtime=0.83
/proc/7739/task/7741/stat : 7741 (java) S 7737 7739 7285 0 -1 4202560 5459 0 1 0 80 3 0 0 18 0 16 0 43163024 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7742] ppid=7737 vsize=1546012 CPUtime=0.04
/proc/7739/task/7742/stat : 7742 (java) S 7737 7739 7285 0 -1 4202560 2206 0 0 0 4 0 0 0 18 0 16 0 43163026 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7743] ppid=7737 vsize=1546012 CPUtime=0.02
/proc/7739/task/7743/stat : 7743 (java) S 7737 7739 7285 0 -1 4202560 1565 0 0 0 2 0 0 0 15 0 16 0 43163026 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7744] ppid=7737 vsize=1546012 CPUtime=0.05
/proc/7739/task/7744/stat : 7744 (java) S 7737 7739 7285 0 -1 4202560 2045 0 0 0 5 0 0 0 16 0 16 0 43163027 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7745] ppid=7737 vsize=1546012 CPUtime=0
/proc/7739/task/7745/stat : 7745 (java) S 7737 7739 7285 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 43163028 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7746] ppid=7737 vsize=1546012 CPUtime=0
/proc/7739/task/7746/stat : 7746 (java) S 7737 7739 7285 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43163028 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7747] ppid=7737 vsize=1546012 CPUtime=0
/proc/7739/task/7747/stat : 7747 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7748] ppid=7737 vsize=1546012 CPUtime=2.05
/proc/7739/task/7748/stat : 7748 (java) S 7737 7739 7285 0 -1 4202560 6138 0 0 0 203 2 0 0 18 0 16 0 43163032 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7749] ppid=7737 vsize=1546012 CPUtime=2.27
/proc/7739/task/7749/stat : 7749 (java) S 7737 7739 7285 0 -1 4202560 5759 0 0 0 226 1 0 0 24 0 16 0 43163032 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7750] ppid=7737 vsize=1546012 CPUtime=0
/proc/7739/task/7750/stat : 7750 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7751] ppid=7737 vsize=1546012 CPUtime=0
/proc/7739/task/7751/stat : 7751 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 43163032 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7752] ppid=7737 vsize=1546012 CPUtime=4.05
/proc/7739/task/7752/stat : 7752 (java) R 7737 7739 7285 0 -1 4202560 18447 0 0 0 398 7 0 0 18 0 16 0 43163108 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4109786908 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7753] ppid=7737 vsize=1546012 CPUtime=2.77
/proc/7739/task/7753/stat : 7753 (java) R 7737 7739 7285 0 -1 4202560 8176 0 0 0 274 3 0 0 25 0 16 0 43163108 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4109607847 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7754] ppid=7737 vsize=1546012 CPUtime=0
/proc/7739/task/7754/stat : 7754 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 43163109 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7755] ppid=7737 vsize=1546012 CPUtime=0
/proc/7739/task/7755/stat : 7755 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163109 1583116288 43857 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 1546012

[startup+12.7212 s]
/proc/loadavg: 1.54 1.41 1.59 3/122 7755
/proc/meminfo: memFree=1658904/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1544756 CPUtime=24.82
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 52886 0 1 0 2460 22 0 0 18 0 16 0 43163023 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 386189 45551 1444 10 0 383492 0
[pid=7739/tid=7741] ppid=7737 vsize=1544756 CPUtime=0.83
/proc/7739/task/7741/stat : 7741 (java) S 7737 7739 7285 0 -1 4202560 5459 0 1 0 80 3 0 0 18 0 16 0 43163024 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7742] ppid=7737 vsize=1544756 CPUtime=0.09
/proc/7739/task/7742/stat : 7742 (java) S 7737 7739 7285 0 -1 4202560 2297 0 0 0 9 0 0 0 15 0 16 0 43163026 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7743] ppid=7737 vsize=1544756 CPUtime=0.07
/proc/7739/task/7743/stat : 7743 (java) S 7737 7739 7285 0 -1 4202560 1746 0 0 0 7 0 0 0 15 0 16 0 43163026 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7744] ppid=7737 vsize=1544756 CPUtime=0.13
/proc/7739/task/7744/stat : 7744 (java) S 7737 7739 7285 0 -1 4202560 3749 0 0 0 12 1 0 0 16 0 16 0 43163027 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7745] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7745/stat : 7745 (java) S 7737 7739 7285 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 43163028 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7746] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7746/stat : 7746 (java) S 7737 7739 7285 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43163028 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7747] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7747/stat : 7747 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7748] ppid=7737 vsize=1544756 CPUtime=2.2
/proc/7739/task/7748/stat : 7748 (java) R 7737 7739 7285 0 -1 4202560 6150 0 0 0 218 2 0 0 16 0 16 0 43163032 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 103128720 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7749] ppid=7737 vsize=1544756 CPUtime=2.27
/proc/7739/task/7749/stat : 7749 (java) S 7737 7739 7285 0 -1 4202560 5759 0 0 0 226 1 0 0 24 0 16 0 43163032 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7750] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7750/stat : 7750 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7751] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7751/stat : 7751 (java) R 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 43163032 1581830144 45551 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

/proc/7739/task/7754/stat : 7754 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 43163109 1581830144 100077 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7755] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7755/stat : 7755 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163109 1581830144 100077 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1544756

[startup+822.301 s]
/proc/loadavg: 1.96 1.98 1.83 3/122 7778
/proc/meminfo: memFree=1433596/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1544756 CPUtime=1597.62
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 118487 0 1 0 159639 123 0 0 18 0 16 0 43163023 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 386189 101460 1448 10 0 383492 0
[pid=7739/tid=7741] ppid=7737 vsize=1544756 CPUtime=0.83
/proc/7739/task/7741/stat : 7741 (java) S 7737 7739 7285 0 -1 4202560 5484 0 1 0 80 3 0 0 15 0 16 0 43163024 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7742] ppid=7737 vsize=1544756 CPUtime=6.55
/proc/7739/task/7742/stat : 7742 (java) S 7737 7739 7285 0 -1 4202560 32422 0 0 0 628 27 0 0 16 0 16 0 43163026 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7743] ppid=7737 vsize=1544756 CPUtime=6.42
/proc/7739/task/7743/stat : 7743 (java) S 7737 7739 7285 0 -1 4202560 30433 0 0 0 611 31 0 0 15 0 16 0 43163026 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7744] ppid=7737 vsize=1544756 CPUtime=32.56
/proc/7739/task/7744/stat : 7744 (java) S 7737 7739 7285 0 -1 4202560 7683 0 0 0 3243 13 0 0 15 0 16 0 43163027 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7745] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7745/stat : 7745 (java) S 7737 7739 7285 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 43163028 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7746] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7746/stat : 7746 (java) S 7737 7739 7285 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43163028 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7747] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7747/stat : 7747 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7748] ppid=7737 vsize=1544756 CPUtime=2.72
/proc/7739/task/7748/stat : 7748 (java) S 7737 7739 7285 0 -1 4202560 6175 0 0 0 270 2 0 0 15 0 16 0 43163032 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7749] ppid=7737 vsize=1544756 CPUtime=2.27
/proc/7739/task/7749/stat : 7749 (java) S 7737 7739 7285 0 -1 4202560 5759 0 0 0 226 1 0 0 18 0 16 0 43163032 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7750] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7750/stat : 7750 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7751] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7751/stat : 7751 (java) S 7737 7739 7285 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 43163032 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7752] ppid=7737 vsize=1544756 CPUtime=771.54
/proc/7739/task/7752/stat : 7752 (java) R 7737 7739 7285 0 -1 4202560 19100 0 0 0 77131 23 0 0 25 0 16 0 43163108 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4110088692 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7753] ppid=7737 vsize=1544756 CPUtime=774.64
/proc/7739/task/7753/stat : 7753 (java) R 7737 7739 7285 0 -1 4202560 10311 0 0 0 77446 18 0 0 25 0 16 0 43163108 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4109625055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7754] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7754/stat : 7754 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 43163109 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7755] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7755/stat : 7755 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163109 1581830144 101460 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1597.62
Current children cumulated vsize (KiB) 1544756

[startup+882.302 s]
/proc/loadavg: 2.07 2.01 1.85 3/122 7780
/proc/meminfo: memFree=1428264/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1544756 CPUtime=1712.89
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 120135 0 1 0 171159 130 0 0 18 0 16 0 43163023 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 386189 102776 1448 10 0 383492 0
[pid=7739/tid=7741] ppid=7737 vsize=1544756 CPUtime=0.83
/proc/7739/task/7741/stat : 7741 (java) S 7737 7739 7285 0 -1 4202560 5486 0 1 0 80 3 0 0 15 0 16 0 43163024 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7742] ppid=7737 vsize=1544756 CPUtime=7.41
/proc/7739/task/7742/stat : 7742 (java) S 7737 7739 7285 0 -1 4202560 33115 0 0 0 713 28 0 0 16 0 16 0 43163026 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7743] ppid=7737 vsize=1544756 CPUtime=7.28
/proc/7739/task/7743/stat : 7743 (java) S 7737 7739 7285 0 -1 4202560 31317 0 0 0 694 34 0 0 15 0 16 0 43163026 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7744] ppid=7737 vsize=1544756 CPUtime=36.29
/proc/7739/task/7744/stat : 7744 (java) S 7737 7739 7285 0 -1 4202560 7687 0 0 0 3615 14 0 0 15 0 16 0 43163027 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7745] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7745/stat : 7745 (java) S 7737 7739 7285 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 43163028 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7746] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7746/stat : 7746 (java) S 7737 7739 7285 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43163028 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7747] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7747/stat : 7747 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7748] ppid=7737 vsize=1544756 CPUtime=2.72
/proc/7739/task/7748/stat : 7748 (java) S 7737 7739 7285 0 -1 4202560 6175 0 0 0 270 2 0 0 15 0 16 0 43163032 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7749] ppid=7737 vsize=1544756 CPUtime=2.27
/proc/7739/task/7749/stat : 7749 (java) S 7737 7739 7285 0 -1 4202560 5759 0 0 0 226 1 0 0 18 0 16 0 43163032 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7750] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7750/stat : 7750 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7751] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7751/stat : 7751 (java) S 7737 7739 7285 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 43163032 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7752] ppid=7737 vsize=1544756 CPUtime=826.68
/proc/7739/task/7752/stat : 7752 (java) R 7737 7739 7285 0 -1 4202560 19127 0 0 0 82644 24 0 0 25 0 16 0 43163108 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4109531129 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7753] ppid=7737 vsize=1544756 CPUtime=829.31
/proc/7739/task/7753/stat : 7753 (java) R 7737 7739 7285 0 -1 4202560 10345 0 0 0 82912 19 0 0 25 0 16 0 43163108 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4109545131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7754] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7754/stat : 7754 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 43163109 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7755] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7755/stat : 7755 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163109 1581830144 102776 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1712.89
Current children cumulated vsize (KiB) 1544756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.802 s]
/proc/loadavg: 1.97 1.99 1.85 3/122 7782
/proc/meminfo: memFree=1420328/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1544756 CPUtime=1800.04
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 122349 0 1 0 179869 135 0 0 18 0 16 0 43163023 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 386189 104701 1448 10 0 383492 0
[pid=7739/tid=7741] ppid=7737 vsize=1544756 CPUtime=0.83
/proc/7739/task/7741/stat : 7741 (java) S 7737 7739 7285 0 -1 4202560 5486 0 1 0 80 3 0 0 15 0 16 0 43163024 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7742] ppid=7737 vsize=1544756 CPUtime=8.12
/proc/7739/task/7742/stat : 7742 (java) S 7737 7739 7285 0 -1 4202560 34345 0 0 0 782 30 0 0 16 0 16 0 43163026 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7743] ppid=7737 vsize=1544756 CPUtime=7.98
/proc/7739/task/7743/stat : 7743 (java) S 7737 7739 7285 0 -1 4202560 32251 0 0 0 763 35 0 0 16 0 16 0 43163026 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7744] ppid=7737 vsize=1544756 CPUtime=39.39
/proc/7739/task/7744/stat : 7744 (java) S 7737 7739 7285 0 -1 4202560 7689 0 0 0 3925 14 0 0 15 0 16 0 43163027 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7745] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7745/stat : 7745 (java) S 7737 7739 7285 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 43163028 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7746] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7746/stat : 7746 (java) S 7737 7739 7285 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43163028 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7747] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7747/stat : 7747 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7748] ppid=7737 vsize=1544756 CPUtime=2.72
/proc/7739/task/7748/stat : 7748 (java) S 7737 7739 7285 0 -1 4202560 6175 0 0 0 270 2 0 0 15 0 16 0 43163032 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7749] ppid=7737 vsize=1544756 CPUtime=2.27
/proc/7739/task/7749/stat : 7749 (java) S 7737 7739 7285 0 -1 4202560 5759 0 0 0 226 1 0 0 18 0 16 0 43163032 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7750] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7750/stat : 7750 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 43163032 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7751] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7751/stat : 7751 (java) S 7737 7739 7285 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 43163032 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7752] ppid=7737 vsize=1544756 CPUtime=867.97
/proc/7739/task/7752/stat : 7752 (java) R 7737 7739 7285 0 -1 4202560 19149 0 0 0 86772 25 0 0 25 0 16 0 43163108 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4109679156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7753] ppid=7737 vsize=1544756 CPUtime=870.66
/proc/7739/task/7753/stat : 7753 (java) R 7737 7739 7285 0 -1 4202560 10369 0 0 0 87046 20 0 0 25 0 16 0 43163108 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4109470084 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7754] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7754/stat : 7754 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 43163109 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7755] ppid=7737 vsize=1544756 CPUtime=0
/proc/7739/task/7755/stat : 7755 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 43163109 1581830144 104701 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1544756

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

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

[startup+928.002 s]
/proc/loadavg: 1.97 1.99 1.85 3/122 7782
/proc/meminfo: memFree=1420328/2059040 swapFree=4139776/4192956
[pid=7739] ppid=7737 vsize=1545404 CPUtime=1800.42
/proc/7739/stat : 7739 (java) S 7737 7739 7285 0 -1 4202496 122371 0 1 0 179907 135 0 0 18 0 17 0 43163023 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7739/statm: 386351 104723 1451 10 0 383654 0
[pid=7739/tid=7741] ppid=7737 vsize=1545404 CPUtime=0.83
/proc/7739/task/7741/stat : 7741 (java) S 7737 7739 7285 0 -1 4202560 5486 0 1 0 80 3 0 0 15 0 17 0 43163024 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7742] ppid=7737 vsize=1545404 CPUtime=8.12
/proc/7739/task/7742/stat : 7742 (java) S 7737 7739 7285 0 -1 4202560 34345 0 0 0 782 30 0 0 16 0 17 0 43163026 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7743] ppid=7737 vsize=1545404 CPUtime=7.98
/proc/7739/task/7743/stat : 7743 (java) S 7737 7739 7285 0 -1 4202560 32251 0 0 0 763 35 0 0 16 0 17 0 43163026 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7744] ppid=7737 vsize=1545404 CPUtime=39.39
/proc/7739/task/7744/stat : 7744 (java) S 7737 7739 7285 0 -1 4202560 7689 0 0 0 3925 14 0 0 15 0 17 0 43163027 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7745] ppid=7737 vsize=1545404 CPUtime=0
/proc/7739/task/7745/stat : 7745 (java) S 7737 7739 7285 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 43163028 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7746] ppid=7737 vsize=1545404 CPUtime=0
/proc/7739/task/7746/stat : 7746 (java) S 7737 7739 7285 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 43163028 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7747] ppid=7737 vsize=1545404 CPUtime=0
/proc/7739/task/7747/stat : 7747 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 43163032 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7748] ppid=7737 vsize=1545404 CPUtime=2.75
/proc/7739/task/7748/stat : 7748 (java) S 7737 7739 7285 0 -1 4202560 6177 0 0 0 273 2 0 0 15 0 17 0 43163032 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7749] ppid=7737 vsize=1545404 CPUtime=2.27
/proc/7739/task/7749/stat : 7749 (java) S 7737 7739 7285 0 -1 4202560 5759 0 0 0 226 1 0 0 18 0 17 0 43163032 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7750] ppid=7737 vsize=1545404 CPUtime=0
/proc/7739/task/7750/stat : 7750 (java) S 7737 7739 7285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 43163032 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7751] ppid=7737 vsize=1545404 CPUtime=0
/proc/7739/task/7751/stat : 7751 (java) S 7737 7739 7285 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 43163032 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 1 0 0 0
[pid=7739/tid=7752] ppid=7737 vsize=1545404 CPUtime=868.1
/proc/7739/task/7752/stat : 7752 (java) R 7737 7739 7285 0 -1 4202560 19149 0 0 0 86785 25 0 0 25 0 17 0 43163108 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4110089942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7739/tid=7753] ppid=7737 vsize=1545404 CPUtime=870.85
/proc/7739/task/7753/stat : 7753 (java) R 7737 7739 7285 0 -1 4202560 10369 0 0 0 87065 20 0 0 25 0 17 0 43163108 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4109624708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7739/tid=7754] ppid=7737 vsize=1545404 CPUtime=0
/proc/7739/task/7754/stat : 7754 (java) S 7737 7739 7285 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 17 0 43163109 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
[pid=7739/tid=7755] ppid=7737 vsize=1545404 CPUtime=0
/proc/7739/task/7755/stat : 7755 (java) S 7737 7739 7285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 17 0 43163109 1582493696 104723 1992294400 134512640 134550932 4289801056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845070912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 1545404

Child status: 143
Real time (s): 928.05
CPU time (s): 1800.48
CPU user time (s): 1799.08
CPU system time (s): 1.39879
CPU usage (%): 194.007
Max. virtual memory (cumulated for all children) (KiB): 1548060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.39879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122372
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= 27892
involuntary context switches= 52672

runsolver used 4.75528 second user time and 9.26059 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-16 10:06:55
IDJOB=2661531
IDBENCH=48291
IDSOLVER=1166
FILE ID=node013/2661531-1276675615
PBS_JOBID= 11172536
Free space on /tmp= 62552 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_4_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661531-1276675615/watcher-2661531-1276675615 -o /tmp/evaluation-result-2661531-1276675615/solver-2661531-1276675615 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661531-1276675615.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 476815bfad4ec3fb3f4fdbbbbf10b706
RANDOM SEED=2088141054

node013.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1837616 kB
Buffers:         35832 kB
Cached:          92624 kB
SwapCached:       6572 kB
Active:          85144 kB
Inactive:        57056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1837616 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:             244 kB
Writeback:           0 kB
AnonPages:       12304 kB
Mapped:          13064 kB
Slab:            57188 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182348 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62548 MiB
End job on node013 at 2010-06-16 10:22:25