Trace number 2662367

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)207 1800.46 952.735

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
MD5SUM10cfce36a090e62566639770833f1068
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark207
Best CPU time to get the best result obtained on this benchmark183.597
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 207
Optimality of the best value was proved YES
Number of variables498
Total number of constraints2431
Number of constraints which are clauses2431
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 498
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 498
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 498
Number of bits of the biggest sum of numbers9
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662367-1276467270.opb
0.24/0.21	c reading problem ... 
1.35/0.81	c ... done. Wall clock time 0.596s.
1.35/0.81	c #vars     498
1.35/0.81	c #constraints  2431
1.35/0.81	c constraints type 
1.35/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 262
1.35/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2169
1.35/0.81	c constraints type 
1.35/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2169
1.35/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 262
1.35/0.89	c And the winner is Resolution
1.62/1.85	c SATISFIABLE
1.62/1.85	c OPTIMIZING...
1.62/1.85	c Got one! Elapsed wall clock time (in seconds):1.636
1.62/1.85	o 237
2.14/2.18	c And the winner is Resolution
2.75/2.86	c Got one! Elapsed wall clock time (in seconds):2.648
2.75/2.86	o 227
3.03/3.08	c And the winner is Resolution
3.20/3.88	c Got one! Elapsed wall clock time (in seconds):3.671
3.20/3.88	o 219
3.27/4.00	c And the winner is Resolution
3.44/4.91	c Got one! Elapsed wall clock time (in seconds):4.697
3.44/4.91	o 216
3.44/4.97	c And the winner is Resolution
3.55/5.92	c Got one! Elapsed wall clock time (in seconds):5.707
3.55/5.92	o 215
3.71/6.08	c And the winner is Resolution
3.95/6.93	c Got one! Elapsed wall clock time (in seconds):6.723
3.95/6.93	o 214
4.26/7.18	c And the winner is Resolution
4.57/7.98	c Got one! Elapsed wall clock time (in seconds):7.771
4.57/7.98	o 212
5.79/8.64	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.73/10.14	c cleaning 4248 clauses out of 8499 with flag 11000/11000
12.47/12.04	c cleaning 5626 clauses out of 11251 with flag 18000/18000
13.99/12.86	c And the winner is Resolution
14.13/13.01	c Got one! Elapsed wall clock time (in seconds):12.8
14.13/13.01	o 211
15.88/13.98	c And the winner is Resolution
16.10/15.02	c Got one! Elapsed wall clock time (in seconds):14.809
16.10/15.02	o 210
16.25/15.13	c cleaning 6813 clauses out of 13625 with flag 26000/26000
22.52/18.31	c cleaning 7886 clauses out of 15813 with flag 35001/35001
28.38/21.31	c cleaning 8953 clauses out of 17926 with flag 45000/45000
34.62/24.50	c cleaning 9483 clauses out of 18974 with flag 55001/55001
39.87/27.29	c cleaning 9739 clauses out of 19497 with flag 65007/65007
44.90/29.88	c cleaning 9871 clauses out of 19752 with flag 75001/75001
50.14/32.57	c cleaning 9935 clauses out of 19881 with flag 85001/85001
55.38/35.21	c cleaning 9964 clauses out of 19948 with flag 95003/95003
60.02/37.63	c cleaning 9988 clauses out of 19981 with flag 105000/105000
65.03/40.21	c cleaning 9993 clauses out of 19993 with flag 115000/115000
70.42/43.07	c cleaning 9993 clauses out of 20000 with flag 125000/125000
76.82/46.36	c cleaning 9999 clauses out of 20008 with flag 135001/135001
82.62/49.34	c cleaning 9995 clauses out of 20008 with flag 145000/145000
88.15/52.20	c cleaning 10003 clauses out of 20017 with flag 155004/155004
92.94/54.76	c cleaning 10001 clauses out of 20010 with flag 165000/165000
97.56/57.12	c And the winner is Resolution
98.00/57.60	c Got one! Elapsed wall clock time (in seconds):57.392
98.00/57.60	o 209
98.58/57.99	c cleaning 9999 clauses out of 20010 with flag 175001/175001
104.54/61.00	c cleaning 9999 clauses out of 20017 with flag 185007/185007
110.45/64.11	c cleaning 9994 clauses out of 20012 with flag 195001/195001
112.25/65.18	c And the winner is Resolution
112.75/65.63	c Got one! Elapsed wall clock time (in seconds):65.415
112.75/65.63	o 208
118.24/68.49	c cleaning 10001 clauses out of 20017 with flag 205000/205000
127.37/73.13	c cleaning 10008 clauses out of 20016 with flag 215000/215000
134.94/77.09	c cleaning 9995 clauses out of 20008 with flag 225000/225000
143.02/81.24	c cleaning 10002 clauses out of 20014 with flag 235001/235001
152.15/85.95	c cleaning 9996 clauses out of 20012 with flag 245001/245001
159.51/89.74	c cleaning 9999 clauses out of 20015 with flag 255000/255000
166.06/93.12	c cleaning 10005 clauses out of 20017 with flag 265001/265001
171.54/96.03	c cleaning 10003 clauses out of 20011 with flag 275000/275000
176.30/98.55	c cleaning 9999 clauses out of 20008 with flag 285000/285000
182.03/101.50	c cleaning 9998 clauses out of 20010 with flag 295001/295001
186.57/103.92	c cleaning 10000 clauses out of 20011 with flag 305000/305000
191.22/106.43	c cleaning 10001 clauses out of 20011 with flag 315000/315000
196.53/109.26	c cleaning 9998 clauses out of 20011 with flag 325001/325001
202.63/112.44	c cleaning 10001 clauses out of 20013 with flag 335001/335001
208.57/115.53	c cleaning 10000 clauses out of 20012 with flag 345001/345001
213.00/117.99	c cleaning 10002 clauses out of 20011 with flag 355000/355000
218.07/120.68	c cleaning 10001 clauses out of 20009 with flag 365000/365000
223.28/123.48	c cleaning 10000 clauses out of 20009 with flag 375001/375001
229.04/126.58	c cleaning 9993 clauses out of 20008 with flag 385000/385000
235.12/129.87	c cleaning 10002 clauses out of 20016 with flag 395001/395001
241.03/133.04	c cleaning 10004 clauses out of 20013 with flag 405000/405000
248.82/137.18	c cleaning 9994 clauses out of 20010 with flag 415001/415001
255.75/140.75	c cleaning 10004 clauses out of 20015 with flag 425000/425000
262.14/144.13	c cleaning 9998 clauses out of 20011 with flag 435000/435000
262.47/144.42	c And the winner is Resolution
263.11/145.46	c Got one! Elapsed wall clock time (in seconds):145.246
263.11/145.46	o 207
271.34/149.64	c cleaning 10000 clauses out of 20013 with flag 445000/445000
280.21/154.29	c cleaning 10000 clauses out of 20013 with flag 455000/455000
287.91/158.28	c cleaning 10002 clauses out of 20013 with flag 465000/465000
295.52/162.21	c cleaning 9997 clauses out of 20011 with flag 475000/475000
302.83/166.06	c cleaning 10002 clauses out of 20014 with flag 485000/485000
310.91/170.24	c cleaning 9999 clauses out of 20012 with flag 495000/495000
318.60/174.23	c cleaning 9999 clauses out of 20013 with flag 505000/505000
326.03/178.18	c cleaning 9998 clauses out of 20014 with flag 515000/515000
333.72/182.15	c cleaning 10003 clauses out of 20016 with flag 525000/525000
339.83/185.34	c cleaning 10003 clauses out of 20013 with flag 535000/535000
345.94/188.59	c cleaning 9997 clauses out of 20011 with flag 545001/545001
352.56/192.02	c cleaning 10000 clauses out of 20014 with flag 555001/555001
357.87/194.88	c cleaning 9998 clauses out of 20013 with flag 565000/565000
363.19/197.63	c cleaning 10001 clauses out of 20016 with flag 575001/575001
369.50/200.94	c cleaning 10003 clauses out of 20015 with flag 585001/585001
376.12/204.48	c cleaning 10006 clauses out of 20017 with flag 595006/595006
381.84/207.48	c cleaning 9998 clauses out of 20005 with flag 605000/605000
386.37/209.83	c cleaning 9997 clauses out of 20008 with flag 615001/615001
391.10/212.33	c cleaning 10002 clauses out of 20011 with flag 625001/625001
396.91/215.49	c cleaning 9990 clauses out of 20008 with flag 635000/635000
405.42/219.81	c cleaning 9998 clauses out of 20018 with flag 645000/645000
412.74/223.60	c cleaning 9998 clauses out of 20021 with flag 655001/655001
420.05/227.42	c cleaning 9999 clauses out of 20023 with flag 665001/665001
427.47/231.37	c cleaning 10003 clauses out of 20024 with flag 675001/675001
433.21/234.39	c cleaning 9990 clauses out of 20024 with flag 685004/685004
438.30/237.04	c cleaning 10002 clauses out of 20032 with flag 695002/695002
443.99/240.05	c cleaning 9995 clauses out of 20029 with flag 705001/705001
450.20/243.36	c cleaning 10002 clauses out of 20033 with flag 715000/715000
456.11/246.46	c cleaning 10006 clauses out of 20031 with flag 725000/725000
461.40/249.22	c cleaning 9995 clauses out of 20026 with flag 735001/735001
466.52/251.92	c cleaning 10002 clauses out of 20032 with flag 745002/745002
471.90/254.81	c cleaning 10007 clauses out of 20030 with flag 755002/755002
476.62/257.35	c cleaning 9997 clauses out of 20021 with flag 765000/765000
481.30/259.86	c cleaning 9999 clauses out of 20024 with flag 775000/775000
486.40/262.50	c cleaning 10001 clauses out of 20026 with flag 785001/785001
492.20/265.69	c cleaning 10001 clauses out of 20024 with flag 795000/795000
500.70/270.02	c cleaning 10003 clauses out of 20023 with flag 805000/805000
508.98/274.36	c cleaning 9998 clauses out of 20020 with flag 815000/815000
517.67/278.81	c cleaning 10002 clauses out of 20022 with flag 825000/825000
526.26/283.38	c cleaning 10000 clauses out of 20020 with flag 835000/835000
535.34/288.02	c cleaning 10002 clauses out of 20020 with flag 845000/845000
543.83/292.43	c cleaning 9995 clauses out of 20018 with flag 855000/855000
552.52/296.94	c cleaning 10003 clauses out of 20023 with flag 865000/865000
561.30/301.52	c cleaning 9996 clauses out of 20020 with flag 875000/875000
569.38/305.75	c cleaning 10003 clauses out of 20024 with flag 885000/885000
575.68/309.01	c cleaning 10003 clauses out of 20022 with flag 895001/895001
580.78/311.77	c cleaning 10009 clauses out of 20018 with flag 905000/905000
589.13/316.15	c cleaning 9999 clauses out of 20009 with flag 915000/915000
597.02/320.22	c cleaning 9997 clauses out of 20010 with flag 925000/925000
603.52/323.65	c cleaning 9999 clauses out of 20013 with flag 935000/935000
609.03/326.56	c cleaning 10003 clauses out of 20015 with flag 945001/945001
616.42/330.45	c cleaning 10001 clauses out of 20012 with flag 955001/955001
623.94/334.39	c cleaning 9998 clauses out of 20010 with flag 965000/965000
631.41/338.23	c cleaning 9996 clauses out of 20013 with flag 975001/975001
637.30/341.37	c cleaning 9999 clauses out of 20017 with flag 985001/985001
645.09/345.44	c cleaning 9994 clauses out of 20018 with flag 995001/995001
652.56/349.37	c cleaning 10003 clauses out of 20023 with flag 1005000/1005000
661.66/354.02	c cleaning 9996 clauses out of 20020 with flag 1015000/1015000
668.96/357.88	c cleaning 10002 clauses out of 20024 with flag 1025000/1025000
675.17/361.14	c cleaning 9997 clauses out of 20022 with flag 1035000/1035000
680.89/364.12	c cleaning 10000 clauses out of 20025 with flag 1045000/1045000
687.19/367.50	c cleaning 10004 clauses out of 20026 with flag 1055001/1055001
693.83/370.91	c cleaning 9998 clauses out of 20023 with flag 1065002/1065002
699.43/373.98	c cleaning 10001 clauses out of 20028 with flag 1075005/1075005
705.10/376.95	c cleaning 9989 clauses out of 20022 with flag 1085000/1085000
713.79/381.41	c cleaning 10008 clauses out of 20034 with flag 1095001/1095001
723.26/386.32	c cleaning 10003 clauses out of 20026 with flag 1105001/1105001
732.82/391.30	c cleaning 10003 clauses out of 20023 with flag 1115001/1115001
742.49/396.34	c cleaning 10001 clauses out of 20020 with flag 1125001/1125001
751.38/400.93	c cleaning 9997 clauses out of 20019 with flag 1135001/1135001
760.65/405.77	c cleaning 10001 clauses out of 20022 with flag 1145001/1145001
769.87/410.56	c cleaning 10002 clauses out of 20021 with flag 1155001/1155001
778.95/415.29	c cleaning 9999 clauses out of 20019 with flag 1165001/1165001
788.03/419.96	c cleaning 9998 clauses out of 20020 with flag 1175001/1175001
796.92/424.57	c cleaning 10001 clauses out of 20021 with flag 1185000/1185000
802.89/427.76	c cleaning 10000 clauses out of 20020 with flag 1195000/1195000
808.98/430.97	c cleaning 9999 clauses out of 20020 with flag 1205000/1205000
814.87/434.02	c cleaning 9999 clauses out of 20021 with flag 1215000/1215000
820.54/437.07	c cleaning 9997 clauses out of 20022 with flag 1225000/1225000
826.73/440.40	c cleaning 10004 clauses out of 20025 with flag 1235000/1235000
832.61/443.49	c cleaning 9997 clauses out of 20021 with flag 1245000/1245000
839.09/446.81	c cleaning 10003 clauses out of 20024 with flag 1255000/1255000
844.78/449.85	c cleaning 9996 clauses out of 20021 with flag 1265000/1265000
850.97/453.13	c cleaning 10003 clauses out of 20025 with flag 1275000/1275000
857.23/456.45	c cleaning 9999 clauses out of 20022 with flag 1285000/1285000
863.11/459.56	c cleaning 10000 clauses out of 20023 with flag 1295000/1295000
869.20/462.70	c cleaning 9996 clauses out of 20023 with flag 1305000/1305000
874.99/465.83	c cleaning 10002 clauses out of 20027 with flag 1315000/1315000
880.88/468.97	c cleaning 10003 clauses out of 20025 with flag 1325000/1325000
887.36/472.32	c cleaning 10008 clauses out of 20022 with flag 1335000/1335000
894.04/475.83	c cleaning 10001 clauses out of 20015 with flag 1345001/1345001
899.81/478.97	c cleaning 10002 clauses out of 20013 with flag 1355000/1355000
906.49/482.45	c cleaning 9999 clauses out of 20012 with flag 1365001/1365001
912.98/485.89	c cleaning 9999 clauses out of 20012 with flag 1375000/1375000
918.47/488.73	c cleaning 9998 clauses out of 20013 with flag 1385000/1385000
923.44/491.45	c cleaning 9999 clauses out of 20015 with flag 1395000/1395000
929.33/494.54	c cleaning 9998 clauses out of 20016 with flag 1405000/1405000
935.61/497.84	c cleaning 10003 clauses out of 20018 with flag 1415000/1415000
940.51/500.45	c cleaning 10001 clauses out of 20016 with flag 1425001/1425001
946.08/503.47	c cleaning 9999 clauses out of 20015 with flag 1435001/1435001
951.96/506.53	c cleaning 10001 clauses out of 20016 with flag 1445001/1445001
957.86/509.69	c cleaning 10001 clauses out of 20015 with flag 1455001/1455001
963.36/512.52	c cleaning 10000 clauses out of 20013 with flag 1465000/1465000
968.51/515.33	c cleaning 9999 clauses out of 20013 with flag 1475000/1475000
973.81/518.14	c cleaning 9999 clauses out of 20014 with flag 1485000/1485000
978.89/520.84	c cleaning 10001 clauses out of 20015 with flag 1495000/1495000
984.19/523.63	c cleaning 10000 clauses out of 20014 with flag 1505000/1505000
989.62/526.52	c cleaning 10000 clauses out of 20014 with flag 1515000/1515000
994.72/529.29	c cleaning 9998 clauses out of 20014 with flag 1525000/1525000
999.21/531.65	c cleaning 10003 clauses out of 20017 with flag 1535001/1535001
1003.90/534.20	c cleaning 9999 clauses out of 20013 with flag 1545000/1545000
1008.89/536.87	c cleaning 10002 clauses out of 20014 with flag 1555000/1555000
1013.15/539.17	c cleaning 9999 clauses out of 20013 with flag 1565001/1565001
1018.05/541.79	c cleaning 9998 clauses out of 20014 with flag 1575001/1575001
1023.35/544.58	c cleaning 10001 clauses out of 20016 with flag 1585001/1585001
1028.31/547.21	c cleaning 10000 clauses out of 20015 with flag 1595001/1595001
1033.61/550.00	c cleaning 10003 clauses out of 20015 with flag 1605001/1605001
1038.89/552.84	c cleaning 9997 clauses out of 20012 with flag 1615001/1615001
1044.37/555.74	c cleaning 10004 clauses out of 20015 with flag 1625001/1625001
1049.62/558.52	c cleaning 9997 clauses out of 20010 with flag 1635000/1635000
1054.91/561.34	c cleaning 10003 clauses out of 20015 with flag 1645002/1645002
1059.59/563.87	c cleaning 9995 clauses out of 20010 with flag 1655000/1655000
1065.28/566.88	c cleaning 10002 clauses out of 20015 with flag 1665000/1665000
1071.44/570.10	c cleaning 10001 clauses out of 20013 with flag 1675000/1675000
1076.93/573.02	c cleaning 10000 clauses out of 20012 with flag 1685000/1685000
1082.99/576.28	c cleaning 9999 clauses out of 20012 with flag 1695000/1695000
1089.49/579.63	c cleaning 9998 clauses out of 20013 with flag 1705000/1705000
1095.51/582.90	c cleaning 9998 clauses out of 20015 with flag 1715000/1715000
1101.79/586.11	c cleaning 10002 clauses out of 20017 with flag 1725000/1725000
1108.28/589.53	c cleaning 10000 clauses out of 20015 with flag 1735000/1735000
1114.56/592.85	c cleaning 10000 clauses out of 20015 with flag 1745000/1745000
1121.32/596.44	c cleaning 10000 clauses out of 20015 with flag 1755000/1755000
1127.80/599.89	c cleaning 10001 clauses out of 20015 with flag 1765000/1765000
1134.28/603.24	c cleaning 10006 clauses out of 20015 with flag 1775001/1775001
1142.56/607.57	c cleaning 9996 clauses out of 20008 with flag 1785000/1785000
1151.52/612.22	c cleaning 10000 clauses out of 20012 with flag 1795000/1795000
1159.97/616.63	c cleaning 9999 clauses out of 20012 with flag 1805000/1805000
1168.62/621.15	c cleaning 10000 clauses out of 20013 with flag 1815000/1815000
1177.50/625.79	c cleaning 10001 clauses out of 20013 with flag 1825000/1825000
1186.15/630.26	c cleaning 9997 clauses out of 20012 with flag 1835000/1835000
1194.81/634.75	c cleaning 10000 clauses out of 20015 with flag 1845000/1845000
1203.06/639.01	c cleaning 9999 clauses out of 20015 with flag 1855000/1855000
1211.30/643.33	c cleaning 9999 clauses out of 20016 with flag 1865000/1865000
1219.73/647.75	c cleaning 10006 clauses out of 20017 with flag 1875000/1875000
1227.99/652.09	c cleaning 9997 clauses out of 20011 with flag 1885000/1885000
1236.66/656.55	c cleaning 10001 clauses out of 20014 with flag 1895000/1895000
1244.91/660.80	c cleaning 9997 clauses out of 20013 with flag 1905000/1905000
1253.17/665.18	c cleaning 10004 clauses out of 20016 with flag 1915000/1915000
1261.43/669.42	c cleaning 9998 clauses out of 20012 with flag 1925000/1925000
1269.50/673.64	c cleaning 9999 clauses out of 20014 with flag 1935000/1935000
1277.95/678.05	c cleaning 10000 clauses out of 20015 with flag 1945000/1945000
1286.20/682.31	c cleaning 10001 clauses out of 20015 with flag 1955000/1955000
1294.65/686.77	c cleaning 9999 clauses out of 20014 with flag 1965000/1965000
1303.14/691.14	c cleaning 10002 clauses out of 20015 with flag 1975000/1975000
1311.42/695.47	c cleaning 9998 clauses out of 20013 with flag 1985000/1985000
1319.91/699.85	c cleaning 10001 clauses out of 20015 with flag 1995000/1995000
1325.99/703.02	c cleaning 9996 clauses out of 20014 with flag 2005000/2005000
1330.69/705.54	c cleaning 10004 clauses out of 20018 with flag 2015000/2015000
1335.20/707.96	c cleaning 10000 clauses out of 20014 with flag 2025000/2025000
1343.56/712.31	c cleaning 9995 clauses out of 20014 with flag 2035000/2035000
1347.47/714.46	c cleaning 10006 clauses out of 20021 with flag 2045002/2045002
1351.57/716.70	c cleaning 10004 clauses out of 20013 with flag 2055000/2055000
1358.26/720.12	c cleaning 9997 clauses out of 20009 with flag 2065000/2065000
1365.23/723.83	c cleaning 9999 clauses out of 20012 with flag 2075000/2075000
1372.11/727.49	c cleaning 10004 clauses out of 20014 with flag 2085001/2085001
1380.16/731.69	c cleaning 9996 clauses out of 20010 with flag 2095001/2095001
1387.81/735.68	c cleaning 9998 clauses out of 20013 with flag 2105000/2105000
1394.39/739.17	c cleaning 10001 clauses out of 20016 with flag 2115001/2115001
1400.87/742.51	c cleaning 9995 clauses out of 20015 with flag 2125001/2125001
1407.33/745.95	c cleaning 10002 clauses out of 20019 with flag 2135000/2135000
1414.41/749.66	c cleaning 10001 clauses out of 20018 with flag 2145001/2145001
1421.58/753.48	c cleaning 10001 clauses out of 20017 with flag 2155001/2155001
1429.06/757.37	c cleaning 9999 clauses out of 20016 with flag 2165001/2165001
1436.73/761.33	c cleaning 10002 clauses out of 20016 with flag 2175000/2175000
1444.63/765.40	c cleaning 9997 clauses out of 20014 with flag 2185000/2185000
1451.60/769.16	c cleaning 10002 clauses out of 20017 with flag 2195000/2195000
1459.89/773.43	c cleaning 10000 clauses out of 20015 with flag 2205000/2205000
1467.99/777.67	c cleaning 9998 clauses out of 20015 with flag 2215000/2215000
1476.07/781.85	c cleaning 10002 clauses out of 20017 with flag 2225000/2225000
1484.47/786.23	c cleaning 10002 clauses out of 20015 with flag 2235000/2235000
1492.57/790.43	c cleaning 10000 clauses out of 20013 with flag 2245000/2245000
1500.65/794.68	c cleaning 9999 clauses out of 20013 with flag 2255000/2255000
1508.73/798.80	c cleaning 10000 clauses out of 20014 with flag 2265000/2265000
1516.63/802.97	c cleaning 9998 clauses out of 20014 with flag 2275000/2275000
1524.91/807.29	c cleaning 10001 clauses out of 20016 with flag 2285000/2285000
1532.40/811.14	c cleaning 10003 clauses out of 20015 with flag 2295000/2295000
1539.27/814.70	c cleaning 10000 clauses out of 20013 with flag 2305001/2305001
1544.28/817.43	c cleaning 9995 clauses out of 20013 with flag 2315001/2315001
1550.97/820.96	c cleaning 10002 clauses out of 20017 with flag 2325000/2325000
1557.25/824.28	c cleaning 10003 clauses out of 20015 with flag 2335000/2335000
1563.73/827.62	c cleaning 9991 clauses out of 20012 with flag 2345000/2345000
1570.28/831.12	c cleaning 10006 clauses out of 20022 with flag 2355001/2355001
1577.38/834.84	c cleaning 10002 clauses out of 20019 with flag 2365004/2365004
1583.66/838.17	c cleaning 9997 clauses out of 20014 with flag 2375001/2375001
1589.12/841.06	c cleaning 10001 clauses out of 20018 with flag 2385002/2385002
1594.49/843.93	c cleaning 9998 clauses out of 20017 with flag 2395002/2395002
1600.57/847.10	c cleaning 10003 clauses out of 20017 with flag 2405000/2405000
1605.67/849.88	c cleaning 9995 clauses out of 20014 with flag 2415000/2415000
1612.34/853.36	c cleaning 10002 clauses out of 20020 with flag 2425001/2425001
1619.10/856.93	c cleaning 9998 clauses out of 20018 with flag 2435001/2435001
1624.77/859.96	c cleaning 9993 clauses out of 20019 with flag 2445000/2445000
1630.87/863.11	c cleaning 10001 clauses out of 20026 with flag 2455000/2455000
1637.15/866.47	c cleaning 10000 clauses out of 20025 with flag 2465000/2465000
1643.53/869.89	c cleaning 10001 clauses out of 20025 with flag 2475000/2475000
1649.62/873.02	c cleaning 9995 clauses out of 20024 with flag 2485000/2485000
1655.90/876.35	c cleaning 10002 clauses out of 20029 with flag 2495000/2495000
1662.00/879.55	c cleaning 9997 clauses out of 20027 with flag 2505000/2505000
1668.29/882.87	c cleaning 10004 clauses out of 20030 with flag 2515000/2515000
1674.75/886.27	c cleaning 9997 clauses out of 20026 with flag 2525000/2525000
1681.23/889.62	c cleaning 10003 clauses out of 20029 with flag 2535000/2535000
1687.90/893.15	c cleaning 10000 clauses out of 20026 with flag 2545000/2545000
1694.48/896.69	c cleaning 10001 clauses out of 20026 with flag 2555000/2555000
1700.95/900.05	c cleaning 9998 clauses out of 20025 with flag 2565000/2565000
1707.62/903.52	c cleaning 10001 clauses out of 20027 with flag 2575000/2575000
1713.71/906.71	c cleaning 9999 clauses out of 20026 with flag 2585000/2585000
1719.78/909.98	c cleaning 9999 clauses out of 20027 with flag 2595000/2595000
1726.46/913.40	c cleaning 10002 clauses out of 20028 with flag 2605000/2605000
1732.54/916.66	c cleaning 9999 clauses out of 20026 with flag 2615000/2615000
1739.02/920.08	c cleaning 10000 clauses out of 20027 with flag 2625000/2625000
1745.08/923.24	c cleaning 9998 clauses out of 20027 with flag 2635000/2635000
1751.35/926.52	c cleaning 10003 clauses out of 20029 with flag 2645000/2645000
1757.41/929.78	c cleaning 9998 clauses out of 20026 with flag 2655000/2655000
1762.70/932.58	c cleaning 9999 clauses out of 20028 with flag 2665000/2665000
1767.69/935.21	c cleaning 10009 clauses out of 20035 with flag 2675006/2675006
1772.18/937.67	c cleaning 9997 clauses out of 20020 with flag 2685000/2685000
1777.49/940.45	c cleaning 9999 clauses out of 20023 with flag 2695000/2695000
1782.97/943.36	c cleaning 10000 clauses out of 20024 with flag 2705000/2705000
1788.34/946.28	c cleaning 9998 clauses out of 20024 with flag 2715000/2715000
1794.04/949.22	c cleaning 10002 clauses out of 20026 with flag 2725000/2725000
1799.52/952.14	c cleaning 9998 clauses out of 20024 with flag 2735000/2735000
1800.06/952.52	c starts		: 243
1800.06/952.52	c conflicts		: 2735520
1800.06/952.52	c decisions		: 3473899
1800.06/952.52	c propagations		: 23264592
1800.06/952.52	c inspects		: 872303453
1800.06/952.52	c learnt literals	: 0
1800.06/952.52	c learnt binary clauses	: 19
1800.06/952.52	c learnt ternary clauses	: 88
1800.06/952.52	c learnt clauses	: 2735519
1800.06/952.52	c ignored clauses	: 0
1800.06/952.52	c root simplifications	: 0
1800.06/952.52	c removed literals (reason simplification)	: 266612523
1800.06/952.52	c reason swapping (by a shorter reason)	: 0
1800.06/952.52	c Calls to reduceDB	: 275
1800.06/952.52	c number of reductions to clauses (during analyze)	: 0
1800.06/952.52	c number of learned constraints concerned by reduction	: 0
1800.06/952.52	c number of learning phase by resolution	: 0
1800.06/952.52	c number of learning phase by cutting planes	: 0
1800.06/952.52	c speed (assignments/second)	: 28826.168895937746
1800.06/952.52	c non guided choices	264
1800.27/952.63	c learnt constraints type 
1800.27/952.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10972
1800.27/952.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.27/952.63	c constraints type 
1800.27/952.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 262
1800.27/952.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.27/952.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2169
1800.27/952.63	c constraints type 
1800.27/952.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2169
1800.27/952.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 262
1800.27/952.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.27/952.63	s SATISFIABLE
1800.27/952.63	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 
1800.27/952.63	c objective function=207
1800.27/952.63	c Total wall clock time (in seconds): 952.422

Verifier Data

OK	207

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662367-1276467270/watcher-2662367-1276467270 -o /tmp/evaluation-result-2662367-1276467270/solver-2662367-1276467270 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662367-1276467270.opb 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26026
/proc/meminfo: memFree=1838028/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=248 CPUtime=0
/proc/26026/stat : 26026 (java) R 26024 26026 26001 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 22313413 253952 29 1992294400 134512640 134550932 4291485888 18446744073709551615 1847892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26026/statm: 62 29 21 10 0 23 0

[startup+0.0911331 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26026
/proc/meminfo: memFree=1838028/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1521796 CPUtime=0.07
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 3859 0 1 0 5 2 0 0 18 0 7 0 22313413 1558319104 3301 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 380449 3301 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101131 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26026
/proc/meminfo: memFree=1838028/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1524180 CPUtime=0.09
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 3963 0 1 0 6 3 0 0 18 0 12 0 22313413 1560760320 3403 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 381045 3403 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300864 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26026
/proc/meminfo: memFree=1838028/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1526252 CPUtime=0.35
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 5382 0 1 0 32 3 0 0 18 0 12 0 22313413 1562882048 4820 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 381563 4820 1361 10 0 378866 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526252

[startup+0.700857 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26026
/proc/meminfo: memFree=1838028/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1528736 CPUtime=1.15
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 7462 0 1 0 111 4 0 0 18 0 12 0 22313413 1565425664 6648 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 382184 6649 1395 10 0 379487 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1528736

[startup+1.50184 s]
/proc/loadavg: 0.92 0.98 0.99 1/120 26042
/proc/meminfo: memFree=1810884/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1532396 CPUtime=1.62
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 9250 0 1 0 157 5 0 0 18 0 14 0 22313413 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 383099 8086 1414 10 0 380402 0
[pid=26026/tid=26028] ppid=26024 vsize=1532396 CPUtime=0.79
/proc/26026/task/26028/stat : 26028 (java) S 26024 26026 26001 0 -1 4202560 5550 0 1 0 76 3 0 0 19 0 14 0 22313415 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26029] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26029/stat : 26029 (java) S 26024 26026 26001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 22313416 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26030] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26030/stat : 26030 (java) S 26024 26026 26001 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 14 0 22313416 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26031] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26031/stat : 26031 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 22313418 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26032] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26032/stat : 26032 (java) S 26024 26026 26001 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 22313418 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26033] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26033/stat : 26033 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 22313418 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26034] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26034/stat : 26034 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22313423 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26035] ppid=26024 vsize=1532396 CPUtime=0.38
/proc/26026/task/26035/stat : 26035 (java) S 26024 26026 26001 0 -1 4202560 984 0 0 0 38 0 0 0 25 0 14 0 22313423 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26036] ppid=26024 vsize=1532396 CPUtime=0.34
/proc/26026/task/26036/stat : 26036 (java) S 26024 26026 26001 0 -1 4202560 1371 0 0 0 34 0 0 0 25 0 14 0 22313423 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26037] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26037/stat : 26037 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 22313423 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26038] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26038/stat : 26038 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22313423 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26041] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26041/stat : 26041 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 22313499 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26042] ppid=26024 vsize=1532396 CPUtime=0
/proc/26026/task/26042/stat : 26042 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 22313503 1569173504 8086 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1532396

[startup+3.10182 s]
/proc/loadavg: 1.17 1.03 1.01 5/122 26044
/proc/meminfo: memFree=1807644/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1540292 CPUtime=3.2
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 14527 0 1 0 313 7 0 0 18 0 14 0 22313413 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 385073 11405 1426 10 0 382376 0
[pid=26026/tid=26028] ppid=26024 vsize=1540292 CPUtime=0.81
/proc/26026/task/26028/stat : 26028 (java) S 26024 26026 26001 0 -1 4202560 5658 0 1 0 78 3 0 0 19 0 14 0 22313415 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26029] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26029/stat : 26029 (java) S 26024 26026 26001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 22313416 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26030] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26030/stat : 26030 (java) S 26024 26026 26001 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 14 0 22313416 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26031] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26031/stat : 26031 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22313418 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26032] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26032/stat : 26032 (java) S 26024 26026 26001 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 22313418 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26033] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26033/stat : 26033 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 22313418 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26034] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26034/stat : 26034 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22313423 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26035] ppid=26024 vsize=1540292 CPUtime=1.21
/proc/26026/task/26035/stat : 26035 (java) S 26024 26026 26001 0 -1 4202560 4640 0 0 0 120 1 0 0 15 0 14 0 22313423 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26036] ppid=26024 vsize=1540292 CPUtime=0.76
/proc/26026/task/26036/stat : 26036 (java) S 26024 26026 26001 0 -1 4202560 1799 0 0 0 76 0 0 0 15 0 14 0 22313423 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26037] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26037/stat : 26037 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 22313423 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26038] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26038/stat : 26038 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22313423 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26041] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26041/stat : 26041 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 22313499 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26042] ppid=26024 vsize=1540292 CPUtime=0
/proc/26026/task/26042/stat : 26042 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 22313503 1577259008 11405 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 1540292

[startup+6.30176 s]
/proc/loadavg: 1.17 1.03 1.01 1/120 26050
/proc/meminfo: memFree=1794268/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1540576 CPUtime=3.95
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 16718 0 1 0 387 8 0 0 18 0 14 0 22313413 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 385144 12958 1432 10 0 382447 0
[pid=26026/tid=26028] ppid=26024 vsize=1540576 CPUtime=0.82
/proc/26026/task/26028/stat : 26028 (java) S 26024 26026 26001 0 -1 4202560 5801 0 1 0 79 3 0 0 19 0 14 0 22313415 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26029] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26029/stat : 26029 (java) S 26024 26026 26001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 22313416 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26030] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26030/stat : 26030 (java) S 26024 26026 26001 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 14 0 22313416 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26031] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26031/stat : 26031 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 14 0 22313418 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26032] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26032/stat : 26032 (java) S 26024 26026 26001 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 22313418 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26033] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26033/stat : 26033 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 22313418 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26034] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26034/stat : 26034 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 22313423 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26035] ppid=26024 vsize=1540576 CPUtime=1.48
/proc/26026/task/26035/stat : 26035 (java) S 26024 26026 26001 0 -1 4202560 4690 0 0 0 147 1 0 0 16 0 14 0 22313423 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26036] ppid=26024 vsize=1540576 CPUtime=0.99
/proc/26026/task/26036/stat : 26036 (java) S 26024 26026 26001 0 -1 4202560 2507 0 0 0 98 1 0 0 15 0 14 0 22313423 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26037] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26037/stat : 26037 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 22313423 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26038] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26038/stat : 26038 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22313423 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26041] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26041/stat : 26041 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 22313499 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26042] ppid=26024 vsize=1540576 CPUtime=0
/proc/26026/task/26042/stat : 26042 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 22313503 1577549824 12958 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 1540576
heavy processes:

[startup+12.7017 s]
/proc/loadavg: 1.31 1.07 1.02 3/122 26056
/proc/meminfo: memFree=1684884/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1535432 CPUtime=13.79
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 47099 0 1 0 1359 20 0 0 18 0 16 0 22313413 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 383858 40964 1450 10 0 381161 0
[pid=26026/tid=26028] ppid=26024 vsize=1535432 CPUtime=0.82
/proc/26026/task/26028/stat : 26028 (java) S 26024 26026 26001 0 -1 4202560 5893 0 1 0 79 3 0 0 18 0 16 0 22313415 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26029] ppid=26024 vsize=1535432 CPUtime=0.05
/proc/26026/task/26029/stat : 26029 (java) S 26024 26026 26001 0 -1 4202560 1386 0 0 0 5 0 0 0 15 0 16 0 22313416 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26030] ppid=26024 vsize=1535432 CPUtime=0.05
/proc/26026/task/26030/stat : 26030 (java) S 26024 26026 26001 0 -1 4202560 1501 0 0 0 5 0 0 0 16 0 16 0 22313416 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26031] ppid=26024 vsize=1535432 CPUtime=0.12
/proc/26026/task/26031/stat : 26031 (java) S 26024 26026 26001 0 -1 4202560 2586 0 0 0 12 0 0 0 15 0 16 0 22313418 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26032] ppid=26024 vsize=1535432 CPUtime=0
/proc/26026/task/26032/stat : 26032 (java) S 26024 26026 26001 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22313418 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26033] ppid=26024 vsize=1535432 CPUtime=0
/proc/26026/task/26033/stat : 26033 (java) S 26024 26026 26001 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22313418 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26034] ppid=26024 vsize=1535432 CPUtime=0
/proc/26026/task/26034/stat : 26034 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 22313423 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26035] ppid=26024 vsize=1535432 CPUtime=2
/proc/26026/task/26035/stat : 26035 (java) S 26024 26026 26001 0 -1 4202560 4751 0 0 0 199 1 0 0 16 0 16 0 22313423 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26036] ppid=26024 vsize=1535432 CPUtime=1.76
/proc/26026/task/26036/stat : 26036 (java) S 26024 26026 26001 0 -1 4202560 3679 0 0 0 175 1 0 0 16 0 16 0 22313423 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26037] ppid=26024 vsize=1535432 CPUtime=0
/proc/26026/task/26037/stat : 26037 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22313423 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26038] ppid=26024 vsize=1535432 CPUtime=0
/proc/26026/task/26038/stat : 26038 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22313423 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26041] ppid=26024 vsize=1535432 CPUtime=0
/proc/26026/task/26041/stat : 26041 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 22313499 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26042] ppid=26024 vsize=1535432 CPUtime=0
/proc/26026/task/26042/stat : 26042 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 22313503 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26055] ppid=26024 vsize=1535432 CPUtime=4.18
/proc/26026/task/26055/stat : 26055 (java) R 26024 26026 26001 0 -1 4202560 636 0 0 0 418 0 0 0 25 0 16 0 22314212 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4110060449 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26026/tid=26056] ppid=26024 vsize=1535432 CPUtime=3.76
/proc/26026/task/26056/stat : 26056 (java) R 26024 26026 26001 0 -1 4202560 20334 0 0 0 369 7 0 0 25 0 16 0 22314212 1572282368 40964 1992294400 134512640 134550932 4291485888 18446744073709551615 4110467859 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.79
Current children cumulated vsize (KiB) 1535432


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

/proc/26026/statm: 384626 84371 1450 10 0 381929 0
[pid=26026/tid=26028] ppid=26024 vsize=1538504 CPUtime=0.84
/proc/26026/task/26028/stat : 26028 (java) S 26024 26026 26001 0 -1 4202560 5908 0 1 0 81 3 0 0 15 0 16 0 22313415 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26029] ppid=26024 vsize=1538504 CPUtime=3.31
/proc/26026/task/26029/stat : 26029 (java) S 26024 26026 26001 0 -1 4202560 17034 0 0 0 317 14 0 0 15 0 16 0 22313416 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26030] ppid=26024 vsize=1538504 CPUtime=3.21
/proc/26026/task/26030/stat : 26030 (java) S 26024 26026 26001 0 -1 4202560 16644 0 0 0 309 12 0 0 15 0 16 0 22313416 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26031] ppid=26024 vsize=1538504 CPUtime=71.75
/proc/26026/task/26031/stat : 26031 (java) S 26024 26026 26001 0 -1 4202560 16639 0 0 0 7099 76 0 0 15 0 16 0 22313418 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26032] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26032/stat : 26032 (java) S 26024 26026 26001 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22313418 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26033] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26033/stat : 26033 (java) S 26024 26026 26001 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22313418 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26034] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26034/stat : 26034 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 22313423 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26035] ppid=26024 vsize=1538504 CPUtime=2.05
/proc/26026/task/26035/stat : 26035 (java) S 26024 26026 26001 0 -1 4202560 4752 0 0 0 204 1 0 0 15 0 16 0 22313423 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26036] ppid=26024 vsize=1538504 CPUtime=3.03
/proc/26026/task/26036/stat : 26036 (java) S 26024 26026 26001 0 -1 4202560 8558 0 0 0 300 3 0 0 15 0 16 0 22313423 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26037] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26037/stat : 26037 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22313423 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26038] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26038/stat : 26038 (java) S 26024 26026 26001 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 22313423 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26041] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26041/stat : 26041 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 22313499 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26042] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26042/stat : 26042 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 22313503 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26072] ppid=26024 vsize=1538504 CPUtime=670.6
/proc/26026/task/26072/stat : 26072 (java) R 26024 26026 26001 0 -1 4202560 202 0 0 0 67047 13 0 0 25 0 16 0 22327960 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4110071818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26026/tid=26073] ppid=26024 vsize=1538504 CPUtime=667.52
/proc/26026/task/26073/stat : 26073 (java) R 26024 26026 26001 0 -1 4202560 5 0 0 0 66746 6 0 0 25 0 16 0 22327960 1575428096 84371 1992294400 134512640 134550932 4291485888 18446744073709551615 4110448195 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.29
Current children cumulated vsize (KiB) 1538504

[startup+942.301 s]
/proc/loadavg: 2.03 1.99 1.65 4/122 26095
/proc/meminfo: memFree=1494172/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1538504 CPUtime=1780.98
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 101597 0 1 0 177940 158 0 0 18 0 16 0 22313413 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 384626 86501 1450 10 0 381929 0
[pid=26026/tid=26028] ppid=26024 vsize=1538504 CPUtime=0.84
/proc/26026/task/26028/stat : 26028 (java) S 26024 26026 26001 0 -1 4202560 5911 0 1 0 81 3 0 0 15 0 16 0 22313415 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26029] ppid=26024 vsize=1538504 CPUtime=3.44
/proc/26026/task/26029/stat : 26029 (java) S 26024 26026 26001 0 -1 4202560 18089 0 0 0 329 15 0 0 16 0 16 0 22313416 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26030] ppid=26024 vsize=1538504 CPUtime=3.34
/proc/26026/task/26030/stat : 26030 (java) S 26024 26026 26001 0 -1 4202560 17736 0 0 0 321 13 0 0 16 0 16 0 22313416 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26031] ppid=26024 vsize=1538504 CPUtime=77.34
/proc/26026/task/26031/stat : 26031 (java) S 26024 26026 26001 0 -1 4202560 17222 0 0 0 7655 79 0 0 15 0 16 0 22313418 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26032] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26032/stat : 26032 (java) S 26024 26026 26001 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22313418 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26033] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26033/stat : 26033 (java) S 26024 26026 26001 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22313418 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26034] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26034/stat : 26034 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26035] ppid=26024 vsize=1538504 CPUtime=2.05
/proc/26026/task/26035/stat : 26035 (java) S 26024 26026 26001 0 -1 4202560 4752 0 0 0 204 1 0 0 15 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26036] ppid=26024 vsize=1538504 CPUtime=3.03
/proc/26026/task/26036/stat : 26036 (java) S 26024 26026 26001 0 -1 4202560 8558 0 0 0 300 3 0 0 15 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26037] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26037/stat : 26037 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26038] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26038/stat : 26038 (java) S 26024 26026 26001 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26041] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26041/stat : 26041 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 22313499 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26042] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26042/stat : 26042 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 22313503 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26072] ppid=26024 vsize=1538504 CPUtime=724.43
/proc/26026/task/26072/stat : 26072 (java) R 26024 26026 26001 0 -1 4202560 217 0 0 0 72430 13 0 0 25 0 16 0 22327960 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4110040748 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26026/tid=26073] ppid=26024 vsize=1538504 CPUtime=721.53
/proc/26026/task/26073/stat : 26073 (java) R 26024 26026 26001 0 -1 4202560 6 0 0 0 72145 8 0 0 25 0 16 0 22327960 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4110566089 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1780.98
Current children cumulated vsize (KiB) 1538504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+952.501 s]
/proc/loadavg: 2.02 1.99 1.66 3/122 26095
/proc/meminfo: memFree=1494172/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1538504 CPUtime=1800.06
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 101605 0 1 0 179846 160 0 0 18 0 16 0 22313413 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 384626 86501 1450 10 0 381929 0
[pid=26026/tid=26028] ppid=26024 vsize=1538504 CPUtime=0.84
/proc/26026/task/26028/stat : 26028 (java) S 26024 26026 26001 0 -1 4202560 5911 0 1 0 81 3 0 0 15 0 16 0 22313415 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26029] ppid=26024 vsize=1538504 CPUtime=3.46
/proc/26026/task/26029/stat : 26029 (java) S 26024 26026 26001 0 -1 4202560 18089 0 0 0 331 15 0 0 16 0 16 0 22313416 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26030] ppid=26024 vsize=1538504 CPUtime=3.36
/proc/26026/task/26030/stat : 26030 (java) S 26024 26026 26001 0 -1 4202560 17736 0 0 0 323 13 0 0 15 0 16 0 22313416 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26031] ppid=26024 vsize=1538504 CPUtime=78.62
/proc/26026/task/26031/stat : 26031 (java) S 26024 26026 26001 0 -1 4202560 17224 0 0 0 7781 81 0 0 16 0 16 0 22313418 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26032] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26032/stat : 26032 (java) S 26024 26026 26001 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22313418 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26033] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26033/stat : 26033 (java) S 26024 26026 26001 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22313418 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26034] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26034/stat : 26034 (java) S 26024 26026 26001 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26035] ppid=26024 vsize=1538504 CPUtime=2.05
/proc/26026/task/26035/stat : 26035 (java) S 26024 26026 26001 0 -1 4202560 4752 0 0 0 204 1 0 0 15 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26036] ppid=26024 vsize=1538504 CPUtime=3.03
/proc/26026/task/26036/stat : 26036 (java) S 26024 26026 26001 0 -1 4202560 8558 0 0 0 300 3 0 0 15 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26037] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26037/stat : 26037 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26038] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26038/stat : 26038 (java) R 26024 26026 26001 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 22313423 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26026/tid=26041] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26041/stat : 26041 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 22313499 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26042] ppid=26024 vsize=1538504 CPUtime=0
/proc/26026/task/26042/stat : 26042 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 22313503 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26072] ppid=26024 vsize=1538504 CPUtime=733.34
/proc/26026/task/26072/stat : 26072 (java) R 26024 26026 26001 0 -1 4202560 221 0 0 0 73320 14 0 0 23 0 16 0 22327960 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4110040735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26026/tid=26073] ppid=26024 vsize=1538504 CPUtime=730.39
/proc/26026/task/26073/stat : 26073 (java) R 26024 26026 26001 0 -1 4202560 6 0 0 0 73031 8 0 0 23 0 16 0 22327960 1575428096 86501 1992294400 134512640 134550932 4291485888 18446744073709551615 4110651480 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1538504

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

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

[startup+952.624 s]
/proc/loadavg: 2.02 1.99 1.66 3/122 26095
/proc/meminfo: memFree=1494172/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=1539152 CPUtime=1800.27
/proc/26026/stat : 26026 (java) S 26024 26026 26001 0 -1 4202496 101622 0 1 0 179867 160 0 0 18 0 18 0 22313413 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26026/statm: 384788 86518 1450 10 0 382091 0
[pid=26026/tid=26028] ppid=26024 vsize=1539152 CPUtime=0.84
/proc/26026/task/26028/stat : 26028 (java) S 26024 26026 26001 0 -1 4202560 5911 0 1 0 81 3 0 0 15 0 18 0 22313415 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26029] ppid=26024 vsize=1539152 CPUtime=3.46
/proc/26026/task/26029/stat : 26029 (java) S 26024 26026 26001 0 -1 4202560 18089 0 0 0 331 15 0 0 16 0 18 0 22313416 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 1 0 0 0
[pid=26026/tid=26030] ppid=26024 vsize=1539152 CPUtime=3.36
/proc/26026/task/26030/stat : 26030 (java) S 26024 26026 26001 0 -1 4202560 17736 0 0 0 323 13 0 0 15 0 18 0 22313416 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26031] ppid=26024 vsize=1539152 CPUtime=78.62
/proc/26026/task/26031/stat : 26031 (java) S 26024 26026 26001 0 -1 4202560 17224 0 0 0 7781 81 0 0 16 0 18 0 22313418 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 0 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26032] ppid=26024 vsize=1539152 CPUtime=0
/proc/26026/task/26032/stat : 26032 (java) S 26024 26026 26001 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22313418 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26033] ppid=26024 vsize=1539152 CPUtime=0
/proc/26026/task/26033/stat : 26033 (java) S 26024 26026 26001 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 22313418 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26034] ppid=26024 vsize=1539152 CPUtime=0
/proc/26026/task/26034/stat : 26034 (java) S 26024 26026 26001 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 22313423 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26035] ppid=26024 vsize=1539152 CPUtime=2.05
/proc/26026/task/26035/stat : 26035 (java) S 26024 26026 26001 0 -1 4202560 4752 0 0 0 204 1 0 0 15 0 18 0 22313423 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26036] ppid=26024 vsize=1539152 CPUtime=3.03
/proc/26026/task/26036/stat : 26036 (java) S 26024 26026 26001 0 -1 4202560 8558 0 0 0 300 3 0 0 15 0 18 0 22313423 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26037] ppid=26024 vsize=1539152 CPUtime=0
/proc/26026/task/26037/stat : 26037 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22313423 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26038] ppid=26024 vsize=1539152 CPUtime=0
/proc/26026/task/26038/stat : 26038 (java) R 26024 26026 26001 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 22313423 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26026/tid=26041] ppid=26024 vsize=1539152 CPUtime=0
/proc/26026/task/26041/stat : 26041 (java) S 26024 26026 26001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 22313499 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26042] ppid=26024 vsize=1539152 CPUtime=0
/proc/26026/task/26042/stat : 26042 (java) S 26024 26026 26001 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 18 0 22313503 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4294960144 0 4 0 16800975 18446604437871604672 0 0 -1 0 0 0 0
[pid=26026/tid=26072] ppid=26024 vsize=1539152 CPUtime=733.43
/proc/26026/task/26072/stat : 26072 (java) R 26024 26026 26001 0 -1 4202560 221 0 0 0 73329 14 0 0 23 0 18 0 22327960 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4110060464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26026/tid=26073] ppid=26024 vsize=1539152 CPUtime=730.5
/proc/26026/task/26073/stat : 26073 (java) R 26024 26026 26001 0 -1 4202560 6 0 0 0 73042 8 0 0 23 0 18 0 22327960 1576091648 86518 1992294400 134512640 134550932 4291485888 18446744073709551615 4110566104 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1539152

[startup+952.701 s]
/proc/loadavg: 2.02 1.99 1.66 3/122 26095
/proc/meminfo: memFree=1494172/2059040 swapFree=4134576/4192956
[pid=26026] ppid=26024 vsize=0 CPUtime=1800.42
/proc/26026/stat : 26026 (java) Z 26024 26026 26001 0 -1 4203548 101627 0 1 0 179880 162 0 0 16 0 2 0 22313413 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26026/statm: 0 0 0 0 0 0 0
[pid=26026/tid=26072] ppid=26024 vsize=0 CPUtime=733.47
/proc/26026/task/26072/stat : 26072 (java) R 26024 26026 26001 0 -1 4203588 221 0 0 0 73333 14 0 0 24 0 2 0 22327960 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 952.735
CPU time (s): 1800.46
CPU user time (s): 1798.81
CPU system time (s): 1.65775
CPU usage (%): 188.978
Max. virtual memory (cumulated for all children) (KiB): 1545292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.65775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101627
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= 25227
involuntary context switches= 50536

runsolver used 3.46047 second user time and 6.79797 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-14 00:14:30
IDJOB=2662367
IDBENCH=2189
IDSOLVER=1166
FILE ID=node017/2662367-1276467270
PBS_JOBID= 11173368
Free space on /tmp= 62368 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662367-1276467270/watcher-2662367-1276467270 -o /tmp/evaluation-result-2662367-1276467270/solver-2662367-1276467270 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662367-1276467270.opb

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

MD5SUM BENCH= 10cfce36a090e62566639770833f1068
RANDOM SEED=348541018

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1838424 kB
Buffers:         50104 kB
Cached:          93672 kB
SwapCached:      11368 kB
Active:          97600 kB
Inactive:        59736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1838424 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:             628 kB
Writeback:           0 kB
AnonPages:       12080 kB
Mapped:           9100 kB
Slab:            41464 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181772 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62368 MiB
End job on node017 at 2010-06-14 00:30:25