Trace number 3737457

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-41 1800.55 934.028

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_4.opb
MD5SUM169f1f6799c5c0fd2a1b0aca08165f42
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-58
Best CPU time to get the best result obtained on this benchmark1796.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
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)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

Quality of the solution as a function of time


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

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.2.0.v20100531
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		1349517296
0.03/0.09	c Max memory 		1356595200
0.03/0.09	c Total memory 		1356595200
0.03/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3737457-1338754204.opb
0.07/0.13	c reading problem ... 
1.08/0.70	c ... done. Wall clock time 0.576s.
1.08/0.70	c #vars     2924
1.08/0.70	c #constraints  5650
1.08/0.70	c constraints type 
1.08/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
1.08/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
1.08/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.08/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1.08/0.70	c constraints type 
1.08/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.08/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
1.08/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
1.08/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1.44/0.83	c And the winner is CuttingPlanes
1.67/1.71	c SATISFIABLE
1.67/1.71	c OPTIMIZING...
1.67/1.71	c Got one! Elapsed wall clock time (in seconds):1.581
1.67/1.71	o -7
1.67/1.73	c And the winner is CuttingPlanes
1.81/2.71	c Got one! Elapsed wall clock time (in seconds):2.584
1.81/2.71	o -11
1.81/2.74	c And the winner is CuttingPlanes
1.88/3.71	c Got one! Elapsed wall clock time (in seconds):3.587
1.88/3.71	o -12
1.88/3.75	c And the winner is CuttingPlanes
2.19/4.71	c Got one! Elapsed wall clock time (in seconds):4.589
2.19/4.71	o -13
2.19/4.75	c And the winner is CuttingPlanes
2.33/5.72	c Got one! Elapsed wall clock time (in seconds):5.591
2.33/5.72	o -14
2.33/5.74	c And the winner is CuttingPlanes
2.42/6.72	c Got one! Elapsed wall clock time (in seconds):6.592
2.42/6.72	o -15
2.42/6.74	c And the winner is CuttingPlanes
2.60/7.72	c Got one! Elapsed wall clock time (in seconds):7.593
2.60/7.72	o -16
2.60/7.74	c And the winner is CuttingPlanes
2.67/8.72	c Got one! Elapsed wall clock time (in seconds):8.594
2.67/8.72	o -17
2.67/8.74	c And the winner is CuttingPlanes
2.71/9.72	c Got one! Elapsed wall clock time (in seconds):9.595
2.71/9.72	o -22
2.71/9.76	c And the winner is CuttingPlanes
2.85/10.72	c Got one! Elapsed wall clock time (in seconds):10.596
2.85/10.72	o -23
2.85/10.74	c And the winner is CuttingPlanes
2.91/11.72	c Got one! Elapsed wall clock time (in seconds):11.597
2.91/11.72	o -24
2.91/11.75	c And the winner is CuttingPlanes
2.98/12.72	c Got one! Elapsed wall clock time (in seconds):12.598
2.98/12.72	o -25
2.98/12.75	c And the winner is CuttingPlanes
3.09/13.72	c Got one! Elapsed wall clock time (in seconds):13.599
3.09/13.72	o -26
3.09/13.75	c And the winner is CuttingPlanes
3.16/14.73	c Got one! Elapsed wall clock time (in seconds):14.6
3.16/14.73	o -27
3.16/14.75	c And the winner is CuttingPlanes
3.22/15.73	c Got one! Elapsed wall clock time (in seconds):15.601
3.22/15.73	o -28
3.22/15.75	c And the winner is CuttingPlanes
3.28/16.73	c Got one! Elapsed wall clock time (in seconds):16.602
3.28/16.73	o -29
3.28/16.77	c And the winner is CuttingPlanes
3.48/17.73	c Got one! Elapsed wall clock time (in seconds):17.603
3.48/17.73	o -30
3.48/17.75	c And the winner is CuttingPlanes
3.52/18.73	c Got one! Elapsed wall clock time (in seconds):18.604
3.52/18.73	o -31
3.52/18.79	c And the winner is CuttingPlanes
3.70/19.73	c Got one! Elapsed wall clock time (in seconds):19.605
3.70/19.73	o -32
3.83/19.87	c And the winner is CuttingPlanes
4.00/20.73	c Got one! Elapsed wall clock time (in seconds):20.606
4.00/20.73	o -33
4.87/21.11	c And the winner is Resolution
4.90/21.73	c Got one! Elapsed wall clock time (in seconds):21.608
4.90/21.73	o -35
5.26/21.98	c And the winner is CuttingPlanes
5.43/22.73	c Got one! Elapsed wall clock time (in seconds):22.609
5.43/22.73	o -36
5.78/22.93	c And the winner is CuttingPlanes
5.86/23.74	c Got one! Elapsed wall clock time (in seconds):23.61
5.86/23.74	o -38
7.61/24.68	c cleaning 2366 clauses out of 5000 with flag 5000/5000
10.01/25.83	c And the winner is CuttingPlanes
10.09/26.74	c Got one! Elapsed wall clock time (in seconds):26.611
10.09/26.74	o -39
14.27/28.86	c cleaning 4198 clauses out of 8634 with flag 11000/11000
19.89/31.70	c cleaning 5664 clauses out of 11436 with flag 18000/18000
26.70/35.10	c cleaning 6789 clauses out of 13772 with flag 26000/26000
34.29/38.83	c cleaning 7855 clauses out of 15983 with flag 35000/35000
41.26/42.37	c And the winner is CuttingPlanes
41.40/42.74	c Got one! Elapsed wall clock time (in seconds):42.613
41.40/42.74	o -40
42.93/43.50	c cleaning 9064 clauses out of 18128 with flag 45000/45000
50.72/47.48	c cleaning 9385 clauses out of 19064 with flag 55000/55000
58.69/51.48	c cleaning 9788 clauses out of 19679 with flag 65000/65000
67.23/55.74	c cleaning 9940 clauses out of 19891 with flag 75000/75000
77.02/60.60	c cleaning 9863 clauses out of 19951 with flag 85000/85000
85.43/64.88	c cleaning 9956 clauses out of 20088 with flag 95000/95000
93.39/68.86	c cleaning 10013 clauses out of 20132 with flag 105000/105000
98.14/71.25	c And the winner is CuttingPlanes
98.25/71.80	c Got one! Elapsed wall clock time (in seconds):71.674
98.25/71.80	o -41
102.67/74.07	c cleaning 10000 clauses out of 20119 with flag 115000/115000
110.42/77.98	c cleaning 10020 clauses out of 20119 with flag 125000/125000
118.80/82.15	c cleaning 9903 clauses out of 20099 with flag 135000/135000
126.77/86.19	c cleaning 9993 clauses out of 20196 with flag 145000/145000
137.55/91.51	c cleaning 9982 clauses out of 20203 with flag 155000/155000
146.31/95.97	c cleaning 10068 clauses out of 20222 with flag 165001/165001
154.91/100.26	c cleaning 9977 clauses out of 20153 with flag 175000/175000
163.32/104.48	c cleaning 10069 clauses out of 20176 with flag 185000/185000
172.63/109.13	c cleaning 9905 clauses out of 20107 with flag 195000/195000
183.64/114.60	c cleaning 9952 clauses out of 20202 with flag 205000/205000
193.40/119.58	c cleaning 10059 clauses out of 20250 with flag 215000/215000
203.34/124.53	c cleaning 10014 clauses out of 20191 with flag 225000/225000
213.25/129.53	c cleaning 9943 clauses out of 20177 with flag 235000/235000
223.40/134.66	c cleaning 10057 clauses out of 20234 with flag 245000/245000
234.17/140.05	c cleaning 9944 clauses out of 20177 with flag 255000/255000
246.37/146.15	c cleaning 10005 clauses out of 20233 with flag 265000/265000
257.27/151.68	c cleaning 10006 clauses out of 20228 with flag 275000/275000
269.87/157.90	c cleaning 10031 clauses out of 20222 with flag 285000/285000
281.64/163.86	c cleaning 9977 clauses out of 20191 with flag 295000/295000
293.19/169.69	c cleaning 10059 clauses out of 20214 with flag 305000/305000
304.90/175.56	c cleaning 10007 clauses out of 20155 with flag 315000/315000
316.64/181.50	c cleaning 9949 clauses out of 20148 with flag 325000/325000
323.75/185.08	c cleaning 0 clauses out of 5000 with flag 0/5000
328.89/187.47	c cleaning 10030 clauses out of 20199 with flag 335000/335000
340.38/193.03	c cleaning 9987 clauses out of 20169 with flag 345000/345000
352.52/199.14	c cleaning 9971 clauses out of 20182 with flag 355000/355000
362.84/204.37	c cleaning 10029 clauses out of 20211 with flag 365000/365000
374.41/210.17	c cleaning 10029 clauses out of 20182 with flag 375000/375000
386.70/216.35	c cleaning 9956 clauses out of 20153 with flag 385000/385000
398.88/222.40	c cleaning 10025 clauses out of 20197 with flag 395000/395000
410.23/228.13	c cleaning 10007 clauses out of 20172 with flag 405000/405000
422.16/234.16	c cleaning 9979 clauses out of 20165 with flag 415000/415000
434.27/240.20	c cleaning 9971 clauses out of 20186 with flag 425000/425000
445.41/245.82	c cleaning 10011 clauses out of 20215 with flag 435000/435000
457.36/251.88	c cleaning 10032 clauses out of 20204 with flag 445000/445000
469.47/257.94	c cleaning 10020 clauses out of 20172 with flag 455000/455000
480.50/263.58	c cleaning 9933 clauses out of 20152 with flag 465000/465000
491.83/269.22	c cleaning 10008 clauses out of 20219 with flag 475000/475000
503.39/275.03	c cleaning 10002 clauses out of 20211 with flag 485000/485000
514.46/280.69	c cleaning 10023 clauses out of 20209 with flag 495000/495000
525.32/286.11	c cleaning 9980 clauses out of 20186 with flag 505000/505000
535.86/291.43	c cleaning 9976 clauses out of 20206 with flag 515000/515000
548.39/297.76	c cleaning 9981 clauses out of 20230 with flag 525000/525000
560.12/303.61	c cleaning 9987 clauses out of 20249 with flag 535000/535000
571.36/309.33	c cleaning 10086 clauses out of 20262 with flag 545000/545000
583.28/315.40	c cleaning 10000 clauses out of 20176 with flag 555000/555000
594.80/321.13	c cleaning 9979 clauses out of 20176 with flag 565000/565000
606.11/326.87	c cleaning 10000 clauses out of 20197 with flag 575000/575000
616.16/331.91	c cleaning 9976 clauses out of 20197 with flag 585000/585000
627.08/337.43	c cleaning 10011 clauses out of 20221 with flag 595000/595000
637.61/342.76	c cleaning 10044 clauses out of 20210 with flag 605000/605000
649.33/348.63	c cleaning 10054 clauses out of 20166 with flag 615000/615000
660.73/354.48	c cleaning 9959 clauses out of 20112 with flag 625000/625000
672.81/360.50	c cleaning 9954 clauses out of 20153 with flag 635000/635000
683.92/366.15	c cleaning 10062 clauses out of 20199 with flag 645000/645000
694.83/371.67	c cleaning 9931 clauses out of 20137 with flag 655000/655000
707.67/378.15	c cleaning 10009 clauses out of 20206 with flag 665000/665000
720.39/384.53	c cleaning 10004 clauses out of 20197 with flag 675000/675000
732.27/390.52	c cleaning 9946 clauses out of 20193 with flag 685000/685000
745.40/397.13	c cleaning 9984 clauses out of 20247 with flag 695000/695000
756.61/402.89	c cleaning 10046 clauses out of 20263 with flag 705000/705000
769.90/409.57	c cleaning 10079 clauses out of 20217 with flag 715000/715000
781.99/415.69	c cleaning 9920 clauses out of 20138 with flag 725000/725000
795.50/422.42	c cleaning 10014 clauses out of 20218 with flag 735000/735000
807.43/428.54	c cleaning 10008 clauses out of 20204 with flag 745000/745000
818.73/434.23	c cleaning 10093 clauses out of 20196 with flag 755000/755000
830.03/440.00	c cleaning 9932 clauses out of 20103 with flag 765000/765000
840.08/445.09	c cleaning 10006 clauses out of 20171 with flag 775000/775000
850.49/450.38	c cleaning 9958 clauses out of 20165 with flag 785000/785000
861.36/455.83	c cleaning 10075 clauses out of 20207 with flag 795000/795000
871.63/461.02	c cleaning 9988 clauses out of 20132 with flag 805000/805000
882.10/466.33	c cleaning 10020 clauses out of 20144 with flag 815000/815000
892.66/471.75	c cleaning 9933 clauses out of 20124 with flag 825000/825000
903.96/477.45	c cleaning 10004 clauses out of 20191 with flag 835000/835000
914.23/482.60	c cleaning 10041 clauses out of 20187 with flag 845000/845000
924.73/487.99	c cleaning 9962 clauses out of 20146 with flag 855000/855000
935.10/493.29	c cleaning 10022 clauses out of 20184 with flag 865000/865000
945.59/498.58	c cleaning 10000 clauses out of 20162 with flag 875000/875000
956.65/504.18	c cleaning 9970 clauses out of 20162 with flag 885000/885000
967.72/509.75	c cleaning 9942 clauses out of 20192 with flag 895000/895000
979.26/515.66	c cleaning 10011 clauses out of 20250 with flag 905000/905000
989.53/520.88	c cleaning 9995 clauses out of 20239 with flag 915000/915000
1001.98/527.12	c cleaning 10030 clauses out of 20245 with flag 925001/925001
1013.66/533.00	c cleaning 9997 clauses out of 20214 with flag 935000/935000
1023.78/538.24	c cleaning 9977 clauses out of 20217 with flag 945000/945000
1033.63/543.23	c cleaning 10007 clauses out of 20240 with flag 955000/955000
1043.69/548.33	c cleaning 10087 clauses out of 20233 with flag 965000/965000
1053.36/553.25	c cleaning 10024 clauses out of 20146 with flag 975000/975000
1063.91/558.64	c cleaning 9941 clauses out of 20122 with flag 985000/985000
1074.16/563.86	c cleaning 10026 clauses out of 20181 with flag 995000/995000
1084.86/569.20	c cleaning 9989 clauses out of 20155 with flag 1005000/1005000
1095.35/574.53	c cleaning 9958 clauses out of 20166 with flag 1015000/1015000
1105.91/579.90	c cleaning 10070 clauses out of 20208 with flag 1025000/1025000
1116.57/585.32	c cleaning 9938 clauses out of 20138 with flag 1035000/1035000
1127.05/590.67	c cleaning 10003 clauses out of 20200 with flag 1045000/1045000
1137.12/595.71	c cleaning 9992 clauses out of 20197 with flag 1055000/1055000
1147.47/601.00	c cleaning 10026 clauses out of 20205 with flag 1065000/1065000
1157.10/605.98	c cleaning 10022 clauses out of 20179 with flag 1075000/1075000
1166.36/610.64	c cleaning 10057 clauses out of 20157 with flag 1085000/1085000
1174.80/614.96	c cleaning 10009 clauses out of 20100 with flag 1095000/1095000
1183.71/619.52	c cleaning 9930 clauses out of 20091 with flag 1105000/1105000
1192.54/624.07	c cleaning 10058 clauses out of 20161 with flag 1115000/1115000
1200.99/628.34	c cleaning 9963 clauses out of 20103 with flag 1125000/1125000
1210.42/633.13	c cleaning 9974 clauses out of 20140 with flag 1135000/1135000
1220.94/638.56	c cleaning 10012 clauses out of 20166 with flag 1145000/1145000
1231.22/643.76	c cleaning 10010 clauses out of 20154 with flag 1155000/1155000
1241.73/649.06	c cleaning 10018 clauses out of 20144 with flag 1165000/1165000
1251.42/654.00	c cleaning 9987 clauses out of 20126 with flag 1175000/1175000
1259.51/658.12	c cleaning 10040 clauses out of 20139 with flag 1185000/1185000
1267.74/662.37	c cleaning 9979 clauses out of 20099 with flag 1195000/1195000
1275.58/666.38	c cleaning 9982 clauses out of 20120 with flag 1205000/1205000
1283.01/670.15	c cleaning 9983 clauses out of 20138 with flag 1215000/1215000
1291.51/674.59	c cleaning 10005 clauses out of 20155 with flag 1225000/1225000
1299.75/678.71	c cleaning 10009 clauses out of 20150 with flag 1235000/1235000
1308.57/683.20	c cleaning 10046 clauses out of 20141 with flag 1245000/1245000
1317.59/687.82	c cleaning 9935 clauses out of 20095 with flag 1255000/1255000
1327.94/693.12	c cleaning 10014 clauses out of 20160 with flag 1265000/1265000
1337.54/698.04	c cleaning 10023 clauses out of 20146 with flag 1275000/1275000
1347.78/703.22	c cleaning 9984 clauses out of 20123 with flag 1285000/1285000
1357.62/708.24	c cleaning 10004 clauses out of 20139 with flag 1295000/1295000
1366.52/712.82	c cleaning 9993 clauses out of 20135 with flag 1305000/1305000
1374.57/716.90	c cleaning 10001 clauses out of 20142 with flag 1315000/1315000
1382.78/721.11	c cleaning 9958 clauses out of 20141 with flag 1325000/1325000
1390.98/725.36	c cleaning 9990 clauses out of 20183 with flag 1335000/1335000
1399.48/729.73	c cleaning 10033 clauses out of 20193 with flag 1345000/1345000
1407.11/733.69	c cleaning 10004 clauses out of 20160 with flag 1355000/1355000
1416.51/738.41	c cleaning 10019 clauses out of 20156 with flag 1365000/1365000
1426.33/743.46	c cleaning 9951 clauses out of 20137 with flag 1375000/1375000
1436.88/748.80	c cleaning 10071 clauses out of 20186 with flag 1385000/1385000
1447.32/754.13	c cleaning 9932 clauses out of 20115 with flag 1395000/1395000
1457.38/759.27	c cleaning 9941 clauses out of 20183 with flag 1405000/1405000
1467.40/764.41	c cleaning 10043 clauses out of 20242 with flag 1415000/1415000
1478.33/769.91	c cleaning 9961 clauses out of 20199 with flag 1425000/1425000
1488.13/774.96	c cleaning 10008 clauses out of 20238 with flag 1435000/1435000
1497.98/779.96	c cleaning 10010 clauses out of 20230 with flag 1445000/1445000
1508.22/785.18	c cleaning 10009 clauses out of 20220 with flag 1455000/1455000
1518.73/790.50	c cleaning 9971 clauses out of 20211 with flag 1465000/1465000
1529.38/795.92	c cleaning 10060 clauses out of 20240 with flag 1475000/1475000
1540.40/801.50	c cleaning 10027 clauses out of 20180 with flag 1485000/1485000
1550.82/806.88	c cleaning 9961 clauses out of 20153 with flag 1495000/1495000
1563.31/813.20	c cleaning 10025 clauses out of 20192 with flag 1505000/1505000
1574.56/818.93	c cleaning 9974 clauses out of 20167 with flag 1515000/1515000
1587.00/825.26	c cleaning 9985 clauses out of 20193 with flag 1525000/1525000
1596.65/830.17	c cleaning 9976 clauses out of 20208 with flag 1535000/1535000
1607.75/835.85	c cleaning 10000 clauses out of 20232 with flag 1545000/1545000
1617.99/841.06	c cleaning 10085 clauses out of 20232 with flag 1555000/1555000
1628.81/846.50	c cleaning 9967 clauses out of 20147 with flag 1565000/1565000
1640.84/852.64	c cleaning 10029 clauses out of 20180 with flag 1575000/1575000
1652.33/858.58	c cleaning 10005 clauses out of 20151 with flag 1585000/1585000
1662.94/863.94	c cleaning 9941 clauses out of 20146 with flag 1595000/1595000
1674.18/869.65	c cleaning 10049 clauses out of 20205 with flag 1605000/1605000
1686.42/875.80	c cleaning 9994 clauses out of 20156 with flag 1615000/1615000
1696.30/880.93	c cleaning 9983 clauses out of 20162 with flag 1625000/1625000
1704.92/885.38	c cleaning 9954 clauses out of 20179 with flag 1635000/1635000
1713.74/889.82	c cleaning 10064 clauses out of 20225 with flag 1645000/1645000
1722.53/894.36	c cleaning 9990 clauses out of 20161 with flag 1655000/1655000
1731.17/898.87	c cleaning 9982 clauses out of 20171 with flag 1665000/1665000
1740.98/903.83	c cleaning 10028 clauses out of 20189 with flag 1675000/1675000
1750.63/908.75	c cleaning 9975 clauses out of 20161 with flag 1685000/1685000
1760.63/913.87	c cleaning 10015 clauses out of 20186 with flag 1695000/1695000
1771.51/919.42	c cleaning 9984 clauses out of 20171 with flag 1705000/1705000
1783.36/925.47	c cleaning 10001 clauses out of 20187 with flag 1715000/1715000
1795.80/931.73	c cleaning 10046 clauses out of 20186 with flag 1725000/1725000
1800.17/934.01	c starts		: 57
1800.17/934.01	c conflicts		: 9577
1800.17/934.01	c decisions		: 139921
1800.17/934.01	c propagations		: 1893577
1800.17/934.01	c inspects		: 569081766
1800.17/934.01	c learnt literals	: 0
1800.17/934.01	c learnt binary clauses	: 0
1800.17/934.01	c learnt ternary clauses	: 0
1800.17/934.01	c learnt clauses	: 9576
1800.17/934.01	c ignored clauses	: 0
1800.17/934.01	c root simplifications	: 0
1800.17/934.01	c removed literals (reason simplification)	: 0
1800.17/934.01	c reason swapping (by a shorter reason)	: 0
1800.17/934.01	c Calls to reduceDB	: 1
1800.17/934.01	c number of reductions to clauses (during analyze)	: 0
1800.17/934.01	c number of learned constraints concerned by reduction	: 0
1800.17/934.01	c number of learning phase by resolution	: 0
1800.17/934.01	c number of learning phase by cutting planes	: 0
1800.17/934.01	c speed (assignments/second)	: 2196.190023312186
1800.17/934.01	c non guided choices	78
1800.17/934.02	c learnt constraints type 
1800.17/934.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9576
1800.17/934.02	c constraints type 
1800.17/934.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
1800.17/934.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.17/934.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.17/934.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.17/934.02	c constraints type 
1800.17/934.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.17/934.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
1800.17/934.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.17/934.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.17/934.02	s SATISFIABLE
1800.17/934.02	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.17/934.02	c objective function=-41
1800.17/934.02	c Total wall clock time (in seconds): 933.892

Verifier Data

OK	-41

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3737457-1338754204/watcher-3737457-1338754204 -o /tmp/evaluation-result-3737457-1338754204/solver-3737457-1338754204 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737457-1338754204.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: 3.44 3.42 3.54 4/198 13619
/proc/meminfo: memFree=26033484/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13619/stat : 13619 (java6) R 13617 13619 9489 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 341545289 9515008 185 33554432000 1073741824 1073778376 140733347595472 140733347586696 223651458487 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 2323 185 142 9 0 71 0

[startup+0.050234 s]
/proc/loadavg: 3.44 3.42 3.54 4/198 13619
/proc/meminfo: memFree=26033484/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2367080 CPUtime=0.03 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 3714 0 1 0 2 1 0 0 20 0 13 0 341545289 2423889920 4922 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 591770 4922 1693 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100256 s]
/proc/loadavg: 3.44 3.42 3.54 4/198 13619
/proc/meminfo: memFree=26033484/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 4032 0 1 0 6 1 0 0 20 0 18 0 341545289 2764726272 5752 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 674982 5763 1878 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300223 s]
/proc/loadavg: 3.44 3.42 3.54 4/198 13619
/proc/meminfo: memFree=26033484/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 6285 0 1 0 41 1 0 0 20 0 18 0 341545289 2764726272 8607 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 674982 8607 2222 9 0 665676 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2699928

[startup+0.700227 s]
/proc/loadavg: 3.44 3.42 3.54 4/198 13619
/proc/meminfo: memFree=26033484/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2699928 CPUtime=1.08 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 7450 0 1 0 106 2 0 0 20 0 18 0 341545289 2764726272 12870 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 674982 12870 2242 9 0 665676 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.40 3.41 3.53 2/218 13641
/proc/meminfo: memFree=25969628/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2966184 CPUtime=1.67 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 9697 0 1 0 163 4 0 0 20 0 20 0 341545289 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 741546 17850 2253 9 0 732240 0
[pid=13619/tid=13621] ppid=13617 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/13619/task/13621/stat : 13621 (java) S 13617 13619 9489 0 -1 4202560 2802 0 1 0 65 2 0 0 20 0 20 0 341545290 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175972005016 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13622] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13622/stat : 13622 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175956286120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13623] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13623/stat : 13623 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175955233576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13624] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13624/stat : 13624 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175954181032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13625] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13625/stat : 13625 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175953128488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13626] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13626/stat : 13626 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175952074920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13627] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13627/stat : 13627 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175951022376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13628] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13628/stat : 13628 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175949969832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13629] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13629/stat : 13629 (java) S 13617 13619 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175948917288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13630] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13630/stat : 13630 (java) S 13617 13619 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175936506472 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13631] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13631/stat : 13631 (java) S 13617 13619 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175935452792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13632] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13632/stat : 13632 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175934400136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13633] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13633/stat : 13633 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175933348880 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13634] ppid=13617 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/13619/task/13634/stat : 13634 (java) S 13617 13619 9489 0 -1 4202560 2925 0 0 0 37 0 0 0 20 0 20 0 341545296 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175932295224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13635] ppid=13617 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/13619/task/13635/stat : 13635 (java) S 13617 13619 9489 0 -1 4202560 2669 0 0 0 32 0 0 0 20 0 20 0 341545296 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175931242680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13636] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13636/stat : 13636 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175930190328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13637] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13637/stat : 13637 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175929137992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13640] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13640/stat : 13640 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341545361 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175925978664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13641] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13641/stat : 13641 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341545361 3037372416 17850 33554432000 1073741824 1073778376 140734757553312 140175924926120 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 3.40 3.41 3.53 3/218 13643
/proc/meminfo: memFree=25957108/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2966184 CPUtime=1.88 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 9721 0 1 0 180 8 0 0 20 0 20 0 341545289 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 741546 24506 2253 9 0 732240 0
[pid=13619/tid=13621] ppid=13617 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/13619/task/13621/stat : 13621 (java) S 13617 13619 9489 0 -1 4202560 2803 0 1 0 66 2 0 0 20 0 20 0 341545290 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175972005016 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13622] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13622/stat : 13622 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175956286120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13623] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13623/stat : 13623 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175955233576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13624] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13624/stat : 13624 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175954181032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13625] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13625/stat : 13625 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175953128488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13626] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13626/stat : 13626 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175952074920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13627] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13627/stat : 13627 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175951022376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13628] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13628/stat : 13628 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175949969832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13629] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13629/stat : 13629 (java) S 13617 13619 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175948917288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13630] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13630/stat : 13630 (java) S 13617 13619 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175936506472 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13631] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13631/stat : 13631 (java) S 13617 13619 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175935452792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13632] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13632/stat : 13632 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175934400136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13633] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13633/stat : 13633 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175933348880 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13634] ppid=13617 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/13619/task/13634/stat : 13634 (java) S 13617 13619 9489 0 -1 4202560 2925 0 0 0 40 0 0 0 20 0 20 0 341545296 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175932295224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13635] ppid=13617 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/13619/task/13635/stat : 13635 (java) S 13617 13619 9489 0 -1 4202560 2669 0 0 0 37 0 0 0 20 0 20 0 341545296 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175931242680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13636] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13636/stat : 13636 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175930190328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13637] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13637/stat : 13637 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175929137992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13640] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13640/stat : 13640 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341545361 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175925978664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13641] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13641/stat : 13641 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341545361 3037372416 24506 33554432000 1073741824 1073778376 140734757553312 140175924926120 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.3007 s]
/proc/loadavg: 3.29 3.39 3.52 3/218 13649
/proc/meminfo: memFree=25899764/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2966184 CPUtime=2.42 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 13517 0 1 0 227 15 0 0 20 0 20 0 341545289 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 741546 38771 2260 9 0 732240 0
[pid=13619/tid=13621] ppid=13617 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/13619/task/13621/stat : 13621 (java) S 13617 13619 9489 0 -1 4202560 2804 0 1 0 66 2 0 0 20 0 20 0 341545290 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175972005032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13622] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13622/stat : 13622 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175956286120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13623] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13623/stat : 13623 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175955233576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13624] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13624/stat : 13624 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175954181032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13625] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13625/stat : 13625 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175953128488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13626] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13626/stat : 13626 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175952074920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13627] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13627/stat : 13627 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175951022376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13628] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13628/stat : 13628 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175949969832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13629] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13629/stat : 13629 (java) S 13617 13619 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341545292 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175948917288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13630] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13630/stat : 13630 (java) S 13617 13619 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175936506472 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13631] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13631/stat : 13631 (java) S 13617 13619 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175935452792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13632] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13632/stat : 13632 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341545293 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175934400136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13633] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13633/stat : 13633 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175933348880 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13634] ppid=13617 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/13619/task/13634/stat : 13634 (java) S 13617 13619 9489 0 -1 4202560 6667 0 0 0 61 1 0 0 20 0 20 0 341545296 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175932295224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13635] ppid=13617 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/13619/task/13635/stat : 13635 (java) S 13617 13619 9489 0 -1 4202560 2679 0 0 0 46 0 0 0 20 0 20 0 341545296 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175931242680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13636] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13636/stat : 13636 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175930190328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13637] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13637/stat : 13637 (java) S 13617 13619 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341545296 3037372416 38771 33554432000 1073741824 1073778376 140734757553312 140175929137992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13640] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6

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

[pid=13619/tid=13641] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13641/stat : 13641 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341545361 3037372416 167175 33554432000 1073741824 1073778376 140734757553312 140175924926120 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13692] ppid=13617 vsize=2966184 CPUtime=661.95 cores=0,2,4,6
/proc/13619/task/13692/stat : 13692 (java) R 13617 13619 9489 0 -1 4202560 203 0 0 0 66181 14 0 0 20 0 22 0 341552469 3037372416 167175 33554432000 1073741824 1073778376 140734757553312 140175927029256 140175804613041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13693] ppid=13617 vsize=2966184 CPUtime=661.99 cores=0,2,4,6
/proc/13619/task/13693/stat : 13693 (java) R 13617 13619 9489 0 -1 4202560 194 0 0 0 66186 13 0 0 20 0 22 0 341552469 3037372416 167175 33554432000 1073741824 1073778376 140734757553312 140175928081072 140175804612192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1463.4
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.96 3.78 3.63 5/219 13796
/proc/meminfo: memFree=25214732/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2966184 CPUtime=1581.17 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 27653 0 1 0 157986 131 0 0 20 0 22 0 341545289 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 741546 169838 2288 9 0 732240 0
[pid=13619/tid=13621] ppid=13617 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/13619/task/13621/stat : 13621 (java) S 13617 13619 9489 0 -1 4202560 2835 0 1 0 69 3 0 0 20 0 22 0 341545290 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175972005000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13622] ppid=13617 vsize=2966184 CPUtime=2.39 cores=0,2,4,6
/proc/13619/task/13622/stat : 13622 (java) S 13617 13619 9489 0 -1 4202560 190 0 0 0 235 4 0 0 20 0 22 0 341545292 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175956286120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13623] ppid=13617 vsize=2966184 CPUtime=2.33 cores=0,2,4,6
/proc/13619/task/13623/stat : 13623 (java) S 13617 13619 9489 0 -1 4202560 170 0 0 0 229 4 0 0 20 0 22 0 341545292 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175955233576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13624] ppid=13617 vsize=2966184 CPUtime=2.37 cores=0,2,4,6
/proc/13619/task/13624/stat : 13624 (java) S 13617 13619 9489 0 -1 4202560 198 0 0 0 233 4 0 0 20 0 22 0 341545292 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175954181032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13625] ppid=13617 vsize=2966184 CPUtime=2.41 cores=0,2,4,6
/proc/13619/task/13625/stat : 13625 (java) S 13617 13619 9489 0 -1 4202560 231 0 0 0 236 5 0 0 20 0 22 0 341545292 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175953128488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13626] ppid=13617 vsize=2966184 CPUtime=2.32 cores=0,2,4,6
/proc/13619/task/13626/stat : 13626 (java) S 13617 13619 9489 0 -1 4202560 191 0 0 0 228 4 0 0 20 0 22 0 341545292 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175952074920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13627] ppid=13617 vsize=2966184 CPUtime=2.41 cores=0,2,4,6
/proc/13619/task/13627/stat : 13627 (java) S 13617 13619 9489 0 -1 4202560 221 0 0 0 237 4 0 0 20 0 22 0 341545292 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175951022376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13628] ppid=13617 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/13619/task/13628/stat : 13628 (java) S 13617 13619 9489 0 -1 4202560 210 0 0 0 240 3 0 0 20 0 22 0 341545292 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175949969832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13629] ppid=13617 vsize=2966184 CPUtime=2.41 cores=0,2,4,6
/proc/13619/task/13629/stat : 13629 (java) S 13617 13619 9489 0 -1 4202560 188 0 0 0 238 3 0 0 20 0 22 0 341545292 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175948917288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13630] ppid=13617 vsize=2966184 CPUtime=27.14 cores=0,2,4,6
/proc/13619/task/13630/stat : 13630 (java) S 13617 13619 9489 0 -1 4202560 118 0 0 0 2690 24 0 0 20 0 22 0 341545293 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175936506472 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13631] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13631/stat : 13631 (java) S 13617 13619 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341545293 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175935452792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13632] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13632/stat : 13632 (java) S 13617 13619 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341545293 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175934400136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13633] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13633/stat : 13633 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341545296 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175933348880 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13634] ppid=13617 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/13619/task/13634/stat : 13634 (java) S 13617 13619 9489 0 -1 4202560 6723 0 0 0 110 2 0 0 20 0 22 0 341545296 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175932295224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13635] ppid=13617 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/13619/task/13635/stat : 13635 (java) S 13617 13619 9489 0 -1 4202560 14242 0 0 0 182 3 0 0 20 0 22 0 341545296 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175931242680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13636] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13636/stat : 13636 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341545296 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175930190328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13637] ppid=13617 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/13619/task/13637/stat : 13637 (java) S 13617 13619 9489 0 -1 4202560 49 0 0 0 17 13 0 0 20 0 22 0 341545296 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175929137992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13640] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13640/stat : 13640 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341545361 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175925978664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13641] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13641/stat : 13641 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341545361 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175924926120 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13692] ppid=13617 vsize=2966184 CPUtime=718.56 cores=0,2,4,6
/proc/13619/task/13692/stat : 13692 (java) R 13617 13619 9489 0 -1 4202560 221 0 0 0 71842 14 0 0 20 0 22 0 341552469 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175927029136 140175804634276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13693] ppid=13617 vsize=2966184 CPUtime=718.59 cores=0,2,4,6
/proc/13619/task/13693/stat : 13693 (java) R 13617 13619 9489 0 -1 4202560 210 0 0 0 71846 13 0 0 20 0 22 0 341552469 3037372416 169838 33554432000 1073741824 1073778376 140734757553312 140175928080896 140175804612203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1581.17
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.95 3.81 3.64 5/219 13796
/proc/meminfo: memFree=25212064/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2966184 CPUtime=1698.88 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 27813 0 1 0 169753 135 0 0 20 0 22 0 341545289 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 741546 170468 2288 9 0 732240 0
[pid=13619/tid=13621] ppid=13617 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/13619/task/13621/stat : 13621 (java) S 13617 13619 9489 0 -1 4202560 2836 0 1 0 69 3 0 0 20 0 22 0 341545290 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175972005000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13622] ppid=13617 vsize=2966184 CPUtime=2.62 cores=0,2,4,6
/proc/13619/task/13622/stat : 13622 (java) S 13617 13619 9489 0 -1 4202560 217 0 0 0 258 4 0 0 20 0 22 0 341545292 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175956286120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13623] ppid=13617 vsize=2966184 CPUtime=2.54 cores=0,2,4,6
/proc/13619/task/13623/stat : 13623 (java) S 13617 13619 9489 0 -1 4202560 186 0 0 0 250 4 0 0 20 0 22 0 341545292 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175955233576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13624] ppid=13617 vsize=2966184 CPUtime=2.58 cores=0,2,4,6
/proc/13619/task/13624/stat : 13624 (java) S 13617 13619 9489 0 -1 4202560 218 0 0 0 254 4 0 0 20 0 22 0 341545292 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175954181032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13625] ppid=13617 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/13619/task/13625/stat : 13625 (java) S 13617 13619 9489 0 -1 4202560 236 0 0 0 256 5 0 0 20 0 22 0 341545292 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175953128488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13626] ppid=13617 vsize=2966184 CPUtime=2.52 cores=0,2,4,6
/proc/13619/task/13626/stat : 13626 (java) S 13617 13619 9489 0 -1 4202560 204 0 0 0 248 4 0 0 20 0 22 0 341545292 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175952074920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13627] ppid=13617 vsize=2966184 CPUtime=2.6 cores=0,2,4,6
/proc/13619/task/13627/stat : 13627 (java) S 13617 13619 9489 0 -1 4202560 237 0 0 0 255 5 0 0 20 0 22 0 341545292 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175951022376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13628] ppid=13617 vsize=2966184 CPUtime=2.64 cores=0,2,4,6
/proc/13619/task/13628/stat : 13628 (java) S 13617 13619 9489 0 -1 4202560 221 0 0 0 260 4 0 0 20 0 22 0 341545292 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175949969832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13629] ppid=13617 vsize=2966184 CPUtime=2.65 cores=0,2,4,6
/proc/13619/task/13629/stat : 13629 (java) S 13617 13619 9489 0 -1 4202560 202 0 0 0 261 4 0 0 20 0 22 0 341545292 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175948917288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13630] ppid=13617 vsize=2966184 CPUtime=30.14 cores=0,2,4,6
/proc/13619/task/13630/stat : 13630 (java) S 13617 13619 9489 0 -1 4202560 122 0 0 0 2988 26 0 0 20 0 22 0 341545293 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175936506472 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13631] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13631/stat : 13631 (java) S 13617 13619 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341545293 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175935452792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13632] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13632/stat : 13632 (java) S 13617 13619 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341545293 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175934400136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13633] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13633/stat : 13633 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341545296 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175933348880 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13634] ppid=13617 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/13619/task/13634/stat : 13634 (java) S 13617 13619 9489 0 -1 4202560 6723 0 0 0 110 2 0 0 20 0 22 0 341545296 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175932295224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13635] ppid=13617 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/13619/task/13635/stat : 13635 (java) S 13617 13619 9489 0 -1 4202560 14242 0 0 0 182 3 0 0 20 0 22 0 341545296 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175931242680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13636] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13636/stat : 13636 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341545296 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175930190328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13637] ppid=13617 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/13619/task/13637/stat : 13637 (java) S 13617 13619 9489 0 -1 4202560 51 0 0 0 18 14 0 0 20 0 22 0 341545296 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175929137992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13640] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13640/stat : 13640 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341545361 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175925978664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13641] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13641/stat : 13641 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341545361 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175924926120 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13692] ppid=13617 vsize=2966184 CPUtime=775.08 cores=0,2,4,6
/proc/13619/task/13692/stat : 13692 (java) R 13617 13619 9489 0 -1 4202560 240 0 0 0 77493 15 0 0 20 0 22 0 341552469 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175927030096 140175804559784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13693] ppid=13617 vsize=2966184 CPUtime=775.12 cores=0,2,4,6
/proc/13619/task/13693/stat : 13693 (java) R 13617 13619 9489 0 -1 4202560 222 0 0 0 77498 14 0 0 20 0 22 0 341552469 3037372416 170468 33554432000 1073741824 1073778376 140734757553312 140175928080896 140175804600683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1698.88
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.001 s]
/proc/loadavg: 4.04 3.85 3.66 5/219 13796
/proc/meminfo: memFree=25193136/32873844 swapFree=7628/7628
[pid=13619] ppid=13617 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/13619/stat : 13619 (java) S 13617 13619 9489 0 -1 4202496 27944 0 1 0 179880 137 0 0 20 0 22 0 341545289 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140734757544448 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 741546 170569 2288 9 0 732240 0
[pid=13619/tid=13621] ppid=13617 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/13619/task/13621/stat : 13621 (java) S 13617 13619 9489 0 -1 4202560 2837 0 1 0 69 3 0 0 20 0 22 0 341545290 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175972005000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13622] ppid=13617 vsize=2966184 CPUtime=2.77 cores=0,2,4,6
/proc/13619/task/13622/stat : 13622 (java) S 13617 13619 9489 0 -1 4202560 224 0 0 0 273 4 0 0 20 0 22 0 341545292 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175956286120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13623] ppid=13617 vsize=2966184 CPUtime=2.71 cores=0,2,4,6
/proc/13619/task/13623/stat : 13623 (java) S 13617 13619 9489 0 -1 4202560 199 0 0 0 267 4 0 0 20 0 22 0 341545292 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175955233576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13624] ppid=13617 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/13619/task/13624/stat : 13624 (java) S 13617 13619 9489 0 -1 4202560 228 0 0 0 270 4 0 0 20 0 22 0 341545292 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175954181032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13625] ppid=13617 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/13619/task/13625/stat : 13625 (java) S 13617 13619 9489 0 -1 4202560 253 0 0 0 271 5 0 0 20 0 22 0 341545292 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175953128488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13626] ppid=13617 vsize=2966184 CPUtime=2.7 cores=0,2,4,6
/proc/13619/task/13626/stat : 13626 (java) S 13617 13619 9489 0 -1 4202560 214 0 0 0 266 4 0 0 20 0 22 0 341545292 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175952074920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13627] ppid=13617 vsize=2966184 CPUtime=2.79 cores=0,2,4,6
/proc/13619/task/13627/stat : 13627 (java) S 13617 13619 9489 0 -1 4202560 263 0 0 0 274 5 0 0 20 0 22 0 341545292 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175951022376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13628] ppid=13617 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/13619/task/13628/stat : 13628 (java) S 13617 13619 9489 0 -1 4202560 229 0 0 0 272 4 0 0 20 0 22 0 341545292 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175949969832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13629] ppid=13617 vsize=2966184 CPUtime=2.78 cores=0,2,4,6
/proc/13619/task/13629/stat : 13629 (java) S 13617 13619 9489 0 -1 4202560 212 0 0 0 274 4 0 0 20 0 22 0 341545292 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175948917288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13619/tid=13630] ppid=13617 vsize=2966184 CPUtime=32.79 cores=0,2,4,6
/proc/13619/task/13630/stat : 13630 (java) S 13617 13619 9489 0 -1 4202560 126 0 0 0 3253 26 0 0 20 0 22 0 341545293 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175936506472 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13631] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13631/stat : 13631 (java) S 13617 13619 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341545293 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175935452792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13632] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13632/stat : 13632 (java) S 13617 13619 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341545293 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175934400136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13633] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13633/stat : 13633 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341545296 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175933348880 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13634] ppid=13617 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/13619/task/13634/stat : 13634 (java) S 13617 13619 9489 0 -1 4202560 6723 0 0 0 110 2 0 0 20 0 22 0 341545296 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175932295224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13635] ppid=13617 vsize=2966184 CPUtime=1.85 cores=0,2,4,6
/proc/13619/task/13635/stat : 13635 (java) S 13617 13619 9489 0 -1 4202560 14242 0 0 0 182 3 0 0 20 0 22 0 341545296 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175931242680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13636] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13636/stat : 13636 (java) S 13617 13619 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341545296 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175930190328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13637] ppid=13617 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/13619/task/13637/stat : 13637 (java) S 13617 13619 9489 0 -1 4202560 55 0 0 0 19 15 0 0 20 0 22 0 341545296 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175929137992 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13640] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13640/stat : 13640 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341545361 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175925978664 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13619/tid=13641] ppid=13617 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/13619/task/13641/stat : 13641 (java) S 13617 13619 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341545361 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175924926120 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13619/tid=13692] ppid=13617 vsize=2966184 CPUtime=823.78 cores=0,2,4,6
/proc/13619/task/13692/stat : 13692 (java) R 13617 13619 9489 0 -1 4202560 252 0 0 0 82362 16 0 0 20 0 22 0 341552469 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175927030096 140175804634243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13619/tid=13693] ppid=13617 vsize=2966184 CPUtime=823.81 cores=0,2,4,6
/proc/13619/task/13693/stat : 13693 (java) R 13617 13619 9489 0 -1 4202560 231 0 0 0 82366 15 0 0 20 0 22 0 341552469 3037372416 170569 33554432000 1073741824 1073778376 140734757553312 140175928080896 140175804612192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143
Real time (s): 934.028
CPU time (s): 1800.55
CPU user time (s): 1798.74
CPU system time (s): 1.81372
CPU usage (%): 192.773
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.81372
maximum resident set size= 682388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27974
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36993
involuntary context switches= 51776

runsolver used 3.73243 second user time and 7.9118 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 22:10:04
IDJOB=3737457
IDBENCH=48240
IDSOLVER=2324
FILE ID=node144/3737457-1338754204
RUNJOBID= node144-1338739588-9505
PBS_JOBID= 14636773
Free space on /tmp= 70836 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737457-1338754204/watcher-3737457-1338754204 -o /tmp/evaluation-result-3737457-1338754204/solver-3737457-1338754204 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737457-1338754204.opb

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

MD5SUM BENCH= 169f1f6799c5c0fd2a1b0aca08165f42
RANDOM SEED=2008471234

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26033484 kB
Buffers:         1719348 kB
Cached:          3671780 kB
SwapCached:          464 kB
Active:          4059436 kB
Inactive:        1896120 kB
Active(anon):     544720 kB
Inactive(anon):    11188 kB
Active(file):    3514716 kB
Inactive(file):  1884932 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               108 kB
Writeback:             0 kB
AnonPages:        564500 kB
Mapped:            22568 kB
Shmem:               172 kB
Slab:             740584 kB
SReclaimable:     182268 kB
SUnreclaim:       558316 kB
KernelStack:        1632 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1576116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 22:25:40