Trace number 2661796

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-31OPT3 786.704 421.947

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
MD5SUM773aedb43187ca11a13e2d0d2a59ebe9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark5.44217
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Solver Data

0.10/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.13	c See www.sat4j.org for details.
0.10/0.14	c version 2.2.0.v20100531
0.10/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.14	c java.vm.version	11.2-b01
0.10/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.14	c sun.arch.data.model	32
0.10/0.14	c java.version		1.6.0_12
0.10/0.14	c os.name		Linux
0.10/0.14	c os.version		2.6.18-164.el5
0.10/0.14	c os.arch		i386
0.10/0.14	c Free memory 		1393557488
0.10/0.14	c Max memory 		1395916800
0.10/0.14	c Total memory 		1395916800
0.10/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c ManyCore solver with 2 solvers running in parallel
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	
0.24/0.20	c solving HOME/instance-2661796-1276649807.opb
0.24/0.20	c reading problem ... 
0.57/0.41	c ... done. Wall clock time 0.203s.
0.57/0.41	c #vars     540
0.57/0.41	c #constraints  826
0.57/0.41	c constraints type 
0.57/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.57/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
0.57/0.41	c constraints type 
0.57/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.57/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
7.71/4.08	c cleaning 2500 clauses out of 5000 with flag 5000/5000
14.23/7.31	c cleaning 4251 clauses out of 8501 with flag 11001/11001
18.55/9.60	c cleaning 5625 clauses out of 11250 with flag 18001/18001
24.63/12.62	c cleaning 6813 clauses out of 13625 with flag 26001/26001
30.09/15.48	c cleaning 7905 clauses out of 15811 with flag 35000/35000
38.75/19.81	c cleaning 8950 clauses out of 17907 with flag 45001/45001
45.98/23.59	c cleaning 9480 clauses out of 18960 with flag 55004/55004
52.83/27.08	c cleaning 9739 clauses out of 19477 with flag 65001/65001
59.26/30.39	c cleaning 9867 clauses out of 19738 with flag 75001/75001
67.27/34.43	c cleaning 9936 clauses out of 19871 with flag 85001/85001
73.50/37.69	c cleaning 9966 clauses out of 19934 with flag 95000/95000
80.91/41.44	c cleaning 9984 clauses out of 19968 with flag 105000/105000
84.50/43.39	c cleaning 0 clauses out of 5001 with flag 0/5001
87.55/44.91	c cleaning 9978 clauses out of 19983 with flag 115000/115000
88.01/45.22	c And the winner is Resolution
88.09/46.11	c SATISFIABLE
88.09/46.11	c OPTIMIZING...
88.09/46.11	c Got one! Elapsed wall clock time (in seconds):45.903
88.09/46.11	o 3
92.22/48.25	c cleaning 9987 clauses out of 20005 with flag 125000/125000
97.22/50.83	c cleaning 10002 clauses out of 20018 with flag 135000/135000
102.19/53.49	c cleaning 9997 clauses out of 20016 with flag 145000/145000
106.78/55.82	c cleaning 10001 clauses out of 20019 with flag 155000/155000
111.79/58.48	c cleaning 10000 clauses out of 20018 with flag 165000/165000
116.16/60.79	c cleaning 10000 clauses out of 20019 with flag 175001/175001
121.10/63.31	c cleaning 10002 clauses out of 20019 with flag 185001/185001
125.90/65.88	c cleaning 10005 clauses out of 20016 with flag 195000/195000
131.67/68.88	c cleaning 10001 clauses out of 20011 with flag 205000/205000
137.64/71.98	c cleaning 10001 clauses out of 20012 with flag 215002/215002
143.55/75.01	c cleaning 9999 clauses out of 20010 with flag 225001/225001
148.33/77.52	c cleaning 10000 clauses out of 20010 with flag 235000/235000
151.90/79.49	c cleaning 9997 clauses out of 20011 with flag 245001/245001
157.65/82.43	c cleaning 10003 clauses out of 20013 with flag 255000/255000
163.34/85.42	c cleaning 10002 clauses out of 20010 with flag 265000/265000
168.89/88.31	c cleaning 10001 clauses out of 20009 with flag 275001/275001
175.42/91.79	c cleaning 9998 clauses out of 20008 with flag 285001/285001
182.16/95.24	c cleaning 10001 clauses out of 20010 with flag 295001/295001
188.43/98.59	c cleaning 9998 clauses out of 20008 with flag 305000/305000
194.56/101.77	c cleaning 10000 clauses out of 20011 with flag 315001/315001
200.29/104.78	c cleaning 10000 clauses out of 20011 with flag 325001/325001
206.43/107.99	c cleaning 10001 clauses out of 20011 with flag 335001/335001
212.70/111.27	c cleaning 9999 clauses out of 20010 with flag 345001/345001
218.61/114.39	c cleaning 9998 clauses out of 20010 with flag 355000/355000
224.73/117.55	c cleaning 10000 clauses out of 20013 with flag 365001/365001
230.66/120.61	c cleaning 10001 clauses out of 20012 with flag 375000/375000
236.90/123.95	c cleaning 10004 clauses out of 20011 with flag 385000/385000
240.42/125.82	c cleaning 10001 clauses out of 20007 with flag 395000/395000
243.38/127.48	c cleaning 9997 clauses out of 20006 with flag 405000/405000
248.89/130.36	c cleaning 9999 clauses out of 20009 with flag 415000/415000
254.73/133.43	c cleaning 10000 clauses out of 20010 with flag 425000/425000
260.65/136.57	c cleaning 9997 clauses out of 20010 with flag 435000/435000
264.77/138.73	c cleaning 10005 clauses out of 20013 with flag 445000/445000
269.87/141.49	c cleaning 10005 clauses out of 20009 with flag 455001/455001
275.90/144.66	c cleaning 9997 clauses out of 20003 with flag 465000/465000
280.62/147.16	c cleaning 9996 clauses out of 20007 with flag 475001/475001
284.55/149.21	c cleaning 9987 clauses out of 20010 with flag 485000/485000
287.87/151.08	c cleaning 10005 clauses out of 20023 with flag 495000/495000
293.52/154.02	c cleaning 10001 clauses out of 20018 with flag 505000/505000
298.21/156.56	c cleaning 9999 clauses out of 20017 with flag 515000/515000
302.53/158.84	c cleaning 9997 clauses out of 20018 with flag 525000/525000
306.45/160.99	c cleaning 10003 clauses out of 20023 with flag 535002/535002
312.69/164.26	c cleaning 9996 clauses out of 20018 with flag 545000/545000
320.95/168.55	c cleaning 9997 clauses out of 20022 with flag 555000/555000
328.43/172.47	c cleaning 9996 clauses out of 20025 with flag 565000/565000
335.32/176.03	c cleaning 9999 clauses out of 20030 with flag 575001/575001
342.12/179.61	c cleaning 10005 clauses out of 20031 with flag 585001/585001
347.60/182.60	c cleaning 10006 clauses out of 20025 with flag 595000/595000
351.11/184.47	c cleaning 0 clauses out of 11003 with flag 0/11003
352.63/185.36	c cleaning 10000 clauses out of 20018 with flag 605000/605000
356.84/187.69	c cleaning 10000 clauses out of 20019 with flag 615001/615001
360.92/189.84	c cleaning 10000 clauses out of 20019 with flag 625001/625001
364.82/191.96	c cleaning 10000 clauses out of 20019 with flag 635001/635001
368.51/193.95	c cleaning 9996 clauses out of 20018 with flag 645000/645000
372.17/195.96	c cleaning 10003 clauses out of 20022 with flag 655000/655000
375.85/197.90	c cleaning 10000 clauses out of 20019 with flag 665000/665000
379.54/200.00	c cleaning 10008 clauses out of 20019 with flag 675000/675000
383.83/202.25	c cleaning 10002 clauses out of 20012 with flag 685001/685001
388.85/204.99	c cleaning 9998 clauses out of 20009 with flag 695000/695000
393.92/207.62	c cleaning 9998 clauses out of 20011 with flag 705000/705000
399.00/210.34	c cleaning 10002 clauses out of 20013 with flag 715000/715000
403.87/212.99	c cleaning 9997 clauses out of 20012 with flag 725001/725001
408.42/215.49	c cleaning 10001 clauses out of 20014 with flag 735000/735000
413.48/218.15	c cleaning 10003 clauses out of 20014 with flag 745001/745001
418.54/220.87	c cleaning 10001 clauses out of 20011 with flag 755001/755001
423.59/223.58	c cleaning 9995 clauses out of 20010 with flag 765001/765001
427.95/225.97	c cleaning 10001 clauses out of 20015 with flag 775001/775001
432.61/228.44	c cleaning 10000 clauses out of 20013 with flag 785000/785000
437.66/231.11	c cleaning 9999 clauses out of 20014 with flag 795001/795001
442.28/233.66	c cleaning 9998 clauses out of 20014 with flag 805000/805000
447.04/236.28	c cleaning 10002 clauses out of 20016 with flag 815000/815000
451.71/238.76	c cleaning 9999 clauses out of 20014 with flag 825000/825000
456.14/241.17	c cleaning 10003 clauses out of 20016 with flag 835001/835001
461.79/244.15	c cleaning 9998 clauses out of 20012 with flag 845000/845000
466.76/246.81	c cleaning 10003 clauses out of 20015 with flag 855001/855001
471.60/249.46	c cleaning 9997 clauses out of 20012 with flag 865001/865001
476.85/252.27	c cleaning 9995 clauses out of 20015 with flag 875001/875001
482.05/255.06	c cleaning 10000 clauses out of 20020 with flag 885001/885001
487.98/258.25	c cleaning 9998 clauses out of 20020 with flag 895001/895001
493.22/261.08	c cleaning 10001 clauses out of 20021 with flag 905000/905000
498.65/264.00	c cleaning 10001 clauses out of 20021 with flag 915001/915001
503.67/266.61	c cleaning 9998 clauses out of 20019 with flag 925000/925000
508.82/269.40	c cleaning 9999 clauses out of 20022 with flag 935001/935001
513.85/272.19	c cleaning 10002 clauses out of 20022 with flag 945000/945000
519.07/274.90	c cleaning 10001 clauses out of 20021 with flag 955001/955001
524.70/277.92	c cleaning 10006 clauses out of 20020 with flag 965001/965001
531.03/281.39	c cleaning 10001 clauses out of 20013 with flag 975000/975000
537.24/284.66	c cleaning 10002 clauses out of 20013 with flag 985001/985001
543.06/287.77	c cleaning 10001 clauses out of 20010 with flag 995000/995000
548.88/290.84	c cleaning 9998 clauses out of 20009 with flag 1005000/1005000
554.99/294.12	c cleaning 10000 clauses out of 20011 with flag 1015000/1015000
560.61/297.18	c cleaning 9999 clauses out of 20012 with flag 1025001/1025001
565.01/299.58	c cleaning 9996 clauses out of 20012 with flag 1035000/1035000
568.84/301.68	c cleaning 10004 clauses out of 20017 with flag 1045001/1045001
572.75/303.87	c cleaning 10002 clauses out of 20013 with flag 1055001/1055001
578.17/306.78	c cleaning 10004 clauses out of 20010 with flag 1065000/1065000
583.58/309.63	c cleaning 10000 clauses out of 20006 with flag 1075000/1075000
588.80/312.45	c cleaning 9999 clauses out of 20007 with flag 1085001/1085001
593.90/315.25	c cleaning 10004 clauses out of 20007 with flag 1095001/1095001
599.70/318.35	c cleaning 9996 clauses out of 20002 with flag 1105000/1105000
605.49/321.49	c cleaning 9998 clauses out of 20006 with flag 1115000/1115000
611.50/324.65	c cleaning 10002 clauses out of 20010 with flag 1125002/1125002
617.39/327.82	c cleaning 9999 clauses out of 20006 with flag 1135000/1135000
621.39/330.10	c cleaning 9998 clauses out of 20008 with flag 1145001/1145001
625.41/332.27	c cleaning 9997 clauses out of 20010 with flag 1155001/1155001
629.41/334.41	c cleaning 10002 clauses out of 20012 with flag 1165000/1165000
633.51/336.71	c cleaning 9999 clauses out of 20011 with flag 1175001/1175001
638.31/339.34	c cleaning 10003 clauses out of 20012 with flag 1185001/1185001
643.30/342.05	c cleaning 9999 clauses out of 20008 with flag 1195000/1195000
648.49/344.83	c cleaning 9999 clauses out of 20010 with flag 1205001/1205001
653.79/347.76	c cleaning 10002 clauses out of 20011 with flag 1215001/1215001
658.97/350.53	c cleaning 10000 clauses out of 20008 with flag 1225000/1225000
664.34/353.41	c cleaning 10000 clauses out of 20008 with flag 1235000/1235000
669.52/356.24	c cleaning 9999 clauses out of 20008 with flag 1245000/1245000
674.59/359.05	c cleaning 10000 clauses out of 20009 with flag 1255000/1255000
679.76/361.80	c cleaning 10000 clauses out of 20009 with flag 1265000/1265000
684.74/364.54	c cleaning 10001 clauses out of 20011 with flag 1275002/1275002
689.91/367.30	c cleaning 9999 clauses out of 20009 with flag 1285001/1285001
695.79/370.56	c cleaning 9999 clauses out of 20009 with flag 1295000/1295000
702.16/373.98	c cleaning 10002 clauses out of 20010 with flag 1305000/1305000
708.53/377.36	c cleaning 10000 clauses out of 20010 with flag 1315002/1315002
714.29/380.47	c cleaning 10001 clauses out of 20008 with flag 1325000/1325000
719.97/383.55	c cleaning 9998 clauses out of 20008 with flag 1335001/1335001
725.54/386.52	c cleaning 10000 clauses out of 20011 with flag 1345002/1345002
731.13/389.53	c cleaning 10002 clauses out of 20009 with flag 1355000/1355000
736.50/392.43	c cleaning 10000 clauses out of 20007 with flag 1365000/1365000
742.37/395.68	c cleaning 10002 clauses out of 20008 with flag 1375001/1375001
747.94/398.62	c cleaning 9996 clauses out of 20004 with flag 1385000/1385000
753.72/401.72	c cleaning 10002 clauses out of 20009 with flag 1395001/1395001
759.08/404.64	c cleaning 10001 clauses out of 20006 with flag 1405000/1405000
764.34/407.57	c cleaning 10001 clauses out of 20005 with flag 1415000/1415000
769.89/410.52	c cleaning 10002 clauses out of 20007 with flag 1425004/1425004
775.68/413.68	c cleaning 9999 clauses out of 20002 with flag 1435001/1435001
781.43/416.72	c cleaning 9995 clauses out of 20001 with flag 1445001/1445001
782.52/417.54	c And the winner is Resolution
786.56/421.89	c starts		: 191
786.56/421.89	c conflicts		: 1446504
786.56/421.89	c decisions		: 1473609
786.56/421.89	c propagations		: 35872738
786.56/421.89	c inspects		: 1045965286
786.56/421.89	c learnt literals	: 18
786.56/421.89	c learnt binary clauses	: 104
786.56/421.90	c learnt ternary clauses	: 373
786.56/421.90	c learnt clauses	: 1446485
786.56/421.90	c ignored clauses	: 0
786.56/421.90	c root simplifications	: 0
786.56/421.90	c removed literals (reason simplification)	: 65830189
786.56/421.90	c reason swapping (by a shorter reason)	: 0
786.56/421.90	c Calls to reduceDB	: 146
786.56/421.90	c number of reductions to clauses (during analyze)	: 0
786.56/421.90	c number of learned constraints concerned by reduction	: 0
786.56/421.90	c number of learning phase by resolution	: 0
786.56/421.90	c number of learning phase by cutting planes	: 0
786.56/421.90	c speed (assignments/second)	: 95460.54935521813
786.56/421.90	c non guided choices	2053
786.56/421.90	c learnt constraints type 
786.56/421.90	c constraints type 
786.56/421.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
786.56/421.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
786.56/421.90	c constraints type 
786.56/421.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
786.56/421.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
786.56/421.90	s OPTIMUM FOUND
786.56/421.90	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 x30 x31 -x32 x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 x46 -x47 -x48 -x49 -x50 x51 x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 x69 -x70 x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 
786.56/421.90	c objective function=3
786.56/421.90	c Total wall clock time (in seconds): 421.692

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661796-1276649807/watcher-2661796-1276649807 -o /tmp/evaluation-result-2661796-1276649807/solver-2661796-1276649807 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661796-1276649807.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.32 1.08 1.11 3/106 7461
/proc/meminfo: memFree=1799840/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1832 CPUtime=0
/proc/7461/stat : 7461 (java) R 7459 7461 6816 0 -1 4194304 428 0 0 0 0 0 0 0 19 0 1 0 38637026 1875968 157 1992294400 134512640 134550932 4286786112 18446744073709551615 134534624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7461/statm: 458 160 123 10 0 63 0

[startup+0.109847 s]
/proc/loadavg: 1.32 1.08 1.11 3/106 7461
/proc/meminfo: memFree=1799840/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1524180 CPUtime=0.1
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 4056 0 1 0 8 2 0 0 19 0 12 0 38637026 1560760320 3495 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 381045 3495 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524180

[startup+0.202836 s]
/proc/loadavg: 1.32 1.08 1.11 3/106 7461
/proc/meminfo: memFree=1799840/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1526136 CPUtime=0.24
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 5113 0 1 0 22 2 0 0 19 0 12 0 38637026 1562763264 4550 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 381534 4551 1346 10 0 378837 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526136

[startup+0.300834 s]
/proc/loadavg: 1.32 1.08 1.11 3/106 7461
/proc/meminfo: memFree=1799840/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1526136 CPUtime=0.38
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 5386 0 1 0 35 3 0 0 19 0 12 0 38637026 1562763264 4823 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 381534 4823 1363 10 0 378837 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526136

[startup+0.700826 s]
/proc/loadavg: 1.32 1.08 1.11 3/106 7461
/proc/meminfo: memFree=1799840/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1532056 CPUtime=1.17
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 7465 0 1 0 113 4 0 0 19 0 16 0 38637026 1568825344 6525 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 383014 6525 1409 10 0 380317 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1532056

[startup+1.50181 s]
/proc/loadavg: 1.32 1.08 1.11 4/122 7477
/proc/meminfo: memFree=1776092/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1532672 CPUtime=2.76
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 10340 0 1 0 271 5 0 0 19 0 16 0 38637026 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 383168 8507 1423 10 0 380471 0
[pid=7461/tid=7463] ppid=7459 vsize=1532672 CPUtime=0.39
/proc/7461/task/7463/stat : 7463 (java) S 7459 7461 6816 0 -1 4202560 4084 0 1 0 37 2 0 0 18 0 16 0 38637027 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38637028 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 38637028 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7466/stat : 7466 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 38637030 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 16 0 38637031 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 38637031 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38637035 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1532672 CPUtime=0.41
/proc/7461/task/7470/stat : 7470 (java) R 7459 7461 6816 0 -1 4202560 1334 0 0 0 41 0 0 0 23 0 16 0 38637035 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 103979106 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1532672 CPUtime=0.9
/proc/7461/task/7471/stat : 7471 (java) R 7459 7461 6816 0 -1 4202560 1794 0 0 0 89 1 0 0 18 0 16 0 38637035 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 106106361 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38637035 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38637035 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7474] ppid=7459 vsize=1532672 CPUtime=0.91
/proc/7461/task/7474/stat : 7474 (java) R 7459 7461 6816 0 -1 4202560 1682 0 0 0 91 0 0 0 19 0 16 0 38637067 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 106573281 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7475] ppid=7459 vsize=1532672 CPUtime=0.1
/proc/7461/task/7475/stat : 7475 (java) R 7459 7461 6816 0 -1 4202560 372 0 0 0 10 0 0 0 21 0 16 0 38637067 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4109337342 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7461/tid=7476] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7476/stat : 7476 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 38637068 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7477] ppid=7459 vsize=1532672 CPUtime=0
/proc/7461/task/7477/stat : 7477 (java) S 7459 7461 6816 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 38637068 1569456128 8507 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1532672

[startup+3.10177 s]
/proc/loadavg: 1.53 1.13 1.12 5/122 7477
/proc/meminfo: memFree=1742364/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1546592 CPUtime=5.93
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 30818 0 1 0 578 15 0 0 19 0 16 0 38637026 1583710208 24849 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 386648 24849 1424 10 0 383951 0
[pid=7461/tid=7463] ppid=7459 vsize=1546592 CPUtime=0.39
/proc/7461/task/7463/stat : 7463 (java) S 7459 7461 6816 0 -1 4202560 4084 0 1 0 37 2 0 0 18 0 16 0 38637027 1583710208 24849 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 38637028 1583710208 24849 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 38637028 1583710208 24850 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7466/stat : 7466 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38637030 1583710208 24850 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 16 0 38637031 1583710208 24850 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 38637031 1583710208 24850 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38637035 1583710208 24850 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1546592 CPUtime=0.73
/proc/7461/task/7470/stat : 7470 (java) S 7459 7461 6816 0 -1 4202560 2736 0 0 0 73 0 0 0 25 0 16 0 38637035 1583710208 24850 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1546592 CPUtime=2.24
/proc/7461/task/7471/stat : 7471 (java) R 7459 7461 6816 0 -1 4202560 8154 0 0 0 221 3 0 0 18 0 16 0 38637035 1583710208 24851 1992294400 134512640 134550932 4286786112 18446744073709551615 106261773 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38637035 1583710208 24851 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38637035 1583710208 24851 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7474] ppid=7459 vsize=1546592 CPUtime=1.51
/proc/7461/task/7474/stat : 7474 (java) R 7459 7461 6816 0 -1 4202560 5073 0 0 0 149 2 0 0 18 0 16 0 38637067 1583710208 24851 1992294400 134512640 134550932 4286786112 18446744073709551615 4109666682 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7475] ppid=7459 vsize=1546592 CPUtime=1
/proc/7461/task/7475/stat : 7475 (java) R 7459 7461 6816 0 -1 4202560 9699 0 0 0 96 4 0 0 25 0 16 0 38637067 1583710208 24851 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7476] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7476/stat : 7476 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 38637068 1583710208 24852 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7477] ppid=7459 vsize=1546592 CPUtime=0
/proc/7461/task/7477/stat : 7477 (java) S 7459 7461 6816 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 38637068 1583710208 24852 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1546592

[startup+6.30171 s]
/proc/loadavg: 1.53 1.13 1.12 4/122 7477
/proc/meminfo: memFree=1643536/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1543036 CPUtime=12.26
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 49118 0 1 0 1203 23 0 0 19 0 16 0 38637026 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 385759 39591 1441 10 0 383062 0
[pid=7461/tid=7463] ppid=7459 vsize=1543036 CPUtime=0.39
/proc/7461/task/7463/stat : 7463 (java) S 7459 7461 6816 0 -1 4202560 4084 0 1 0 37 2 0 0 18 0 16 0 38637027 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1543036 CPUtime=0.03
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 1248 0 0 0 3 0 0 0 16 0 16 0 38637028 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1543036 CPUtime=0.02
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 312 0 0 0 2 0 0 0 15 0 16 0 38637028 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1543036 CPUtime=0.03
/proc/7461/task/7466/stat : 7466 (java) S 7459 7461 6816 0 -1 4202560 701 0 0 0 3 0 0 0 15 0 16 0 38637030 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1543036 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38637031 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1543036 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 38637031 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1543036 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38637035 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1543036 CPUtime=1.41
/proc/7461/task/7470/stat : 7470 (java) R 7459 7461 6816 0 -1 4202560 4625 0 0 0 140 1 0 0 25 0 16 0 38637035 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 105580424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1543036 CPUtime=2.94
/proc/7461/task/7471/stat : 7471 (java) R 7459 7461 6816 0 -1 4202560 9061 0 0 0 290 4 0 0 16 0 16 0 38637035 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 103860159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1543036 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38637035 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1543036 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38637035 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7474] ppid=7459 vsize=1543036 CPUtime=3.69
/proc/7461/task/7474/stat : 7474 (java) R 7459 7461 6816 0 -1 4202560 6701 0 0 0 365 4 0 0 21 0 16 0 38637067 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7475] ppid=7459 vsize=1543036 CPUtime=3.67
/proc/7461/task/7475/stat : 7475 (java) R 7459 7461 6816 0 -1 4202560 21315 0 0 0 358 9 0 0 19 0 16 0 38637067 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4109658118 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7461/tid=7476] ppid=7459 vsize=1543036 CPUtime=0
/proc/7461/task/7476/stat : 7476 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 38637068 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7477] ppid=7459 vsize=1543036 CPUtime=0
/proc/7461/task/7477/stat : 7477 (java) S 7459 7461 6816 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 38637068 1580068864 39591 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 1543036

[startup+12.7016 s]
/proc/loadavg: 1.91 1.22 1.15 3/122 7477
/proc/meminfo: memFree=1603360/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1545700 CPUtime=24.76
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 61983 0 1 0 2442 34 0 0 19 0 16 0 38637026 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 386425 50821 1448 10 0 383728 0
[pid=7461/tid=7463] ppid=7459 vsize=1545700 CPUtime=0.39
/proc/7461/task/7463/stat : 7463 (java) S 7459 7461 6816 0 -1 4202560 4084 0 1 0 37 2 0 0 18 0 16 0 38637027 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1545700 CPUtime=0.15
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 3320 0 0 0 14 1 0 0 16 0 16 0 38637028 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1545700 CPUtime=0.13
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 2373 0 0 0 13 0 0 0 15 0 16 0 38637028 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1545700 CPUtime=0.27
/proc/7461/task/7466/stat : 7466 (java) R 7459 7461 6816 0 -1 4202560 2566 0 0 0 22 5 0 0 16 0 16 0 38637030 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 105370626 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1545700 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38637031 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1545700 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 38637031 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1545700 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 38637035 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1545700 CPUtime=1.83
/proc/7461/task/7470/stat : 7470 (java) S 7459 7461 6816 0 -1 4202560 6180 0 0 0 182 1 0 0 16 0 16 0 38637035 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1545700 CPUtime=4.44
/proc/7461/task/7471/stat : 7471 (java) S 7459 7461 6816 0 -1 4202560 9358 0 0 0 440 4 0 0 16 0 16 0 38637035 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1545700 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38637035 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1545700 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38637035 1582796800 50821 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0

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

/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 91125 0 1 0 78288 110 0 0 19 0 14 0 38637026 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 386472 77310 1449 10 0 383775 0
[pid=7461/tid=7463] ppid=7459 vsize=1545888 CPUtime=1.36
/proc/7461/task/7463/stat : 7463 (java) R 7459 7461 6816 0 -1 4202560 4099 0 1 0 134 2 0 0 16 0 14 0 38637027 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4109469409 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1545888 CPUtime=6.32
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 15774 0 0 0 611 21 0 0 16 0 14 0 38637028 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1545888 CPUtime=6.29
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 15133 0 0 0 603 26 0 0 16 0 14 0 38637028 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1545888 CPUtime=43.68
/proc/7461/task/7466/stat : 7466 (java) S 7459 7461 6816 0 -1 4202560 5912 0 0 0 4347 21 0 0 15 0 14 0 38637030 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38637031 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 38637031 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1545888 CPUtime=1.9
/proc/7461/task/7470/stat : 7470 (java) S 7459 7461 6816 0 -1 4202560 6180 0 0 0 189 1 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1545888 CPUtime=5.86
/proc/7461/task/7471/stat : 7471 (java) S 7459 7461 6816 0 -1 4202560 9445 0 0 0 582 4 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7476] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7476/stat : 7476 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 38637068 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7477] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7477/stat : 7477 (java) S 7459 7461 6816 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 38637068 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 783.98
Current children cumulated vsize (KiB) 1545888

[startup+420.801 s]
/proc/loadavg: 2.23 1.94 1.50 2/120 7500
/proc/meminfo: memFree=1493512/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1545888 CPUtime=785.56
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 91125 0 1 0 78446 110 0 0 19 0 14 0 38637026 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 386472 77310 1449 10 0 383775 0
[pid=7461/tid=7463] ppid=7459 vsize=1545888 CPUtime=2.94
/proc/7461/task/7463/stat : 7463 (java) R 7459 7461 6816 0 -1 4202560 4099 0 1 0 292 2 0 0 18 0 14 0 38637027 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4109469409 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1545888 CPUtime=6.32
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 15774 0 0 0 611 21 0 0 16 0 14 0 38637028 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1545888 CPUtime=6.29
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 15133 0 0 0 603 26 0 0 16 0 14 0 38637028 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1545888 CPUtime=43.68
/proc/7461/task/7466/stat : 7466 (java) S 7459 7461 6816 0 -1 4202560 5912 0 0 0 4347 21 0 0 16 0 14 0 38637030 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38637031 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 38637031 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1545888 CPUtime=1.9
/proc/7461/task/7470/stat : 7470 (java) S 7459 7461 6816 0 -1 4202560 6180 0 0 0 189 1 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1545888 CPUtime=5.86
/proc/7461/task/7471/stat : 7471 (java) S 7459 7461 6816 0 -1 4202560 9445 0 0 0 582 4 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7476] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7476/stat : 7476 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 38637068 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7477] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7477/stat : 7477 (java) S 7459 7461 6816 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 38637068 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 785.56
Current children cumulated vsize (KiB) 1545888

[startup+421.602 s]
/proc/loadavg: 2.23 1.94 1.50 2/120 7500
/proc/meminfo: memFree=1493512/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1545888 CPUtime=786.36
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 91125 0 1 0 78526 110 0 0 19 0 14 0 38637026 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 386472 77310 1449 10 0 383775 0
[pid=7461/tid=7463] ppid=7459 vsize=1545888 CPUtime=3.74
/proc/7461/task/7463/stat : 7463 (java) R 7459 7461 6816 0 -1 4202560 4099 0 1 0 372 2 0 0 20 0 14 0 38637027 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4109469386 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1545888 CPUtime=6.32
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 15774 0 0 0 611 21 0 0 16 0 14 0 38637028 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1545888 CPUtime=6.29
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 15133 0 0 0 603 26 0 0 16 0 14 0 38637028 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1545888 CPUtime=43.68
/proc/7461/task/7466/stat : 7466 (java) S 7459 7461 6816 0 -1 4202560 5912 0 0 0 4347 21 0 0 15 0 14 0 38637030 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38637031 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 38637031 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1545888 CPUtime=1.9
/proc/7461/task/7470/stat : 7470 (java) S 7459 7461 6816 0 -1 4202560 6180 0 0 0 189 1 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1545888 CPUtime=5.86
/proc/7461/task/7471/stat : 7471 (java) S 7459 7461 6816 0 -1 4202560 9445 0 0 0 582 4 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7476] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7476/stat : 7476 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 38637068 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7477] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7477/stat : 7477 (java) S 7459 7461 6816 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 38637068 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 786.36
Current children cumulated vsize (KiB) 1545888

[startup+421.802 s]
/proc/loadavg: 2.23 1.94 1.50 2/120 7500
/proc/meminfo: memFree=1493512/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1545888 CPUtime=786.56
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 91127 0 1 0 78546 110 0 0 19 0 14 0 38637026 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 386472 77310 1449 10 0 383775 0
[pid=7461/tid=7463] ppid=7459 vsize=1545888 CPUtime=3.94
/proc/7461/task/7463/stat : 7463 (java) R 7459 7461 6816 0 -1 4202560 4099 0 1 0 392 2 0 0 20 0 14 0 38637027 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4110548032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1545888 CPUtime=6.32
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 15774 0 0 0 611 21 0 0 16 0 14 0 38637028 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1545888 CPUtime=6.29
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 15133 0 0 0 603 26 0 0 16 0 14 0 38637028 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1545888 CPUtime=43.68
/proc/7461/task/7466/stat : 7466 (java) S 7459 7461 6816 0 -1 4202560 5912 0 0 0 4347 21 0 0 15 0 14 0 38637030 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38637031 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 38637031 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1545888 CPUtime=1.9
/proc/7461/task/7470/stat : 7470 (java) S 7459 7461 6816 0 -1 4202560 6180 0 0 0 189 1 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1545888 CPUtime=5.86
/proc/7461/task/7471/stat : 7471 (java) S 7459 7461 6816 0 -1 4202560 9445 0 0 0 582 4 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 14 0 38637035 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7476] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7476/stat : 7476 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 38637068 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7477] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7477/stat : 7477 (java) S 7459 7461 6816 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 38637068 1582989312 77310 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 786.56
Current children cumulated vsize (KiB) 1545888

[startup+421.902 s]
/proc/loadavg: 2.23 1.94 1.50 2/120 7500
/proc/meminfo: memFree=1493512/2059040 swapFree=4140256/4192956
[pid=7461] ppid=7459 vsize=1545888 CPUtime=786.66
/proc/7461/stat : 7461 (java) S 7459 7461 6816 0 -1 4202496 91132 0 1 0 78556 110 0 0 19 0 15 0 38637026 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7461/statm: 386472 77313 1449 10 0 383775 0
[pid=7461/tid=7463] ppid=7459 vsize=1545888 CPUtime=4.04
/proc/7461/task/7463/stat : 7463 (java) S 7459 7461 6816 0 -1 4202560 4103 0 1 0 402 2 0 0 22 0 15 0 38637027 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7464] ppid=7459 vsize=1545888 CPUtime=6.32
/proc/7461/task/7464/stat : 7464 (java) S 7459 7461 6816 0 -1 4202560 15774 0 0 0 611 21 0 0 16 0 15 0 38637028 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7465] ppid=7459 vsize=1545888 CPUtime=6.29
/proc/7461/task/7465/stat : 7465 (java) S 7459 7461 6816 0 -1 4202560 15133 0 0 0 603 26 0 0 16 0 15 0 38637028 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7466] ppid=7459 vsize=1545888 CPUtime=43.68
/proc/7461/task/7466/stat : 7466 (java) S 7459 7461 6816 0 -1 4202560 5912 0 0 0 4347 21 0 0 15 0 15 0 38637030 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7467] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7467/stat : 7467 (java) S 7459 7461 6816 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 38637031 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7468] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7468/stat : 7468 (java) S 7459 7461 6816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 38637031 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7469] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7469/stat : 7469 (java) S 7459 7461 6816 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 38637035 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7470] ppid=7459 vsize=1545888 CPUtime=1.9
/proc/7461/task/7470/stat : 7470 (java) S 7459 7461 6816 0 -1 4202560 6180 0 0 0 189 1 0 0 15 0 15 0 38637035 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7471] ppid=7459 vsize=1545888 CPUtime=5.86
/proc/7461/task/7471/stat : 7471 (java) S 7459 7461 6816 0 -1 4202560 9445 0 0 0 582 4 0 0 15 0 15 0 38637035 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7472] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7472/stat : 7472 (java) S 7459 7461 6816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 38637035 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7473] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7473/stat : 7473 (java) S 7459 7461 6816 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 15 0 38637035 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=7461/tid=7476] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7476/stat : 7476 (java) S 7459 7461 6816 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 38637068 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=7461/tid=7477] ppid=7459 vsize=1545888 CPUtime=0
/proc/7461/task/7477/stat : 7477 (java) S 7459 7461 6816 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 38637068 1582989312 77313 1992294400 134512640 134550932 4286786112 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 786.66
Current children cumulated vsize (KiB) 1545888

Child status: 30
Real time (s): 421.947
CPU time (s): 786.704
CPU user time (s): 785.565
CPU system time (s): 1.13983
CPU usage (%): 186.446
Max. virtual memory (cumulated for all children) (KiB): 1548740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 785.565
system time used= 1.13983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91138
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= 14664
involuntary context switches= 23015

runsolver used 2.37564 second user time and 4.35334 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-16 02:56:47
IDJOB=2661796
IDBENCH=48051
IDSOLVER=1166
FILE ID=node018/2661796-1276649807
PBS_JOBID= 11172431
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661796-1276649807/watcher-2661796-1276649807 -o /tmp/evaluation-result-2661796-1276649807/solver-2661796-1276649807 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661796-1276649807.opb

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

MD5SUM BENCH= 773aedb43187ca11a13e2d0d2a59ebe9
RANDOM SEED=681704018

node018.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.248
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.49
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.248
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:       1800236 kB
Buffers:         69304 kB
Cached:         102604 kB
SwapCached:       6204 kB
Active:          86880 kB
Inactive:        98384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1800236 kB
SwapTotal:     4192956 kB
SwapFree:      4140256 kB
Dirty:             376 kB
Writeback:           0 kB
AnonPages:       11608 kB
Mapped:          13048 kB
Slab:            51700 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180224 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= 62484 MiB
End job on node018 at 2010-06-16 03:03:49