Trace number 2661518

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.01 940.292

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661518-1276688402.opb
0.24/0.22	c reading problem ... 
2.86/1.60	c ... done. Wall clock time 1.378s.
2.86/1.60	c #vars     3216
2.86/1.60	c #constraints  3726
2.86/1.60	c constraints type 
2.86/1.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
2.86/1.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
2.86/1.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
2.86/1.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
2.86/1.60	c constraints type 
2.86/1.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
2.86/1.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
2.86/1.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
2.86/1.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
10.79/5.65	c cleaning 2499 clauses out of 5000 with flag 5000/5000
16.27/8.42	c cleaning 4249 clauses out of 8501 with flag 11000/11000
24.72/12.75	c cleaning 5627 clauses out of 11253 with flag 18001/18001
32.77/16.87	c cleaning 6805 clauses out of 13627 with flag 26002/26002
43.77/22.46	c cleaning 7894 clauses out of 15820 with flag 35000/35000
55.56/28.50	c cleaning 8951 clauses out of 17926 with flag 45000/45000
69.72/35.67	c cleaning 9472 clauses out of 18976 with flag 55001/55001
82.68/42.25	c cleaning 9746 clauses out of 19504 with flag 65001/65001
95.37/48.72	c cleaning 9869 clauses out of 19759 with flag 75002/75002
104.96/53.70	c cleaning 9929 clauses out of 19889 with flag 85001/85001
118.32/60.52	c cleaning 9970 clauses out of 19962 with flag 95003/95003
133.41/68.12	c cleaning 9991 clauses out of 19991 with flag 105002/105002
151.80/77.57	c cleaning 9993 clauses out of 19999 with flag 115001/115001
164.28/83.96	c cleaning 10002 clauses out of 20006 with flag 125001/125001
177.94/90.91	c cleaning 9989 clauses out of 20004 with flag 135001/135001
191.98/98.19	c cleaning 9987 clauses out of 20014 with flag 145000/145000
205.75/105.26	c cleaning 9993 clauses out of 20029 with flag 155002/155002
222.15/113.69	c cleaning 10000 clauses out of 20037 with flag 165003/165003
233.39/119.48	c cleaning 9998 clauses out of 20034 with flag 175000/175000
247.79/126.89	c cleaning 10005 clauses out of 20038 with flag 185002/185002
259.11/132.74	c cleaning 9999 clauses out of 20031 with flag 195000/195000
277.08/141.93	c cleaning 9952 clauses out of 20033 with flag 205001/205001
301.15/154.27	c cleaning 10032 clauses out of 20080 with flag 215000/215000
324.63/166.28	c cleaning 10010 clauses out of 20049 with flag 225001/225001
346.63/177.53	c cleaning 10001 clauses out of 20038 with flag 235000/235000
361.96/185.42	c cleaning 10006 clauses out of 20040 with flag 245003/245003
378.69/194.04	c cleaning 9993 clauses out of 20032 with flag 255001/255001
391.05/200.49	c cleaning 10011 clauses out of 20039 with flag 265001/265001
405.87/208.14	c cleaning 9994 clauses out of 20027 with flag 275000/275000
416.65/213.70	c cleaning 9993 clauses out of 20033 with flag 285000/285000
433.55/222.49	c cleaning 9986 clauses out of 20040 with flag 295000/295000
447.45/229.70	c cleaning 10020 clauses out of 20054 with flag 305000/305000
463.43/237.94	c cleaning 10009 clauses out of 20036 with flag 315002/315002
476.73/244.81	c cleaning 9999 clauses out of 20025 with flag 325000/325000
495.57/254.59	c cleaning 10005 clauses out of 20027 with flag 335001/335001
515.61/264.87	c cleaning 9997 clauses out of 20021 with flag 345000/345000
529.15/271.99	c cleaning 10009 clauses out of 20025 with flag 355001/355001
541.82/278.56	c cleaning 10001 clauses out of 20016 with flag 365001/365001
553.72/284.76	c cleaning 9998 clauses out of 20014 with flag 375000/375000
565.00/290.66	c cleaning 10001 clauses out of 20016 with flag 385000/385000
575.96/296.48	c cleaning 10005 clauses out of 20015 with flag 395000/395000
588.84/303.15	c cleaning 9994 clauses out of 20010 with flag 405000/405000
603.08/310.57	c cleaning 10002 clauses out of 20016 with flag 415000/415000
616.14/317.35	c cleaning 10001 clauses out of 20015 with flag 425001/425001
627.47/323.34	c cleaning 9971 clauses out of 20013 with flag 435000/435000
644.06/331.93	c cleaning 9980 clauses out of 20042 with flag 445000/445000
660.66/340.54	c cleaning 10015 clauses out of 20062 with flag 455000/455000
680.23/350.70	c cleaning 9986 clauses out of 20050 with flag 465003/465003
700.41/361.18	c cleaning 10011 clauses out of 20061 with flag 475000/475000
714.01/368.24	c cleaning 10014 clauses out of 20051 with flag 485001/485001
726.03/374.56	c cleaning 10006 clauses out of 20037 with flag 495001/495001
739.84/381.71	c cleaning 10001 clauses out of 20030 with flag 505000/505000
755.05/389.72	c cleaning 10002 clauses out of 20030 with flag 515001/515001
768.44/396.70	c cleaning 10004 clauses out of 20029 with flag 525002/525002
786.79/406.23	c cleaning 10001 clauses out of 20024 with flag 535001/535001
805.90/416.12	c cleaning 9999 clauses out of 20022 with flag 545000/545000
826.03/426.66	c cleaning 10000 clauses out of 20024 with flag 555001/555001
845.75/436.80	c cleaning 10000 clauses out of 20023 with flag 565000/565000
865.84/447.20	c cleaning 10001 clauses out of 20024 with flag 575001/575001
884.54/456.96	c cleaning 10002 clauses out of 20024 with flag 585002/585002
899.91/465.04	c cleaning 10004 clauses out of 20021 with flag 595001/595001
912.08/471.44	c cleaning 9986 clauses out of 20016 with flag 605000/605000
917.49/474.42	c cleaning 0 clauses out of 5001 with flag 0/5001
924.69/478.35	c cleaning 9974 clauses out of 20030 with flag 615000/615000
942.01/487.43	c cleaning 9993 clauses out of 20057 with flag 625001/625001
957.12/495.35	c cleaning 10023 clauses out of 20063 with flag 635000/635000
974.62/504.42	c cleaning 10014 clauses out of 20042 with flag 645002/645002
992.10/513.53	c cleaning 10001 clauses out of 20026 with flag 655000/655000
1010.03/522.92	c cleaning 9998 clauses out of 20025 with flag 665000/665000
1027.91/532.21	c cleaning 10008 clauses out of 20030 with flag 675003/675003
1042.22/539.74	c cleaning 10000 clauses out of 20019 with flag 685000/685000
1056.94/547.46	c cleaning 10002 clauses out of 20019 with flag 695000/695000
1073.85/556.35	c cleaning 9993 clauses out of 20017 with flag 705000/705000
1086.77/563.14	c cleaning 9989 clauses out of 20027 with flag 715003/715003
1104.02/572.15	c cleaning 10008 clauses out of 20037 with flag 725002/725002
1122.43/581.76	c cleaning 10007 clauses out of 20027 with flag 735000/735000
1140.89/591.43	c cleaning 9998 clauses out of 20022 with flag 745002/745002
1155.97/599.39	c cleaning 9993 clauses out of 20023 with flag 755001/755001
1171.41/607.41	c cleaning 10002 clauses out of 20029 with flag 765000/765000
1186.84/615.54	c cleaning 10000 clauses out of 20028 with flag 775001/775001
1202.67/623.93	c cleaning 10000 clauses out of 20030 with flag 785003/785003
1218.49/632.25	c cleaning 10009 clauses out of 20027 with flag 795000/795000
1240.64/643.78	c cleaning 9991 clauses out of 20020 with flag 805002/805002
1266.96/657.31	c cleaning 10001 clauses out of 20030 with flag 815003/815003
1285.17/666.99	c cleaning 9967 clauses out of 20028 with flag 825002/825002
1308.06/678.84	c cleaning 9992 clauses out of 20060 with flag 835001/835001
1328.63/689.53	c cleaning 10011 clauses out of 20067 with flag 845000/845000
1348.98/700.16	c cleaning 9990 clauses out of 20057 with flag 855001/855001
1369.33/710.82	c cleaning 10016 clauses out of 20068 with flag 865002/865002
1385.52/719.40	c cleaning 9969 clauses out of 20052 with flag 875002/875002
1400.88/727.45	c cleaning 10039 clauses out of 20084 with flag 885003/885003
1415.64/735.29	c cleaning 10010 clauses out of 20042 with flag 895000/895000
1428.81/742.31	c cleaning 9981 clauses out of 20033 with flag 905001/905001
1443.36/750.08	c cleaning 10016 clauses out of 20053 with flag 915002/915002
1458.93/758.27	c cleaning 10005 clauses out of 20036 with flag 925001/925001
1474.91/766.61	c cleaning 10000 clauses out of 20030 with flag 935000/935000
1487.62/773.53	c cleaning 10008 clauses out of 20030 with flag 945000/945000
1510.09/785.23	c cleaning 9999 clauses out of 20023 with flag 955001/955001
1530.16/795.72	c cleaning 9999 clauses out of 20024 with flag 965001/965001
1543.69/802.92	c cleaning 10006 clauses out of 20025 with flag 975001/975001
1561.28/812.33	c cleaning 9995 clauses out of 20019 with flag 985001/985001
1575.38/819.82	c cleaning 10001 clauses out of 20023 with flag 995000/995000
1591.05/828.18	c cleaning 9999 clauses out of 20022 with flag 1005000/1005000
1606.53/836.34	c cleaning 9996 clauses out of 20024 with flag 1015001/1015001
1621.29/844.31	c cleaning 9994 clauses out of 20027 with flag 1025000/1025000
1634.60/851.45	c cleaning 9997 clauses out of 20034 with flag 1035001/1035001
1647.04/858.20	c cleaning 9999 clauses out of 20038 with flag 1045002/1045002
1657.74/863.93	c cleaning 10000 clauses out of 20038 with flag 1055001/1055001
1668.60/870.01	c cleaning 10001 clauses out of 20038 with flag 1065001/1065001
1680.08/876.10	c cleaning 10004 clauses out of 20037 with flag 1075001/1075001
1694.53/883.81	c cleaning 10009 clauses out of 20035 with flag 1085003/1085003
1713.33/893.71	c cleaning 10006 clauses out of 20024 with flag 1095001/1095001
1734.05/904.80	c cleaning 10000 clauses out of 20017 with flag 1105000/1105000
1756.02/916.22	c cleaning 9999 clauses out of 20017 with flag 1115000/1115000
1777.79/927.68	c cleaning 10000 clauses out of 20019 with flag 1125001/1125001
1797.78/938.12	c cleaning 10002 clauses out of 20020 with flag 1135002/1135002
1800.46/940.08	c starts		: 189
1800.46/940.08	c conflicts		: 1135824
1800.46/940.08	c decisions		: 1826907
1800.46/940.08	c propagations		: 232460287
1800.46/940.08	c inspects		: 772360177
1800.46/940.08	c learnt literals	: 0
1800.46/940.08	c learnt binary clauses	: 0
1800.46/940.08	c learnt ternary clauses	: 0
1800.46/940.08	c learnt clauses	: 1135823
1800.46/940.08	c ignored clauses	: 0
1800.46/940.08	c root simplifications	: 0
1800.46/940.08	c removed literals (reason simplification)	: 14371136
1800.46/940.08	c reason swapping (by a shorter reason)	: 0
1800.46/940.08	c Calls to reduceDB	: 115
1800.46/940.08	c number of reductions to clauses (during analyze)	: 0
1800.46/940.08	c number of learned constraints concerned by reduction	: 0
1800.46/940.08	c number of learning phase by resolution	: 0
1800.46/940.08	c number of learning phase by cutting planes	: 0
1800.46/940.08	c speed (assignments/second)	: 247698.44781087738
1800.46/940.08	c non guided choices	29565
1800.86/940.20	c learnt constraints type 
1800.86/940.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10931
1800.86/940.20	c constraints type 
1800.86/940.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
1800.86/940.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
1800.86/940.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
1800.86/940.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.86/940.21	c constraints type 
1800.86/940.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
1800.86/940.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
1800.86/940.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
1800.86/940.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.86/940.21	s UNKNOWN
1800.86/940.21	c Total wall clock time (in seconds): 939.985

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-2661518-1276688402/watcher-2661518-1276688402 -o /tmp/evaluation-result-2661518-1276688402/solver-2661518-1276688402 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661518-1276688402.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.00 1.00 1.00 3/106 17744
/proc/meminfo: memFree=1806828/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=444 CPUtime=0
/proc/17744/stat : 17744 (java6) R 17742 17744 17502 0 -1 4194304 131 0 0 0 0 0 0 0 19 0 1 0 10131174 454656 50 1992294400 134512640 134550932 4294810576 18446744073709551615 3899988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17744/statm: 436 53 42 10 0 28 0

[startup+0.08991 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17744
/proc/meminfo: memFree=1806828/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1521796 CPUtime=0.07
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 3837 0 1 0 5 2 0 0 15 0 7 0 10131174 1558319104 3278 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 380449 3278 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100908 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17744
/proc/meminfo: memFree=1806828/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1524020 CPUtime=0.08
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 3936 0 1 0 6 2 0 0 15 0 12 0 10131174 1560596480 3375 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 381005 3375 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300928 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17744
/proc/meminfo: memFree=1806828/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1526416 CPUtime=0.34
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 5456 0 1 0 31 3 0 0 15 0 12 0 10131174 1563049984 4893 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 381604 4894 1358 10 0 378907 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526416

[startup+0.70097 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 17744
/proc/meminfo: memFree=1806828/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1529672 CPUtime=1.08
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 8059 0 1 0 103 5 0 0 15 0 12 0 10131174 1566384128 7375 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 382418 7375 1395 10 0 379721 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529672

[startup+1.50105 s]
/proc/loadavg: 1.00 1.00 1.00 7/118 17756
/proc/meminfo: memFree=1773440/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1545720 CPUtime=2.66
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 17491 0 1 0 257 9 0 0 15 0 12 0 10131174 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 386430 15339 1414 10 0 383733 0
[pid=17744/tid=17746] ppid=17742 vsize=1545720 CPUtime=1.12
/proc/17744/task/17746/stat : 17746 (java) R 17742 17744 17502 0 -1 4202560 9736 0 1 0 107 5 0 0 18 0 12 0 10131175 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4109161477 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17747] ppid=17742 vsize=1545720 CPUtime=0
/proc/17744/task/17747/stat : 17747 (java) S 17742 17744 17502 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 10131177 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17748] ppid=17742 vsize=1545720 CPUtime=0
/proc/17744/task/17748/stat : 17748 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 10131177 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17749] ppid=17742 vsize=1545720 CPUtime=0
/proc/17744/task/17749/stat : 17749 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10131178 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17750] ppid=17742 vsize=1545720 CPUtime=0
/proc/17744/task/17750/stat : 17750 (java) S 17742 17744 17502 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 10131179 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17751] ppid=17742 vsize=1545720 CPUtime=0
/proc/17744/task/17751/stat : 17751 (java) S 17742 17744 17502 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 10131179 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17752] ppid=17742 vsize=1545720 CPUtime=0
/proc/17744/task/17752/stat : 17752 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10131183 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17753] ppid=17742 vsize=1545720 CPUtime=0.75
/proc/17744/task/17753/stat : 17753 (java) R 17742 17744 17502 0 -1 4202560 2863 0 0 0 74 1 0 0 16 0 12 0 10131183 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 102255008 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17744/tid=17754] ppid=17742 vsize=1545720 CPUtime=0.76
/proc/17744/task/17754/stat : 17754 (java) R 17742 17744 17502 0 -1 4202560 3830 0 0 0 75 1 0 0 16 0 12 0 10131183 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 106251624 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17755] ppid=17742 vsize=1545720 CPUtime=0
/proc/17744/task/17755/stat : 17755 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10131183 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17756] ppid=17742 vsize=1545720 CPUtime=0
/proc/17744/task/17756/stat : 17756 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10131183 1582817280 15339 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1545720

[startup+3.10221 s]
/proc/loadavg: 1.16 1.03 1.01 6/122 17760
/proc/meminfo: memFree=1741912/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1546248 CPUtime=5.84
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 39544 0 1 0 564 20 0 0 15 0 16 0 10131174 1583357952 35139 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 386562 35139 1425 10 0 383865 0
[pid=17744/tid=17746] ppid=17742 vsize=1546248 CPUtime=1.18
/proc/17744/task/17746/stat : 17746 (java) S 17742 17744 17502 0 -1 4202560 11003 0 1 0 112 6 0 0 18 0 16 0 10131175 1583357952 35139 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17747] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17747/stat : 17747 (java) S 17742 17744 17502 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 10131177 1583357952 35139 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17748] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17748/stat : 17748 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 10131177 1583357952 35139 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17749] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17749/stat : 17749 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10131178 1583357952 35139 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17750] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17750/stat : 17750 (java) S 17742 17744 17502 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 10131179 1583357952 35139 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17751] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17751/stat : 17751 (java) S 17742 17744 17502 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10131179 1583357952 35141 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17752] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17752/stat : 17752 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10131183 1583357952 35141 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17753] ppid=17742 vsize=1546248 CPUtime=1.68
/proc/17744/task/17753/stat : 17753 (java) S 17742 17744 17502 0 -1 4202560 2930 0 0 0 167 1 0 0 15 0 16 0 10131183 1583357952 35142 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17754] ppid=17742 vsize=1546248 CPUtime=1.7
/proc/17744/task/17754/stat : 17754 (java) S 17742 17744 17502 0 -1 4202560 6181 0 0 0 168 2 0 0 15 0 16 0 10131183 1583357952 35142 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17755] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17755/stat : 17755 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10131183 1583357952 35142 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17756] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17756/stat : 17756 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10131183 1583357952 35143 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17757] ppid=17742 vsize=1546248 CPUtime=0.58
/proc/17744/task/17757/stat : 17757 (java) R 17742 17744 17502 0 -1 4202560 2717 0 0 0 57 1 0 0 18 0 16 0 10131334 1583357952 35144 1992294400 134512640 134550932 4287633376 18446744073709551615 4109499349 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17744/tid=17758] ppid=17742 vsize=1546248 CPUtime=0.64
/proc/17744/task/17758/stat : 17758 (java) R 17742 17744 17502 0 -1 4202560 15648 0 0 0 58 6 0 0 24 0 16 0 10131334 1583357952 35144 1992294400 134512640 134550932 4287633376 18446744073709551615 4108723146 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17759] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17759/stat : 17759 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10131339 1583357952 35144 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17760] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17760/stat : 17760 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10131339 1583357952 35144 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1546248

[startup+6.30251 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 17760
/proc/meminfo: memFree=1641596/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1546248 CPUtime=12.11
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 49625 0 1 0 1186 25 0 0 15 0 16 0 10131174 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 386562 44680 1448 10 0 383865 0
[pid=17744/tid=17746] ppid=17742 vsize=1546248 CPUtime=1.18
/proc/17744/task/17746/stat : 17746 (java) S 17742 17744 17502 0 -1 4202560 11003 0 1 0 112 6 0 0 18 0 16 0 10131175 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17747] ppid=17742 vsize=1546248 CPUtime=0.13
/proc/17744/task/17747/stat : 17747 (java) S 17742 17744 17502 0 -1 4202560 2348 0 0 0 12 1 0 0 16 0 16 0 10131177 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17748] ppid=17742 vsize=1546248 CPUtime=0.12
/proc/17744/task/17748/stat : 17748 (java) S 17742 17744 17502 0 -1 4202560 2240 0 0 0 12 0 0 0 16 0 16 0 10131177 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17749] ppid=17742 vsize=1546248 CPUtime=0.07
/proc/17744/task/17749/stat : 17749 (java) S 17742 17744 17502 0 -1 4202560 2188 0 0 0 7 0 0 0 15 0 16 0 10131178 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17750] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17750/stat : 17750 (java) S 17742 17744 17502 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10131179 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17751] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17751/stat : 17751 (java) S 17742 17744 17502 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10131179 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17752] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17752/stat : 17752 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10131183 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17753] ppid=17742 vsize=1546248 CPUtime=1.73
/proc/17744/task/17753/stat : 17753 (java) S 17742 17744 17502 0 -1 4202560 2933 0 0 0 172 1 0 0 15 0 16 0 10131183 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17754] ppid=17742 vsize=1546248 CPUtime=2.42
/proc/17744/task/17754/stat : 17754 (java) S 17742 17744 17502 0 -1 4202560 6726 0 0 0 239 3 0 0 16 0 16 0 10131183 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17755] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17755/stat : 17755 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10131183 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17756] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17756/stat : 17756 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10131183 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17757] ppid=17742 vsize=1546248 CPUtime=3.44
/proc/17744/task/17757/stat : 17757 (java) R 17742 17744 17502 0 -1 4202560 3719 0 0 0 342 2 0 0 21 0 16 0 10131334 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4109520774 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17758] ppid=17742 vsize=1546248 CPUtime=2.94
/proc/17744/task/17758/stat : 17758 (java) R 17742 17744 17502 0 -1 4202560 17399 0 0 0 287 7 0 0 19 0 16 0 10131334 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4109198092 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17744/tid=17759] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17759/stat : 17759 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10131339 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17760] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17760/stat : 17760 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10131339 1583357952 44680 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1546248

[startup+12.7021 s]
/proc/loadavg: 1.29 1.06 1.02 3/122 17760
/proc/meminfo: memFree=1614440/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1546248 CPUtime=24.72
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 54815 0 1 0 2444 28 0 0 15 0 16 0 10131174 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 386562 49572 1448 10 0 383865 0
[pid=17744/tid=17746] ppid=17742 vsize=1546248 CPUtime=1.18
/proc/17744/task/17746/stat : 17746 (java) S 17742 17744 17502 0 -1 4202560 11003 0 1 0 112 6 0 0 18 0 16 0 10131175 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17747] ppid=17742 vsize=1546248 CPUtime=0.21
/proc/17744/task/17747/stat : 17747 (java) S 17742 17744 17502 0 -1 4202560 4152 0 0 0 20 1 0 0 16 0 16 0 10131177 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17748] ppid=17742 vsize=1546248 CPUtime=0.21
/proc/17744/task/17748/stat : 17748 (java) S 17742 17744 17502 0 -1 4202560 4309 0 0 0 20 1 0 0 16 0 16 0 10131177 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17749] ppid=17742 vsize=1546248 CPUtime=0.15
/proc/17744/task/17749/stat : 17749 (java) S 17742 17744 17502 0 -1 4202560 2324 0 0 0 14 1 0 0 15 0 16 0 10131178 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17750] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17750/stat : 17750 (java) S 17742 17744 17502 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10131179 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17751] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17751/stat : 17751 (java) S 17742 17744 17502 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10131179 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17752] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17752/stat : 17752 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10131183 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17753] ppid=17742 vsize=1546248 CPUtime=1.77
/proc/17744/task/17753/stat : 17753 (java) S 17742 17744 17502 0 -1 4202560 2935 0 0 0 176 1 0 0 15 0 16 0 10131183 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17754] ppid=17742 vsize=1546248 CPUtime=2.46
/proc/17744/task/17754/stat : 17754 (java) S 17742 17744 17502 0 -1 4202560 6734 0 0 0 243 3 0 0 15 0 16 0 10131183 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17755] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17755/stat : 17755 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10131183 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17756] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17756/stat : 17756 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10131183 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17757] ppid=17742 vsize=1546248 CPUtime=9.54
/proc/17744/task/17757/stat : 17757 (java) R 17742 17744 17502 0 -1 4202560 3999 0 0 0 952 2 0 0 25 0 16 0 10131334 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4109500057 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17758] ppid=17742 vsize=1546248 CPUtime=9.1
/proc/17744/task/17758/stat : 17758 (java) R 17742 17744 17502 0 -1 4202560 18290 0 0 0 902 8 0 0 25 0 16 0 10131334 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4109158162 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17744/tid=17759] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17759/stat : 17759 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10131339 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17760] ppid=17742 vsize=1546248 CPUtime=0
/proc/17744/task/17760/stat : 17760 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10131339 1583357952 49572 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0

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

/proc/17744/task/17759/stat : 17759 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10131339 1583448064 100350 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17760] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17760/stat : 17760 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10131339 1583448064 100350 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1466.39
Current children cumulated vsize (KiB) 1546336

[startup+822.302 s]
/proc/loadavg: 1.97 1.93 1.58 3/122 17782
/proc/meminfo: memFree=1385660/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1546336 CPUtime=1579.56
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 120230 0 1 0 157804 152 0 0 15 0 16 0 10131174 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 386584 105875 1448 10 0 383887 0
[pid=17744/tid=17746] ppid=17742 vsize=1546336 CPUtime=1.18
/proc/17744/task/17746/stat : 17746 (java) S 17742 17744 17502 0 -1 4202560 11035 0 1 0 112 6 0 0 15 0 16 0 10131175 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17747] ppid=17742 vsize=1546336 CPUtime=13.42
/proc/17744/task/17747/stat : 17747 (java) S 17742 17744 17502 0 -1 4202560 34761 0 0 0 1305 37 0 0 15 0 16 0 10131177 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17748] ppid=17742 vsize=1546336 CPUtime=13.43
/proc/17744/task/17748/stat : 17748 (java) S 17742 17744 17502 0 -1 4202560 35438 0 0 0 1302 41 0 0 16 0 16 0 10131177 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17749] ppid=17742 vsize=1546336 CPUtime=50.77
/proc/17744/task/17749/stat : 17749 (java) S 17742 17744 17502 0 -1 4202560 3736 0 0 0 5065 12 0 0 15 0 16 0 10131178 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17750] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17750/stat : 17750 (java) S 17742 17744 17502 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10131179 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17751] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17751/stat : 17751 (java) S 17742 17744 17502 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10131179 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17752] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17752/stat : 17752 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10131183 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17753] ppid=17742 vsize=1546336 CPUtime=2.88
/proc/17744/task/17753/stat : 17753 (java) S 17742 17744 17502 0 -1 4202560 4131 0 0 0 287 1 0 0 15 0 16 0 10131183 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17754] ppid=17742 vsize=1546336 CPUtime=2.64
/proc/17744/task/17754/stat : 17754 (java) S 17742 17744 17502 0 -1 4202560 6738 0 0 0 261 3 0 0 15 0 16 0 10131183 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17755] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17755/stat : 17755 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10131183 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17756] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17756/stat : 17756 (java) S 17742 17744 17502 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 10131183 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17757] ppid=17742 vsize=1546336 CPUtime=749.54
/proc/17744/task/17757/stat : 17757 (java) R 17742 17744 17502 0 -1 4202560 4382 0 0 0 74931 23 0 0 20 0 16 0 10131334 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4109200855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17758] ppid=17742 vsize=1546336 CPUtime=745.59
/proc/17744/task/17758/stat : 17758 (java) R 17742 17744 17502 0 -1 4202560 18895 0 0 0 74536 23 0 0 20 0 16 0 10131334 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4109198453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17744/tid=17759] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17759/stat : 17759 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10131339 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17760] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17760/stat : 17760 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10131339 1583448064 105875 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1579.56
Current children cumulated vsize (KiB) 1546336

[startup+882.301 s]
/proc/loadavg: 2.11 1.97 1.61 4/122 17782
/proc/meminfo: memFree=1377600/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1546336 CPUtime=1691.55
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 122576 0 1 0 168992 163 0 0 15 0 16 0 10131174 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 386584 107826 1448 10 0 383887 0
[pid=17744/tid=17746] ppid=17742 vsize=1546336 CPUtime=1.18
/proc/17744/task/17746/stat : 17746 (java) S 17742 17744 17502 0 -1 4202560 11037 0 1 0 112 6 0 0 16 0 16 0 10131175 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17747] ppid=17742 vsize=1546336 CPUtime=14.9
/proc/17744/task/17747/stat : 17747 (java) S 17742 17744 17502 0 -1 4202560 36197 0 0 0 1449 41 0 0 15 0 16 0 10131177 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17748] ppid=17742 vsize=1546336 CPUtime=14.91
/proc/17744/task/17748/stat : 17748 (java) S 17742 17744 17502 0 -1 4202560 36289 0 0 0 1446 45 0 0 16 0 16 0 10131177 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17749] ppid=17742 vsize=1546336 CPUtime=57.8
/proc/17744/task/17749/stat : 17749 (java) S 17742 17744 17502 0 -1 4202560 3740 0 0 0 5766 14 0 0 15 0 16 0 10131178 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17750] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17750/stat : 17750 (java) S 17742 17744 17502 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10131179 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17751] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17751/stat : 17751 (java) S 17742 17744 17502 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10131179 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17752] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17752/stat : 17752 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10131183 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17753] ppid=17742 vsize=1546336 CPUtime=2.88
/proc/17744/task/17753/stat : 17753 (java) S 17742 17744 17502 0 -1 4202560 4131 0 0 0 287 1 0 0 15 0 16 0 10131183 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17754] ppid=17742 vsize=1546336 CPUtime=2.64
/proc/17744/task/17754/stat : 17754 (java) S 17742 17744 17502 0 -1 4202560 6738 0 0 0 261 3 0 0 15 0 16 0 10131183 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17755] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17755/stat : 17755 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10131183 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17756] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17756/stat : 17756 (java) S 17742 17744 17502 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 10131183 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17757] ppid=17742 vsize=1546336 CPUtime=801
/proc/17744/task/17757/stat : 17757 (java) R 17742 17744 17502 0 -1 4202560 4408 0 0 0 80075 25 0 0 25 0 16 0 10131334 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4109174954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17758] ppid=17742 vsize=1546336 CPUtime=796.16
/proc/17744/task/17758/stat : 17758 (java) R 17742 17744 17502 0 -1 4202560 18918 0 0 0 79592 24 0 0 25 0 16 0 10131334 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4109548088 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17744/tid=17759] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17759/stat : 17759 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10131339 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17760] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17760/stat : 17760 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10131339 1583448064 107826 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1691.55
Current children cumulated vsize (KiB) 1546336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+939.802 s]
/proc/loadavg: 2.28 2.05 1.66 5/122 17784
/proc/meminfo: memFree=1375492/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1546336 CPUtime=1800.09
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 123123 0 1 0 179840 169 0 0 15 0 16 0 10131174 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 386584 108312 1448 10 0 383887 0
[pid=17744/tid=17746] ppid=17742 vsize=1546336 CPUtime=1.18
/proc/17744/task/17746/stat : 17746 (java) S 17742 17744 17502 0 -1 4202560 11038 0 1 0 112 6 0 0 15 0 16 0 10131175 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17747] ppid=17742 vsize=1546336 CPUtime=15.93
/proc/17744/task/17747/stat : 17747 (java) S 17742 17744 17502 0 -1 4202560 36513 0 0 0 1551 42 0 0 16 0 16 0 10131177 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17748] ppid=17742 vsize=1546336 CPUtime=15.94
/proc/17744/task/17748/stat : 17748 (java) S 17742 17744 17502 0 -1 4202560 36472 0 0 0 1548 46 0 0 16 0 16 0 10131177 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17749] ppid=17742 vsize=1546336 CPUtime=63.32
/proc/17744/task/17749/stat : 17749 (java) S 17742 17744 17502 0 -1 4202560 3742 0 0 0 6318 14 0 0 17 0 16 0 10131178 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17750] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17750/stat : 17750 (java) S 17742 17744 17502 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10131179 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17751] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17751/stat : 17751 (java) S 17742 17744 17502 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10131179 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17752] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17752/stat : 17752 (java) S 17742 17744 17502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10131183 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17753] ppid=17742 vsize=1546336 CPUtime=2.88
/proc/17744/task/17753/stat : 17753 (java) S 17742 17744 17502 0 -1 4202560 4131 0 0 0 287 1 0 0 15 0 16 0 10131183 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17754] ppid=17742 vsize=1546336 CPUtime=2.64
/proc/17744/task/17754/stat : 17754 (java) S 17742 17744 17502 0 -1 4202560 6738 0 0 0 261 3 0 0 15 0 16 0 10131183 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17755] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17755/stat : 17755 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10131183 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17756] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17756/stat : 17756 (java) S 17742 17744 17502 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 10131183 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17757] ppid=17742 vsize=1546336 CPUtime=851.91
/proc/17744/task/17757/stat : 17757 (java) R 17742 17744 17502 0 -1 4202560 4432 0 0 0 85164 27 0 0 18 0 16 0 10131334 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4109577759 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17758] ppid=17742 vsize=1546336 CPUtime=846.17
/proc/17744/task/17758/stat : 17758 (java) R 17742 17744 17502 0 -1 4202560 18937 0 0 0 84593 24 0 0 18 0 16 0 10131334 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4109198112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17744/tid=17759] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17759/stat : 17759 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 10131339 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17760] ppid=17742 vsize=1546336 CPUtime=0
/proc/17744/task/17760/stat : 17760 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10131339 1583448064 108312 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1546336

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

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

[startup+940.201 s]
/proc/loadavg: 2.28 2.05 1.66 5/122 17784
/proc/meminfo: memFree=1375492/2059040 swapFree=4163504/4192956
[pid=17744] ppid=17742 vsize=1546984 CPUtime=1800.86
/proc/17744/stat : 17744 (java) S 17742 17744 17502 0 -1 4202496 123141 0 1 0 179917 169 0 0 15 0 18 0 10131174 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17744/statm: 386746 108330 1448 10 0 384049 0
[pid=17744/tid=17746] ppid=17742 vsize=1546984 CPUtime=1.18
/proc/17744/task/17746/stat : 17746 (java) S 17742 17744 17502 0 -1 4202560 11038 0 1 0 112 6 0 0 15 0 18 0 10131175 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17747] ppid=17742 vsize=1546984 CPUtime=15.93
/proc/17744/task/17747/stat : 17747 (java) S 17742 17744 17502 0 -1 4202560 36513 0 0 0 1551 42 0 0 16 0 18 0 10131177 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17748] ppid=17742 vsize=1546984 CPUtime=15.94
/proc/17744/task/17748/stat : 17748 (java) S 17742 17744 17502 0 -1 4202560 36472 0 0 0 1548 46 0 0 16 0 18 0 10131177 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17749] ppid=17742 vsize=1546984 CPUtime=63.32
/proc/17744/task/17749/stat : 17749 (java) S 17742 17744 17502 0 -1 4202560 3742 0 0 0 6318 14 0 0 17 0 18 0 10131178 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 0 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17750] ppid=17742 vsize=1546984 CPUtime=0
/proc/17744/task/17750/stat : 17750 (java) S 17742 17744 17502 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 10131179 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17751] ppid=17742 vsize=1546984 CPUtime=0
/proc/17744/task/17751/stat : 17751 (java) S 17742 17744 17502 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10131179 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17752] ppid=17742 vsize=1546984 CPUtime=0
/proc/17744/task/17752/stat : 17752 (java) S 17742 17744 17502 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 10131183 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17753] ppid=17742 vsize=1546984 CPUtime=2.88
/proc/17744/task/17753/stat : 17753 (java) S 17742 17744 17502 0 -1 4202560 4131 0 0 0 287 1 0 0 15 0 18 0 10131183 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17754] ppid=17742 vsize=1546984 CPUtime=2.64
/proc/17744/task/17754/stat : 17754 (java) S 17742 17744 17502 0 -1 4202560 6738 0 0 0 261 3 0 0 15 0 18 0 10131183 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17755] ppid=17742 vsize=1546984 CPUtime=0
/proc/17744/task/17755/stat : 17755 (java) S 17742 17744 17502 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 10131183 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 0 0 0 0
[pid=17744/tid=17756] ppid=17742 vsize=1546984 CPUtime=0
/proc/17744/task/17756/stat : 17756 (java) S 17742 17744 17502 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 18 0 10131183 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17757] ppid=17742 vsize=1546984 CPUtime=852.29
/proc/17744/task/17757/stat : 17757 (java) R 17742 17744 17502 0 -1 4202560 4432 0 0 0 85202 27 0 0 19 0 18 0 10131334 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4108831501 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17744/tid=17758] ppid=17742 vsize=1546984 CPUtime=846.56
/proc/17744/task/17758/stat : 17758 (java) R 17742 17744 17502 0 -1 4202560 18937 0 0 0 84632 24 0 0 19 0 18 0 10131334 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4109497423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17744/tid=17759] ppid=17742 vsize=1546984 CPUtime=0
/proc/17744/task/17759/stat : 17759 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 10131339 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
[pid=17744/tid=17760] ppid=17742 vsize=1546984 CPUtime=0
/proc/17744/task/17760/stat : 17760 (java) S 17742 17744 17502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 10131339 1584111616 108330 1992294400 134512640 134550932 4287633376 18446744073709551615 4294960144 0 4 0 16800975 18446604437826265344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 1546984

Child status: 143
Real time (s): 940.292
CPU time (s): 1801.01
CPU user time (s): 1799.26
CPU system time (s): 1.74073
CPU usage (%): 191.537
Max. virtual memory (cumulated for all children) (KiB): 1549068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 1.74073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123148
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= 29803
involuntary context switches= 52411

runsolver used 5.59215 second user time and 9.8765 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 13:40:02
IDJOB=2661518
IDBENCH=71844
IDSOLVER=1166
FILE ID=node056/2661518-1276688402
PBS_JOBID= 11172600
Free space on /tmp= 98636 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661518-1276688402/watcher-2661518-1276688402 -o /tmp/evaluation-result-2661518-1276688402/solver-2661518-1276688402 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661518-1276688402.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=498021483

node056.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.215
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.43
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.215
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807100 kB
Buffers:         44744 kB
Cached:          88076 kB
SwapCached:      12596 kB
Active:          86016 kB
Inactive:        89252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807100 kB
SwapTotal:     4192956 kB
SwapFree:      4163504 kB
Dirty:             636 kB
Writeback:           0 kB
AnonPages:       30068 kB
Mapped:          14104 kB
Slab:            54488 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181428 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= 98636 MiB
End job on node056 at 2010-06-16 13:55:44