Trace number 3731289

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)-25 1800.66 953.234

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
MD5SUM7f40f8d513f22fc9adca96d8fdf626e2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved NO
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
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 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/0.08	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 Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
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	
0.09/0.11	c solving HOME/instance-3731289-1338735560.opb
0.09/0.11	c reading problem ... 
0.55/0.34	c ... done. Wall clock time 0.233s.
0.55/0.34	c #vars     1835
0.55/0.34	c #constraints  2149
0.55/0.34	c constraints type 
0.55/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1941
0.55/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 208
0.55/0.34	c constraints type 
0.55/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1941
0.55/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 208
1.27/0.51	c And the winner is Resolution
1.39/1.35	c SATISFIABLE
1.39/1.35	c OPTIMIZING...
1.39/1.35	c Got one! Elapsed wall clock time (in seconds):1.238
1.39/1.35	o -13
1.58/1.44	c And the winner is Resolution
2.12/2.35	c Got one! Elapsed wall clock time (in seconds):2.24
2.12/2.35	o -14
2.69/2.53	c And the winner is Resolution
2.82/3.35	c Got one! Elapsed wall clock time (in seconds):3.242
2.82/3.35	o -15
2.82/3.38	c And the winner is Resolution
2.92/4.35	c Got one! Elapsed wall clock time (in seconds):4.243
2.92/4.35	o -16
3.01/4.49	c And the winner is Resolution
3.22/5.35	c Got one! Elapsed wall clock time (in seconds):5.245
3.22/5.35	o -17
3.77/5.61	c cleaning 2495 clauses out of 5000 with flag 5000/5000
5.86/6.55	c cleaning 4231 clauses out of 8505 with flag 11000/11000
7.46/7.31	c And the winner is Resolution
7.46/7.35	c Got one! Elapsed wall clock time (in seconds):7.246
7.46/7.35	o -18
8.45/7.81	c cleaning 5626 clauses out of 11275 with flag 18001/18001
10.65/8.92	c And the winner is Resolution
10.78/9.36	c Got one! Elapsed wall clock time (in seconds):9.247
10.78/9.36	o -19
12.07/10.00	c cleaning 6804 clauses out of 13648 with flag 26000/26000
15.86/11.98	c cleaning 7910 clauses out of 15844 with flag 35000/35000
20.07/14.08	c And the winner is Resolution
20.37/14.36	c Got one! Elapsed wall clock time (in seconds):14.248
20.37/14.36	o -20
20.65/14.58	c cleaning 8961 clauses out of 17935 with flag 45001/45001
25.65/17.09	c cleaning 9484 clauses out of 18975 with flag 55002/55002
30.66/19.54	c cleaning 9736 clauses out of 19490 with flag 65001/65001
32.01/20.27	c And the winner is Resolution
32.20/20.36	c Got one! Elapsed wall clock time (in seconds):20.249
32.20/20.36	o -21
36.95/22.73	c cleaning 9818 clauses out of 19753 with flag 75000/75000
38.91/23.71	c And the winner is Resolution
39.03/24.36	c Got one! Elapsed wall clock time (in seconds):24.25
39.03/24.36	o -22
41.72/25.73	c cleaning 9877 clauses out of 19937 with flag 85002/85002
46.91/28.34	c cleaning 9999 clauses out of 20060 with flag 95002/95002
52.47/31.10	c cleaning 9991 clauses out of 20059 with flag 105000/105000
59.21/34.54	c cleaning 10001 clauses out of 20070 with flag 115002/115002
66.78/38.40	c cleaning 9995 clauses out of 20071 with flag 125004/125004
71.35/40.63	c cleaning 9985 clauses out of 20072 with flag 135000/135000
75.89/42.90	c cleaning 10018 clauses out of 20088 with flag 145001/145001
81.57/45.82	c cleaning 9941 clauses out of 20069 with flag 155000/155000
88.55/49.35	c cleaning 10047 clauses out of 20133 with flag 165005/165005
93.70/51.93	c cleaning 9884 clauses out of 20082 with flag 175001/175001
99.64/54.91	c cleaning 10069 clauses out of 20198 with flag 185001/185001
104.29/57.32	c cleaning 10001 clauses out of 20129 with flag 195001/195001
110.60/60.58	c cleaning 9981 clauses out of 20127 with flag 205000/205000
116.90/63.77	c cleaning 9946 clauses out of 20146 with flag 215000/215000
121.41/66.09	c And the winner is Resolution
121.79/66.50	c Got one! Elapsed wall clock time (in seconds):66.394
121.79/66.50	o -23
123.77/67.57	c cleaning 9942 clauses out of 20203 with flag 225003/225003
130.59/71.07	c cleaning 10071 clauses out of 20258 with flag 235000/235000
135.29/73.48	c cleaning 9956 clauses out of 20188 with flag 245001/245001
141.19/76.45	c cleaning 10016 clauses out of 20232 with flag 255001/255001
148.71/80.22	c cleaning 10038 clauses out of 20219 with flag 265004/265004
154.92/83.42	c cleaning 9961 clauses out of 20181 with flag 275004/275004
160.63/86.34	c cleaning 10087 clauses out of 20217 with flag 285001/285001
165.13/88.63	c cleaning 9949 clauses out of 20129 with flag 295000/295000
170.83/91.51	c cleaning 10040 clauses out of 20184 with flag 305004/305004
176.43/94.48	c cleaning 9967 clauses out of 20143 with flag 315003/315003
182.33/97.50	c cleaning 10061 clauses out of 20174 with flag 325001/325001
190.22/101.48	c cleaning 9916 clauses out of 20112 with flag 335000/335000
196.50/104.65	c cleaning 10020 clauses out of 20199 with flag 345003/345003
203.54/108.28	c cleaning 9941 clauses out of 20177 with flag 355001/355001
212.63/112.83	c cleaning 10007 clauses out of 20235 with flag 365000/365000
218.92/116.03	c cleaning 10073 clauses out of 20229 with flag 375001/375001
224.42/118.89	c cleaning 9973 clauses out of 20158 with flag 385003/385003
232.39/122.94	c cleaning 9994 clauses out of 20184 with flag 395002/395002
245.09/129.34	c cleaning 10045 clauses out of 20188 with flag 405000/405000
252.79/133.29	c cleaning 10030 clauses out of 20145 with flag 415002/415002
257.47/135.65	c cleaning 10009 clauses out of 20115 with flag 425002/425002
262.23/138.18	c And the winner is Resolution
262.81/139.15	c Got one! Elapsed wall clock time (in seconds):139.045
262.81/139.15	o -24
263.11/139.38	c cleaning 9973 clauses out of 20104 with flag 435000/435000
269.77/142.74	c cleaning 9995 clauses out of 20131 with flag 445000/445000
278.26/147.09	c cleaning 9930 clauses out of 20141 with flag 455005/455005
284.33/150.18	c cleaning 9963 clauses out of 20206 with flag 465000/465000
292.08/154.18	c cleaning 10061 clauses out of 20244 with flag 475001/475001
300.93/158.60	c cleaning 9982 clauses out of 20183 with flag 485001/485001
307.38/161.96	c cleaning 9962 clauses out of 20201 with flag 495001/495001
312.83/164.74	c cleaning 10031 clauses out of 20238 with flag 505000/505000
320.56/168.76	c cleaning 10012 clauses out of 20207 with flag 515000/515000
328.02/172.55	c cleaning 9981 clauses out of 20195 with flag 525000/525000
334.70/175.94	c cleaning 9956 clauses out of 20214 with flag 535000/535000
343.12/180.23	c cleaning 9990 clauses out of 20260 with flag 545002/545002
348.46/183.00	c cleaning 10011 clauses out of 20268 with flag 555000/555000
354.53/186.15	c cleaning 10012 clauses out of 20258 with flag 565001/565001
359.97/188.96	c cleaning 10004 clauses out of 20245 with flag 575000/575000
365.83/191.98	c cleaning 10014 clauses out of 20243 with flag 585002/585002
367.76/193.02	c cleaning 0 clauses out of 5005 with flag 0/5005
371.83/195.00	c cleaning 10011 clauses out of 20227 with flag 595000/595000
377.43/197.82	c cleaning 9964 clauses out of 20216 with flag 605000/605000
382.27/200.30	c cleaning 10107 clauses out of 20255 with flag 615003/615003
386.19/202.43	c cleaning 10062 clauses out of 20150 with flag 625005/625005
391.59/205.23	c cleaning 9917 clauses out of 20083 with flag 635000/635000
396.65/207.85	c cleaning 9992 clauses out of 20166 with flag 645000/645000
403.07/211.13	c cleaning 9977 clauses out of 20174 with flag 655000/655000
411.36/215.46	c cleaning 9999 clauses out of 20197 with flag 665000/665000
418.36/219.07	c cleaning 9975 clauses out of 20198 with flag 675000/675000
427.81/223.82	c cleaning 10011 clauses out of 20223 with flag 685000/685000
435.02/227.52	c cleaning 10010 clauses out of 20213 with flag 695001/695001
440.90/230.60	c cleaning 9997 clauses out of 20202 with flag 705000/705000
446.49/233.55	c cleaning 10007 clauses out of 20205 with flag 715000/715000
452.71/236.74	c cleaning 9992 clauses out of 20198 with flag 725000/725000
458.92/239.92	c cleaning 10052 clauses out of 20206 with flag 735000/735000
464.95/243.12	c cleaning 9977 clauses out of 20154 with flag 745000/745000
470.54/246.08	c cleaning 9951 clauses out of 20177 with flag 755000/755000
475.12/248.44	c cleaning 9993 clauses out of 20226 with flag 765000/765000
480.32/251.15	c cleaning 9987 clauses out of 20233 with flag 775000/775000
485.54/253.90	c cleaning 9993 clauses out of 20248 with flag 785002/785002
490.95/256.71	c cleaning 10038 clauses out of 20254 with flag 795001/795001
497.74/260.22	c cleaning 10011 clauses out of 20215 with flag 805000/805000
504.91/263.94	c cleaning 10038 clauses out of 20204 with flag 815000/815000
515.33/269.31	c cleaning 10030 clauses out of 20167 with flag 825001/825001
522.49/273.02	c cleaning 10010 clauses out of 20136 with flag 835000/835000
529.66/276.72	c cleaning 9930 clauses out of 20126 with flag 845000/845000
537.24/280.61	c cleaning 9968 clauses out of 20197 with flag 855001/855001
545.83/285.10	c cleaning 10029 clauses out of 20228 with flag 865000/865000
552.56/288.63	c cleaning 9982 clauses out of 20200 with flag 875001/875001
561.76/293.35	c cleaning 10005 clauses out of 20218 with flag 885001/885001
569.11/297.17	c cleaning 9969 clauses out of 20212 with flag 895000/895000
579.53/302.52	c cleaning 9983 clauses out of 20243 with flag 905000/905000
585.07/305.45	c cleaning 10069 clauses out of 20261 with flag 915001/915001
588.99/307.53	c cleaning 10008 clauses out of 20194 with flag 925003/925003
594.14/310.28	c cleaning 10040 clauses out of 20183 with flag 935000/935000
600.08/313.49	c cleaning 9938 clauses out of 20145 with flag 945002/945002
604.40/315.72	c cleaning 9975 clauses out of 20205 with flag 955000/955000
609.93/318.69	c cleaning 10060 clauses out of 20231 with flag 965001/965001
614.25/320.90	c cleaning 9973 clauses out of 20171 with flag 975001/975001
620.38/324.23	c cleaning 10004 clauses out of 20198 with flag 985001/985001
626.92/327.68	c cleaning 9941 clauses out of 20194 with flag 995001/995001
631.46/330.09	c cleaning 10038 clauses out of 20253 with flag 1005001/1005001
638.96/333.94	c cleaning 9978 clauses out of 20216 with flag 1015002/1015002
650.13/339.73	c cleaning 9927 clauses out of 20236 with flag 1025000/1025000
655.45/342.56	c cleaning 10026 clauses out of 20309 with flag 1035000/1035000
661.20/345.59	c cleaning 10102 clauses out of 20284 with flag 1045001/1045001
667.13/348.67	c cleaning 9980 clauses out of 20185 with flag 1055004/1055004
667.80/349.21	c And the winner is Resolution
668.39/350.20	c Got one! Elapsed wall clock time (in seconds):350.091
668.39/350.20	o -25
674.01/353.09	c cleaning 9996 clauses out of 20201 with flag 1065000/1065000
680.72/356.55	c cleaning 10069 clauses out of 20206 with flag 1075001/1075001
687.48/360.04	c cleaning 9976 clauses out of 20138 with flag 1085002/1085002
693.60/363.28	c cleaning 10027 clauses out of 20162 with flag 1095002/1095002
700.12/366.76	c cleaning 9990 clauses out of 20133 with flag 1105000/1105000
707.25/370.47	c cleaning 9999 clauses out of 20143 with flag 1115000/1115000
712.15/373.08	c cleaning 10018 clauses out of 20146 with flag 1125002/1125002
718.64/376.41	c cleaning 9928 clauses out of 20126 with flag 1135000/1135000
725.34/380.02	c cleaning 10051 clauses out of 20198 with flag 1145000/1145000
730.45/382.73	c cleaning 10002 clauses out of 20150 with flag 1155003/1155003
736.77/386.04	c cleaning 9919 clauses out of 20145 with flag 1165000/1165000
742.88/389.20	c cleaning 10049 clauses out of 20226 with flag 1175000/1175000
748.59/392.33	c cleaning 10018 clauses out of 20177 with flag 1185000/1185000
755.92/396.18	c cleaning 9920 clauses out of 20159 with flag 1195000/1195000
763.05/399.87	c cleaning 9932 clauses out of 20239 with flag 1205000/1205000
769.98/403.47	c cleaning 9965 clauses out of 20308 with flag 1215001/1215001
775.89/406.63	c cleaning 10083 clauses out of 20343 with flag 1225001/1225001
782.61/410.14	c cleaning 10034 clauses out of 20259 with flag 1235000/1235000
788.73/413.32	c cleaning 9951 clauses out of 20225 with flag 1245000/1245000
795.03/416.65	c cleaning 9987 clauses out of 20275 with flag 1255001/1255001
802.73/420.75	c cleaning 9963 clauses out of 20287 with flag 1265000/1265000
810.44/424.71	c cleaning 9952 clauses out of 20326 with flag 1275002/1275002
818.33/428.83	c cleaning 9985 clauses out of 20373 with flag 1285001/1285001
827.63/433.63	c cleaning 9984 clauses out of 20387 with flag 1295000/1295000
836.12/438.17	c cleaning 10040 clauses out of 20407 with flag 1305004/1305004
843.20/441.89	c cleaning 9956 clauses out of 20363 with flag 1315000/1315000
850.52/445.60	c cleaning 9985 clauses out of 20407 with flag 1325000/1325000
857.22/449.12	c cleaning 9974 clauses out of 20423 with flag 1335001/1335001
866.30/453.95	c cleaning 9991 clauses out of 20448 with flag 1345000/1345000
872.80/457.38	c cleaning 9988 clauses out of 20457 with flag 1355000/1355000
880.08/461.14	c cleaning 10013 clauses out of 20469 with flag 1365000/1365000
884.54/463.58	c cleaning 10198 clauses out of 20456 with flag 1375000/1375000
889.17/466.18	c cleaning 10087 clauses out of 20259 with flag 1385001/1385001
895.06/469.24	c cleaning 10046 clauses out of 20175 with flag 1395004/1395004
901.76/472.79	c cleaning 9917 clauses out of 20125 with flag 1405000/1405000
909.25/476.67	c cleaning 10018 clauses out of 20208 with flag 1415000/1415000
915.32/479.92	c cleaning 9987 clauses out of 20191 with flag 1425001/1425001
919.98/482.41	c cleaning 9971 clauses out of 20203 with flag 1435000/1435000
924.44/484.81	c cleaning 10072 clauses out of 20235 with flag 1445003/1445003
931.35/488.49	c cleaning 10056 clauses out of 20160 with flag 1455000/1455000
936.96/491.59	c cleaning 9954 clauses out of 20104 with flag 1465000/1465000
944.02/495.28	c cleaning 9968 clauses out of 20150 with flag 1475000/1475000
952.50/499.63	c cleaning 9959 clauses out of 20185 with flag 1485003/1485003
958.81/502.90	c cleaning 10053 clauses out of 20223 with flag 1495000/1495000
964.25/506.00	c cleaning 10019 clauses out of 20173 with flag 1505003/1505003
972.11/510.03	c cleaning 9972 clauses out of 20152 with flag 1515001/1515001
980.18/514.21	c cleaning 9980 clauses out of 20179 with flag 1525000/1525000
988.09/518.34	c cleaning 10015 clauses out of 20199 with flag 1535000/1535000
996.33/522.79	c cleaning 9975 clauses out of 20186 with flag 1545002/1545002
1005.23/527.30	c cleaning 9999 clauses out of 20210 with flag 1555001/1555001
1012.70/531.24	c cleaning 10080 clauses out of 20211 with flag 1565001/1565001
1018.57/534.34	c cleaning 10009 clauses out of 20134 with flag 1575004/1575004
1025.83/538.29	c cleaning 9932 clauses out of 20122 with flag 1585001/1585001
1031.70/541.32	c cleaning 9956 clauses out of 20190 with flag 1595001/1595001
1038.58/544.98	c cleaning 9969 clauses out of 20234 with flag 1605001/1605001
1048.45/550.03	c cleaning 9976 clauses out of 20264 with flag 1615000/1615000
1056.47/554.33	c cleaning 9988 clauses out of 20290 with flag 1625002/1625002
1063.34/557.99	c cleaning 10000 clauses out of 20300 with flag 1635000/1635000
1071.84/562.39	c cleaning 10005 clauses out of 20300 with flag 1645000/1645000
1078.10/565.65	c cleaning 10028 clauses out of 20297 with flag 1655002/1655002
1085.50/569.63	c cleaning 10020 clauses out of 20268 with flag 1665001/1665001
1091.97/573.02	c cleaning 9926 clauses out of 20247 with flag 1675000/1675000
1099.59/577.01	c cleaning 10014 clauses out of 20324 with flag 1685003/1685003
1106.87/580.88	c cleaning 10006 clauses out of 20307 with flag 1695000/1695000
1113.88/584.64	c cleaning 9964 clauses out of 20303 with flag 1705002/1705002
1120.77/588.29	c cleaning 9987 clauses out of 20337 with flag 1715000/1715000
1128.40/592.23	c cleaning 9913 clauses out of 20350 with flag 1725000/1725000
1135.64/596.00	c cleaning 9997 clauses out of 20437 with flag 1735000/1735000
1143.82/600.44	c cleaning 10004 clauses out of 20440 with flag 1745000/1745000
1151.48/604.45	c cleaning 10022 clauses out of 20437 with flag 1755001/1755001
1158.75/608.29	c cleaning 9956 clauses out of 20414 with flag 1765000/1765000
1166.59/612.34	c cleaning 9993 clauses out of 20459 with flag 1775001/1775001
1173.76/616.29	c cleaning 10040 clauses out of 20467 with flag 1785002/1785002
1181.64/620.33	c cleaning 9961 clauses out of 20425 with flag 1795000/1795000
1189.84/624.62	c cleaning 9938 clauses out of 20464 with flag 1805000/1805000
1195.67/627.71	c cleaning 10230 clauses out of 20527 with flag 1815001/1815001
1201.23/630.87	c cleaning 10042 clauses out of 20298 with flag 1825002/1825002
1207.28/634.06	c cleaning 10045 clauses out of 20255 with flag 1835001/1835001
1214.31/637.76	c cleaning 10021 clauses out of 20209 with flag 1845000/1845000
1220.56/641.10	c cleaning 10006 clauses out of 20188 with flag 1855000/1855000
1227.50/644.88	c cleaning 9979 clauses out of 20182 with flag 1865000/1865000
1234.15/648.34	c cleaning 10017 clauses out of 20205 with flag 1875002/1875002
1242.39/652.66	c cleaning 9978 clauses out of 20186 with flag 1885000/1885000
1249.62/656.45	c cleaning 10004 clauses out of 20208 with flag 1895000/1895000
1256.14/660.07	c cleaning 10041 clauses out of 20205 with flag 1905001/1905001
1262.19/663.28	c cleaning 10023 clauses out of 20163 with flag 1915000/1915000
1269.59/667.19	c cleaning 9967 clauses out of 20141 with flag 1925001/1925001
1276.14/670.63	c cleaning 9974 clauses out of 20176 with flag 1935003/1935003
1282.23/674.04	c cleaning 9957 clauses out of 20199 with flag 1945000/1945000
1288.20/677.20	c cleaning 9999 clauses out of 20244 with flag 1955002/1955002
1293.79/680.27	c cleaning 10004 clauses out of 20243 with flag 1965000/1965000
1299.56/683.34	c cleaning 9996 clauses out of 20239 with flag 1975000/1975000
1306.49/687.13	c cleaning 9989 clauses out of 20244 with flag 1985001/1985001
1313.08/690.64	c cleaning 9967 clauses out of 20255 with flag 1995001/1995001
1319.69/694.13	c cleaning 10043 clauses out of 20288 with flag 2005001/2005001
1326.08/697.53	c cleaning 9997 clauses out of 20245 with flag 2015001/2015001
1333.00/701.39	c cleaning 10017 clauses out of 20247 with flag 2025000/2025000
1338.56/704.34	c cleaning 10067 clauses out of 20232 with flag 2035002/2035002
1343.13/706.88	c cleaning 9985 clauses out of 20163 with flag 2045000/2045000
1348.29/709.64	c cleaning 9994 clauses out of 20178 with flag 2055000/2055000
1355.41/713.57	c cleaning 10027 clauses out of 20184 with flag 2065000/2065000
1362.03/717.08	c cleaning 9995 clauses out of 20157 with flag 2075000/2075000
1368.47/720.46	c cleaning 9992 clauses out of 20163 with flag 2085001/2085001
1373.83/723.38	c cleaning 9988 clauses out of 20170 with flag 2095000/2095000
1379.67/726.68	c cleaning 10032 clauses out of 20182 with flag 2105000/2105000
1384.64/729.34	c cleaning 9945 clauses out of 20151 with flag 2115001/2115001
1391.20/732.81	c cleaning 10001 clauses out of 20205 with flag 2125000/2125000
1400.80/737.85	c cleaning 9948 clauses out of 20205 with flag 2135001/2135001
1408.68/742.16	c cleaning 9956 clauses out of 20257 with flag 2145001/2145001
1415.26/745.60	c cleaning 10058 clauses out of 20300 with flag 2155000/2155000
1421.41/748.95	c cleaning 10082 clauses out of 20242 with flag 2165000/2165000
1426.98/751.95	c cleaning 9983 clauses out of 20160 with flag 2175000/2175000
1436.46/757.07	c cleaning 9806 clauses out of 20178 with flag 2185001/2185001
1448.04/763.02	c cleaning 9908 clauses out of 20371 with flag 2195000/2195000
1456.65/767.58	c cleaning 10009 clauses out of 20463 with flag 2205000/2205000
1465.83/772.37	c cleaning 10027 clauses out of 20455 with flag 2215001/2215001
1473.92/776.71	c cleaning 9957 clauses out of 20430 with flag 2225003/2225003
1479.94/779.91	c cleaning 10081 clauses out of 20471 with flag 2235001/2235001
1485.74/783.00	c cleaning 10130 clauses out of 20389 with flag 2245000/2245000
1491.92/786.40	c cleaning 10014 clauses out of 20261 with flag 2255002/2255002
1498.57/790.07	c cleaning 9977 clauses out of 20245 with flag 2265000/2265000
1503.95/792.90	c cleaning 10008 clauses out of 20269 with flag 2275001/2275001
1509.75/796.06	c cleaning 10049 clauses out of 20262 with flag 2285002/2285002
1515.88/799.39	c cleaning 9992 clauses out of 20211 with flag 2295000/2295000
1521.90/802.77	c cleaning 9916 clauses out of 20219 with flag 2305000/2305000
1527.84/805.96	c cleaning 10048 clauses out of 20303 with flag 2315000/2315000
1534.20/809.34	c cleaning 10032 clauses out of 20255 with flag 2325000/2325000
1539.16/812.00	c cleaning 9938 clauses out of 20224 with flag 2335001/2335001
1545.40/815.51	c cleaning 10064 clauses out of 20286 with flag 2345001/2345001
1551.35/818.75	c cleaning 10015 clauses out of 20222 with flag 2355001/2355001
1557.49/822.00	c cleaning 9908 clauses out of 20207 with flag 2365001/2365001
1563.12/825.04	c cleaning 9923 clauses out of 20298 with flag 2375000/2375000
1569.12/828.44	c cleaning 9962 clauses out of 20376 with flag 2385001/2385001
1576.30/832.25	c cleaning 9975 clauses out of 20413 with flag 2395000/2395000
1583.07/835.84	c cleaning 10025 clauses out of 20439 with flag 2405001/2405001
1589.25/839.11	c cleaning 9958 clauses out of 20414 with flag 2415001/2415001
1595.74/842.71	c cleaning 9994 clauses out of 20455 with flag 2425000/2425000
1603.71/846.93	c cleaning 10017 clauses out of 20461 with flag 2435000/2435000
1610.70/850.68	c cleaning 9982 clauses out of 20444 with flag 2445000/2445000
1617.90/854.40	c cleaning 9977 clauses out of 20463 with flag 2455001/2455001
1624.33/858.02	c cleaning 10001 clauses out of 20485 with flag 2465000/2465000
1631.50/861.81	c cleaning 10000 clauses out of 20485 with flag 2475001/2475001
1637.40/865.09	c cleaning 10068 clauses out of 20484 with flag 2485000/2485000
1645.22/869.16	c cleaning 10118 clauses out of 20418 with flag 2495002/2495002
1652.08/872.98	c cleaning 10096 clauses out of 20299 with flag 2505001/2505001
1657.40/875.84	c cleaning 9987 clauses out of 20204 with flag 2515002/2515002
1663.33/879.01	c cleaning 9935 clauses out of 20215 with flag 2525000/2525000
1669.86/882.55	c cleaning 9958 clauses out of 20281 with flag 2535001/2535001
1677.08/886.55	c cleaning 9927 clauses out of 20322 with flag 2545000/2545000
1683.04/889.73	c cleaning 10002 clauses out of 20395 with flag 2555000/2555000
1689.15/893.03	c cleaning 10010 clauses out of 20394 with flag 2565001/2565001
1695.71/896.50	c cleaning 9995 clauses out of 20384 with flag 2575001/2575001
1703.52/900.87	c cleaning 9991 clauses out of 20390 with flag 2585002/2585002
1710.06/904.33	c cleaning 9974 clauses out of 20398 with flag 2595001/2595001
1716.05/907.56	c cleaning 10019 clauses out of 20424 with flag 2605001/2605001
1722.40/910.90	c cleaning 9992 clauses out of 20404 with flag 2615000/2615000
1728.40/914.31	c cleaning 9981 clauses out of 20412 with flag 2625000/2625000
1734.34/917.54	c cleaning 10017 clauses out of 20431 with flag 2635000/2635000
1740.66/920.92	c cleaning 9952 clauses out of 20417 with flag 2645003/2645003
1746.78/924.28	c cleaning 9981 clauses out of 20463 with flag 2655001/2655001
1753.54/928.00	c cleaning 10048 clauses out of 20482 with flag 2665001/2665001
1760.23/931.63	c cleaning 9953 clauses out of 20433 with flag 2675000/2675000
1766.33/934.98	c cleaning 10014 clauses out of 20481 with flag 2685001/2685001
1772.82/938.45	c cleaning 10007 clauses out of 20467 with flag 2695001/2695001
1779.76/942.34	c cleaning 10132 clauses out of 20459 with flag 2705000/2705000
1789.67/947.50	c cleaning 10021 clauses out of 20328 with flag 2715001/2715001
1799.19/952.58	c cleaning 10031 clauses out of 20309 with flag 2725003/2725003
1800.10/953.21	c starts		: 244
1800.10/953.21	c conflicts		: 2725451
1800.10/953.21	c decisions		: 6943714
1800.10/953.21	c propagations		: 214936330
1800.10/953.21	c inspects		: 2050486706
1800.10/953.21	c learnt literals	: 0
1800.10/953.21	c learnt binary clauses	: 4951
1800.10/953.21	c learnt ternary clauses	: 7098
1800.10/953.21	c learnt clauses	: 2725450
1800.10/953.21	c ignored clauses	: 0
1800.10/953.21	c root simplifications	: 0
1800.10/953.21	c removed literals (reason simplification)	: 91007986
1800.10/953.21	c reason swapping (by a shorter reason)	: 0
1800.10/953.21	c Calls to reduceDB	: 274
1800.10/953.21	c number of reductions to clauses (during analyze)	: 0
1800.10/953.21	c number of learned constraints concerned by reduction	: 0
1800.10/953.21	c number of learning phase by resolution	: 0
1800.10/953.21	c number of learning phase by cutting planes	: 0
1800.10/953.21	c speed (assignments/second)	: 356439.5615329762
1800.10/953.21	c non guided choices	1809
1800.10/953.22	c learnt constraints type 
1800.10/953.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 5804
1800.10/953.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4951
1800.10/953.22	c constraints type 
1800.10/953.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1941
1800.10/953.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 209
1800.10/953.22	c constraints type 
1800.10/953.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1941
1800.10/953.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 209
1800.10/953.22	s SATISFIABLE
1800.10/953.22	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 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 
1800.10/953.22	c objective function=-25
1800.10/953.22	c Total wall clock time (in seconds): 953.115

Verifier Data

OK	-25

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-3731289-1338735560/watcher-3731289-1338735560 -o /tmp/evaluation-result-3731289-1338735560/solver-3731289-1338735560 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3731289-1338735560.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.70 3.67 3.67 4/197 17196
/proc/meminfo: memFree=30707688/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17196/stat : 17196 (java6) D 17194 17196 3958 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 339682000 9515008 176 33554432000 1073741824 1073778376 140733869995392 140733869978120 217410519952 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/17196/statm: 2323 176 133 9 0 71 0

[startup+0.0506351 s]
/proc/loadavg: 3.70 3.67 3.67 4/197 17196
/proc/meminfo: memFree=30707688/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 3733 0 1 0 2 0 0 0 20 0 13 0 339682000 2423889920 4941 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 591770 4941 1705 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100195 s]
/proc/loadavg: 3.70 3.67 3.67 4/197 17196
/proc/meminfo: memFree=30707688/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 4696 0 1 0 8 1 0 0 20 0 18 0 339682000 2764726272 6405 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 674982 6405 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300161 s]
/proc/loadavg: 3.70 3.67 3.67 4/197 17196
/proc/meminfo: memFree=30707688/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 6380 0 1 0 53 2 0 0 20 0 18 0 339682000 2764726272 11387 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 674982 11387 2220 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700218 s]
/proc/loadavg: 3.70 3.67 3.67 4/197 17196
/proc/meminfo: memFree=30707688/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2966184 CPUtime=1.39 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 10860 0 1 0 135 4 0 0 20 0 20 0 339682000 3037372416 16420 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 741546 16420 2250 9 0 732240 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 2966184

[startup+1.50066 s]
/proc/loadavg: 3.70 3.67 3.67 3/217 17218
/proc/meminfo: memFree=30650632/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2966184 CPUtime=1.89 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 12466 0 1 0 182 7 0 0 20 0 20 0 339682000 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 741546 18491 2252 9 0 732240 0
[pid=17196/tid=17198] ppid=17194 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/17196/task/17198/stat : 17198 (java) S 17194 17196 3958 0 -1 4202560 2813 0 1 0 30 1 0 0 20 0 20 0 339682001 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911349114008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17199] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17199/stat : 17199 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911333394984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17200] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17200/stat : 17200 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911332342184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17201] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17201/stat : 17201 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911331289384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17202] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17202/stat : 17202 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911330236584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17203] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17203/stat : 17203 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911329184808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17204] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17204/stat : 17204 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911328132008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17205] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17205/stat : 17205 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911327079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17206] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17206/stat : 17206 (java) S 17194 17196 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911326026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17207] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17207/stat : 17207 (java) S 17194 17196 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 339682004 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911313615336 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17208] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17208/stat : 17208 (java) S 17194 17196 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 339682004 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911312561400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17209] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17209/stat : 17209 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339682004 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911193682952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17210] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17210/stat : 17210 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682006 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911192631440 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17211] ppid=17194 vsize=2966184 CPUtime=0.52 cores=0,2,4,6
/proc/17196/task/17211/stat : 17211 (java) R 17194 17196 3958 0 -1 4202560 4755 0 0 0 52 0 0 0 20 0 20 0 339682006 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911191556824 139911351980081 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17212] ppid=17194 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/17196/task/17212/stat : 17212 (java) R 17194 17196 3958 0 -1 4202560 3593 0 0 0 47 0 0 0 20 0 20 0 339682006 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911190514064 139911355557702 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17213] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17213/stat : 17213 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682006 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911189474168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17214] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17214/stat : 17214 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682006 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911188421576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17217] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17217/stat : 17217 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339682036 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911185261480 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17218] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17218/stat : 17218 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339682036 3037372416 18491 33554432000 1073741824 1073778376 140736521048352 139911184208680 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 2966184

[startup+3.1007 s]
/proc/loadavg: 3.70 3.67 3.67 3/217 17220
/proc/meminfo: memFree=30633368/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2966184 CPUtime=2.82 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 17550 0 1 0 272 10 0 0 20 0 20 0 339682000 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 741546 28757 2254 9 0 732240 0
[pid=17196/tid=17198] ppid=17194 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/17196/task/17198/stat : 17198 (java) S 17194 17196 3958 0 -1 4202560 2814 0 1 0 30 2 0 0 20 0 20 0 339682001 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911349114008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17199] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17199/stat : 17199 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911333394984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17200] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17200/stat : 17200 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911332342184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17201] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17201/stat : 17201 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911331289384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17202] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17202/stat : 17202 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911330236584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17203] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17203/stat : 17203 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911329184808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17204] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17204/stat : 17204 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911328132008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17205] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17205/stat : 17205 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911327079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17206] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17206/stat : 17206 (java) S 17194 17196 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 339682002 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911326026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17207] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17207/stat : 17207 (java) S 17194 17196 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 339682004 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911313615336 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17208] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17208/stat : 17208 (java) S 17194 17196 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 339682004 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911312561400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17209] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17209/stat : 17209 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339682004 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911193682952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17210] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17210/stat : 17210 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682006 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911192631440 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17211] ppid=17194 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/17196/task/17211/stat : 17211 (java) S 17194 17196 3958 0 -1 4202560 7925 0 0 0 87 2 0 0 20 0 20 0 339682006 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911191579576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17212] ppid=17194 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/17196/task/17212/stat : 17212 (java) S 17194 17196 3958 0 -1 4202560 5483 0 0 0 64 2 0 0 20 0 20 0 339682006 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911190526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17213] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17213/stat : 17213 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682006 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911189474168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17214] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17214/stat : 17214 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339682006 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911188421576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17217] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17217/stat : 17217 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339682036 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911185261480 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17218] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17218/stat : 17218 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339682036 3037372416 28757 33554432000 1073741824 1073778376 140736521048352 139911184208680 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 2966184

[startup+6.30072 s]
/proc/loadavg: 3.56 3.64 3.66 5/219 17228
/proc/meminfo: memFree=30480524/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2966184 CPUtime=5.34 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 18770 0 1 0 518 16 0 0 20 0 22 0 339682000 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 741546 82426 2281 9 0 732240 0
[pid=17196/tid=17198] ppid=17194 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/17196/task/17198/stat : 17198 (java) S 17194 17196 3958 0 -1 4202560 2817 0 1 0 30 2 0 0 20 0 22 0 339682001 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911349114008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17199] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17199/stat : 17199 (java) S 17194 17196 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339682002 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911333394984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17200] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17200/stat : 17200 (java) S 17194 17196 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339682002 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911332342184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17201] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17201/stat : 17201 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682002 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911331289384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17202] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17202/stat : 17202 (java) S 17194 17196 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339682002 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911330236584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17203] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17203/stat : 17203 (java) S 17194 17196 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339682002 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911329184808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17204] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17204/stat : 17204 (java) S 17194 17196 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339682002 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911328132008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17205] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17205/stat : 17205 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682002 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911327079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17206] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17206/stat : 17206 (java) S 17194 17196 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339682002 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911326026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17207] ppid=17194 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/17196/task/17207/stat : 17207 (java) S 17194 17196 3958 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 339682004 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911313615336 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17208] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17208/stat : 17208 (java) S 17194 17196 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339682004 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911312561400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17209] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17209/stat : 17209 (java) S 17194 17196 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339682004 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911193682952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17210] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17210/stat : 17210 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911192631440 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17211] ppid=17194 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/17196/task/17211/stat : 17211 (java) S 17194 17196 3958 0 -1 4202560 7931 0 0 0 96 2 0 0 20 0 22 0 339682006 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911191579576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17212] ppid=17194 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/17196/task/17212/stat : 17212 (java) S 17194 17196 3958 0 -1 4202560 6515 0 0 0 84 2 0 0 20 0 22 0 339682006 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911190526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17213] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17213/stat : 17213 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911189474168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17214] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17214/stat : 17214 (java) S 17194 17196 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911188421576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17217] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17217/stat : 17217 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339682036 3037372416 82426 33554432000 1073741824 1073778376 140736521048352 139911185261480 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=17196/tid=17218] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17218/stat : 17218 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339682036 3037372416 215080 33554432000 1073741824 1073778376 140736521048352 139911184208680 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17270] ppid=17194 vsize=2966184 CPUtime=406.04 cores=0,2,4,6
/proc/17196/task/17270/stat : 17270 (java) S 17194 17196 3958 0 -1 4202560 109 0 0 0 40596 8 0 0 20 0 22 0 339717021 3037372416 215080 33554432000 1073741824 1073778376 140736521048352 139911186314312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17271] ppid=17194 vsize=2966184 CPUtime=406.06 cores=0,2,4,6
/proc/17196/task/17271/stat : 17271 (java) S 17194 17196 3958 0 -1 4202560 85 0 0 0 40598 8 0 0 20 0 22 0 339717021 3037372416 215080 33554432000 1073741824 1073778376 140736521048352 139911187364824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1557.88
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.16 3.64 3.69 4/218 17340
/proc/meminfo: memFree=30291316/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2966184 CPUtime=1669.46 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 25059 0 1 0 166827 119 0 0 20 0 22 0 339682000 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 741546 219288 2282 9 0 732240 0
[pid=17196/tid=17198] ppid=17194 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/17196/task/17198/stat : 17198 (java) S 17194 17196 3958 0 -1 4202560 2902 0 1 0 32 2 0 0 20 0 22 0 339682001 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911349114024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17199] ppid=17194 vsize=2966184 CPUtime=3.84 cores=0,2,4,6
/proc/17196/task/17199/stat : 17199 (java) S 17194 17196 3958 0 -1 4202560 284 0 0 0 379 5 0 0 20 0 22 0 339682002 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911333394984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17200] ppid=17194 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/17196/task/17200/stat : 17200 (java) S 17194 17196 3958 0 -1 4202560 290 0 0 0 372 7 0 0 20 0 22 0 339682002 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911332342184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17201] ppid=17194 vsize=2966184 CPUtime=3.58 cores=0,2,4,6
/proc/17196/task/17201/stat : 17201 (java) S 17194 17196 3958 0 -1 4202560 235 0 0 0 353 5 0 0 20 0 22 0 339682002 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911331289384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17202] ppid=17194 vsize=2966184 CPUtime=3.57 cores=0,2,4,6
/proc/17196/task/17202/stat : 17202 (java) S 17194 17196 3958 0 -1 4202560 291 0 0 0 351 6 0 0 20 0 22 0 339682002 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911330236584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17203] ppid=17194 vsize=2966184 CPUtime=3.52 cores=0,2,4,6
/proc/17196/task/17203/stat : 17203 (java) S 17194 17196 3958 0 -1 4202560 240 0 0 0 347 5 0 0 20 0 22 0 339682002 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911329184808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17204] ppid=17194 vsize=2966184 CPUtime=3.7 cores=0,2,4,6
/proc/17196/task/17204/stat : 17204 (java) S 17194 17196 3958 0 -1 4202560 272 0 0 0 365 5 0 0 20 0 22 0 339682002 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911328132008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17205] ppid=17194 vsize=2966184 CPUtime=3.63 cores=0,2,4,6
/proc/17196/task/17205/stat : 17205 (java) S 17194 17196 3958 0 -1 4202560 238 0 0 0 357 6 0 0 20 0 22 0 339682002 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911327079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17206] ppid=17194 vsize=2966184 CPUtime=3.56 cores=0,2,4,6
/proc/17196/task/17206/stat : 17206 (java) S 17194 17196 3958 0 -1 4202560 236 0 0 0 352 4 0 0 20 0 22 0 339682002 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911326026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17207] ppid=17194 vsize=2966184 CPUtime=94.95 cores=0,2,4,6
/proc/17196/task/17207/stat : 17207 (java) S 17194 17196 3958 0 -1 4202560 143 0 0 0 9478 17 0 0 20 0 22 0 339682004 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911313615336 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17208] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17208/stat : 17208 (java) S 17194 17196 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339682004 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911312561400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17209] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17209/stat : 17209 (java) S 17194 17196 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339682004 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911193682952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17210] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17210/stat : 17210 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911192631440 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17211] ppid=17194 vsize=2966184 CPUtime=1.65 cores=0,2,4,6
/proc/17196/task/17211/stat : 17211 (java) S 17194 17196 3958 0 -1 4202560 11360 0 0 0 162 3 0 0 20 0 22 0 339682006 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911191579576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17212] ppid=17194 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/17196/task/17212/stat : 17212 (java) S 17194 17196 3958 0 -1 4202560 6541 0 0 0 94 2 0 0 20 0 22 0 339682006 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911190526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17213] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17213/stat : 17213 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911189474168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17214] ppid=17194 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/17196/task/17214/stat : 17214 (java) S 17194 17196 3958 0 -1 4202560 52 0 0 0 11 18 0 0 20 0 22 0 339682006 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911188421576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17217] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17217/stat : 17217 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339682036 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911185261480 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17218] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17218/stat : 17218 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339682036 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911184208680 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17270] ppid=17194 vsize=2966184 CPUtime=455.89 cores=0,2,4,6
/proc/17196/task/17270/stat : 17270 (java) R 17194 17196 3958 0 -1 4202560 126 0 0 0 45581 8 0 0 20 0 22 0 339717021 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911186313352 139911194373631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17271] ppid=17194 vsize=2966184 CPUtime=455.91 cores=0,2,4,6
/proc/17196/task/17271/stat : 17271 (java) R 17194 17196 3958 0 -1 4202560 89 0 0 0 45583 8 0 0 20 0 22 0 339717021 3037372416 219288 33554432000 1073741824 1073778376 140736521048352 139911187364704 139911194515151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1669.46
Current children cumulated vsize (KiB) 2966184

[startup+942.301 s]
/proc/loadavg: 2.90 3.48 3.63 4/218 17342
/proc/meminfo: memFree=30214800/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2966184 CPUtime=1779.76 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 25225 0 1 0 177853 123 0 0 20 0 22 0 339682000 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 741546 224513 2282 9 0 732240 0
[pid=17196/tid=17198] ppid=17194 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/17196/task/17198/stat : 17198 (java) S 17194 17196 3958 0 -1 4202560 2910 0 1 0 32 2 0 0 20 0 22 0 339682001 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911349114024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17199] ppid=17194 vsize=2966184 CPUtime=4.1 cores=0,2,4,6
/proc/17196/task/17199/stat : 17199 (java) S 17194 17196 3958 0 -1 4202560 296 0 0 0 405 5 0 0 20 0 22 0 339682002 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911333394984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17200] ppid=17194 vsize=2966184 CPUtime=4.08 cores=0,2,4,6
/proc/17196/task/17200/stat : 17200 (java) S 17194 17196 3958 0 -1 4202560 291 0 0 0 401 7 0 0 20 0 22 0 339682002 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911332342184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17201] ppid=17194 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/17196/task/17201/stat : 17201 (java) S 17194 17196 3958 0 -1 4202560 244 0 0 0 376 5 0 0 20 0 22 0 339682002 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911331289384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17202] ppid=17194 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/17196/task/17202/stat : 17202 (java) S 17194 17196 3958 0 -1 4202560 328 0 0 0 378 7 0 0 20 0 22 0 339682002 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911330236584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17203] ppid=17194 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/17196/task/17203/stat : 17203 (java) S 17194 17196 3958 0 -1 4202560 267 0 0 0 373 5 0 0 20 0 22 0 339682002 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911329184808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17204] ppid=17194 vsize=2966184 CPUtime=3.97 cores=0,2,4,6
/proc/17196/task/17204/stat : 17204 (java) S 17194 17196 3958 0 -1 4202560 294 0 0 0 392 5 0 0 20 0 22 0 339682002 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911328132008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17205] ppid=17194 vsize=2966184 CPUtime=3.93 cores=0,2,4,6
/proc/17196/task/17205/stat : 17205 (java) S 17194 17196 3958 0 -1 4202560 257 0 0 0 387 6 0 0 20 0 22 0 339682002 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911327079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17206] ppid=17194 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/17196/task/17206/stat : 17206 (java) S 17194 17196 3958 0 -1 4202560 240 0 0 0 381 5 0 0 20 0 22 0 339682002 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911326026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17207] ppid=17194 vsize=2966184 CPUtime=105.61 cores=0,2,4,6
/proc/17196/task/17207/stat : 17207 (java) S 17194 17196 3958 0 -1 4202560 147 0 0 0 10544 17 0 0 20 0 22 0 339682004 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911313615336 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17208] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17208/stat : 17208 (java) S 17194 17196 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339682004 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911312561400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17209] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17209/stat : 17209 (java) S 17194 17196 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339682004 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911193682952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17210] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17210/stat : 17210 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911192631440 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17211] ppid=17194 vsize=2966184 CPUtime=1.65 cores=0,2,4,6
/proc/17196/task/17211/stat : 17211 (java) S 17194 17196 3958 0 -1 4202560 11360 0 0 0 162 3 0 0 20 0 22 0 339682006 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911191579576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17212] ppid=17194 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/17196/task/17212/stat : 17212 (java) S 17194 17196 3958 0 -1 4202560 6541 0 0 0 94 2 0 0 20 0 22 0 339682006 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911190526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17213] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17213/stat : 17213 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911189474168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17214] ppid=17194 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/17196/task/17214/stat : 17214 (java) S 17194 17196 3958 0 -1 4202560 56 0 0 0 12 19 0 0 20 0 22 0 339682006 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911188421576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17217] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17217/stat : 17217 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339682036 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911185261480 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17218] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17218/stat : 17218 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339682036 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911184208680 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17270] ppid=17194 vsize=2966184 CPUtime=504.61 cores=0,2,4,6
/proc/17196/task/17270/stat : 17270 (java) R 17194 17196 3958 0 -1 4202560 139 0 0 0 50452 9 0 0 20 0 22 0 339717021 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911186314192 139911194274746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17271] ppid=17194 vsize=2966184 CPUtime=504.63 cores=0,2,4,6
/proc/17196/task/17271/stat : 17271 (java) R 17194 17196 3958 0 -1 4202560 95 0 0 0 50454 9 0 0 20 0 22 0 339717021 3037372416 224513 33554432000 1073741824 1073778376 140736521048352 139911187364928 139911194550224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1779.76
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+953.201 s]
/proc/loadavg: 2.91 3.46 3.62 4/218 17342
/proc/meminfo: memFree=30214800/32873648 swapFree=7628/7628
[pid=17196] ppid=17194 vsize=2966184 CPUtime=1800.1 cores=0,2,4,6
/proc/17196/stat : 17196 (java) S 17194 17196 3958 0 -1 4202496 25240 0 1 0 179886 124 0 0 20 0 22 0 339682000 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 140736521039488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17196/statm: 741546 224523 2282 9 0 732240 0
[pid=17196/tid=17198] ppid=17194 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/17196/task/17198/stat : 17198 (java) S 17194 17196 3958 0 -1 4202560 2910 0 1 0 32 2 0 0 20 0 22 0 339682001 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911349114024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17199] ppid=17194 vsize=2966184 CPUtime=4.14 cores=0,2,4,6
/proc/17196/task/17199/stat : 17199 (java) S 17194 17196 3958 0 -1 4202560 301 0 0 0 409 5 0 0 20 0 22 0 339682002 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911333394984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17200] ppid=17194 vsize=2966184 CPUtime=4.11 cores=0,2,4,6
/proc/17196/task/17200/stat : 17200 (java) S 17194 17196 3958 0 -1 4202560 291 0 0 0 404 7 0 0 20 0 22 0 339682002 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911332342184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17201] ppid=17194 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/17196/task/17201/stat : 17201 (java) S 17194 17196 3958 0 -1 4202560 244 0 0 0 380 5 0 0 20 0 22 0 339682002 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911331289384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17202] ppid=17194 vsize=2966184 CPUtime=3.89 cores=0,2,4,6
/proc/17196/task/17202/stat : 17202 (java) S 17194 17196 3958 0 -1 4202560 328 0 0 0 382 7 0 0 20 0 22 0 339682002 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911330236584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17203] ppid=17194 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/17196/task/17203/stat : 17203 (java) S 17194 17196 3958 0 -1 4202560 267 0 0 0 376 5 0 0 20 0 22 0 339682002 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911329184808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17204] ppid=17194 vsize=2966184 CPUtime=4.01 cores=0,2,4,6
/proc/17196/task/17204/stat : 17204 (java) S 17194 17196 3958 0 -1 4202560 294 0 0 0 396 5 0 0 20 0 22 0 339682002 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911328132008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17205] ppid=17194 vsize=2966184 CPUtime=3.97 cores=0,2,4,6
/proc/17196/task/17205/stat : 17205 (java) S 17194 17196 3958 0 -1 4202560 259 0 0 0 391 6 0 0 20 0 22 0 339682002 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911327079208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17206] ppid=17194 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/17196/task/17206/stat : 17206 (java) S 17194 17196 3958 0 -1 4202560 243 0 0 0 385 5 0 0 20 0 22 0 339682002 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911326026408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17207] ppid=17194 vsize=2966184 CPUtime=107.21 cores=0,2,4,6
/proc/17196/task/17207/stat : 17207 (java) S 17194 17196 3958 0 -1 4202560 147 0 0 0 10703 18 0 0 20 0 22 0 339682004 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911313615336 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17208] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17208/stat : 17208 (java) S 17194 17196 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339682004 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911312561400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17209] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17209/stat : 17209 (java) S 17194 17196 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339682004 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911193682952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17210] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17210/stat : 17210 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911192631440 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17196/tid=17211] ppid=17194 vsize=2966184 CPUtime=1.65 cores=0,2,4,6
/proc/17196/task/17211/stat : 17211 (java) S 17194 17196 3958 0 -1 4202560 11360 0 0 0 162 3 0 0 20 0 22 0 339682006 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911191579576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17212] ppid=17194 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/17196/task/17212/stat : 17212 (java) S 17194 17196 3958 0 -1 4202560 6541 0 0 0 94 2 0 0 20 0 22 0 339682006 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911190526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17213] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17213/stat : 17213 (java) S 17194 17196 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339682006 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911189474168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17196/tid=17214] ppid=17194 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/17196/task/17214/stat : 17214 (java) S 17194 17196 3958 0 -1 4202560 56 0 0 0 12 19 0 0 20 0 22 0 339682006 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911188421576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17196/tid=17217] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17217/stat : 17217 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339682036 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911185261480 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17218] ppid=17194 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17196/task/17218/stat : 17218 (java) S 17194 17196 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339682036 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911184208680 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17270] ppid=17194 vsize=2966184 CPUtime=513.83 cores=0,2,4,6
/proc/17196/task/17270/stat : 17270 (java) R 17194 17196 3958 0 -1 4202560 142 0 0 0 51374 9 0 0 20 0 22 0 339717021 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911186314192 139911194426736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17196/tid=17271] ppid=17194 vsize=2966184 CPUtime=513.85 cores=0,2,4,6
/proc/17196/task/17271/stat : 17271 (java) R 17194 17196 3958 0 -1 4202560 97 0 0 0 51376 9 0 0 20 0 22 0 339717021 3037372416 224523 33554432000 1073741824 1073778376 140736521048352 139911187365008 139911194550207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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): 953.234
CPU time (s): 1800.66
CPU user time (s): 1799.07
CPU system time (s): 1.59176
CPU usage (%): 188.9
Max. virtual memory (cumulated for all children) (KiB): 2967580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.59176
maximum resident set size= 900264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25275
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37771
involuntary context switches= 62474

runsolver used 3.2915 second user time and 8.80366 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 16:59:20
IDJOB=3731289
IDBENCH=1870
IDSOLVER=2324
FILE ID=node122/3731289-1338735560
RUNJOBID= node122-1338726600-10238
PBS_JOBID= 14636732
Free space on /tmp= 71188 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731289-1338735560/watcher-3731289-1338735560 -o /tmp/evaluation-result-3731289-1338735560/solver-3731289-1338735560 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3731289-1338735560.opb

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

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=1607955992

node122.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.533
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	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.91
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        30707580 kB
Buffers:          233088 kB
Cached:           227436 kB
SwapCached:         1832 kB
Active:          1221492 kB
Inactive:         107188 kB
Active(anon):     865124 kB
Inactive(anon):     5432 kB
Active(file):     356368 kB
Inactive(file):   101756 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:                60 kB
Writeback:             0 kB
AnonPages:        874024 kB
Mapped:            17104 kB
Shmem:                 0 kB
Slab:             684428 kB
SReclaimable:     128376 kB
SUnreclaim:       556052 kB
KernelStack:        1624 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71180 MiB
End job on node122 at 2012-06-03 17:15:15