Trace number 2662470

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) 1802.66 976.596

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
MD5SUMd4957a1112a9baa7413020ddf827f352
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1047
Best CPU time to get the best result obtained on this benchmark1789.62
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1037
Optimality of the best value was proved NO
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
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 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	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-2662470-1276392077.opb
0.24/0.22	c reading problem ... 
1.09/0.77	c ... done. Wall clock time 0.545s.
1.09/0.77	c #vars     1963
1.09/0.77	c #constraints  4000
1.09/0.77	c constraints type 
1.09/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4000
1.09/0.77	c constraints type 
1.09/0.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4000
1.70/1.06	c And the winner is Resolution
2.06/1.80	c SATISFIABLE
2.06/1.80	c OPTIMIZING...
2.06/1.80	c Got one! Elapsed wall clock time (in seconds):1.578
2.06/1.80	o 1189
2.85/2.25	c And the winner is Resolution
2.96/2.85	c Got one! Elapsed wall clock time (in seconds):2.632
2.96/2.85	o 1188
5.22/4.08	c And the winner is CuttingPlanes
5.40/4.88	c Got one! Elapsed wall clock time (in seconds):4.656
5.40/4.88	o 1187
7.42/5.91	c And the winner is CuttingPlanes
7.42/5.95	c Got one! Elapsed wall clock time (in seconds):5.727
7.42/5.95	o 1186
8.34/6.49	c cleaning 2500 clauses out of 5000 with flag 5000/5000
13.83/9.27	c And the winner is CuttingPlanes
13.98/10.03	c Got one! Elapsed wall clock time (in seconds):9.803
13.98/10.03	o 1185
14.32/10.28	c cleaning 4243 clauses out of 8500 with flag 11000/11000
21.80/14.04	c cleaning 5625 clauses out of 11257 with flag 18000/18000
30.43/18.48	c cleaning 6808 clauses out of 13632 with flag 26000/26000
32.89/19.72	c And the winner is CuttingPlanes
32.92/20.17	c Got one! Elapsed wall clock time (in seconds):19.95
32.92/20.17	o 1184
34.96/21.25	c And the winner is Resolution
35.22/22.25	c Got one! Elapsed wall clock time (in seconds):22.027
35.22/22.25	o 1178
40.06/24.78	c cleaning 7901 clauses out of 15825 with flag 35001/35001
51.43/30.56	c cleaning 8962 clauses out of 17923 with flag 45000/45000
62.00/35.98	c cleaning 9473 clauses out of 18962 with flag 55001/55001
74.27/42.28	c cleaning 9734 clauses out of 19489 with flag 65001/65001
85.65/48.19	c cleaning 9872 clauses out of 19755 with flag 75001/75001
96.72/53.85	c cleaning 9929 clauses out of 19882 with flag 85000/85000
107.92/59.70	c cleaning 9968 clauses out of 19954 with flag 95001/95001
112.23/61.95	c And the winner is CuttingPlanes
112.33/62.65	c Got one! Elapsed wall clock time (in seconds):62.428
112.33/62.65	o 1177
119.16/66.12	c cleaning 9985 clauses out of 19986 with flag 105001/105001
130.06/71.86	c cleaning 9992 clauses out of 20000 with flag 115000/115000
141.46/77.73	c cleaning 9993 clauses out of 20008 with flag 125000/125000
153.08/83.75	c cleaning 10000 clauses out of 20016 with flag 135001/135001
166.81/90.83	c cleaning 9999 clauses out of 20015 with flag 145000/145000
178.25/96.82	c And the winner is CuttingPlanes
178.28/97.74	c Got one! Elapsed wall clock time (in seconds):97.516
178.28/97.74	o 1176
179.97/98.69	c cleaning 10009 clauses out of 20017 with flag 155001/155001
190.92/104.32	c cleaning 10001 clauses out of 20007 with flag 165000/165000
201.67/109.98	c cleaning 9997 clauses out of 20007 with flag 175001/175001
213.16/115.98	c cleaning 9998 clauses out of 20010 with flag 185001/185001
224.89/122.17	c cleaning 10000 clauses out of 20012 with flag 195001/195001
236.95/128.48	c cleaning 9997 clauses out of 20012 with flag 205001/205001
248.62/134.50	c cleaning 10003 clauses out of 20015 with flag 215001/215001
260.50/140.80	c cleaning 9998 clauses out of 20012 with flag 225001/225001
273.17/147.43	c cleaning 9999 clauses out of 20013 with flag 235000/235000
284.78/153.50	c cleaning 9999 clauses out of 20015 with flag 245001/245001
296.01/159.45	c cleaning 9998 clauses out of 20015 with flag 255000/255000
307.85/165.64	c cleaning 9997 clauses out of 20018 with flag 265001/265001
319.85/172.05	c cleaning 10000 clauses out of 20020 with flag 275000/275000
331.86/178.38	c cleaning 10004 clauses out of 20020 with flag 285000/285000
344.89/185.17	c cleaning 10004 clauses out of 20016 with flag 295000/295000
357.46/191.74	c cleaning 9998 clauses out of 20013 with flag 305001/305001
370.25/198.56	c cleaning 10000 clauses out of 20015 with flag 315001/315001
386.03/206.79	c cleaning 9994 clauses out of 20014 with flag 325000/325000
398.60/213.36	c cleaning 10003 clauses out of 20020 with flag 335000/335000
411.95/220.37	c cleaning 10001 clauses out of 20017 with flag 345000/345000
425.41/227.53	c cleaning 10005 clauses out of 20016 with flag 355000/355000
437.93/234.18	c cleaning 9995 clauses out of 20012 with flag 365001/365001
450.83/240.96	c cleaning 10001 clauses out of 20016 with flag 375000/375000
462.71/247.27	c cleaning 10004 clauses out of 20015 with flag 385000/385000
475.13/253.92	c cleaning 10001 clauses out of 20012 with flag 395001/395001
488.42/260.92	c cleaning 9993 clauses out of 20010 with flag 405000/405000
503.06/268.65	c cleaning 10000 clauses out of 20018 with flag 415001/415001
516.53/275.74	c cleaning 10000 clauses out of 20018 with flag 425001/425001
529.39/282.64	c cleaning 10004 clauses out of 20017 with flag 435000/435000
544.66/290.68	c cleaning 9995 clauses out of 20014 with flag 445001/445001
559.48/298.49	c cleaning 10002 clauses out of 20019 with flag 455001/455001
573.54/305.83	c cleaning 10002 clauses out of 20017 with flag 465001/465001
588.49/313.82	c cleaning 10001 clauses out of 20014 with flag 475000/475000
602.51/321.25	c cleaning 9997 clauses out of 20013 with flag 485000/485000
615.34/328.02	c cleaning 9996 clauses out of 20017 with flag 495001/495001
627.78/334.67	c cleaning 10007 clauses out of 20020 with flag 505000/505000
631.45/336.98	c And the winner is CuttingPlanes
631.62/337.61	c Got one! Elapsed wall clock time (in seconds):337.385
631.62/337.61	o 1175
638.72/341.26	c cleaning 9998 clauses out of 20013 with flag 515000/515000
650.39/347.44	c cleaning 10005 clauses out of 20016 with flag 525001/525001
662.97/354.19	c cleaning 10000 clauses out of 20010 with flag 535000/535000
675.92/361.00	c cleaning 9999 clauses out of 20011 with flag 545001/545001
688.38/367.88	c cleaning 9994 clauses out of 20012 with flag 555001/555001
702.94/375.57	c cleaning 10002 clauses out of 20018 with flag 565001/565001
714.93/381.92	c cleaning 9997 clauses out of 20015 with flag 575000/575000
727.69/388.79	c cleaning 10001 clauses out of 20019 with flag 585001/585001
740.75/395.88	c cleaning 10000 clauses out of 20018 with flag 595001/595001
752.49/402.19	c cleaning 10000 clauses out of 20017 with flag 605000/605000
765.05/408.82	c cleaning 10004 clauses out of 20018 with flag 615001/615001
777.16/415.34	c cleaning 9998 clauses out of 20014 with flag 625001/625001
790.06/422.40	c cleaning 9998 clauses out of 20016 with flag 635001/635001
801.65/428.50	c cleaning 10000 clauses out of 20018 with flag 645001/645001
814.22/435.22	c cleaning 9996 clauses out of 20018 with flag 655001/655001
827.75/442.40	c cleaning 10002 clauses out of 20022 with flag 665001/665001
840.77/449.51	c cleaning 9998 clauses out of 20019 with flag 675000/675000
852.72/455.93	c cleaning 10003 clauses out of 20021 with flag 685000/685000
865.41/462.77	c cleaning 9991 clauses out of 20019 with flag 695001/695001
879.92/470.45	c cleaning 10010 clauses out of 20028 with flag 705001/705001
892.76/477.47	c cleaning 9998 clauses out of 20017 with flag 715000/715000
905.64/484.34	c cleaning 10003 clauses out of 20019 with flag 725000/725000
918.49/491.26	c cleaning 10002 clauses out of 20017 with flag 735001/735001
931.72/498.33	c cleaning 9997 clauses out of 20015 with flag 745001/745001
944.52/505.48	c cleaning 10004 clauses out of 20017 with flag 755000/755000
957.95/512.66	c cleaning 9996 clauses out of 20013 with flag 765000/765000
972.34/520.32	c cleaning 10006 clauses out of 20018 with flag 775001/775001
984.89/527.18	c cleaning 9994 clauses out of 20011 with flag 785000/785000
999.54/535.18	c cleaning 10001 clauses out of 20018 with flag 795001/795001
1012.11/541.92	c cleaning 10005 clauses out of 20016 with flag 805000/805000
1024.07/548.42	c cleaning 9999 clauses out of 20011 with flag 815000/815000
1035.79/554.84	c cleaning 10001 clauses out of 20013 with flag 825001/825001
1048.31/561.90	c cleaning 9998 clauses out of 20012 with flag 835001/835001
1061.81/569.16	c cleaning 9998 clauses out of 20013 with flag 845000/845000
1077.32/577.48	c cleaning 10003 clauses out of 20016 with flag 855001/855001
1090.40/584.59	c cleaning 10001 clauses out of 20012 with flag 865000/865000
1105.14/592.68	c cleaning 9997 clauses out of 20011 with flag 875000/875000
1118.83/600.07	c cleaning 9999 clauses out of 20014 with flag 885000/885000
1132.11/607.24	c cleaning 10000 clauses out of 20015 with flag 895000/895000
1146.79/615.14	c cleaning 10001 clauses out of 20015 with flag 905000/905000
1161.08/623.10	c cleaning 10000 clauses out of 20015 with flag 915001/915001
1172.95/629.58	c cleaning 0 clauses out of 5077 with flag 0/5077
1176.70/631.82	c cleaning 9999 clauses out of 20014 with flag 925000/925000
1190.14/639.15	c cleaning 10003 clauses out of 20015 with flag 935000/935000
1200.47/645.06	c And the winner is CuttingPlanes
1200.59/645.58	c Got one! Elapsed wall clock time (in seconds):645.356
1200.59/645.58	o 1174
1202.59/646.63	c cleaning 9997 clauses out of 20013 with flag 945001/945001
1215.72/653.77	c cleaning 10001 clauses out of 20016 with flag 955001/955001
1229.36/661.12	c cleaning 9996 clauses out of 20014 with flag 965000/965000
1242.41/668.22	c cleaning 10002 clauses out of 20019 with flag 975001/975001
1254.93/675.20	c cleaning 10001 clauses out of 20016 with flag 985000/985000
1268.20/682.42	c cleaning 9998 clauses out of 20015 with flag 995000/995000
1282.64/690.22	c cleaning 10004 clauses out of 20017 with flag 1005000/1005000
1295.28/697.11	c cleaning 9995 clauses out of 20013 with flag 1015000/1015000
1310.50/705.51	c cleaning 10003 clauses out of 20018 with flag 1025000/1025000
1325.32/713.52	c cleaning 9996 clauses out of 20015 with flag 1035000/1035000
1338.29/720.66	c cleaning 10008 clauses out of 20020 with flag 1045001/1045001
1352.31/728.28	c cleaning 9994 clauses out of 20012 with flag 1055001/1055001
1366.64/736.23	c cleaning 9999 clauses out of 20017 with flag 1065000/1065000
1380.00/743.57	c cleaning 10002 clauses out of 20018 with flag 1075000/1075000
1395.74/752.01	c cleaning 9997 clauses out of 20016 with flag 1085000/1085000
1411.27/760.47	c cleaning 10001 clauses out of 20019 with flag 1095000/1095000
1427.05/769.18	c cleaning 10001 clauses out of 20019 with flag 1105001/1105001
1443.38/777.93	c cleaning 9997 clauses out of 20018 with flag 1115001/1115001
1457.53/785.69	c cleaning 9998 clauses out of 20021 with flag 1125001/1125001
1470.84/792.92	c cleaning 10003 clauses out of 20023 with flag 1135001/1135001
1484.17/800.47	c cleaning 10002 clauses out of 20019 with flag 1145000/1145000
1500.65/809.39	c cleaning 9995 clauses out of 20018 with flag 1155001/1155001
1516.31/817.89	c cleaning 10001 clauses out of 20022 with flag 1165000/1165000
1532.37/826.52	c cleaning 10005 clauses out of 20021 with flag 1175000/1175000
1549.51/836.00	c cleaning 9997 clauses out of 20017 with flag 1185001/1185001
1562.20/842.96	c cleaning 10003 clauses out of 20020 with flag 1195001/1195001
1574.89/849.97	c cleaning 10000 clauses out of 20017 with flag 1205001/1205001
1586.99/856.68	c cleaning 10003 clauses out of 20016 with flag 1215000/1215000
1600.61/864.36	c cleaning 9999 clauses out of 20014 with flag 1225001/1225001
1614.15/871.77	c cleaning 9996 clauses out of 20014 with flag 1235000/1235000
1628.68/879.63	c cleaning 10000 clauses out of 20019 with flag 1245001/1245001
1641.25/886.54	c cleaning 10002 clauses out of 20019 with flag 1255001/1255001
1654.54/894.03	c cleaning 10000 clauses out of 20017 with flag 1265001/1265001
1667.09/900.93	c cleaning 9999 clauses out of 20017 with flag 1275001/1275001
1679.23/907.64	c cleaning 10002 clauses out of 20017 with flag 1285000/1285000
1692.16/914.73	c cleaning 10003 clauses out of 20016 with flag 1295001/1295001
1705.08/922.03	c cleaning 9994 clauses out of 20012 with flag 1305000/1305000
1718.38/929.30	c cleaning 10000 clauses out of 20019 with flag 1315001/1315001
1730.52/936.04	c cleaning 9998 clauses out of 20018 with flag 1325000/1325000
1744.00/943.42	c cleaning 10003 clauses out of 20021 with flag 1335001/1335001
1758.40/951.56	c cleaning 10003 clauses out of 20018 with flag 1345001/1345001
1771.81/958.95	c cleaning 10000 clauses out of 20014 with flag 1355000/1355000
1786.47/966.93	c cleaning 9999 clauses out of 20014 with flag 1365000/1365000
1799.68/974.26	c cleaning 10001 clauses out of 20016 with flag 1375001/1375001

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-2662470-1276392077/watcher-2662470-1276392077 -o /tmp/evaluation-result-2662470-1276392077/solver-2662470-1276392077 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662470-1276392077.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.07 3/106 17405
/proc/meminfo: memFree=1814948/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=444 CPUtime=0
/proc/17405/stat : 17405 (java6) R 17403 17405 17100 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 14809282 454656 48 1992294400 134512640 134550932 4289063520 18446744073709551615 6382164 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17405/statm: 111 48 38 10 0 25 0

[startup+0.0217901 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 17405
/proc/meminfo: memFree=1814948/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=13684 CPUtime=0
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 1183 0 0 0 0 0 0 0 15 0 2 0 14809282 14012416 631 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.101804 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 17405
/proc/meminfo: memFree=1814948/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1524180 CPUtime=0.08
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 3947 0 1 0 6 2 0 0 15 0 12 0 14809282 1560760320 3387 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 381045 3387 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300841 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 17405
/proc/meminfo: memFree=1814948/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1526264 CPUtime=0.34
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 5346 0 1 0 31 3 0 0 15 0 12 0 14809282 1562894336 4784 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 381566 4784 1361 10 0 378869 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526264

[startup+0.700925 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 17405
/proc/meminfo: memFree=1814948/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1530080 CPUtime=1.09
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 8122 0 1 0 105 4 0 0 15 0 12 0 14809282 1566801920 7180 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 382520 7181 1395 10 0 379823 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1530080

[startup+1.50207 s]
/proc/loadavg: 1.00 1.00 1.07 7/121 17420
/proc/meminfo: memFree=1781288/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1536664 CPUtime=2.05
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 12117 0 1 0 199 6 0 0 15 0 14 0 14809282 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 384166 10028 1418 10 0 381469 0
[pid=17405/tid=17407] ppid=17403 vsize=1536664 CPUtime=0.73
/proc/17405/task/17407/stat : 17407 (java) S 17403 17405 17100 0 -1 4202560 5599 0 1 0 70 3 0 0 25 0 14 0 14809284 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17408] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17408/stat : 17408 (java) S 17403 17405 17100 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 14809285 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17409] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17409/stat : 17409 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 14809285 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17410] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17410/stat : 17410 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 14809287 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17411] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17411/stat : 17411 (java) S 17403 17405 17100 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 14809288 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17412] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17412/stat : 17412 (java) S 17403 17405 17100 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 14809288 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17413] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17413/stat : 17413 (java) S 17403 17405 17100 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 14809292 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17414] ppid=17403 vsize=1536664 CPUtime=0.2
/proc/17405/task/17414/stat : 17414 (java) S 17403 17405 17100 0 -1 4202560 132 0 0 0 20 0 0 0 17 0 14 0 14809292 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17415] ppid=17403 vsize=1536664 CPUtime=0.8
/proc/17405/task/17415/stat : 17415 (java) S 17403 17405 17100 0 -1 4202560 4341 0 0 0 79 1 0 0 16 0 14 0 14809292 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17416] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17416/stat : 17416 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 14809292 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17417] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17417/stat : 17417 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 14809292 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17420] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17420/stat : 17420 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 14809371 1573543936 10028 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1536664

[startup+3.10139 s]
/proc/loadavg: 1.24 1.05 1.08 4/122 17423
/proc/meminfo: memFree=1774336/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1536664 CPUtime=3.43
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 15513 0 1 0 336 7 0 0 15 0 16 0 14809282 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 384166 12993 1432 10 0 381469 0
[pid=17405/tid=17407] ppid=17403 vsize=1536664 CPUtime=0.77
/proc/17405/task/17407/stat : 17407 (java) S 17403 17405 17100 0 -1 4202560 5992 0 1 0 74 3 0 0 19 0 16 0 14809284 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17408] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17408/stat : 17408 (java) S 17403 17405 17100 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 14809285 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17409] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17409/stat : 17409 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 14809285 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17410] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17410/stat : 17410 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 14809287 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17411] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17411/stat : 17411 (java) S 17403 17405 17100 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 14809288 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17412] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17412/stat : 17412 (java) S 17403 17405 17100 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 14809288 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17413] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17413/stat : 17413 (java) S 17403 17405 17100 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 14809292 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17414] ppid=17403 vsize=1536664 CPUtime=0.68
/proc/17405/task/17414/stat : 17414 (java) S 17403 17405 17100 0 -1 4202560 704 0 0 0 68 0 0 0 15 0 16 0 14809292 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17415] ppid=17403 vsize=1536664 CPUtime=1.28
/proc/17405/task/17415/stat : 17415 (java) S 17403 17405 17100 0 -1 4202560 4380 0 0 0 127 1 0 0 16 0 16 0 14809292 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17416] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17416/stat : 17416 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 14809292 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17417] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17417/stat : 17417 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 14809292 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17420] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17420/stat : 17420 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 14809371 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17421] ppid=17403 vsize=1536664 CPUtime=0
/proc/17405/task/17421/stat : 17421 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 14809386 1573543936 12993 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 1536664

[startup+6.30202 s]
/proc/loadavg: 1.24 1.05 1.08 3/122 17427
/proc/meminfo: memFree=1731804/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1537168 CPUtime=8.13
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 31360 0 1 0 802 11 0 0 15 0 16 0 14809282 1574060032 28039 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 384292 28039 1432 10 0 381595 0
[pid=17405/tid=17407] ppid=17403 vsize=1537168 CPUtime=0.79
/proc/17405/task/17407/stat : 17407 (java) S 17403 17405 17100 0 -1 4202560 6362 0 1 0 76 3 0 0 19 0 16 0 14809284 1574060032 28039 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17408] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17408/stat : 17408 (java) S 17403 17405 17100 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 14809285 1574060032 28039 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17409] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17409/stat : 17409 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 14809285 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17410] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17410/stat : 17410 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 14809287 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17411] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17411/stat : 17411 (java) S 17403 17405 17100 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 14809288 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17412] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17412/stat : 17412 (java) S 17403 17405 17100 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 14809288 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17413] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17413/stat : 17413 (java) S 17403 17405 17100 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 14809292 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17414] ppid=17403 vsize=1537168 CPUtime=1.21
/proc/17405/task/17414/stat : 17414 (java) S 17403 17405 17100 0 -1 4202560 1543 0 0 0 121 0 0 0 15 0 16 0 14809292 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17415] ppid=17403 vsize=1537168 CPUtime=1.44
/proc/17405/task/17415/stat : 17415 (java) S 17403 17405 17100 0 -1 4202560 4413 0 0 0 143 1 0 0 15 0 16 0 14809292 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17416] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17416/stat : 17416 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 14809292 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17417] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17417/stat : 17417 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 14809292 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17420] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17420/stat : 17420 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 14809371 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17421] ppid=17403 vsize=1537168 CPUtime=0
/proc/17405/task/17421/stat : 17421 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 14809386 1574060032 28040 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 1537168

[startup+12.7033 s]
/proc/loadavg: 1.36 1.08 1.09 3/122 17431
/proc/meminfo: memFree=1604580/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1536144 CPUtime=19.23
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 62853 0 1 0 1897 26 0 0 15 0 16 0 14809282 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 384036 55813 1446 10 0 381339 0
[pid=17405/tid=17407] ppid=17403 vsize=1536144 CPUtime=0.8
/proc/17405/task/17407/stat : 17407 (java) S 17403 17405 17100 0 -1 4202560 6363 0 1 0 77 3 0 0 18 0 16 0 14809284 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17408] ppid=17403 vsize=1536144 CPUtime=0.14
/proc/17405/task/17408/stat : 17408 (java) S 17403 17405 17100 0 -1 4202560 7904 0 0 0 11 3 0 0 16 0 16 0 14809285 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17409] ppid=17403 vsize=1536144 CPUtime=0.15
/proc/17405/task/17409/stat : 17409 (java) S 17403 17405 17100 0 -1 4202560 9847 0 0 0 10 5 0 0 16 0 16 0 14809285 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17410] ppid=17403 vsize=1536144 CPUtime=0.1
/proc/17405/task/17410/stat : 17410 (java) S 17403 17405 17100 0 -1 4202560 5661 0 0 0 8 2 0 0 15 0 16 0 14809287 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17411] ppid=17403 vsize=1536144 CPUtime=0
/proc/17405/task/17411/stat : 17411 (java) S 17403 17405 17100 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 14809288 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17412] ppid=17403 vsize=1536144 CPUtime=0
/proc/17405/task/17412/stat : 17412 (java) S 17403 17405 17100 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 14809288 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17413] ppid=17403 vsize=1536144 CPUtime=0
/proc/17405/task/17413/stat : 17413 (java) S 17403 17405 17100 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 14809292 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17414] ppid=17403 vsize=1536144 CPUtime=1.37
/proc/17405/task/17414/stat : 17414 (java) S 17403 17405 17100 0 -1 4202560 1802 0 0 0 136 1 0 0 15 0 16 0 14809292 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17415] ppid=17403 vsize=1536144 CPUtime=1.79
/proc/17405/task/17415/stat : 17415 (java) S 17403 17405 17100 0 -1 4202560 4440 0 0 0 178 1 0 0 15 0 16 0 14809292 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17416] ppid=17403 vsize=1536144 CPUtime=0
/proc/17405/task/17416/stat : 17416 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 14809292 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17417] ppid=17403 vsize=1536144 CPUtime=0
/proc/17405/task/17417/stat : 17417 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 14809292 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17420] ppid=17403 vsize=1536144 CPUtime=0
/proc/17405/task/17420/stat : 17420 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 14809371 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17421] ppid=17403 vsize=1536144 CPUtime=0
/proc/17405/task/17421/stat : 17421 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 14809386 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17430] ppid=17403 vsize=1536144 CPUtime=2.47
/proc/17405/task/17430/stat : 17430 (java) R 17403 17405 17100 0 -1 4202560 3 0 0 0 247 0 0 0 25 0 16 0 14810285 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4109384422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17405/tid=17431] ppid=17403 vsize=1536144 CPUtime=2.43
/proc/17405/task/17431/stat : 17431 (java) R 17403 17405 17100 0 -1 4202560 297 0 0 0 243 0 0 0 25 0 16 0 14810285 1573011456 55813 1992294400 134512640 134550932 4294368736 18446744073709551615 4109685023 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.23
Current children cumulated vsize (KiB) 1536144

[startup+25.5012 s]
/proc/loadavg: 1.29 1.08 1.09 3/122 17435
/proc/meminfo: memFree=1554980/2059040 swapFree=4136180/4192956

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

/proc/17405/task/17460/stat : 17460 (java) S 17403 17405 17100 0 -1 4202560 189 0 0 0 26080 4 0 0 25 0 16 0 14873842 1579302912 165747 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17461] ppid=17403 vsize=1542288 CPUtime=260.31
/proc/17405/task/17461/stat : 17461 (java) S 17403 17405 17100 0 -1 4202560 57 0 0 0 26027 4 0 0 25 0 16 0 14873842 1579302912 165747 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1542288

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17405

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

[startup+975.802 s]
/proc/loadavg: 1.96 2.01 1.71 2/123 17470
/proc/meminfo: memFree=1153336/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1542288 CPUtime=1801.38
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 200421 0 1 0 179867 271 0 0 15 0 16 0 14809282 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 385572 165748 1450 10 0 382875 0
[pid=17405/tid=17407] ppid=17403 vsize=1542288 CPUtime=0.85
/proc/17405/task/17407/stat : 17407 (java) S 17403 17405 17100 0 -1 4202560 6417 0 1 0 82 3 0 0 15 0 16 0 14809284 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17408] ppid=17403 vsize=1542288 CPUtime=29.98
/proc/17405/task/17408/stat : 17408 (java) S 17403 17405 17100 0 -1 4202560 71184 0 0 0 2885 113 0 0 15 0 16 0 14809285 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17409] ppid=17403 vsize=1542288 CPUtime=30.15
/proc/17405/task/17409/stat : 17409 (java) S 17403 17405 17100 0 -1 4202560 80338 0 0 0 2914 101 0 0 16 0 16 0 14809285 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17410] ppid=17403 vsize=1542288 CPUtime=118.54
/proc/17405/task/17410/stat : 17410 (java) R 17403 17405 17100 0 -1 4202560 6885 0 0 0 11842 12 0 0 17 0 16 0 14809287 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=17405/tid=17411] ppid=17403 vsize=1542288 CPUtime=0
/proc/17405/task/17411/stat : 17411 (java) S 17403 17405 17100 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 14809288 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17412] ppid=17403 vsize=1542288 CPUtime=0
/proc/17405/task/17412/stat : 17412 (java) S 17403 17405 17100 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 14809288 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17413] ppid=17403 vsize=1542288 CPUtime=0
/proc/17405/task/17413/stat : 17413 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 14809292 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17414] ppid=17403 vsize=1542288 CPUtime=2.37
/proc/17405/task/17414/stat : 17414 (java) S 17403 17405 17100 0 -1 4202560 3637 0 0 0 236 1 0 0 15 0 16 0 14809292 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17415] ppid=17403 vsize=1542288 CPUtime=1.94
/proc/17405/task/17415/stat : 17415 (java) S 17403 17405 17100 0 -1 4202560 4440 0 0 0 193 1 0 0 16 0 16 0 14809292 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17416] ppid=17403 vsize=1542288 CPUtime=0
/proc/17405/task/17416/stat : 17416 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 14809292 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17417] ppid=17403 vsize=1542288 CPUtime=0
/proc/17405/task/17417/stat : 17417 (java) S 17403 17405 17100 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 14809292 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17420] ppid=17403 vsize=1542288 CPUtime=0
/proc/17405/task/17420/stat : 17420 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 14809371 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17421] ppid=17403 vsize=1542288 CPUtime=0
/proc/17405/task/17421/stat : 17421 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 14809386 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17460] ppid=17403 vsize=1542288 CPUtime=260.84
/proc/17405/task/17460/stat : 17460 (java) S 17403 17405 17100 0 -1 4202560 189 0 0 0 26080 4 0 0 25 0 16 0 14873842 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17461] ppid=17403 vsize=1542288 CPUtime=260.31
/proc/17405/task/17461/stat : 17461 (java) S 17403 17405 17100 0 -1 4202560 57 0 0 0 26027 4 0 0 25 0 16 0 14873842 1579302912 165748 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.38
Current children cumulated vsize (KiB) 1542288

[startup+976.202 s]
/proc/loadavg: 1.96 2.01 1.71 2/123 17470
/proc/meminfo: memFree=1153336/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1542936 CPUtime=1801.92
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 200431 0 1 0 179921 271 0 0 15 0 18 0 14809282 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 385734 165758 1450 10 0 383037 0
[pid=17405/tid=17407] ppid=17403 vsize=1542936 CPUtime=0.85
/proc/17405/task/17407/stat : 17407 (java) S 17403 17405 17100 0 -1 4202560 6417 0 1 0 82 3 0 0 15 0 18 0 14809284 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17408] ppid=17403 vsize=1542936 CPUtime=29.98
/proc/17405/task/17408/stat : 17408 (java) S 17403 17405 17100 0 -1 4202560 71184 0 0 0 2885 113 0 0 15 0 18 0 14809285 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17409] ppid=17403 vsize=1542936 CPUtime=30.15
/proc/17405/task/17409/stat : 17409 (java) S 17403 17405 17100 0 -1 4202560 80338 0 0 0 2914 101 0 0 16 0 18 0 14809285 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17410] ppid=17403 vsize=1542936 CPUtime=118.79
/proc/17405/task/17410/stat : 17410 (java) S 17403 17405 17100 0 -1 4202560 6885 0 0 0 11867 12 0 0 17 0 18 0 14809287 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17411] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17411/stat : 17411 (java) S 17403 17405 17100 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 14809288 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17412] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17412/stat : 17412 (java) S 17403 17405 17100 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 14809288 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17413] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17413/stat : 17413 (java) S 17403 17405 17100 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17414] ppid=17403 vsize=1542936 CPUtime=2.37
/proc/17405/task/17414/stat : 17414 (java) S 17403 17405 17100 0 -1 4202560 3637 0 0 0 236 1 0 0 15 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17415] ppid=17403 vsize=1542936 CPUtime=1.94
/proc/17405/task/17415/stat : 17415 (java) S 17403 17405 17100 0 -1 4202560 4440 0 0 0 193 1 0 0 16 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17416] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17416/stat : 17416 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17417] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17417/stat : 17417 (java) S 17403 17405 17100 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17420] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17420/stat : 17420 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 14809371 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17421] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17421/stat : 17421 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 14809386 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17460] ppid=17403 vsize=1542936 CPUtime=260.99
/proc/17405/task/17460/stat : 17460 (java) R 17403 17405 17100 0 -1 4202560 189 0 0 0 26095 4 0 0 18 0 18 0 14873842 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4109384560 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17405/tid=17461] ppid=17403 vsize=1542936 CPUtime=260.46
/proc/17405/task/17461/stat : 17461 (java) R 17403 17405 17100 0 -1 4202560 57 0 0 0 26042 4 0 0 18 0 18 0 14873842 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4109181912 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 1542936

[startup+976.402 s]
/proc/loadavg: 1.96 2.01 1.71 2/123 17470
/proc/meminfo: memFree=1153336/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1542936 CPUtime=1802.32
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 200431 0 1 0 179961 271 0 0 15 0 18 0 14809282 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 385734 165758 1450 10 0 383037 0
[pid=17405/tid=17407] ppid=17403 vsize=1542936 CPUtime=0.85
/proc/17405/task/17407/stat : 17407 (java) S 17403 17405 17100 0 -1 4202560 6417 0 1 0 82 3 0 0 15 0 18 0 14809284 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17408] ppid=17403 vsize=1542936 CPUtime=29.98
/proc/17405/task/17408/stat : 17408 (java) S 17403 17405 17100 0 -1 4202560 71184 0 0 0 2885 113 0 0 15 0 18 0 14809285 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17409] ppid=17403 vsize=1542936 CPUtime=30.15
/proc/17405/task/17409/stat : 17409 (java) S 17403 17405 17100 0 -1 4202560 80338 0 0 0 2914 101 0 0 16 0 18 0 14809285 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17410] ppid=17403 vsize=1542936 CPUtime=118.79
/proc/17405/task/17410/stat : 17410 (java) S 17403 17405 17100 0 -1 4202560 6885 0 0 0 11867 12 0 0 17 0 18 0 14809287 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17411] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17411/stat : 17411 (java) S 17403 17405 17100 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 14809288 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17412] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17412/stat : 17412 (java) S 17403 17405 17100 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 14809288 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17413] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17413/stat : 17413 (java) S 17403 17405 17100 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17414] ppid=17403 vsize=1542936 CPUtime=2.37
/proc/17405/task/17414/stat : 17414 (java) S 17403 17405 17100 0 -1 4202560 3637 0 0 0 236 1 0 0 15 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17415] ppid=17403 vsize=1542936 CPUtime=1.94
/proc/17405/task/17415/stat : 17415 (java) S 17403 17405 17100 0 -1 4202560 4440 0 0 0 193 1 0 0 16 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17416] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17416/stat : 17416 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17417] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17417/stat : 17417 (java) S 17403 17405 17100 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17420] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17420/stat : 17420 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 14809371 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17421] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17421/stat : 17421 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 14809386 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17460] ppid=17403 vsize=1542936 CPUtime=261.18
/proc/17405/task/17460/stat : 17460 (java) R 17403 17405 17100 0 -1 4202560 189 0 0 0 26114 4 0 0 18 0 18 0 14873842 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4109384290 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17405/tid=17461] ppid=17403 vsize=1542936 CPUtime=260.66
/proc/17405/task/17461/stat : 17461 (java) R 17403 17405 17100 0 -1 4202560 57 0 0 0 26062 4 0 0 18 0 18 0 14873842 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4109681493 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.32
Current children cumulated vsize (KiB) 1542936

[startup+976.503 s]
/proc/loadavg: 1.96 2.01 1.71 2/123 17470
/proc/meminfo: memFree=1153336/2059040 swapFree=4136180/4192956
[pid=17405] ppid=17403 vsize=1542936 CPUtime=1802.52
/proc/17405/stat : 17405 (java) S 17403 17405 17100 0 -1 4202496 200431 0 1 0 179981 271 0 0 15 0 18 0 14809282 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17405/statm: 385734 165758 1450 10 0 383037 0
[pid=17405/tid=17407] ppid=17403 vsize=1542936 CPUtime=0.85
/proc/17405/task/17407/stat : 17407 (java) S 17403 17405 17100 0 -1 4202560 6417 0 1 0 82 3 0 0 15 0 18 0 14809284 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17408] ppid=17403 vsize=1542936 CPUtime=29.98
/proc/17405/task/17408/stat : 17408 (java) S 17403 17405 17100 0 -1 4202560 71184 0 0 0 2885 113 0 0 15 0 18 0 14809285 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17409] ppid=17403 vsize=1542936 CPUtime=30.15
/proc/17405/task/17409/stat : 17409 (java) S 17403 17405 17100 0 -1 4202560 80338 0 0 0 2914 101 0 0 16 0 18 0 14809285 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17410] ppid=17403 vsize=1542936 CPUtime=118.79
/proc/17405/task/17410/stat : 17410 (java) S 17403 17405 17100 0 -1 4202560 6885 0 0 0 11867 12 0 0 17 0 18 0 14809287 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 0 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17411] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17411/stat : 17411 (java) S 17403 17405 17100 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 14809288 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17412] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17412/stat : 17412 (java) S 17403 17405 17100 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 14809288 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17413] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17413/stat : 17413 (java) S 17403 17405 17100 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17414] ppid=17403 vsize=1542936 CPUtime=2.37
/proc/17405/task/17414/stat : 17414 (java) S 17403 17405 17100 0 -1 4202560 3637 0 0 0 236 1 0 0 15 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17415] ppid=17403 vsize=1542936 CPUtime=1.94
/proc/17405/task/17415/stat : 17415 (java) S 17403 17405 17100 0 -1 4202560 4440 0 0 0 193 1 0 0 16 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17416] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17416/stat : 17416 (java) S 17403 17405 17100 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 0 0 0 0
[pid=17405/tid=17417] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17417/stat : 17417 (java) S 17403 17405 17100 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 14809292 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17420] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17420/stat : 17420 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 14809371 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17421] ppid=17403 vsize=1542936 CPUtime=0
/proc/17405/task/17421/stat : 17421 (java) S 17403 17405 17100 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 14809386 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4294960144 0 4 0 16800975 18446604437852221888 0 0 -1 1 0 0 0
[pid=17405/tid=17460] ppid=17403 vsize=1542936 CPUtime=261.28
/proc/17405/task/17460/stat : 17460 (java) R 17403 17405 17100 0 -1 4202560 189 0 0 0 26124 4 0 0 18 0 18 0 14873842 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4109301782 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17405/tid=17461] ppid=17403 vsize=1542936 CPUtime=260.76
/proc/17405/task/17461/stat : 17461 (java) R 17403 17405 17100 0 -1 4202560 57 0 0 0 26072 4 0 0 18 0 18 0 14873842 1579966464 165758 1992294400 134512640 134550932 4294368736 18446744073709551615 4109322118 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.52
Current children cumulated vsize (KiB) 1542936

Child ended because it received signal 9 (SIGKILL)
Real time (s): 976.596
CPU time (s): 1802.66
CPU user time (s): 1799.88
CPU system time (s): 2.78158
CPU usage (%): 184.586
Max. virtual memory (cumulated for all children) (KiB): 1543312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 2.78158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200431
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= 29800
involuntary context switches= 50974

runsolver used 5.99609 second user time and 9.06162 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-13 03:21:17
IDJOB=2662470
IDBENCH=1986
IDSOLVER=1166
FILE ID=node011/2662470-1276392077
PBS_JOBID= 11173254
Free space on /tmp= 62264 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662470-1276392077/watcher-2662470-1276392077 -o /tmp/evaluation-result-2662470-1276392077/solver-2662470-1276392077 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662470-1276392077.opb

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

MD5SUM BENCH= d4957a1112a9baa7413020ddf827f352
RANDOM SEED=1571907697

node011.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.264
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.52
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.264
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1815344 kB
Buffers:         64628 kB
Cached:         116652 kB
SwapCached:      11020 kB
Active:          90820 kB
Inactive:       103952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1815344 kB
SwapTotal:     4192956 kB
SwapFree:      4136180 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       10780 kB
Mapped:           9256 kB
Slab:            26960 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181792 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= 62264 MiB
End job on node011 at 2010-06-13 03:37:34