Trace number 3454075

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 Res//CP 2.3.0SAT (TO)-43 1800.25 932.534

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_3.opb
MD5SUM27440fbcb5a9ea2c9ae6b100e77dc1d3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-57
Best CPU time to get the best result obtained on this benchmark1797.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -60
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454075-1307195749.opb
0.09/0.11	c reading problem ... 
0.47/0.42	c ... done. Wall clock time 0.305s.
0.47/0.42	c #vars     2888
0.47/0.42	c #constraints  5578
0.47/0.42	c constraints type 
0.47/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
0.47/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.47/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.47/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2488
0.47/0.42	c constraints type 
0.47/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.47/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2488
0.47/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.47/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
0.47/0.78	c  And the winner is CuttingPlanes
1.97/0.93	c SATISFIABLE
1.97/0.93	c OPTIMIZING...
1.97/0.93	c Got one! Elapsed wall clock time (in seconds):0.821
1.97/0.93	o -4
1.97/0.96	c  And the winner is CuttingPlanes
2.29/1.44	c Got one! Elapsed wall clock time (in seconds):1.326
2.29/1.44	o -8
2.29/1.47	c  And the winner is CuttingPlanes
2.37/1.94	c Got one! Elapsed wall clock time (in seconds):1.83
2.37/1.94	o -12
2.37/1.96	c  And the winner is CuttingPlanes
2.42/2.45	c Got one! Elapsed wall clock time (in seconds):2.335
2.42/2.45	o -13
2.42/2.47	c  And the winner is CuttingPlanes
2.55/2.95	c Got one! Elapsed wall clock time (in seconds):2.839
2.55/2.95	o -15
2.55/2.96	c  And the winner is CuttingPlanes
2.57/3.46	c Got one! Elapsed wall clock time (in seconds):3.343
2.57/3.46	o -16
2.57/3.49	c  And the winner is CuttingPlanes
2.70/3.96	c Got one! Elapsed wall clock time (in seconds):3.845
2.70/3.96	o -17
2.70/3.98	c  And the winner is CuttingPlanes
2.74/4.46	c Got one! Elapsed wall clock time (in seconds):4.348
2.74/4.46	o -18
2.74/4.48	c  And the winner is CuttingPlanes
2.76/4.96	c Got one! Elapsed wall clock time (in seconds):4.851
2.76/4.96	o -19
2.76/4.98	c  And the winner is CuttingPlanes
2.81/5.47	c Got one! Elapsed wall clock time (in seconds):5.354
2.81/5.47	o -26
2.81/5.49	c  And the winner is CuttingPlanes
2.86/5.97	c Got one! Elapsed wall clock time (in seconds):5.857
2.86/5.97	o -27
2.92/6.00	c  And the winner is CuttingPlanes
2.96/6.47	c Got one! Elapsed wall clock time (in seconds):6.36
2.96/6.47	o -28
3.02/6.50	c  And the winner is CuttingPlanes
3.03/6.98	c Got one! Elapsed wall clock time (in seconds):6.863
3.03/6.98	o -29
3.03/6.99	c  And the winner is CuttingPlanes
3.06/7.48	c Got one! Elapsed wall clock time (in seconds):7.366
3.06/7.48	o -30
3.06/7.50	c  And the winner is CuttingPlanes
3.10/7.98	c Got one! Elapsed wall clock time (in seconds):7.868
3.10/7.98	o -31
3.16/8.03	c  And the winner is CuttingPlanes
3.28/8.48	c Got one! Elapsed wall clock time (in seconds):8.371
3.28/8.48	o -32
3.30/8.51	c  And the winner is CuttingPlanes
3.33/8.99	c Got one! Elapsed wall clock time (in seconds):8.873
3.33/8.99	o -33
3.35/9.10	c  And the winner is Resolution
3.57/9.49	c Got one! Elapsed wall clock time (in seconds):9.376
3.57/9.49	o -37
5.07/10.27	c  And the winner is CuttingPlanes
5.22/10.50	c Got one! Elapsed wall clock time (in seconds):10.382
5.22/10.50	o -38
8.12/11.99	c  And the winner is CuttingPlanes
8.31/12.00	c Got one! Elapsed wall clock time (in seconds):11.889
8.31/12.00	o -39
9.11/12.46	c cleaning 3960 clauses out of 7919 with flag 1000/7919
14.16/14.93	c cleaning 4898 clauses out of 9959 with flag 7000/13919
17.72/16.81	c cleaning 5904 clauses out of 12061 with flag 14000/20919
23.53/19.64	c cleaning 7062 clauses out of 14157 with flag 22000/28919
25.91/20.89	c  And the winner is CuttingPlanes
26.10/21.05	c Got one! Elapsed wall clock time (in seconds):20.933
26.10/21.05	o -40
27.79/21.90	c cleaning 6287 clauses out of 12830 with flag 2000/34654
31.56/23.85	c cleaning 6141 clauses out of 12543 with flag 8000/40654
37.12/26.64	c cleaning 6623 clauses out of 13402 with flag 15000/47654
42.08/29.18	c cleaning 7239 clauses out of 14779 with flag 23000/55654
48.64/32.48	c cleaning 8270 clauses out of 16540 with flag 32000/64654
56.46/36.35	c cleaning 9085 clauses out of 18270 with flag 42000/74654
64.61/40.45	c cleaning 9530 clauses out of 19185 with flag 52000/84654
72.37/44.33	c cleaning 9776 clauses out of 19655 with flag 62000/94654
74.07/45.26	c  And the winner is CuttingPlanes
74.21/45.64	c Got one! Elapsed wall clock time (in seconds):45.528
74.21/45.64	o -41
75.11/46.14	c  And the winner is CuttingPlanes
75.11/46.14	c Got one! Elapsed wall clock time (in seconds):46.03
75.11/46.14	o -43
76.70/46.98	c cleaning 7602 clauses out of 15203 with flag 2000/99978
80.84/49.01	c cleaning 6710 clauses out of 13601 with flag 8000/105978
85.59/51.41	c cleaning 6899 clauses out of 13891 with flag 15000/112978
90.93/54.17	c cleaning 7416 clauses out of 14992 with flag 23000/120978
97.24/57.39	c cleaning 8288 clauses out of 16576 with flag 32000/129978
104.79/61.14	c cleaning 9118 clauses out of 18288 with flag 42000/139978
111.93/64.72	c cleaning 9494 clauses out of 19170 with flag 52000/149978
119.71/68.67	c cleaning 9701 clauses out of 19676 with flag 62000/159978
127.57/72.65	c cleaning 9917 clauses out of 19975 with flag 72000/169978
135.50/76.60	c cleaning 9936 clauses out of 20058 with flag 82000/179978
142.81/80.30	c cleaning 10034 clauses out of 20122 with flag 92000/189978
151.73/84.81	c cleaning 9918 clauses out of 20088 with flag 102000/199978
159.81/88.99	c cleaning 9989 clauses out of 20170 with flag 112000/209978
167.91/93.09	c cleaning 10034 clauses out of 20181 with flag 122000/219978
176.40/97.39	c cleaning 9980 clauses out of 20147 with flag 132000/229978
184.31/101.37	c cleaning 9990 clauses out of 20167 with flag 142000/239978
193.15/105.90	c cleaning 10033 clauses out of 20177 with flag 152000/249978
202.05/110.39	c cleaning 9964 clauses out of 20144 with flag 162000/259978
211.32/115.03	c cleaning 10054 clauses out of 20180 with flag 172000/269978
220.80/119.80	c cleaning 9929 clauses out of 20126 with flag 182000/279978
230.46/124.72	c cleaning 9946 clauses out of 20197 with flag 192000/289978
239.91/129.52	c cleaning 10079 clauses out of 20251 with flag 202000/299978
250.99/135.10	c cleaning 9989 clauses out of 20172 with flag 212000/309978
261.86/140.69	c cleaning 10024 clauses out of 20184 with flag 222001/319979
272.68/146.17	c cleaning 9959 clauses out of 20159 with flag 232000/329978
283.14/151.48	c cleaning 10011 clauses out of 20200 with flag 242000/339978
293.22/156.59	c cleaning 9975 clauses out of 20189 with flag 252000/349978
303.28/161.62	c cleaning 10032 clauses out of 20214 with flag 262000/359978
314.28/167.23	c cleaning 9996 clauses out of 20182 with flag 272000/369978
324.93/172.69	c cleaning 10030 clauses out of 20186 with flag 282000/379978
335.59/178.03	c cleaning 9983 clauses out of 20156 with flag 292000/389978
346.45/183.51	c cleaning 10002 clauses out of 20173 with flag 302000/399978
357.23/189.09	c cleaning 9961 clauses out of 20171 with flag 312000/409978
367.71/194.37	c cleaning 10060 clauses out of 20210 with flag 322000/419978
378.16/199.67	c cleaning 9994 clauses out of 20150 with flag 332000/429978
388.20/204.74	c cleaning 10000 clauses out of 20156 with flag 342000/439978
398.98/210.27	c cleaning 9983 clauses out of 20156 with flag 352000/449978
411.02/216.32	c cleaning 9996 clauses out of 20173 with flag 362000/459978
419.26/220.53	c cleaning 0 clauses out of 7279 with flag 0/7279
422.32/221.96	c cleaning 10058 clauses out of 20177 with flag 372000/469978
433.68/227.63	c cleaning 9928 clauses out of 20119 with flag 382000/479978
444.52/233.11	c cleaning 9975 clauses out of 20191 with flag 392000/489978
455.75/238.89	c cleaning 9987 clauses out of 20216 with flag 402000/499978
466.79/244.47	c cleaning 10001 clauses out of 20229 with flag 412000/509978
478.34/250.32	c cleaning 10013 clauses out of 20228 with flag 422000/519978
490.17/256.34	c cleaning 9970 clauses out of 20215 with flag 432000/529978
502.40/262.54	c cleaning 10001 clauses out of 20245 with flag 442000/539978
513.41/268.17	c cleaning 9996 clauses out of 20244 with flag 452000/549978
527.15/275.14	c cleaning 10022 clauses out of 20248 with flag 462000/559978
539.57/281.41	c cleaning 9989 clauses out of 20226 with flag 472000/569978
551.98/287.72	c cleaning 10101 clauses out of 20237 with flag 482000/579978
562.99/293.36	c cleaning 9972 clauses out of 20136 with flag 492000/589978
573.91/298.97	c cleaning 9953 clauses out of 20164 with flag 502000/599978
584.71/304.47	c cleaning 10050 clauses out of 20211 with flag 512000/609978
595.32/309.85	c cleaning 9983 clauses out of 20161 with flag 522000/619978
603.71/314.15	c cleaning 10042 clauses out of 20178 with flag 532000/629978
612.62/318.75	c cleaning 9951 clauses out of 20136 with flag 542000/639978
622.22/323.62	c cleaning 10011 clauses out of 20185 with flag 552000/649978
631.24/328.23	c cleaning 9977 clauses out of 20174 with flag 562000/659978
639.40/332.43	c cleaning 10038 clauses out of 20197 with flag 572000/669978
647.70/336.75	c cleaning 10028 clauses out of 20159 with flag 582000/679978
656.29/341.12	c cleaning 10041 clauses out of 20131 with flag 592000/689978
665.88/346.07	c cleaning 10023 clauses out of 20090 with flag 602000/699978
675.07/350.78	c cleaning 9902 clauses out of 20067 with flag 612000/709978
686.36/356.56	c cleaning 10036 clauses out of 20165 with flag 622000/719978
695.75/361.39	c cleaning 10004 clauses out of 20129 with flag 632000/729978
705.52/366.37	c cleaning 9936 clauses out of 20125 with flag 642000/739978
715.91/371.62	c cleaning 9968 clauses out of 20189 with flag 652000/749978
725.78/376.74	c cleaning 9976 clauses out of 20221 with flag 662000/759978
736.16/382.11	c cleaning 10021 clauses out of 20245 with flag 672000/769978
746.72/387.46	c cleaning 10009 clauses out of 20224 with flag 682000/779978
756.28/392.33	c cleaning 10009 clauses out of 20215 with flag 692000/789978
765.74/397.23	c cleaning 9968 clauses out of 20206 with flag 702000/799978
775.51/402.29	c cleaning 9997 clauses out of 20238 with flag 712000/809978
786.47/407.83	c cleaning 10096 clauses out of 20241 with flag 722000/819978
796.24/412.84	c cleaning 9976 clauses out of 20145 with flag 732000/829978
806.67/418.20	c cleaning 9992 clauses out of 20169 with flag 742000/839978
815.83/422.90	c cleaning 9964 clauses out of 20177 with flag 752000/849978
824.79/427.50	c cleaning 10025 clauses out of 20213 with flag 762000/859978
833.55/432.09	c cleaning 10081 clauses out of 20188 with flag 772000/869978
844.20/437.54	c cleaning 9978 clauses out of 20107 with flag 782000/879978
854.75/442.94	c cleaning 9985 clauses out of 20129 with flag 792000/889978
864.73/448.11	c cleaning 9963 clauses out of 20144 with flag 802000/899978
875.27/453.41	c cleaning 10065 clauses out of 20181 with flag 812000/909978
885.71/458.81	c cleaning 9938 clauses out of 20116 with flag 822000/919978
895.07/463.68	c cleaning 9987 clauses out of 20178 with flag 832000/929978
905.02/468.77	c cleaning 10021 clauses out of 20191 with flag 842000/939978
914.79/473.74	c cleaning 10038 clauses out of 20170 with flag 852000/949978
925.23/479.14	c cleaning 10027 clauses out of 20132 with flag 862000/959978
936.58/484.95	c cleaning 9957 clauses out of 20105 with flag 872000/969978
947.93/490.76	c cleaning 10048 clauses out of 20148 with flag 882000/979978
957.68/495.71	c cleaning 9940 clauses out of 20100 with flag 892000/989978
966.30/500.25	c cleaning 9964 clauses out of 20160 with flag 902000/999978
975.84/505.10	c cleaning 9954 clauses out of 20196 with flag 912000/1009978
984.60/509.71	c cleaning 10066 clauses out of 20242 with flag 922000/1019978
993.15/514.08	c cleaning 10023 clauses out of 20176 with flag 932000/1029978
1002.55/518.96	c cleaning 9993 clauses out of 20153 with flag 942000/1039978
1011.49/523.51	c cleaning 9924 clauses out of 20160 with flag 952000/1049978
1019.24/527.54	c cleaning 9984 clauses out of 20236 with flag 962000/1059978
1026.98/531.60	c cleaning 10004 clauses out of 20252 with flag 972000/1069978
1035.62/536.08	c cleaning 10049 clauses out of 20248 with flag 982000/1079978
1043.94/540.37	c cleaning 9945 clauses out of 20199 with flag 992000/1089978
1051.88/544.42	c cleaning 10025 clauses out of 20254 with flag 1002000/1099978
1059.62/548.47	c cleaning 10080 clauses out of 20229 with flag 1012000/1109978
1069.85/553.78	c cleaning 10022 clauses out of 20149 with flag 1022000/1119978
1079.15/558.55	c cleaning 10013 clauses out of 20127 with flag 1032000/1129978
1088.69/563.44	c cleaning 9940 clauses out of 20114 with flag 1042000/1139978
1096.64/567.53	c cleaning 9968 clauses out of 20174 with flag 1052000/1149978
1105.85/572.38	c cleaning 10046 clauses out of 20206 with flag 1062000/1159978
1115.97/577.54	c cleaning 10007 clauses out of 20160 with flag 1072000/1169978
1125.50/582.45	c cleaning 9976 clauses out of 20153 with flag 1082000/1179978
1134.83/587.26	c cleaning 9963 clauses out of 20177 with flag 1092000/1189978
1143.82/591.96	c cleaning 10027 clauses out of 20214 with flag 1102000/1199978
1153.36/596.85	c cleaning 9959 clauses out of 20187 with flag 1112000/1209978
1161.88/601.24	c cleaning 10043 clauses out of 20228 with flag 1122000/1219978
1170.05/605.44	c cleaning 9994 clauses out of 20185 with flag 1132000/1229978
1179.40/610.30	c cleaning 10073 clauses out of 20191 with flag 1142000/1239978
1188.31/614.99	c cleaning 9963 clauses out of 20118 with flag 1152000/1249978
1197.44/619.65	c cleaning 10038 clauses out of 20155 with flag 1162000/1259978
1206.93/624.57	c cleaning 10028 clauses out of 20118 with flag 1172001/1269979
1218.31/630.40	c cleaning 10009 clauses out of 20089 with flag 1182000/1279978
1228.42/635.63	c cleaning 9967 clauses out of 20080 with flag 1192000/1289978
1237.35/640.23	c cleaning 9967 clauses out of 20113 with flag 1202000/1299978
1246.87/645.18	c cleaning 9995 clauses out of 20146 with flag 1212000/1309978
1256.43/650.19	c cleaning 10001 clauses out of 20151 with flag 1222000/1319978
1266.74/655.42	c cleaning 10016 clauses out of 20150 with flag 1232000/1329978
1276.03/660.29	c cleaning 10024 clauses out of 20135 with flag 1242001/1339979
1286.14/665.40	c cleaning 10033 clauses out of 20110 with flag 1252000/1349978
1297.30/671.23	c cleaning 9974 clauses out of 20077 with flag 1262000/1359978
1308.00/676.74	c cleaning 10027 clauses out of 20103 with flag 1272000/1369978
1319.71/682.73	c cleaning 9990 clauses out of 20076 with flag 1282000/1379978
1331.40/688.75	c cleaning 9961 clauses out of 20086 with flag 1292000/1389978
1342.77/694.60	c cleaning 9995 clauses out of 20125 with flag 1302000/1399978
1352.67/699.80	c cleaning 10001 clauses out of 20130 with flag 1312000/1409978
1362.57/704.87	c cleaning 10005 clauses out of 20129 with flag 1322000/1419978
1371.87/709.61	c cleaning 9992 clauses out of 20124 with flag 1332000/1429978
1379.23/713.56	c cleaning 9924 clauses out of 20132 with flag 1342000/1439978
1386.73/717.47	c cleaning 10045 clauses out of 20208 with flag 1352000/1449978
1394.82/721.67	c cleaning 10001 clauses out of 20163 with flag 1362000/1459978
1403.12/725.95	c cleaning 9951 clauses out of 20162 with flag 1372000/1469978
1411.47/730.35	c cleaning 10038 clauses out of 20211 with flag 1382000/1479978
1420.16/734.84	c cleaning 9959 clauses out of 20173 with flag 1392000/1489978
1428.25/739.04	c cleaning 10039 clauses out of 20214 with flag 1402000/1499978
1436.13/743.16	c cleaning 9990 clauses out of 20175 with flag 1412000/1509978
1444.66/747.69	c cleaning 9993 clauses out of 20185 with flag 1422000/1519978
1453.74/752.33	c cleaning 10041 clauses out of 20192 with flag 1432000/1529978
1462.63/756.93	c cleaning 9980 clauses out of 20151 with flag 1442000/1539978
1471.75/761.63	c cleaning 9973 clauses out of 20171 with flag 1452000/1549978
1481.63/766.81	c cleaning 9992 clauses out of 20198 with flag 1462000/1559978
1489.92/771.11	c cleaning 9993 clauses out of 20206 with flag 1472000/1569978
1499.99/776.34	c cleaning 10044 clauses out of 20213 with flag 1482000/1579978
1508.87/780.90	c cleaning 9942 clauses out of 20169 with flag 1492000/1589978
1519.60/786.55	c cleaning 9975 clauses out of 20227 with flag 1502000/1599978
1528.69/791.23	c cleaning 10007 clauses out of 20252 with flag 1512000/1609978
1538.34/796.29	c cleaning 10031 clauses out of 20245 with flag 1522000/1619978
1548.41/801.44	c cleaning 10010 clauses out of 20214 with flag 1532000/1629978
1558.55/806.73	c cleaning 9977 clauses out of 20204 with flag 1542000/1639978
1567.98/811.63	c cleaning 10009 clauses out of 20227 with flag 1552000/1649978
1577.06/816.36	c cleaning 9995 clauses out of 20218 with flag 1562000/1659978
1586.33/821.10	c cleaning 10008 clauses out of 20223 with flag 1572000/1669978
1595.25/825.88	c cleaning 9976 clauses out of 20215 with flag 1582000/1679978
1605.92/831.38	c cleaning 10065 clauses out of 20239 with flag 1592000/1689978
1616.00/836.58	c cleaning 9996 clauses out of 20174 with flag 1602000/1699978
1627.07/842.25	c cleaning 10008 clauses out of 20178 with flag 1612000/1709978
1638.17/848.05	c cleaning 10035 clauses out of 20170 with flag 1622000/1719978
1648.24/853.22	c cleaning 9976 clauses out of 20135 with flag 1632000/1729978
1656.70/857.64	c cleaning 9989 clauses out of 20159 with flag 1642000/1739978
1664.77/861.83	c cleaning 9985 clauses out of 20170 with flag 1652000/1749978
1673.47/866.47	c cleaning 10021 clauses out of 20185 with flag 1662000/1759978
1682.72/871.21	c cleaning 9986 clauses out of 20164 with flag 1672000/1769978
1691.39/875.78	c cleaning 9975 clauses out of 20178 with flag 1682000/1779978
1701.04/880.71	c cleaning 10063 clauses out of 20203 with flag 1692000/1789978
1710.96/885.93	c cleaning 9974 clauses out of 20140 with flag 1702000/1799978
1719.78/890.54	c cleaning 9969 clauses out of 20166 with flag 1712000/1809978
1730.23/895.93	c cleaning 10028 clauses out of 20197 with flag 1722000/1819978
1741.08/901.51	c cleaning 9984 clauses out of 20169 with flag 1732000/1829978
1751.77/907.12	c cleaning 10064 clauses out of 20186 with flag 1742001/1839979
1762.82/912.85	c cleaning 9985 clauses out of 20121 with flag 1752000/1849978
1773.65/918.47	c cleaning 9971 clauses out of 20136 with flag 1762000/1859978
1783.90/923.77	c cleaning 9969 clauses out of 20165 with flag 1772000/1869978
1791.78/927.97	c cleaning 10075 clauses out of 20196 with flag 1782000/1879978
1799.42/931.96	c cleaning 9911 clauses out of 20121 with flag 1792000/1889978
1800.07/932.42	c starts		: 59
1800.07/932.42	c conflicts		: 11883
1800.07/932.42	c decisions		: 155466
1800.07/932.42	c propagations		: 2281335
1800.07/932.42	c inspects		: 776976893
1800.07/932.42	c shortcuts		: 0
1800.07/932.42	c learnt literals	: 0
1800.07/932.42	c learnt binary clauses	: 0
1800.07/932.42	c learnt ternary clauses	: 0
1800.07/932.42	c learnt constraints	: 11883
1800.07/932.42	c ignored constraints	: 0
1800.07/932.42	c root simplifications	: 0
1800.07/932.42	c removed literals (reason simplification)	: 0
1800.07/932.42	c reason swapping (by a shorter reason)	: 0
1800.07/932.42	c Calls to reduceDB	: 1
1800.07/932.42	c number of reductions to clauses (during analyze)	: 0
1800.07/932.42	c number of learned constraints concerned by reduction	: 0
1800.07/932.42	c number of learning phase by resolution	: 0
1800.07/932.42	c number of learning phase by cutting planes	: 0
1800.07/932.42	c speed (assignments/second)	: 2574.071253279174
1800.07/932.42	c non guided choices	186
1800.07/932.43	c learnt constraints type 
1800.07/932.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/932.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11882
1800.07/932.43	c constraints type 
1800.07/932.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
1800.07/932.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.07/932.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.07/932.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2488
1800.07/932.43	c constraints type 
1800.07/932.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.07/932.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2488
1800.07/932.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.07/932.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
1800.07/932.43	s SATISFIABLE
1800.07/932.43	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 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 x191 x192 -x193 -x194 -x195 -x196 x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 x272 -x273 x274 -x275 -x276 -x277 x278 -x279 x280 -x281 -x282 x283 -x284 -x285 x286 x287 -x288 -x289 x290 -x291 x292 -x293 x294 -x295 -x296 -x297 -x298 x299 -x300 x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 x312 -x313 x314 x315 -x316 -x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 x353 -x354 x355 x356 x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 x382 x383 x384 x385 -x386 x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 x398 -x399 x400 
1800.07/932.43	c objective function=-43
1800.07/932.43	c Total wall clock time (in seconds): 932.316

Verifier Data

OK	-43

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454075-1307195749/watcher-3454075-1307195749 -o /tmp/evaluation-result-3454075-1307195749/solver-3454075-1307195749 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454075-1307195749.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.08 3.08 3.41 3/423 4395
/proc/meminfo: memFree=25873108/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/4395/stat : 4395 (java) R 4393 4395 31765 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 831173119 9318400 172 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246516657776 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4395/statm: 2275 173 132 9 0 67 0
[pid=4395/tid=4397] ppid=4393 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) R 4393 4395 31765 0 -1 4202560 1775 0 1 0 0 0 0 0 21 0 2 0 831173120 10681323520 2591 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.100568 s]
/proc/loadavg: 2.08 3.08 3.41 3/423 4395
/proc/meminfo: memFree=25873108/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10539724 CPUtime=0.09 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 12970 0 1 0 8 1 0 0 20 0 18 0 831173119 10792677376 12666 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2634931 12667 2092 9 0 2625665 0
[pid=4395/tid=4397] ppid=4393 vsize=10539724 CPUtime=0.08 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) R 4393 4395 31765 0 -1 4202560 11105 0 1 0 7 1 0 0 18 0 18 0 831173120 10792677376 12667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 47043575097862 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539724

[startup+0.200552 s]
/proc/loadavg: 2.08 3.08 3.41 3/423 4395
/proc/meminfo: memFree=25873108/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10539872 CPUtime=0.23 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 13934 0 1 0 21 2 0 0 20 0 18 0 831173119 10792828928 13629 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2634968 13629 2179 9 0 2625702 0
[pid=4395/tid=4397] ppid=4393 vsize=10539872 CPUtime=0.17 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) R 4393 4395 31765 0 -1 4202560 11946 0 1 0 16 1 0 0 18 0 18 0 831173120 10792828928 13629 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10539872

[startup+0.300556 s]
/proc/loadavg: 2.08 3.08 3.41 3/423 4395
/proc/meminfo: memFree=25873108/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10542332 CPUtime=0.47 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 16499 0 1 0 45 2 0 0 20 0 18 0 831173119 10795347968 15857 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2635583 15858 2211 9 0 2626317 0
[pid=4395/tid=4397] ppid=4393 vsize=10542332 CPUtime=0.27 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) R 4393 4395 31765 0 -1 4202560 13078 0 1 0 26 1 0 0 18 0 18 0 831173120 10795347968 15858 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 46912505590227 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542332

[startup+0.869456 s]
/proc/loadavg: 2.08 3.08 3.41 3/423 4395
/proc/meminfo: memFree=25873108/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10558072 CPUtime=1.97 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 30356 0 1 0 193 4 0 0 20 0 19 0 831173119 10811465728 26573 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2639518 26573 2237 9 0 2630252 0
[pid=4395/tid=4397] ppid=4393 vsize=10558072 CPUtime=0.4 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) S 4393 4395 31765 0 -1 4202560 16332 0 1 0 38 2 0 0 19 0 19 0 831173120 10811465728 26573 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 10558072

[startup+1.51633 s]
/proc/loadavg: 2.00 3.05 3.40 1/461 4448
/proc/meminfo: memFree=25709960/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10558072 CPUtime=2.37 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 36994 0 1 0 232 5 0 0 20 0 19 0 831173119 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2639518 29667 2239 9 0 2630252 0
[pid=4395/tid=4397] ppid=4393 vsize=10558072 CPUtime=0.41 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) S 4393 4395 31765 0 -1 4202560 16373 0 1 0 39 2 0 0 17 0 19 0 831173120 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=4395/tid=4408] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4408/stat : 4408 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 831173122 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4409] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4409/stat : 4409 (java) S 4393 4395 31765 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 831173122 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4410] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4410/stat : 4410 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 831173122 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4411] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4411/stat : 4411 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4412] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4412/stat : 4412 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4413] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4413/stat : 4413 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4414] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4414/stat : 4414 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4415] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4415/stat : 4415 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4417] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4417/stat : 4417 (java) S 4393 4395 31765 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 831173123 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 0 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4420] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4420/stat : 4420 (java) S 4393 4395 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831173123 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4421] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4421/stat : 4421 (java) S 4393 4395 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831173123 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4427] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4427/stat : 4427 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173125 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528657841 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4428] ppid=4393 vsize=10558072 CPUtime=0.72 cores=0,2,4,6
/proc/4395/task/4428/stat : 4428 (java) S 4393 4395 31765 0 -1 4202560 8626 0 0 0 72 0 0 0 22 0 19 0 831173125 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4429] ppid=4393 vsize=10558072 CPUtime=0.59 cores=0,2,4,6
/proc/4395/task/4429/stat : 4429 (java) S 4393 4395 31765 0 -1 4202560 5930 0 0 0 59 0 0 0 15 0 19 0 831173125 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4430] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4430/stat : 4430 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173125 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4431] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4431/stat : 4431 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831173125 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4439] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4439/stat : 4439 (java) S 4393 4395 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831173164 10811465728 29667 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 10558072

[startup+3.10104 s]
/proc/loadavg: 2.00 3.05 3.40 4/460 4502
/proc/meminfo: memFree=25650912/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10558072 CPUtime=2.57 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 40256 0 1 0 252 5 0 0 20 0 19 0 831173119 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2639518 32928 2243 9 0 2630252 0
[pid=4395/tid=4397] ppid=4393 vsize=10558072 CPUtime=0.41 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) S 4393 4395 31765 0 -1 4202560 16425 0 1 0 39 2 0 0 16 0 19 0 831173120 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=4395/tid=4408] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4408/stat : 4408 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 831173122 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4409] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4409/stat : 4409 (java) S 4393 4395 31765 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 831173122 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4410] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4410/stat : 4410 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 831173122 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4411] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4411/stat : 4411 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4412] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4412/stat : 4412 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4413] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4413/stat : 4413 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4414] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4414/stat : 4414 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4415] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4415/stat : 4415 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4417] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4417/stat : 4417 (java) S 4393 4395 31765 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 831173123 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 0 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4420] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4420/stat : 4420 (java) S 4393 4395 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831173123 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4421] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4421/stat : 4421 (java) S 4393 4395 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831173123 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4427] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4427/stat : 4427 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173125 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528657841 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4428] ppid=4393 vsize=10558072 CPUtime=0.77 cores=0,2,4,6
/proc/4395/task/4428/stat : 4428 (java) S 4393 4395 31765 0 -1 4202560 8630 0 0 0 77 0 0 0 15 0 19 0 831173125 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4429] ppid=4393 vsize=10558072 CPUtime=0.65 cores=0,2,4,6
/proc/4395/task/4429/stat : 4429 (java) S 4393 4395 31765 0 -1 4202560 5941 0 0 0 65 0 0 0 15 0 19 0 831173125 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4430] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4430/stat : 4430 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173125 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4431] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4431/stat : 4431 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831173125 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4439] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4439/stat : 4439 (java) S 4393 4395 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831173164 10811465728 32928 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 10558072

[startup+6.30151 s]
/proc/loadavg: 2.00 3.05 3.40 1/461 4542
/proc/meminfo: memFree=25452904/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10558072 CPUtime=2.96 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 49252 0 1 0 290 6 0 0 20 0 19 0 831173119 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2639518 41890 2245 9 0 2630252 0
[pid=4395/tid=4397] ppid=4393 vsize=10558072 CPUtime=0.41 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) S 4393 4395 31765 0 -1 4202560 16528 0 1 0 39 2 0 0 16 0 19 0 831173120 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=4395/tid=4408] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4408/stat : 4408 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 831173122 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4409] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4409/stat : 4409 (java) S 4393 4395 31765 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 831173122 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4410] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4410/stat : 4410 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 831173122 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4411] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4411/stat : 4411 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4412] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4412/stat : 4412 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4413] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4413/stat : 4413 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4414] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4414/stat : 4414 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4415] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4415/stat : 4415 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173122 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4417] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4417/stat : 4417 (java) S 4393 4395 31765 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831173123 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 0 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=4395/tid=4420] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4420/stat : 4420 (java) S 4393 4395 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831173123 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4421] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4421/stat : 4421 (java) S 4393 4395 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831173123 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4427] ppid=4393 vsize=10558072 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4427/stat : 4427 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173125 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528657841 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4428] ppid=4393 vsize=10558072 CPUtime=0.8 cores=0,2,4,6
/proc/4395/task/4428/stat : 4428 (java) S 4393 4395 31765 0 -1 4202560 8636 0 0 0 80 0 0 0 16 0 19 0 831173125 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4429] ppid=4393 vsize=10558072 CPUtime=0.74 cores=0,2,4,6
/proc/4395/task/4429/stat : 4429 (java) S 4393 4395 31765 0 -1 4202560 5961 0 0 0 74 0 0 0 16 0 19 0 831173125 10811465728 41890 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=20987656/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10562620 CPUtime=1588.25 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 582529 0 1 0 158754 71 0 0 20 0 22 0 831173119 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2640655 573318 2271 9 0 2631389 0
[pid=4395/tid=4397] ppid=4393 vsize=10562620 CPUtime=0.42 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) S 4393 4395 31765 0 -1 4202560 16704 0 1 0 40 2 0 0 15 0 22 0 831173120 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4408] ppid=4393 vsize=10562620 CPUtime=0.58 cores=0,2,4,6
/proc/4395/task/4408/stat : 4408 (java) S 4393 4395 31765 0 -1 4202560 770 0 0 0 58 0 0 0 16 0 22 0 831173122 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4409] ppid=4393 vsize=10562620 CPUtime=0.51 cores=0,2,4,6
/proc/4395/task/4409/stat : 4409 (java) S 4393 4395 31765 0 -1 4202560 974 0 0 0 51 0 0 0 16 0 22 0 831173122 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4410] ppid=4393 vsize=10562620 CPUtime=0.57 cores=0,2,4,6
/proc/4395/task/4410/stat : 4410 (java) S 4393 4395 31765 0 -1 4202560 1375 0 0 0 57 0 0 0 16 0 22 0 831173122 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4411] ppid=4393 vsize=10562620 CPUtime=0.56 cores=0,2,4,6
/proc/4395/task/4411/stat : 4411 (java) S 4393 4395 31765 0 -1 4202560 952 0 0 0 56 0 0 0 15 0 22 0 831173122 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4412] ppid=4393 vsize=10562620 CPUtime=0.49 cores=0,2,4,6
/proc/4395/task/4412/stat : 4412 (java) S 4393 4395 31765 0 -1 4202560 25 0 0 0 49 0 0 0 15 0 22 0 831173122 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4413] ppid=4393 vsize=10562620 CPUtime=0.58 cores=0,2,4,6
/proc/4395/task/4413/stat : 4413 (java) S 4393 4395 31765 0 -1 4202560 46 0 0 0 58 0 0 0 15 0 22 0 831173122 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4414] ppid=4393 vsize=10562620 CPUtime=0.51 cores=0,2,4,6
/proc/4395/task/4414/stat : 4414 (java) S 4393 4395 31765 0 -1 4202560 691 0 0 0 51 0 0 0 16 0 22 0 831173122 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4415] ppid=4393 vsize=10562620 CPUtime=0.57 cores=0,2,4,6
/proc/4395/task/4415/stat : 4415 (java) S 4393 4395 31765 0 -1 4202560 755 0 0 0 57 0 0 0 15 0 22 0 831173122 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4417] ppid=4393 vsize=10562620 CPUtime=42.23 cores=0,2,4,6
/proc/4395/task/4417/stat : 4417 (java) S 4393 4395 31765 0 -1 4202560 44457 0 0 0 4217 6 0 0 16 0 22 0 831173123 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 0 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=4395/tid=4420] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4420/stat : 4420 (java) S 4393 4395 31765 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831173123 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4421] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4421/stat : 4421 (java) S 4393 4395 31765 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 22 0 831173123 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4427] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4427/stat : 4427 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831173125 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528657841 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4428] ppid=4393 vsize=10562620 CPUtime=1 cores=0,2,4,6
/proc/4395/task/4428/stat : 4428 (java) S 4393 4395 31765 0 -1 4202560 8673 0 0 0 100 0 0 0 15 0 22 0 831173125 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4429] ppid=4393 vsize=10562620 CPUtime=1.9 cores=0,2,4,6
/proc/4395/task/4429/stat : 4429 (java) S 4393 4395 31765 0 -1 4202560 8725 0 0 0 189 1 0 0 15 0 22 0 831173125 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4430] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4430/stat : 4430 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831173125 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4431] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4431/stat : 4431 (java) S 4393 4395 31765 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 831173125 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4587] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4587/stat : 4587 (java) S 4393 4395 31765 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831174069 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4616] ppid=4393 vsize=10562620 CPUtime=733.24 cores=0,2,4,6
/proc/4395/task/4616/stat : 4616 (java) R 4393 4395 31765 0 -1 4202560 130 0 0 0 73324 0 0 0 22 0 22 0 831177734 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 46912505877260 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4395/tid=4617] ppid=4393 vsize=10562620 CPUtime=733.24 cores=0,2,4,6
/proc/4395/task/4617/stat : 4617 (java) R 4393 4395 31765 0 -1 4202560 47345 0 0 0 73320 4 0 0 22 0 22 0 831177734 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 46912505921397 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4395/tid=4618] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4618/stat : 4618 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831177734 10816122880 573318 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1588.25
Current children cumulated vsize (KiB) 10562620

[startup+882.301 s]
/proc/loadavg: 3.68 3.82 3.70 5/467 4658
/proc/meminfo: memFree=20975968/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10562620 CPUtime=1703.73 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 584327 0 1 0 170301 72 0 0 20 0 22 0 831173119 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2640655 575096 2271 9 0 2631389 0
[pid=4395/tid=4397] ppid=4393 vsize=10562620 CPUtime=0.42 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) S 4393 4395 31765 0 -1 4202560 16704 0 1 0 40 2 0 0 15 0 22 0 831173120 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4408] ppid=4393 vsize=10562620 CPUtime=0.61 cores=0,2,4,6
/proc/4395/task/4408/stat : 4408 (java) S 4393 4395 31765 0 -1 4202560 770 0 0 0 61 0 0 0 16 0 22 0 831173122 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4409] ppid=4393 vsize=10562620 CPUtime=0.57 cores=0,2,4,6
/proc/4395/task/4409/stat : 4409 (java) S 4393 4395 31765 0 -1 4202560 982 0 0 0 57 0 0 0 15 0 22 0 831173122 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4410] ppid=4393 vsize=10562620 CPUtime=0.6 cores=0,2,4,6
/proc/4395/task/4410/stat : 4410 (java) S 4393 4395 31765 0 -1 4202560 1377 0 0 0 60 0 0 0 15 0 22 0 831173122 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=4395/tid=4411] ppid=4393 vsize=10562620 CPUtime=0.63 cores=0,2,4,6
/proc/4395/task/4411/stat : 4411 (java) S 4393 4395 31765 0 -1 4202560 964 0 0 0 63 0 0 0 15 0 22 0 831173122 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4412] ppid=4393 vsize=10562620 CPUtime=0.55 cores=0,2,4,6
/proc/4395/task/4412/stat : 4412 (java) S 4393 4395 31765 0 -1 4202560 31 0 0 0 55 0 0 0 16 0 22 0 831173122 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4413] ppid=4393 vsize=10562620 CPUtime=0.64 cores=0,2,4,6
/proc/4395/task/4413/stat : 4413 (java) S 4393 4395 31765 0 -1 4202560 49 0 0 0 64 0 0 0 15 0 22 0 831173122 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4414] ppid=4393 vsize=10562620 CPUtime=0.55 cores=0,2,4,6
/proc/4395/task/4414/stat : 4414 (java) S 4393 4395 31765 0 -1 4202560 692 0 0 0 55 0 0 0 16 0 22 0 831173122 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4415] ppid=4393 vsize=10562620 CPUtime=0.61 cores=0,2,4,6
/proc/4395/task/4415/stat : 4415 (java) S 4393 4395 31765 0 -1 4202560 757 0 0 0 61 0 0 0 16 0 22 0 831173122 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4417] ppid=4393 vsize=10562620 CPUtime=46.93 cores=0,2,4,6
/proc/4395/task/4417/stat : 4417 (java) S 4393 4395 31765 0 -1 4202560 46205 0 0 0 4687 6 0 0 15 0 22 0 831173123 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 0 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=4395/tid=4420] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4420/stat : 4420 (java) S 4393 4395 31765 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831173123 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4421] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4421/stat : 4421 (java) S 4393 4395 31765 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 22 0 831173123 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4427] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4427/stat : 4427 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831173125 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528657841 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4428] ppid=4393 vsize=10562620 CPUtime=1 cores=0,2,4,6
/proc/4395/task/4428/stat : 4428 (java) S 4393 4395 31765 0 -1 4202560 8673 0 0 0 100 0 0 0 15 0 22 0 831173125 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4429] ppid=4393 vsize=10562620 CPUtime=1.9 cores=0,2,4,6
/proc/4395/task/4429/stat : 4429 (java) S 4393 4395 31765 0 -1 4202560 8725 0 0 0 189 1 0 0 15 0 22 0 831173125 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4430] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4430/stat : 4430 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831173125 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4431] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4431/stat : 4431 (java) S 4393 4395 31765 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 831173125 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4587] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4587/stat : 4587 (java) S 4393 4395 31765 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831174069 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4616] ppid=4393 vsize=10562620 CPUtime=788.42 cores=0,2,4,6
/proc/4395/task/4616/stat : 4616 (java) R 4393 4395 31765 0 -1 4202560 142 0 0 0 78842 0 0 0 23 0 22 0 831177734 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 46912505885849 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4395/tid=4617] ppid=4393 vsize=10562620 CPUtime=788.42 cores=0,2,4,6
/proc/4395/task/4617/stat : 4617 (java) R 4393 4395 31765 0 -1 4202560 47345 0 0 0 78838 4 0 0 23 0 22 0 831177734 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 46912505923321 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4395/tid=4618] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4618/stat : 4618 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831177734 10816122880 575096 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1703.73
Current children cumulated vsize (KiB) 10562620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+932.401 s]
/proc/loadavg: 3.47 3.75 3.68 3/440 4679
/proc/meminfo: memFree=23566532/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=10562620 CPUtime=1800.07 cores=0,2,4,6
/proc/4395/stat : 4395 (java) S 4393 4395 31765 0 -1 4202496 585910 0 1 0 179935 72 0 0 20 0 22 0 831173119 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 2640655 576665 2271 9 0 2631389 0
[pid=4395/tid=4397] ppid=4393 vsize=10562620 CPUtime=0.42 cores=0,2,4,6
/proc/4395/task/4397/stat : 4397 (java) S 4393 4395 31765 0 -1 4202560 16704 0 1 0 40 2 0 0 15 0 22 0 831173120 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4408] ppid=4393 vsize=10562620 CPUtime=0.64 cores=0,2,4,6
/proc/4395/task/4408/stat : 4408 (java) S 4393 4395 31765 0 -1 4202560 775 0 0 0 64 0 0 0 16 0 22 0 831173122 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4409] ppid=4393 vsize=10562620 CPUtime=0.62 cores=0,2,4,6
/proc/4395/task/4409/stat : 4409 (java) S 4393 4395 31765 0 -1 4202560 985 0 0 0 62 0 0 0 15 0 22 0 831173122 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4410] ppid=4393 vsize=10562620 CPUtime=0.66 cores=0,2,4,6
/proc/4395/task/4410/stat : 4410 (java) S 4393 4395 31765 0 -1 4202560 1378 0 0 0 66 0 0 0 16 0 22 0 831173122 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4411] ppid=4393 vsize=10562620 CPUtime=0.67 cores=0,2,4,6
/proc/4395/task/4411/stat : 4411 (java) S 4393 4395 31765 0 -1 4202560 976 0 0 0 67 0 0 0 15 0 22 0 831173122 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4412] ppid=4393 vsize=10562620 CPUtime=0.59 cores=0,2,4,6
/proc/4395/task/4412/stat : 4412 (java) S 4393 4395 31765 0 -1 4202560 35 0 0 0 59 0 0 0 16 0 22 0 831173122 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4413] ppid=4393 vsize=10562620 CPUtime=0.69 cores=0,2,4,6
/proc/4395/task/4413/stat : 4413 (java) S 4393 4395 31765 0 -1 4202560 51 0 0 0 69 0 0 0 15 0 22 0 831173122 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4414] ppid=4393 vsize=10562620 CPUtime=0.58 cores=0,2,4,6
/proc/4395/task/4414/stat : 4414 (java) S 4393 4395 31765 0 -1 4202560 692 0 0 0 58 0 0 0 16 0 22 0 831173122 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4415] ppid=4393 vsize=10562620 CPUtime=0.65 cores=0,2,4,6
/proc/4395/task/4415/stat : 4415 (java) S 4393 4395 31765 0 -1 4202560 758 0 0 0 65 0 0 0 15 0 22 0 831173122 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4417] ppid=4393 vsize=10562620 CPUtime=50.92 cores=0,2,4,6
/proc/4395/task/4417/stat : 4417 (java) S 4393 4395 31765 0 -1 4202560 47748 0 0 0 5086 6 0 0 16 0 22 0 831173123 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 0 0 16800975 18446604440655504320 0 0 -1 2 0 0 0
[pid=4395/tid=4420] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4420/stat : 4420 (java) S 4393 4395 31765 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831173123 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4421] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4421/stat : 4421 (java) S 4393 4395 31765 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 22 0 831173123 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4427] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4427/stat : 4427 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831173125 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528657841 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4428] ppid=4393 vsize=10562620 CPUtime=1 cores=0,2,4,6
/proc/4395/task/4428/stat : 4428 (java) S 4393 4395 31765 0 -1 4202560 8673 0 0 0 100 0 0 0 15 0 22 0 831173125 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4429] ppid=4393 vsize=10562620 CPUtime=1.9 cores=0,2,4,6
/proc/4395/task/4429/stat : 4429 (java) S 4393 4395 31765 0 -1 4202560 8725 0 0 0 189 1 0 0 15 0 22 0 831173125 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 0 0 0 0
[pid=4395/tid=4430] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4430/stat : 4430 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831173125 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650137 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4431] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4431/stat : 4431 (java) S 4393 4395 31765 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 831173125 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 4 0 0 0
[pid=4395/tid=4587] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4587/stat : 4587 (java) S 4393 4395 31765 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831174069 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
[pid=4395/tid=4616] ppid=4393 vsize=10562620 CPUtime=834.44 cores=0,2,4,6
/proc/4395/task/4616/stat : 4616 (java) R 4393 4395 31765 0 -1 4202560 152 0 0 0 83444 0 0 0 22 0 22 0 831177734 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 46912505885672 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4395/tid=4617] ppid=4393 vsize=10562620 CPUtime=834.45 cores=0,2,4,6
/proc/4395/task/4617/stat : 4617 (java) R 4393 4395 31765 0 -1 4202560 47345 0 0 0 83441 4 0 0 22 0 22 0 831177734 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 46912505923321 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4395/tid=4618] ppid=4393 vsize=10562620 CPUtime=0 cores=0,2,4,6
/proc/4395/task/4618/stat : 4618 (java) S 4393 4395 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831177734 10816122880 576665 33554432000 1073741824 1073778376 140736945853520 18446744073709551615 246528650752 0 4 0 16800975 18446604440655504320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10562620

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

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

[startup+932.522 s]
/proc/loadavg: 3.47 3.75 3.68 3/440 4679
/proc/meminfo: memFree=23566532/32951124 swapFree=44043516/67111528
[pid=4395] ppid=4393 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/4395/stat : 4395 (java) Z 4393 4395 31765 0 -1 4203548 585938 0 1 0 179942 81 0 0 17 0 2 0 831173119 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4395/statm: 0 0 0 0 0 0 0
[pid=4395/tid=4415] ppid=4393 vsize=0 CPUtime=0.74 cores=0,2,4,6
/proc/4395/task/4415/stat : 4415 (java) R 4393 4395 31765 0 -1 4203588 758 0 0 0 65 9 0 0 15 0 2 0 831173122 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 932.534
CPU time (s): 1800.25
CPU user time (s): 1799.42
CPU system time (s): 0.825874
CPU usage (%): 193.049
Max. virtual memory (cumulated for all children) (KiB): 10566888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.825874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585938
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= 27917
involuntary context switches= 15170

runsolver used 4.34334 second user time and 9.28059 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 15:55:49
IDJOB=3454075
IDBENCH=48279
IDSOLVER=1950
FILE ID=node134/3454075-1307195749
RUNJOBID= node134-1307195749-4376
PBS_JOBID= 13508837
Free space on /tmp= 74020 MiB

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

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

MD5SUM BENCH= 27440fbcb5a9ea2c9ae6b100e77dc1d3
RANDOM SEED=996805291

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25873388 kB
Buffers:        304392 kB
Cached:         657560 kB
SwapCached:       9536 kB
Active:        6161108 kB
Inactive:       622864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25873388 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:             800 kB
Writeback:           0 kB
AnonPages:     5820008 kB
Mapped:          20808 kB
Slab:           137364 kB
PageTables:      88908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110744764 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node134 at 2011-06-04 16:11:24