Trace number 3492304

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08MSAT (TO) 1800.09 1796.85

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-41-40--soft-33-100-0.wbo
MD5SUM821b84a7358221fefacfb8b50c463b59
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.122981
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1640
Total number of constraints81
Number of soft constraints54
Number of constraints which are clauses41
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
Top cost 3128
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3127
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492304-1307909113.wbo
0.10/0.11	c reading problem ... 
0.27/0.20	c ... done. Wall clock time 0.091s.
0.27/0.20	c #vars     1694
0.27/0.20	c #constraints  81
0.27/0.20	c constraints type 
0.27/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
0.27/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.27/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26
0.53/0.32	c SATISFIABLE
0.53/0.32	c OPTIMIZING...
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.206
0.53/0.32	o 181
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.53/0.35	o 84
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.264
0.53/0.37	o 42
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.325
0.75/0.44	o 10
0.97/0.60	c Got one! Elapsed wall clock time (in seconds):0.486
0.97/0.60	o 1
1.97/1.66	c cleaning 3419 clauses out of 6881 with flag 5000/6881
3.42/3.05	c cleaning 4690 clauses out of 9464 with flag 11002/12883
5.13/4.79	c cleaning 5879 clauses out of 11773 with flag 18001/19882
7.14/6.76	c cleaning 6914 clauses out of 13893 with flag 26000/27881
9.67/9.28	c cleaning 7975 clauses out of 15980 with flag 35001/36882
12.68/12.25	c cleaning 8973 clauses out of 18004 with flag 45000/46881
15.68/15.26	c cleaning 9461 clauses out of 19032 with flag 55001/56882
19.28/18.85	c cleaning 9753 clauses out of 19571 with flag 65001/66882
23.51/23.03	c cleaning 9867 clauses out of 19818 with flag 75001/76882
26.61/26.14	c cleaning 9948 clauses out of 19950 with flag 85000/86881
30.32/29.83	c cleaning 9976 clauses out of 20003 with flag 95001/96882
34.23/33.76	c cleaning 9986 clauses out of 20026 with flag 105000/106881
37.94/37.49	c cleaning 9985 clauses out of 20040 with flag 115000/116881
41.04/40.59	c cleaning 9956 clauses out of 20055 with flag 125000/126881
44.86/44.39	c cleaning 9928 clauses out of 20099 with flag 135000/136881
49.97/49.50	c cleaning 9902 clauses out of 20171 with flag 145000/146881
53.28/52.74	c cleaning 10100 clauses out of 20269 with flag 155000/156881
56.88/56.30	c cleaning 10048 clauses out of 20169 with flag 165000/166881
59.89/59.35	c cleaning 10014 clauses out of 20122 with flag 175001/176882
62.89/62.30	c cleaning 10036 clauses out of 20108 with flag 185001/186882
67.30/66.74	c cleaning 10001 clauses out of 20071 with flag 195000/196881
71.51/70.98	c cleaning 10011 clauses out of 20070 with flag 205000/206881
74.53/73.94	c cleaning 10010 clauses out of 20060 with flag 215001/216882
77.83/77.27	c cleaning 10004 clauses out of 20050 with flag 225001/226882
80.44/79.81	c cleaning 10010 clauses out of 20045 with flag 235000/236881
83.05/82.49	c cleaning 10006 clauses out of 20037 with flag 245002/246883
86.05/85.45	c cleaning 10000 clauses out of 20029 with flag 255000/256881
88.86/88.26	c cleaning 9951 clauses out of 20031 with flag 265002/266883
92.86/92.22	c cleaning 9999 clauses out of 20080 with flag 275002/276883
97.68/97.02	c cleaning 9985 clauses out of 20082 with flag 285003/286884
101.69/101.07	c cleaning 9988 clauses out of 20094 with flag 295000/296881
105.40/104.73	c cleaning 10023 clauses out of 20110 with flag 305004/306885
109.10/108.43	c cleaning 10013 clauses out of 20087 with flag 315004/316885
114.41/113.72	c cleaning 10024 clauses out of 20072 with flag 325002/326883
120.42/119.76	c cleaning 10011 clauses out of 20047 with flag 335001/336882
125.04/124.39	c cleaning 9974 clauses out of 20035 with flag 345000/346881
129.14/128.43	c cleaning 9970 clauses out of 20065 with flag 355004/356885
135.04/134.38	c cleaning 9966 clauses out of 20093 with flag 365002/366883
139.45/138.74	c cleaning 9988 clauses out of 20127 with flag 375002/376883
145.06/144.34	c cleaning 9988 clauses out of 20142 with flag 385005/386886
148.07/147.40	c cleaning 10038 clauses out of 20149 with flag 395000/396881
152.08/151.39	c cleaning 10028 clauses out of 20111 with flag 405000/406881
155.38/154.67	c cleaning 10023 clauses out of 20083 with flag 415000/416881
158.89/158.11	c cleaning 10013 clauses out of 20061 with flag 425001/426882
162.40/161.63	c cleaning 9985 clauses out of 20048 with flag 435001/436882
166.40/165.66	c cleaning 10006 clauses out of 20062 with flag 445000/446881
170.61/169.84	c cleaning 10006 clauses out of 20057 with flag 455001/456882
174.82/174.05	c cleaning 10008 clauses out of 20050 with flag 465000/466881
179.23/178.49	c cleaning 10008 clauses out of 20046 with flag 475004/476885
182.94/182.16	c cleaning 9991 clauses out of 20034 with flag 485000/486881
187.35/186.53	c cleaning 10004 clauses out of 20043 with flag 495000/496881
191.76/190.98	c cleaning 10004 clauses out of 20041 with flag 505002/506883
195.96/195.18	c cleaning 10003 clauses out of 20039 with flag 515004/516885
199.77/198.96	c cleaning 9984 clauses out of 20033 with flag 525001/526882
204.29/203.50	c cleaning 10007 clauses out of 20049 with flag 535001/536882
209.29/208.46	c cleaning 9995 clauses out of 20042 with flag 545001/546882
214.10/213.26	c cleaning 10002 clauses out of 20046 with flag 555000/556881
218.81/217.95	c cleaning 9997 clauses out of 20044 with flag 565000/566881
223.33/222.46	c cleaning 10007 clauses out of 20051 with flag 575004/576885
227.73/226.89	c cleaning 10003 clauses out of 20041 with flag 585001/586882
230.34/229.49	c cleaning 9997 clauses out of 20037 with flag 595000/596881
232.96/232.06	c cleaning 9988 clauses out of 20042 with flag 605002/606883
235.66/234.75	c cleaning 9982 clauses out of 20052 with flag 615000/616881
239.58/238.64	c cleaning 10003 clauses out of 20070 with flag 625000/626881
244.00/243.06	c cleaning 10000 clauses out of 20069 with flag 635002/636883
247.60/246.69	c cleaning 10001 clauses out of 20067 with flag 645000/646881
252.11/251.19	c cleaning 10006 clauses out of 20066 with flag 655000/656881
256.52/255.58	c cleaning 9994 clauses out of 20060 with flag 665000/666881
260.73/259.73	c cleaning 9989 clauses out of 20068 with flag 675002/676883
264.84/263.89	c cleaning 9994 clauses out of 20077 with flag 685000/686881
268.94/267.95	c cleaning 9996 clauses out of 20083 with flag 695000/696881
273.35/272.34	c cleaning 10000 clauses out of 20088 with flag 705001/706882
277.66/276.60	c cleaning 10004 clauses out of 20091 with flag 715004/716885
281.66/280.67	c cleaning 10029 clauses out of 20084 with flag 725001/726882
286.07/285.02	c cleaning 10016 clauses out of 20055 with flag 735001/736882
290.48/289.44	c cleaning 10009 clauses out of 20038 with flag 745000/746881
294.79/293.72	c cleaning 10005 clauses out of 20033 with flag 755004/756885
298.69/297.69	c cleaning 9996 clauses out of 20026 with flag 765002/766883
302.81/301.78	c cleaning 10003 clauses out of 20028 with flag 775000/776881
306.72/305.61	c cleaning 9998 clauses out of 20026 with flag 785001/786882
311.12/310.04	c cleaning 9990 clauses out of 20027 with flag 795000/796881
315.74/314.61	c cleaning 9996 clauses out of 20037 with flag 805000/806881
320.34/319.22	c cleaning 10010 clauses out of 20041 with flag 815000/816881
324.35/323.24	c cleaning 10004 clauses out of 20032 with flag 825001/826882
328.76/327.70	c cleaning 9998 clauses out of 20027 with flag 835000/836881
333.06/331.93	c cleaning 10003 clauses out of 20029 with flag 845000/846881
337.26/336.12	c cleaning 9989 clauses out of 20031 with flag 855005/856886
341.47/340.31	c cleaning 10007 clauses out of 20040 with flag 865003/866884
346.38/345.23	c cleaning 10005 clauses out of 20031 with flag 875001/876882
350.09/348.92	c cleaning 9971 clauses out of 20026 with flag 885001/886882
354.10/352.99	c cleaning 9928 clauses out of 20054 with flag 895000/896881
359.01/357.88	c cleaning 9991 clauses out of 20127 with flag 905001/906882
363.13/361.97	c cleaning 10009 clauses out of 20137 with flag 915002/916883
366.04/364.82	c cleaning 10021 clauses out of 20127 with flag 925001/926882
369.75/368.51	c cleaning 10011 clauses out of 20105 with flag 935000/936881
372.96/371.74	c cleaning 10020 clauses out of 20094 with flag 945000/946881
378.66/377.49	c cleaning 10020 clauses out of 20074 with flag 955000/956881
382.77/381.56	c cleaning 10010 clauses out of 20054 with flag 965000/966881
386.48/385.24	c cleaning 9989 clauses out of 20044 with flag 975000/976881
390.79/389.51	c cleaning 9999 clauses out of 20055 with flag 985000/986881
395.20/393.92	c cleaning 10004 clauses out of 20061 with flag 995005/996886
399.41/398.12	c cleaning 9999 clauses out of 20054 with flag 1005002/1006883
403.41/402.18	c cleaning 10002 clauses out of 20054 with flag 1015001/1016882
408.61/407.33	c cleaning 9977 clauses out of 20053 with flag 1025002/1026883
413.74/412.41	c cleaning 10022 clauses out of 20077 with flag 1035003/1036884
418.55/417.24	c cleaning 10011 clauses out of 20064 with flag 1045012/1046893
423.46/422.11	c cleaning 9995 clauses out of 20042 with flag 1055001/1056882
428.36/427.01	c cleaning 9989 clauses out of 20046 with flag 1065000/1066881
433.17/431.82	c cleaning 10008 clauses out of 20057 with flag 1075000/1076881
436.98/435.67	c cleaning 9993 clauses out of 20051 with flag 1085002/1086883
441.18/439.81	c cleaning 9989 clauses out of 20058 with flag 1095002/1096883
444.99/443.63	c cleaning 10004 clauses out of 20067 with flag 1105000/1106881
449.19/447.82	c cleaning 10002 clauses out of 20063 with flag 1115000/1116881
453.00/451.66	c cleaning 9999 clauses out of 20061 with flag 1125000/1126881
457.10/455.74	c cleaning 10001 clauses out of 20062 with flag 1135000/1136881
460.91/459.52	c cleaning 10001 clauses out of 20061 with flag 1145000/1146881
464.91/463.54	c cleaning 10001 clauses out of 20061 with flag 1155001/1156882
469.42/468.00	c cleaning 10002 clauses out of 20062 with flag 1165003/1166884
473.72/472.34	c cleaning 9999 clauses out of 20058 with flag 1175001/1176882
477.32/475.93	c cleaning 10014 clauses out of 20059 with flag 1185001/1186882
481.23/479.89	c cleaning 10001 clauses out of 20044 with flag 1195000/1196881
485.04/483.61	c cleaning 9995 clauses out of 20044 with flag 1205001/1206882
488.75/487.39	c cleaning 10002 clauses out of 20048 with flag 1215000/1216881
492.85/491.49	c cleaning 10004 clauses out of 20047 with flag 1225001/1226882
496.96/495.58	c cleaning 10005 clauses out of 20042 with flag 1235000/1236881
500.77/499.37	c cleaning 9989 clauses out of 20038 with flag 1245001/1246882
504.77/503.35	c cleaning 10009 clauses out of 20049 with flag 1255001/1256882
508.58/507.12	c cleaning 9995 clauses out of 20040 with flag 1265001/1266882
512.48/511.10	c cleaning 9986 clauses out of 20045 with flag 1275001/1276882
516.58/515.11	c cleaning 10008 clauses out of 20059 with flag 1285001/1286882
520.38/518.91	c cleaning 9993 clauses out of 20050 with flag 1295000/1296881
524.29/522.85	c cleaning 10016 clauses out of 20059 with flag 1305002/1306883
528.40/526.95	c cleaning 10004 clauses out of 20044 with flag 1315003/1316884
532.80/531.36	c cleaning 9987 clauses out of 20037 with flag 1325000/1326881
536.01/534.60	c cleaning 9963 clauses out of 20051 with flag 1335001/1336882
540.01/538.57	c cleaning 9989 clauses out of 20088 with flag 1345001/1346882
543.32/541.85	c cleaning 9970 clauses out of 20101 with flag 1355003/1356884
547.14/545.64	c cleaning 9985 clauses out of 20128 with flag 1365000/1366881
550.04/548.57	c cleaning 9959 clauses out of 20144 with flag 1375001/1376882
553.05/551.59	c cleaning 10035 clauses out of 20185 with flag 1385001/1386882
556.46/554.93	c cleaning 10020 clauses out of 20154 with flag 1395005/1396886
560.16/558.66	c cleaning 10003 clauses out of 20129 with flag 1405000/1406881
563.67/562.11	c cleaning 10050 clauses out of 20127 with flag 1415001/1416882
568.67/567.20	c cleaning 9984 clauses out of 20077 with flag 1425001/1426882
573.68/572.11	c cleaning 10013 clauses out of 20094 with flag 1435002/1436883
578.49/576.91	c cleaning 9987 clauses out of 20079 with flag 1445000/1446881
583.10/581.53	c cleaning 10014 clauses out of 20095 with flag 1455003/1456884
586.72/585.15	c cleaning 10022 clauses out of 20082 with flag 1465004/1466885
590.12/588.58	c cleaning 10008 clauses out of 20059 with flag 1475003/1476884
593.82/592.25	c cleaning 10008 clauses out of 20053 with flag 1485005/1486886
597.33/595.78	c cleaning 9998 clauses out of 20041 with flag 1495001/1496882
601.04/599.45	c cleaning 9999 clauses out of 20042 with flag 1505000/1506881
604.64/603.04	c cleaning 10004 clauses out of 20048 with flag 1515005/1516886
607.84/606.21	c cleaning 10000 clauses out of 20041 with flag 1525002/1526883
611.54/609.91	c cleaning 10001 clauses out of 20040 with flag 1535001/1536882
615.35/613.76	c cleaning 9995 clauses out of 20038 with flag 1545000/1546881
619.05/617.48	c cleaning 10005 clauses out of 20044 with flag 1555001/1556882
623.46/621.89	c cleaning 10002 clauses out of 20040 with flag 1565002/1566883
627.57/625.99	c cleaning 9990 clauses out of 20036 with flag 1575000/1576881
631.18/629.57	c cleaning 10014 clauses out of 20055 with flag 1585009/1586890
635.58/633.93	c cleaning 9993 clauses out of 20036 with flag 1595004/1596885
639.39/637.77	c cleaning 9995 clauses out of 20041 with flag 1605002/1606883
644.00/642.33	c cleaning 10006 clauses out of 20046 with flag 1615002/1616883
647.50/645.82	c cleaning 9994 clauses out of 20038 with flag 1625000/1626881
652.10/650.48	c cleaning 10004 clauses out of 20047 with flag 1635003/1636884
657.51/655.88	c cleaning 9999 clauses out of 20040 with flag 1645000/1646881
662.12/660.42	c cleaning 10000 clauses out of 20043 with flag 1655002/1656883
667.14/665.49	c cleaning 10000 clauses out of 20041 with flag 1665000/1666881
671.44/669.79	c cleaning 9996 clauses out of 20043 with flag 1675002/1676883
676.55/674.80	c cleaning 9995 clauses out of 20045 with flag 1685000/1686881
682.16/680.41	c cleaning 10006 clauses out of 20050 with flag 1695000/1696881
686.98/685.28	c cleaning 9997 clauses out of 20047 with flag 1705003/1706884
692.38/690.70	c cleaning 9994 clauses out of 20048 with flag 1715001/1716882
697.99/696.26	c cleaning 10007 clauses out of 20056 with flag 1725003/1726884
702.49/700.77	c cleaning 10002 clauses out of 20047 with flag 1735001/1736882
706.90/705.19	c cleaning 10001 clauses out of 20045 with flag 1745001/1746882
711.60/709.87	c cleaning 10000 clauses out of 20045 with flag 1755002/1756883
716.10/714.36	c cleaning 9993 clauses out of 20043 with flag 1765000/1766881
720.01/718.20	c cleaning 10003 clauses out of 20050 with flag 1775000/1776881
723.71/722.00	c cleaning 10002 clauses out of 20049 with flag 1785002/1786883
727.72/725.93	c cleaning 10001 clauses out of 20046 with flag 1795001/1796882
731.72/729.98	c cleaning 10000 clauses out of 20044 with flag 1805000/1806881
735.63/733.82	c cleaning 10000 clauses out of 20045 with flag 1815001/1816882
739.43/737.60	c cleaning 9998 clauses out of 20045 with flag 1825001/1826882
743.15/741.32	c cleaning 10002 clauses out of 20047 with flag 1835001/1836882
746.85/745.00	c cleaning 10000 clauses out of 20046 with flag 1845002/1846883
751.05/749.28	c cleaning 10002 clauses out of 20045 with flag 1855001/1856882
755.16/753.33	c cleaning 9999 clauses out of 20042 with flag 1865000/1866881
759.26/757.40	c cleaning 10000 clauses out of 20044 with flag 1875001/1876882
763.16/761.31	c cleaning 10003 clauses out of 20044 with flag 1885001/1886882
767.27/765.49	c cleaning 9996 clauses out of 20040 with flag 1895000/1896881
771.47/769.64	c cleaning 9995 clauses out of 20045 with flag 1905001/1906882
775.08/773.23	c cleaning 10005 clauses out of 20050 with flag 1915001/1916882
778.68/776.85	c cleaning 9998 clauses out of 20044 with flag 1925000/1926881
782.80/780.95	c cleaning 9996 clauses out of 20047 with flag 1935001/1936882
786.50/784.69	c cleaning 10006 clauses out of 20052 with flag 1945002/1946883
790.40/788.57	c cleaning 10000 clauses out of 20044 with flag 1955000/1956881
794.50/792.62	c cleaning 10001 clauses out of 20044 with flag 1965000/1966881
798.41/796.54	c cleaning 10000 clauses out of 20044 with flag 1975001/1976882
802.21/800.34	c cleaning 10002 clauses out of 20043 with flag 1985000/1986881
805.21/803.34	c cleaning 9984 clauses out of 20045 with flag 1995004/1996885
808.52/806.62	c cleaning 9995 clauses out of 20058 with flag 2005001/2006882
811.73/809.87	c cleaning 9996 clauses out of 20062 with flag 2015000/2016881
815.34/813.43	c cleaning 9997 clauses out of 20067 with flag 2025001/2026882
819.04/817.13	c cleaning 9998 clauses out of 20070 with flag 2035001/2036882
823.75/821.89	c cleaning 10002 clauses out of 20073 with flag 2045002/2046883
827.56/825.66	c cleaning 10005 clauses out of 20072 with flag 2055003/2056884
831.87/829.97	c cleaning 10001 clauses out of 20066 with flag 2065002/2066883
835.98/834.07	c cleaning 10001 clauses out of 20064 with flag 2075001/2076882
839.89/837.98	c cleaning 10018 clauses out of 20063 with flag 2085001/2086882
843.80/841.83	c cleaning 10005 clauses out of 20046 with flag 2095002/2096883
848.10/846.19	c cleaning 10005 clauses out of 20039 with flag 2105000/2106881
852.01/850.02	c cleaning 10001 clauses out of 20034 with flag 2115000/2116881
855.81/853.84	c cleaning 10000 clauses out of 20035 with flag 2125002/2126883
860.02/858.04	c cleaning 9999 clauses out of 20037 with flag 2135004/2136885
864.52/862.53	c cleaning 9991 clauses out of 20034 with flag 2145000/2146881
869.03/867.04	c cleaning 10001 clauses out of 20043 with flag 2155000/2156881
873.44/871.49	c cleaning 9999 clauses out of 20042 with flag 2165000/2166881
877.85/875.83	c cleaning 10000 clauses out of 20043 with flag 2175000/2176881
882.45/880.46	c cleaning 10000 clauses out of 20045 with flag 2185002/2186883
886.26/884.28	c cleaning 9989 clauses out of 20046 with flag 2195003/2196884
890.77/888.71	c cleaning 9961 clauses out of 20054 with flag 2205000/2206881
895.28/893.28	c cleaning 10015 clauses out of 20097 with flag 2215004/2216885
899.98/897.93	c cleaning 9998 clauses out of 20080 with flag 2225002/2226883
904.59/902.55	c cleaning 10006 clauses out of 20080 with flag 2235000/2236881
908.90/906.84	c cleaning 10001 clauses out of 20074 with flag 2245000/2246881
913.10/911.09	c cleaning 9998 clauses out of 20074 with flag 2255001/2256882
917.51/915.48	c cleaning 10001 clauses out of 20075 with flag 2265000/2266881
922.11/920.08	c cleaning 10003 clauses out of 20077 with flag 2275003/2276884
927.01/924.90	c cleaning 10015 clauses out of 20071 with flag 2285000/2286881
932.23/930.13	c cleaning 10008 clauses out of 20056 with flag 2295000/2296881
937.04/935.00	c cleaning 10005 clauses out of 20048 with flag 2305000/2306881
941.75/939.64	c cleaning 10004 clauses out of 20043 with flag 2315000/2316881
946.76/944.64	c cleaning 10001 clauses out of 20041 with flag 2325002/2326883
951.77/949.69	c cleaning 10002 clauses out of 20042 with flag 2335004/2336885
956.88/954.79	c cleaning 9997 clauses out of 20037 with flag 2345001/2346882
961.19/959.05	c cleaning 9996 clauses out of 20041 with flag 2355002/2356883
965.89/963.79	c cleaning 9994 clauses out of 20044 with flag 2365001/2366882
970.70/968.57	c cleaning 10005 clauses out of 20049 with flag 2375000/2376881
975.40/973.20	c cleaning 10004 clauses out of 20047 with flag 2385003/2386884
980.21/978.08	c cleaning 10001 clauses out of 20040 with flag 2395000/2396881
985.72/983.54	c cleaning 10002 clauses out of 20041 with flag 2405002/2406883
991.53/989.35	c cleaning 10000 clauses out of 20038 with flag 2415001/2416882
996.83/994.69	c cleaning 9999 clauses out of 20038 with flag 2425001/2426882
1001.33/999.11	c cleaning 10000 clauses out of 20040 with flag 2435002/2436883
1005.44/1003.24	c cleaning 9998 clauses out of 20039 with flag 2445001/2446882
1009.34/1007.18	c cleaning 9999 clauses out of 20045 with flag 2455005/2456886
1013.34/1011.18	c cleaning 10000 clauses out of 20041 with flag 2465000/2466881
1017.65/1015.44	c cleaning 10000 clauses out of 20041 with flag 2475000/2476881
1021.26/1019.05	c cleaning 10002 clauses out of 20042 with flag 2485001/2486882
1025.28/1023.03	c cleaning 9996 clauses out of 20042 with flag 2495003/2496884
1029.17/1026.99	c cleaning 10001 clauses out of 20043 with flag 2505000/2506881
1032.98/1030.74	c cleaning 9997 clauses out of 20043 with flag 2515001/2516882
1037.09/1034.82	c cleaning 10005 clauses out of 20048 with flag 2525003/2526884
1041.09/1038.84	c cleaning 9995 clauses out of 20040 with flag 2535000/2536881
1044.89/1042.62	c cleaning 9999 clauses out of 20046 with flag 2545001/2546882
1048.60/1046.31	c cleaning 10003 clauses out of 20047 with flag 2555001/2556882
1052.30/1050.07	c cleaning 9995 clauses out of 20043 with flag 2565000/2566881
1056.11/1053.87	c cleaning 10004 clauses out of 20050 with flag 2575002/2576883
1060.20/1057.96	c cleaning 10003 clauses out of 20048 with flag 2585004/2586885
1064.11/1061.85	c cleaning 10002 clauses out of 20044 with flag 2595003/2596884
1068.02/1065.72	c cleaning 10001 clauses out of 20039 with flag 2605000/2606881
1072.42/1070.18	c cleaning 10003 clauses out of 20041 with flag 2615003/2616884
1076.33/1074.08	c cleaning 9996 clauses out of 20035 with flag 2625000/2626881
1080.53/1078.26	c cleaning 9999 clauses out of 20039 with flag 2635000/2636881
1084.65/1082.38	c cleaning 9999 clauses out of 20040 with flag 2645000/2646881
1088.55/1086.25	c cleaning 9997 clauses out of 20045 with flag 2655004/2656885
1092.65/1090.38	c cleaning 10008 clauses out of 20045 with flag 2665001/2666882
1097.15/1094.83	c cleaning 9988 clauses out of 20037 with flag 2675001/2676882
1101.06/1098.80	c cleaning 10000 clauses out of 20048 with flag 2685000/2686881
1105.16/1102.80	c cleaning 10005 clauses out of 20049 with flag 2695001/2696882
1109.27/1106.90	c cleaning 10000 clauses out of 20043 with flag 2705000/2706881
1113.28/1110.95	c cleaning 10006 clauses out of 20044 with flag 2715001/2716882
1117.38/1115.01	c cleaning 9999 clauses out of 20040 with flag 2725003/2726884
1121.19/1118.89	c cleaning 10005 clauses out of 20040 with flag 2735002/2736883
1125.10/1122.78	c cleaning 10002 clauses out of 20034 with flag 2745001/2746882
1129.40/1127.01	c cleaning 9999 clauses out of 20031 with flag 2755000/2756881
1133.40/1131.09	c cleaning 9999 clauses out of 20032 with flag 2765000/2766881
1137.41/1135.05	c cleaning 10002 clauses out of 20034 with flag 2775001/2776882
1141.52/1139.19	c cleaning 9999 clauses out of 20031 with flag 2785000/2786881
1145.32/1142.96	c cleaning 9999 clauses out of 20033 with flag 2795001/2796882
1149.73/1147.33	c cleaning 10002 clauses out of 20034 with flag 2805001/2806882
1153.63/1151.28	c cleaning 10000 clauses out of 20034 with flag 2815003/2816884
1157.53/1155.15	c cleaning 9995 clauses out of 20034 with flag 2825003/2826884
1162.13/1159.74	c cleaning 9995 clauses out of 20038 with flag 2835002/2836883
1166.25/1163.88	c cleaning 10004 clauses out of 20042 with flag 2845001/2846882
1170.24/1167.83	c cleaning 10003 clauses out of 20040 with flag 2855003/2856884
1174.34/1171.98	c cleaning 9999 clauses out of 20034 with flag 2865000/2866881
1178.45/1176.04	c cleaning 10002 clauses out of 20036 with flag 2875001/2876882
1182.55/1180.12	c cleaning 10000 clauses out of 20034 with flag 2885001/2886882
1186.46/1184.07	c cleaning 9999 clauses out of 20034 with flag 2895001/2896882
1190.56/1188.13	c cleaning 10000 clauses out of 20037 with flag 2905003/2906884
1194.78/1192.31	c cleaning 10003 clauses out of 20035 with flag 2915001/2916882
1198.88/1196.46	c cleaning 10002 clauses out of 20033 with flag 2925002/2926883
1203.08/1200.65	c cleaning 9993 clauses out of 20030 with flag 2935001/2936882
1207.48/1205.04	c cleaning 9994 clauses out of 20036 with flag 2945000/2946881
1211.49/1209.04	c cleaning 9996 clauses out of 20042 with flag 2955000/2956881
1215.50/1213.01	c cleaning 10008 clauses out of 20047 with flag 2965001/2966882
1219.90/1217.44	c cleaning 9998 clauses out of 20038 with flag 2975000/2976881
1224.51/1222.05	c cleaning 10003 clauses out of 20042 with flag 2985002/2986883
1227.71/1225.22	c cleaning 9966 clauses out of 20040 with flag 2995003/2996884
1231.41/1228.92	c cleaning 9975 clauses out of 20071 with flag 3005000/3006881
1235.12/1232.69	c cleaning 9989 clauses out of 20097 with flag 3015001/3016882
1238.53/1236.01	c cleaning 9999 clauses out of 20107 with flag 3025000/3026881
1241.83/1239.32	c cleaning 10022 clauses out of 20108 with flag 3035000/3036881
1245.34/1242.82	c cleaning 10022 clauses out of 20086 with flag 3045000/3046881
1250.45/1247.90	c cleaning 9925 clauses out of 20065 with flag 3055001/3056882
1256.26/1253.74	c cleaning 10020 clauses out of 20141 with flag 3065002/3066883
1260.57/1258.00	c cleaning 9971 clauses out of 20119 with flag 3075000/3076881
1264.59/1262.02	c cleaning 9986 clauses out of 20149 with flag 3085001/3086882
1268.39/1265.88	c cleaning 9990 clauses out of 20163 with flag 3095001/3096882
1272.29/1269.72	c cleaning 9997 clauses out of 20173 with flag 3105001/3106882
1276.10/1273.59	c cleaning 9997 clauses out of 20176 with flag 3115001/3116882
1279.90/1277.38	c cleaning 10054 clauses out of 20178 with flag 3125000/3126881
1284.02/1281.48	c cleaning 10037 clauses out of 20124 with flag 3135000/3136881
1288.82/1286.20	c cleaning 10025 clauses out of 20093 with flag 3145006/3146887
1293.12/1290.57	c cleaning 10007 clauses out of 20064 with flag 3155002/3156883
1297.53/1294.97	c cleaning 10007 clauses out of 20057 with flag 3165002/3166883
1301.83/1299.25	c cleaning 10000 clauses out of 20048 with flag 3175000/3176881
1306.04/1303.41	c cleaning 10007 clauses out of 20049 with flag 3185001/3186882
1309.94/1307.34	c cleaning 10007 clauses out of 20043 with flag 3195002/3196883
1313.85/1311.26	c cleaning 10004 clauses out of 20038 with flag 3205004/3206885
1318.16/1315.54	c cleaning 9998 clauses out of 20032 with flag 3215002/3216883
1322.26/1319.66	c cleaning 10001 clauses out of 20035 with flag 3225003/3226884
1326.76/1324.14	c cleaning 9995 clauses out of 20033 with flag 3235002/3236883
1330.77/1328.17	c cleaning 10002 clauses out of 20037 with flag 3245001/3246882
1334.87/1332.24	c cleaning 10003 clauses out of 20035 with flag 3255001/3256882
1338.98/1336.30	c cleaning 9999 clauses out of 20031 with flag 3265000/3266881
1342.78/1340.13	c cleaning 9997 clauses out of 20032 with flag 3275000/3276881
1346.39/1343.72	c cleaning 9993 clauses out of 20035 with flag 3285000/3286881
1350.99/1348.37	c cleaning 9964 clauses out of 20045 with flag 3295003/3296884
1355.30/1352.61	c cleaning 10001 clauses out of 20082 with flag 3305004/3306885
1359.51/1356.86	c cleaning 10009 clauses out of 20077 with flag 3315000/3316881
1364.02/1361.39	c cleaning 9997 clauses out of 20070 with flag 3325002/3326883
1368.42/1365.72	c cleaning 10010 clauses out of 20074 with flag 3335003/3336884
1373.34/1370.67	c cleaning 9995 clauses out of 20069 with flag 3345008/3346889
1378.23/1375.59	c cleaning 9982 clauses out of 20068 with flag 3355002/3356883
1383.04/1380.31	c cleaning 10017 clauses out of 20085 with flag 3365001/3366882
1387.65/1384.97	c cleaning 9989 clauses out of 20070 with flag 3375003/3376884
1391.65/1388.94	c cleaning 9995 clauses out of 20078 with flag 3385000/3386881
1395.95/1393.23	c cleaning 10013 clauses out of 20085 with flag 3395002/3396883
1400.46/1397.79	c cleaning 9982 clauses out of 20072 with flag 3405002/3406883
1405.27/1402.57	c cleaning 10016 clauses out of 20088 with flag 3415000/3416881
1409.87/1407.12	c cleaning 10006 clauses out of 20072 with flag 3425000/3426881
1413.58/1410.86	c cleaning 9999 clauses out of 20069 with flag 3435003/3436884
1417.58/1414.85	c cleaning 9999 clauses out of 20068 with flag 3445001/3446882
1421.59/1418.83	c cleaning 10000 clauses out of 20070 with flag 3455002/3456883
1425.49/1422.75	c cleaning 9999 clauses out of 20071 with flag 3465003/3466884
1429.29/1426.60	c cleaning 9997 clauses out of 20069 with flag 3475000/3476881
1433.39/1430.62	c cleaning 10001 clauses out of 20073 with flag 3485001/3486882
1437.50/1434.73	c cleaning 9996 clauses out of 20071 with flag 3495000/3496881
1441.61/1438.84	c cleaning 10003 clauses out of 20076 with flag 3505001/3506882
1445.81/1443.04	c cleaning 10002 clauses out of 20074 with flag 3515002/3516883
1449.61/1446.85	c cleaning 10001 clauses out of 20073 with flag 3525003/3526884
1453.52/1450.79	c cleaning 10000 clauses out of 20071 with flag 3535002/3536883
1458.22/1455.42	c cleaning 9999 clauses out of 20071 with flag 3545002/3546883
1462.23/1459.41	c cleaning 10000 clauses out of 20073 with flag 3555003/3556884
1465.94/1463.11	c cleaning 10001 clauses out of 20072 with flag 3565002/3566883
1469.84/1467.04	c cleaning 9999 clauses out of 20069 with flag 3575000/3576881
1473.74/1470.92	c cleaning 9996 clauses out of 20070 with flag 3585000/3586881
1477.74/1474.91	c cleaning 10000 clauses out of 20075 with flag 3595001/3596882
1482.55/1479.71	c cleaning 10002 clauses out of 20075 with flag 3605001/3606882
1486.55/1483.76	c cleaning 9998 clauses out of 20074 with flag 3615002/3616883
1490.65/1487.81	c cleaning 10001 clauses out of 20074 with flag 3625000/3626881
1494.75/1491.98	c cleaning 10002 clauses out of 20073 with flag 3635000/3636881
1498.55/1495.80	c cleaning 9999 clauses out of 20072 with flag 3645001/3646882
1502.35/1499.50	c cleaning 10009 clauses out of 20072 with flag 3655000/3656881
1507.15/1504.39	c cleaning 10019 clauses out of 20066 with flag 3665003/3666884
1512.16/1509.33	c cleaning 9981 clauses out of 20045 with flag 3675001/3676882
1517.37/1514.50	c cleaning 10016 clauses out of 20063 with flag 3685000/3686881
1522.87/1520.09	c cleaning 10013 clauses out of 20049 with flag 3695002/3696883
1527.50/1524.70	c cleaning 9966 clauses out of 20035 with flag 3705001/3706882
1532.70/1529.86	c cleaning 10020 clauses out of 20071 with flag 3715003/3716884
1538.01/1535.19	c cleaning 10010 clauses out of 20053 with flag 3725005/3726886
1543.52/1540.69	c cleaning 10009 clauses out of 20040 with flag 3735002/3736883
1549.04/1546.15	c cleaning 10000 clauses out of 20029 with flag 3745000/3746881
1554.35/1551.45	c cleaning 10003 clauses out of 20029 with flag 3755000/3756881
1560.06/1557.15	c cleaning 9999 clauses out of 20026 with flag 3765000/3766881
1565.38/1562.41	c cleaning 10004 clauses out of 20031 with flag 3775004/3776885
1570.49/1567.51	c cleaning 9993 clauses out of 20024 with flag 3785001/3786882
1575.49/1572.50	c cleaning 9997 clauses out of 20030 with flag 3795000/3796881
1580.19/1577.27	c cleaning 10006 clauses out of 20034 with flag 3805001/3806882
1585.60/1582.66	c cleaning 9973 clauses out of 20030 with flag 3815003/3816884
1590.51/1587.51	c cleaning 10010 clauses out of 20059 with flag 3825005/3826886
1595.71/1592.80	c cleaning 10008 clauses out of 20044 with flag 3835000/3836881
1601.12/1598.11	c cleaning 10008 clauses out of 20040 with flag 3845004/3846885
1606.43/1603.44	c cleaning 9999 clauses out of 20029 with flag 3855001/3856882
1611.94/1608.93	c cleaning 10000 clauses out of 20033 with flag 3865004/3866885
1617.24/1614.26	c cleaning 9972 clauses out of 20031 with flag 3875002/3876883
1621.95/1618.98	c cleaning 9999 clauses out of 20057 with flag 3885000/3886881
1626.86/1623.85	c cleaning 10007 clauses out of 20059 with flag 3895001/3896882
1632.36/1629.36	c cleaning 10011 clauses out of 20052 with flag 3905001/3906882
1637.48/1634.45	c cleaning 10009 clauses out of 20042 with flag 3915002/3916883
1642.48/1639.40	c cleaning 10006 clauses out of 20038 with flag 3925007/3926888
1646.99/1643.96	c cleaning 9993 clauses out of 20025 with flag 3935000/3936881
1651.89/1648.84	c cleaning 10002 clauses out of 20040 with flag 3945008/3946889
1657.09/1654.07	c cleaning 9986 clauses out of 20035 with flag 3955005/3956886
1662.39/1659.34	c cleaning 10009 clauses out of 20044 with flag 3965000/3966881
1666.99/1663.91	c cleaning 10005 clauses out of 20037 with flag 3975002/3976883
1671.60/1668.50	c cleaning 9977 clauses out of 20033 with flag 3985003/3986884
1675.90/1672.81	c cleaning 9988 clauses out of 20055 with flag 3995002/3996883
1680.10/1677.06	c cleaning 9989 clauses out of 20065 with flag 4005000/4006881
1684.31/1681.25	c cleaning 9995 clauses out of 20077 with flag 4015001/4016882
1688.72/1685.65	c cleaning 9995 clauses out of 20081 with flag 4025000/4026881
1693.62/1690.51	c cleaning 10003 clauses out of 20089 with flag 4035003/4036884
1698.33/1695.25	c cleaning 9998 clauses out of 20083 with flag 4045000/4046881
1703.04/1699.98	c cleaning 10002 clauses out of 20085 with flag 4055000/4056881
1707.34/1704.29	c cleaning 9998 clauses out of 20084 with flag 4065001/4066882
1711.75/1708.68	c cleaning 10005 clauses out of 20089 with flag 4075004/4076885
1715.76/1712.62	c cleaning 9998 clauses out of 20080 with flag 4085000/4086881
1719.66/1716.55	c cleaning 9998 clauses out of 20082 with flag 4095000/4096881
1723.66/1720.58	c cleaning 9992 clauses out of 20085 with flag 4105001/4106882
1727.67/1724.59	c cleaning 9998 clauses out of 20094 with flag 4115002/4116883
1731.47/1728.36	c cleaning 10005 clauses out of 20095 with flag 4125001/4126882
1735.98/1732.89	c cleaning 10001 clauses out of 20090 with flag 4135001/4136882
1740.38/1737.22	c cleaning 10001 clauses out of 20089 with flag 4145001/4146882
1744.58/1741.46	c cleaning 10002 clauses out of 20089 with flag 4155002/4156883
1748.89/1745.75	c cleaning 10002 clauses out of 20090 with flag 4165005/4166886
1753.09/1749.97	c cleaning 9995 clauses out of 20083 with flag 4175000/4176881
1757.79/1754.61	c cleaning 9999 clauses out of 20090 with flag 4185002/4186883
1762.09/1758.93	c cleaning 10000 clauses out of 20089 with flag 4195000/4196881
1767.29/1764.14	c cleaning 10000 clauses out of 20089 with flag 4205000/4206881
1771.59/1768.43	c cleaning 9995 clauses out of 20089 with flag 4215000/4216881
1775.89/1772.74	c cleaning 9996 clauses out of 20095 with flag 4225001/4226882
1780.09/1776.92	c cleaning 10006 clauses out of 20098 with flag 4235000/4236881
1784.11/1780.98	c cleaning 10005 clauses out of 20095 with flag 4245003/4246884
1788.51/1785.31	c cleaning 10001 clauses out of 20088 with flag 4255001/4256882
1792.61/1789.41	c cleaning 9997 clauses out of 20086 with flag 4265000/4266881
1796.51/1793.36	c cleaning 10002 clauses out of 20089 with flag 4275000/4276881
1800.01/1796.81	c starts		: 258
1800.01/1796.81	c conflicts		: 4285728
1800.01/1796.81	c decisions		: 5823346
1800.01/1796.81	c propagations		: 99789137
1800.01/1796.81	c inspects		: 6653042977
1800.01/1796.81	c shortcuts		: 0
1800.01/1796.81	c learnt literals	: 0
1800.01/1796.81	c learnt binary clauses	: 0
1800.01/1796.81	c learnt ternary clauses	: 0
1800.01/1796.81	c learnt constraints	: 4285728
1800.01/1796.81	c ignored constraints	: 0
1800.01/1796.81	c root simplifications	: 0
1800.01/1796.81	c removed literals (reason simplification)	: 31618388
1800.01/1796.81	c reason swapping (by a shorter reason)	: 0
1800.01/1796.81	c Calls to reduceDB	: 429
1800.01/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.81	c number of learned constraints concerned by reduction	: 0
1800.01/1796.81	c number of learning phase by resolution	: 0
1800.01/1796.81	c number of learning phase by cutting planes	: 0
1800.01/1796.81	c speed (assignments/second)	: 55555.29494553263
1800.01/1796.81	c non guided choices	59540
1800.01/1796.82	c learnt constraints type 
1800.01/1796.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18955
1800.01/1796.82	c constraints type 
1800.01/1796.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
1800.01/1796.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
1800.01/1796.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27
1800.01/1796.82	s SATISFIABLE
1800.01/1796.83	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 
1800.01/1796.83	c objective function=1
1800.01/1796.83	c Total wall clock time (in seconds): 1796.716

Verifier Data

OK	1

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 /var/tmp/evaluation-result-3492304-1307909113/watcher-3492304-1307909113 -o /var/tmp/evaluation-result-3492304-1307909113/solver-3492304-1307909113 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492304-1307909113.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/195 11240
/proc/meminfo: memFree=1553792/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/11240/stat : 11240 (java) R 11238 11240 9537 0 -1 4202496 916 0 0 0 0 0 0 0 25 0 1 0 902511135 23580672 657 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248084735744 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11240/statm: 5757 669 490 9 0 124 0

[startup+0.0106559 s]
/proc/loadavg: 2.00 2.00 1.91 3/195 11240
/proc/meminfo: memFree=1553792/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 1372 0 1 0 0 0 0 0 25 0 2 0 902511135 37810176 1072 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 9231 1072 833 9 0 387 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+0.100642 s]
/proc/loadavg: 2.00 2.00 1.91 3/195 11240
/proc/meminfo: memFree=1553792/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10539864 CPUtime=0.1 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 13035 0 1 0 9 1 0 0 25 0 18 0 902511135 10792820736 12697 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2634966 12697 2093 9 0 2625700 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539864

[startup+0.300608 s]
/proc/loadavg: 2.00 2.00 1.91 3/195 11240
/proc/meminfo: memFree=1553792/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10543240 CPUtime=0.53 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 15634 0 1 0 51 2 0 0 25 0 19 0 902511135 10796277760 14953 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2635810 14953 2217 9 0 2626544 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543240

[startup+0.700593 s]
/proc/loadavg: 2.00 2.00 1.91 3/195 11240
/proc/meminfo: memFree=1553792/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10543240 CPUtime=1.07 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 16627 0 1 0 105 2 0 0 25 0 19 0 902511135 10796277760 15802 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2635810 15803 2223 9 0 2626544 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 10543240

[startup+1.50139 s]
/proc/loadavg: 2.00 2.00 1.91 3/214 11259
/proc/meminfo: memFree=1497236/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10543240 CPUtime=1.87 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 17837 0 1 0 185 2 0 0 25 0 19 0 902511135 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2635810 17011 2225 9 0 2626544 0
[pid=11240/tid=11242] ppid=11238 vsize=10543240 CPUtime=1.47 cores=1,3,5,7
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 9537 0 -1 4202560 14219 0 1 0 146 1 0 0 25 0 19 0 902511135 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 46912505568773 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511137 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511137 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511137 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511137 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511137 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511137 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511137 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511137 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 9537 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902511138 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 0 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 9537 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902511138 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902511138 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101521841 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=10543240 CPUtime=0.18 cores=1,3,5,7
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 9537 0 -1 4202560 1342 0 0 0 18 0 0 0 25 0 19 0 902511141 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=10543240 CPUtime=0.19 cores=1,3,5,7
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 9537 0 -1 4202560 1114 0 0 0 19 0 0 0 25 0 19 0 902511141 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902511141 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=10543240 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902511156 10796277760 17011 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10543240

[startup+3.10111 s]
/proc/loadavg: 2.00 2.00 1.91 3/214 11259
/proc/meminfo: memFree=1485208/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10543388 CPUtime=3.53 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 22380 0 1 0 350 3 0 0 25 0 19 0 902511135 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2635847 21542 2251 9 0 2626581 0
[pid=11240/tid=11242] ppid=11238 vsize=10543388 CPUtime=3.04 cores=1,3,5,7
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 9537 0 -1 4202560 14388 0 1 0 303 1 0 0 25 0 19 0 902511135 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 46912505640922 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 9537 0 -1 4202560 408 0 0 0 0 0 0 0 15 0 19 0 902511137 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 9537 0 -1 4202560 400 0 0 0 0 0 0 0 15 0 19 0 902511137 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 9537 0 -1 4202560 423 0 0 0 0 0 0 0 16 0 19 0 902511137 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 9537 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902511137 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902511137 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 9537 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 902511137 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902511137 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 9537 0 -1 4202560 1305 0 0 0 0 0 0 0 16 0 19 0 902511137 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=10543388 CPUtime=0.02 cores=1,3,5,7
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 9537 0 -1 4202560 1631 0 0 0 2 0 0 0 15 0 19 0 902511138 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 0 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902511138 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902511138 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101521841 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=10543388 CPUtime=0.21 cores=1,3,5,7
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 9537 0 -1 4202560 1349 0 0 0 21 0 0 0 15 0 19 0 902511141 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=10543388 CPUtime=0.22 cores=1,3,5,7
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 9537 0 -1 4202560 1124 0 0 0 22 0 0 0 15 0 19 0 902511141 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902511141 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=10543388 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902511156 10796429312 21542 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10543388

[startup+6.30055 s]
/proc/loadavg: 2.00 2.00 1.91 3/214 11259
/proc/meminfo: memFree=1471256/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10542540 CPUtime=6.74 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 23538 0 1 0 671 3 0 0 25 0 19 0 902511135 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2635635 22270 2251 9 0 2626369 0
[pid=11240/tid=11242] ppid=11238 vsize=10542540 CPUtime=6.22 cores=1,3,5,7
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 9537 0 -1 4202560 14389 0 1 0 621 1 0 0 25 0 19 0 902511135 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 46912505563676 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 9537 0 -1 4202560 408 0 0 0 0 0 0 0 15 0 19 0 902511137 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 9537 0 -1 4202560 510 0 0 0 0 0 0 0 16 0 19 0 902511137 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 9537 0 -1 4202560 423 0 0 0 0 0 0 0 15 0 19 0 902511137 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 9537 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902511137 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 9537 0 -1 4202560 267 0 0 0 0 0 0 0 16 0 19 0 902511137 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 9537 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 902511137 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 9537 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 902511137 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 9537 0 -1 4202560 1305 0 0 0 0 0 0 0 15 0 19 0 902511137 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=10542540 CPUtime=0.04 cores=1,3,5,7
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 9537 0 -1 4202560 2163 0 0 0 4 0 0 0 15 0 19 0 902511138 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 0 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101521841 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=10542540 CPUtime=0.21 cores=1,3,5,7
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 9537 0 -1 4202560 1349 0 0 0 21 0 0 0 15 0 19 0 902511141 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=10542540 CPUtime=0.22 cores=1,3,5,7
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 9537 0 -1 4202560 1127 0 0 0 22 0 0 0 15 0 19 0 902511141 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902511141 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902511156 10795560960 22270 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 10542540

[startup+12.7014 s]

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

[pid=11240/tid=11248] ppid=11238 vsize=10542540 CPUtime=0.46 cores=1,3,5,7
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 9537 0 -1 4202560 1412 0 0 0 46 0 0 0 15 0 19 0 902511137 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=10542540 CPUtime=0.51 cores=1,3,5,7
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 9537 0 -1 4202560 1498 0 0 0 51 0 0 0 15 0 19 0 902511137 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=10542540 CPUtime=0.52 cores=1,3,5,7
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 9537 0 -1 4202560 2707 0 0 0 51 1 0 0 15 0 19 0 902511137 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=10542540 CPUtime=12.43 cores=1,3,5,7
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 9537 0 -1 4202560 12649 0 0 0 1240 3 0 0 15 0 19 0 902511138 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 0 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101521841 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=10542540 CPUtime=0.24 cores=1,3,5,7
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 9537 0 -1 4202560 1886 0 0 0 24 0 0 0 15 0 19 0 902511141 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=10542540 CPUtime=0.24 cores=1,3,5,7
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 9537 0 -1 4202560 1131 0 0 0 24 0 0 0 15 0 19 0 902511141 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 9537 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902511141 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902511156 10795560960 46497 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1665.39
Current children cumulated vsize (KiB) 10542540

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 11364
/proc/meminfo: memFree=1501156/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10542540 CPUtime=1725.47 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 48851 0 1 0 172534 13 0 0 25 0 19 0 902511135 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2635635 46518 2252 9 0 2626369 0
[pid=11240/tid=11242] ppid=11238 vsize=10542540 CPUtime=1707.84 cores=1,3,5,7
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 9537 0 -1 4202560 18268 0 1 0 170781 3 0 0 25 0 19 0 902511135 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 46912505568712 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=10542540 CPUtime=0.49 cores=1,3,5,7
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 9537 0 -1 4202560 1166 0 0 0 49 0 0 0 15 0 19 0 902511137 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=10542540 CPUtime=0.52 cores=1,3,5,7
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 9537 0 -1 4202560 2262 0 0 0 52 0 0 0 15 0 19 0 902511137 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=10542540 CPUtime=0.53 cores=1,3,5,7
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 9537 0 -1 4202560 2456 0 0 0 53 0 0 0 15 0 19 0 902511137 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=10542540 CPUtime=0.51 cores=1,3,5,7
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 9537 0 -1 4202560 697 0 0 0 51 0 0 0 15 0 19 0 902511137 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=10542540 CPUtime=0.5 cores=1,3,5,7
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 9537 0 -1 4202560 1463 0 0 0 50 0 0 0 16 0 19 0 902511137 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=10542540 CPUtime=0.47 cores=1,3,5,7
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 9537 0 -1 4202560 1412 0 0 0 47 0 0 0 15 0 19 0 902511137 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=10542540 CPUtime=0.52 cores=1,3,5,7
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 9537 0 -1 4202560 1498 0 0 0 52 0 0 0 16 0 19 0 902511137 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=10542540 CPUtime=0.54 cores=1,3,5,7
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 9537 0 -1 4202560 2707 0 0 0 53 1 0 0 16 0 19 0 902511137 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=10542540 CPUtime=12.94 cores=1,3,5,7
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 9537 0 -1 4202560 12653 0 0 0 1291 3 0 0 15 0 19 0 902511138 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 0 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101521841 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=10542540 CPUtime=0.24 cores=1,3,5,7
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 9537 0 -1 4202560 1886 0 0 0 24 0 0 0 15 0 19 0 902511141 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=10542540 CPUtime=0.24 cores=1,3,5,7
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 9537 0 -1 4202560 1131 0 0 0 24 0 0 0 15 0 19 0 902511141 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 9537 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 902511141 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902511156 10795560960 46518 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1725.47
Current children cumulated vsize (KiB) 10542540

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 11366
/proc/meminfo: memFree=1500348/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10542540 CPUtime=1785.5 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 48879 0 1 0 178537 13 0 0 25 0 19 0 902511135 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2635635 46528 2252 9 0 2626369 0
[pid=11240/tid=11242] ppid=11238 vsize=10542540 CPUtime=1767.31 cores=1,3,5,7
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 9537 0 -1 4202560 18282 0 1 0 176728 3 0 0 25 0 19 0 902511135 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 46912505574592 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=10542540 CPUtime=0.49 cores=1,3,5,7
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 9537 0 -1 4202560 1166 0 0 0 49 0 0 0 16 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=10542540 CPUtime=0.53 cores=1,3,5,7
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 9537 0 -1 4202560 2262 0 0 0 53 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=10542540 CPUtime=0.55 cores=1,3,5,7
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 9537 0 -1 4202560 2460 0 0 0 55 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=10542540 CPUtime=0.52 cores=1,3,5,7
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 9537 0 -1 4202560 702 0 0 0 52 0 0 0 16 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=10542540 CPUtime=0.51 cores=1,3,5,7
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 9537 0 -1 4202560 1464 0 0 0 51 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=10542540 CPUtime=0.48 cores=1,3,5,7
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 9537 0 -1 4202560 1412 0 0 0 48 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=10542540 CPUtime=0.53 cores=1,3,5,7
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 9537 0 -1 4202560 1498 0 0 0 53 0 0 0 16 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=10542540 CPUtime=0.54 cores=1,3,5,7
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 9537 0 -1 4202560 2707 0 0 0 53 1 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=10542540 CPUtime=13.44 cores=1,3,5,7
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 9537 0 -1 4202560 12655 0 0 0 1341 3 0 0 15 0 19 0 902511138 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 0 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101521841 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=10542540 CPUtime=0.24 cores=1,3,5,7
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 9537 0 -1 4202560 1886 0 0 0 24 0 0 0 15 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=10542540 CPUtime=0.24 cores=1,3,5,7
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 9537 0 -1 4202560 1131 0 0 0 24 0 0 0 15 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 9537 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902511156 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (KiB) 10542540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 11366
/proc/meminfo: memFree=1500324/32950928 swapFree=67055156/67111528
[pid=11240] ppid=11238 vsize=10542540 CPUtime=1800.01 cores=1,3,5,7
/proc/11240/stat : 11240 (java) S 11238 11240 9537 0 -1 4202496 48886 0 1 0 179988 13 0 0 25 0 19 0 902511135 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11240/statm: 2635635 46528 2252 9 0 2626369 0
[pid=11240/tid=11242] ppid=11238 vsize=10542540 CPUtime=1781.7 cores=1,3,5,7
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 9537 0 -1 4202560 18285 0 1 0 178167 3 0 0 25 0 19 0 902511135 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 46912505642790 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=10542540 CPUtime=0.5 cores=1,3,5,7
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 9537 0 -1 4202560 1166 0 0 0 50 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=10542540 CPUtime=0.53 cores=1,3,5,7
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 9537 0 -1 4202560 2262 0 0 0 53 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=10542540 CPUtime=0.55 cores=1,3,5,7
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 9537 0 -1 4202560 2460 0 0 0 55 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=10542540 CPUtime=0.53 cores=1,3,5,7
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 9537 0 -1 4202560 702 0 0 0 53 0 0 0 16 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=10542540 CPUtime=0.51 cores=1,3,5,7
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 9537 0 -1 4202560 1464 0 0 0 51 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=10542540 CPUtime=0.48 cores=1,3,5,7
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 9537 0 -1 4202560 1412 0 0 0 48 0 0 0 16 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=10542540 CPUtime=0.53 cores=1,3,5,7
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 9537 0 -1 4202560 1498 0 0 0 53 0 0 0 15 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=10542540 CPUtime=0.54 cores=1,3,5,7
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 9537 0 -1 4202560 2707 0 0 0 53 1 0 0 16 0 19 0 902511137 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=10542540 CPUtime=13.55 cores=1,3,5,7
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 9537 0 -1 4202560 12657 0 0 0 1352 3 0 0 15 0 19 0 902511138 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 0 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 9537 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 9537 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902511138 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101521841 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=10542540 CPUtime=0.24 cores=1,3,5,7
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 9537 0 -1 4202560 1886 0 0 0 24 0 0 0 15 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 3 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=10542540 CPUtime=0.24 cores=1,3,5,7
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 9537 0 -1 4202560 1131 0 0 0 24 0 0 0 15 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 7 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514137 0 4 0 16800975 18446604466848596928 0 0 -1 1 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 9537 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902511141 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=10542540 CPUtime=0 cores=1,3,5,7
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902511156 10795560960 46528 33554432000 1073741824 1073778376 140735523495664 18446744073709551615 248101514752 0 4 0 16800975 18446604466848596928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10542540

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): 1796.85
CPU time (s): 1800.09
CPU user time (s): 1799.94
CPU system time (s): 0.143978
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 10543388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49121
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47251
involuntary context switches= 25113

runsolver used 2.92455 second user time and 6.91295 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-12 22:05:13
IDJOB=3492304
IDBENCH=78738
IDSOLVER=1982
FILE ID=node123/3492304-1307909113
RUNJOBID= node123-1307907982-10982
PBS_JOBID= 13559583
Free space on /var/tmp= 2896 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-41-40--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492304-1307909113/watcher-3492304-1307909113 -o /var/tmp/evaluation-result-3492304-1307909113/solver-3492304-1307909113 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492304-1307909113.wbo

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

MD5SUM BENCH= 821b84a7358221fefacfb8b50c463b59
RANDOM SEED=720514400

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1554460 kB
Buffers:         61400 kB
Cached:       30147660 kB
SwapCached:      10036 kB
Active:       14780484 kB
Inactive:     15669312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1554460 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:              72 kB
Writeback:           0 kB
AnonPages:      238268 kB
Mapped:          21204 kB
Slab:           882096 kB
PageTables:       5404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10557700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node123 at 2011-06-12 22:35:12