Trace number 2662453

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-31? (TO) 1803.99 979.861

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos5.opb
MD5SUM687e90f40c46b53feec9c54ee9b43fa6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15360
Best CPU time to get the best result obtained on this benchmark1570.6
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15360
Optimality of the best value was proved NO
Number of variables163
Total number of constraints73
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints70
Minimum length of a constraint11
Maximum length of a constraint102
Number of terms in the objective function 163
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 74742
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 74742
Number of bits of the biggest sum of numbers17
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662453-1276351109.opb
0.24/0.22	c reading problem ... 
0.95/0.65	c ... done. Wall clock time 0.424s.
0.95/0.65	c #vars     163
0.95/0.65	c #constraints  73
0.95/0.65	c constraints type 
0.95/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.95/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
0.95/0.65	c constraints type 
0.95/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.95/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
1.14/0.77	c And the winner is Resolution
2.13/1.67	c SATISFIABLE
2.13/1.67	c OPTIMIZING...
2.13/1.67	c Got one! Elapsed wall clock time (in seconds):1.446
2.13/1.67	o 19456
2.98/2.14	c And the winner is Resolution
3.12/2.67	c Got one! Elapsed wall clock time (in seconds):2.453
3.12/2.67	o 19079
3.16/2.70	c And the winner is CuttingPlanes
3.17/3.68	c Got one! Elapsed wall clock time (in seconds):3.459
3.17/3.68	o 19074
3.40/3.80	c And the winner is Resolution
3.42/4.69	c Got one! Elapsed wall clock time (in seconds):4.466
3.42/4.69	o 18432
4.04/5.05	c And the winner is Resolution
4.15/5.70	c Got one! Elapsed wall clock time (in seconds):5.473
4.15/5.70	o 17456
4.75/6.02	c And the winner is CuttingPlanes
4.79/6.70	c Got one! Elapsed wall clock time (in seconds):6.478
4.79/6.70	o 17413
6.21/7.44	c cleaning 2501 clauses out of 5001 with flag 5001/5001
6.78/7.71	c And the winner is CuttingPlanes
6.80/8.71	c Got one! Elapsed wall clock time (in seconds):8.493
6.80/8.71	o 17412
6.97/8.86	c And the winner is CuttingPlanes
7.08/9.72	c Got one! Elapsed wall clock time (in seconds):9.498
7.08/9.72	o 17411
7.08/9.73	c And the winner is CuttingPlanes
7.11/10.72	c Got one! Elapsed wall clock time (in seconds):10.504
7.11/10.72	o 17408
9.42/11.95	c cleaning 4240 clauses out of 8499 with flag 11000/11000
10.37/12.45	c And the winner is CuttingPlanes
10.47/12.73	c Got one! Elapsed wall clock time (in seconds):12.515
10.47/12.73	o 17280
10.79/12.94	c And the winner is CuttingPlanes
10.88/13.74	c Got one! Elapsed wall clock time (in seconds):13.521
10.88/13.74	o 17154
12.77/14.74	c cleaning 5623 clauses out of 11260 with flag 18001/18001
16.88/16.87	c cleaning 6814 clauses out of 13636 with flag 26000/26000
21.16/19.00	c cleaning 7903 clauses out of 15822 with flag 35000/35000
25.65/21.35	c cleaning 8948 clauses out of 17922 with flag 45003/45003
31.14/24.15	c cleaning 9474 clauses out of 18971 with flag 55000/55000
36.02/26.62	c cleaning 9742 clauses out of 19497 with flag 65000/65000
42.07/29.76	c cleaning 9873 clauses out of 19756 with flag 75001/75001
46.54/32.05	c cleaning 9936 clauses out of 19882 with flag 85000/85000
51.59/34.64	c cleaning 9965 clauses out of 19948 with flag 95002/95002
56.25/37.09	c cleaning 9985 clauses out of 19982 with flag 105001/105001
61.47/39.78	c cleaning 9988 clauses out of 19996 with flag 115000/115000
66.71/42.48	c cleaning 9997 clauses out of 20009 with flag 125001/125001
72.55/45.45	c cleaning 10002 clauses out of 20013 with flag 135002/135002
78.59/48.54	c cleaning 9994 clauses out of 20009 with flag 145000/145000
83.57/51.17	c cleaning 9998 clauses out of 20016 with flag 155001/155001
88.41/53.64	c cleaning 9993 clauses out of 20017 with flag 165000/165000
93.06/56.06	c cleaning 10007 clauses out of 20025 with flag 175001/175001
98.89/59.01	c cleaning 9999 clauses out of 20017 with flag 185000/185000
103.29/61.38	c cleaning 9995 clauses out of 20018 with flag 195000/195000
110.90/65.27	c cleaning 10005 clauses out of 20023 with flag 205000/205000
117.91/68.83	c cleaning 10002 clauses out of 20021 with flag 215003/215003
125.51/72.76	c cleaning 9998 clauses out of 20016 with flag 225000/225000
131.68/75.97	c cleaning 10003 clauses out of 20019 with flag 235001/235001
137.09/78.78	c cleaning 9998 clauses out of 20015 with flag 245000/245000
143.28/81.96	c cleaning 10002 clauses out of 20020 with flag 255003/255003
148.31/84.51	c cleaning 10000 clauses out of 20016 with flag 265001/265001
152.88/86.92	c cleaning 10004 clauses out of 20015 with flag 275000/275000
158.27/89.70	c cleaning 9995 clauses out of 20011 with flag 285000/285000
163.68/92.58	c cleaning 9998 clauses out of 20018 with flag 295002/295002
169.46/95.59	c cleaning 9995 clauses out of 20020 with flag 305002/305002
175.40/98.68	c cleaning 9993 clauses out of 20023 with flag 315000/315000
183.36/102.71	c cleaning 10010 clauses out of 20031 with flag 325001/325001
190.93/106.68	c cleaning 10005 clauses out of 20021 with flag 335001/335001
197.31/109.93	c cleaning 10007 clauses out of 20017 with flag 345002/345002
203.05/112.90	c cleaning 9998 clauses out of 20008 with flag 355000/355000
208.24/115.69	c cleaning 10000 clauses out of 20012 with flag 365002/365002
213.61/118.41	c cleaning 0 clauses out of 5000 with flag 0/5000
214.62/119.02	c cleaning 10000 clauses out of 20010 with flag 375000/375000
220.74/122.27	c cleaning 9996 clauses out of 20011 with flag 385001/385001
226.50/125.21	c cleaning 10003 clauses out of 20015 with flag 395001/395001
232.65/128.43	c cleaning 9996 clauses out of 20011 with flag 405000/405000
237.03/130.71	c cleaning 10004 clauses out of 20018 with flag 415003/415003
242.32/133.55	c cleaning 10000 clauses out of 20011 with flag 425000/425000
247.09/136.09	c cleaning 10002 clauses out of 20011 with flag 435000/435000
251.84/138.55	c cleaning 9995 clauses out of 20010 with flag 445001/445001
260.19/142.81	c cleaning 10000 clauses out of 20016 with flag 455002/455002
269.06/147.43	c cleaning 10002 clauses out of 20016 with flag 465002/465002
278.12/152.14	c cleaning 10001 clauses out of 20017 with flag 475005/475005
284.65/155.56	c cleaning 9998 clauses out of 20013 with flag 485002/485002
290.79/158.72	c cleaning 9999 clauses out of 20013 with flag 495000/495000
296.69/161.84	c cleaning 10000 clauses out of 20015 with flag 505001/505001
302.63/164.95	c cleaning 10001 clauses out of 20015 with flag 515001/515001
308.77/168.11	c cleaning 9999 clauses out of 20014 with flag 525001/525001
314.52/171.19	c cleaning 9997 clauses out of 20016 with flag 535002/535002
320.60/174.31	c cleaning 9996 clauses out of 20017 with flag 545000/545000
326.52/177.41	c cleaning 9999 clauses out of 20021 with flag 555000/555000
332.46/180.52	c cleaning 9995 clauses out of 20024 with flag 565002/565002
338.59/183.72	c cleaning 9997 clauses out of 20029 with flag 575002/575002
345.06/187.18	c cleaning 10002 clauses out of 20031 with flag 585001/585001
349.99/189.72	c cleaning 10006 clauses out of 20029 with flag 595001/595001
356.30/193.03	c cleaning 10000 clauses out of 20022 with flag 605000/605000
363.42/196.77	c cleaning 9999 clauses out of 20023 with flag 615001/615001
369.08/199.77	c cleaning 9996 clauses out of 20023 with flag 625000/625000
374.60/202.61	c cleaning 9999 clauses out of 20028 with flag 635001/635001
380.74/205.81	c cleaning 9997 clauses out of 20028 with flag 645000/645000
385.64/208.40	c cleaning 9999 clauses out of 20032 with flag 655001/655001
390.50/211.02	c cleaning 9996 clauses out of 20032 with flag 665000/665000
395.42/213.63	c cleaning 10012 clauses out of 20036 with flag 675000/675000
400.73/216.42	c cleaning 10005 clauses out of 20024 with flag 685000/685000
405.04/218.73	c cleaning 9995 clauses out of 20019 with flag 695000/695000
410.09/221.40	c cleaning 10005 clauses out of 20026 with flag 705002/705002
414.99/224.09	c cleaning 9995 clauses out of 20020 with flag 715001/715001
419.31/226.32	c cleaning 10004 clauses out of 20025 with flag 725001/725001
423.21/228.47	c cleaning 10000 clauses out of 20020 with flag 735000/735000
427.45/230.73	c cleaning 9999 clauses out of 20020 with flag 745000/745000
431.57/232.94	c cleaning 10004 clauses out of 20023 with flag 755002/755002
435.67/235.15	c cleaning 9998 clauses out of 20020 with flag 765003/765003
439.99/237.44	c cleaning 10003 clauses out of 20019 with flag 775000/775000
444.45/239.81	c cleaning 10002 clauses out of 20019 with flag 785003/785003
448.93/242.29	c cleaning 10004 clauses out of 20016 with flag 795002/795002
454.24/245.08	c cleaning 9994 clauses out of 20011 with flag 805001/805001
459.73/247.90	c cleaning 10002 clauses out of 20016 with flag 815000/815000
465.76/251.18	c cleaning 9999 clauses out of 20016 with flag 825002/825002
471.26/254.02	c cleaning 10000 clauses out of 20015 with flag 835000/835000
476.95/257.06	c cleaning 9996 clauses out of 20016 with flag 845001/845001
482.84/260.13	c cleaning 10000 clauses out of 20020 with flag 855001/855001
489.05/263.43	c cleaning 10000 clauses out of 20020 with flag 865001/865001
494.14/266.19	c cleaning 9999 clauses out of 20020 with flag 875001/875001
499.63/269.01	c cleaning 10001 clauses out of 20020 with flag 885000/885000
505.11/271.95	c cleaning 9997 clauses out of 20022 with flag 895003/895003
510.12/274.60	c cleaning 10004 clauses out of 20022 with flag 905000/905000
516.39/277.99	c cleaning 9996 clauses out of 20018 with flag 915000/915000
522.25/281.01	c cleaning 9991 clauses out of 20023 with flag 925001/925001
526.33/283.29	c cleaning 9998 clauses out of 20033 with flag 935002/935002
531.33/285.94	c cleaning 10007 clauses out of 20034 with flag 945001/945001
536.02/288.42	c cleaning 9997 clauses out of 20026 with flag 955000/955000
541.29/291.21	c cleaning 10000 clauses out of 20029 with flag 965000/965000
546.36/293.91	c cleaning 10001 clauses out of 20031 with flag 975002/975002
550.77/296.39	c cleaning 9999 clauses out of 20028 with flag 985000/985000
555.24/298.76	c cleaning 10001 clauses out of 20029 with flag 995000/995000
560.12/301.30	c cleaning 10003 clauses out of 20028 with flag 1005000/1005000
565.39/304.13	c cleaning 10008 clauses out of 20028 with flag 1015003/1015003
571.57/307.41	c cleaning 10002 clauses out of 20023 with flag 1025006/1025006
577.43/310.56	c cleaning 9996 clauses out of 20015 with flag 1035000/1035000
583.48/313.71	c cleaning 9996 clauses out of 20021 with flag 1045002/1045002
589.36/316.85	c cleaning 10003 clauses out of 20025 with flag 1055002/1055002
595.53/320.19	c cleaning 10000 clauses out of 20020 with flag 1065000/1065000
601.58/323.38	c cleaning 9997 clauses out of 20020 with flag 1075000/1075000
606.84/326.14	c cleaning 10002 clauses out of 20024 with flag 1085001/1085001
611.70/328.77	c cleaning 10000 clauses out of 20021 with flag 1095000/1095000
616.88/331.54	c cleaning 9998 clauses out of 20021 with flag 1105000/1105000
621.95/334.22	c cleaning 10001 clauses out of 20023 with flag 1115000/1115000
627.01/336.95	c cleaning 9998 clauses out of 20022 with flag 1125000/1125000
632.26/339.71	c cleaning 10000 clauses out of 20025 with flag 1135001/1135001
637.23/342.40	c cleaning 10000 clauses out of 20026 with flag 1145002/1145002
642.07/345.08	c cleaning 10001 clauses out of 20024 with flag 1155000/1155000
647.32/347.86	c cleaning 9998 clauses out of 20023 with flag 1165000/1165000
653.55/351.14	c cleaning 9989 clauses out of 20025 with flag 1175000/1175000
659.32/354.25	c cleaning 10012 clauses out of 20038 with flag 1185002/1185002
665.15/357.37	c cleaning 9988 clauses out of 20024 with flag 1195000/1195000
670.80/360.33	c cleaning 9999 clauses out of 20036 with flag 1205000/1205000
677.02/363.62	c cleaning 9999 clauses out of 20038 with flag 1215001/1215001
683.96/367.36	c cleaning 9996 clauses out of 20038 with flag 1225000/1225000
691.57/371.30	c cleaning 9999 clauses out of 20042 with flag 1235000/1235000
699.57/375.54	c cleaning 9998 clauses out of 20043 with flag 1245000/1245000
707.58/379.79	c cleaning 9995 clauses out of 20048 with flag 1255003/1255003
716.09/384.23	c cleaning 9992 clauses out of 20051 with flag 1265001/1265001
724.29/388.52	c cleaning 10003 clauses out of 20059 with flag 1275001/1275001
732.51/392.90	c cleaning 9998 clauses out of 20057 with flag 1285002/1285002
741.29/397.47	c cleaning 9997 clauses out of 20058 with flag 1295001/1295001
749.81/401.94	c cleaning 10002 clauses out of 20062 with flag 1305002/1305002
758.00/406.20	c cleaning 10003 clauses out of 20059 with flag 1315001/1315001
765.80/410.32	c cleaning 10025 clauses out of 20055 with flag 1325000/1325000
770.23/412.77	c cleaning 10006 clauses out of 20030 with flag 1335000/1335000
776.35/416.00	c cleaning 9998 clauses out of 20024 with flag 1345000/1345000
781.77/418.91	c cleaning 10003 clauses out of 20026 with flag 1355000/1355000
787.99/422.28	c cleaning 10003 clauses out of 20024 with flag 1365001/1365001
793.42/425.15	c cleaning 9990 clauses out of 20022 with flag 1375002/1375002
799.74/428.56	c cleaning 10010 clauses out of 20030 with flag 1385000/1385000
804.97/431.37	c cleaning 9999 clauses out of 20022 with flag 1395002/1395002
810.38/434.29	c cleaning 10000 clauses out of 20022 with flag 1405001/1405001
815.39/436.92	c cleaning 10001 clauses out of 20021 with flag 1415000/1415000
820.53/439.73	c cleaning 10001 clauses out of 20021 with flag 1425001/1425001
825.54/442.42	c cleaning 9997 clauses out of 20021 with flag 1435002/1435002
831.37/445.54	c cleaning 9998 clauses out of 20023 with flag 1445001/1445001
836.56/448.33	c cleaning 10005 clauses out of 20024 with flag 1455000/1455000
843.47/452.10	c cleaning 10004 clauses out of 20020 with flag 1465001/1465001
850.06/455.54	c cleaning 10000 clauses out of 20015 with flag 1475000/1475000
856.62/459.09	c cleaning 9997 clauses out of 20015 with flag 1485000/1485000
863.81/462.87	c cleaning 9999 clauses out of 20018 with flag 1495000/1495000
870.53/466.45	c cleaning 9999 clauses out of 20020 with flag 1505001/1505001
877.49/470.15	c cleaning 10001 clauses out of 20021 with flag 1515001/1515001
883.88/473.52	c cleaning 10001 clauses out of 20020 with flag 1525001/1525001
889.85/476.79	c cleaning 10000 clauses out of 20019 with flag 1535001/1535001
895.96/480.00	c cleaning 9994 clauses out of 20018 with flag 1545000/1545000
901.72/483.13	c cleaning 0 clauses out of 11001 with flag 0/11001
902.17/483.57	c cleaning 10001 clauses out of 20024 with flag 1555000/1555000
907.31/486.33	c cleaning 9989 clauses out of 20023 with flag 1565000/1565000
912.99/489.49	c cleaning 10000 clauses out of 20036 with flag 1575002/1575002
919.16/492.71	c cleaning 10002 clauses out of 20034 with flag 1585000/1585000
924.92/495.84	c cleaning 9999 clauses out of 20032 with flag 1595000/1595000
930.70/498.93	c cleaning 10002 clauses out of 20033 with flag 1605000/1605000
936.99/502.39	c cleaning 10005 clauses out of 20032 with flag 1615001/1615001
942.75/505.42	c cleaning 10006 clauses out of 20033 with flag 1625007/1625007
949.70/509.13	c cleaning 10000 clauses out of 20021 with flag 1635001/1635001
956.05/512.52	c cleaning 9999 clauses out of 20020 with flag 1645000/1645000
962.52/516.01	c cleaning 10000 clauses out of 20021 with flag 1655000/1655000
968.25/519.13	c cleaning 9983 clauses out of 20021 with flag 1665000/1665000
973.62/522.01	c cleaning 9996 clauses out of 20039 with flag 1675001/1675001
979.95/525.42	c cleaning 10000 clauses out of 20043 with flag 1685001/1685001
987.19/529.30	c cleaning 9998 clauses out of 20042 with flag 1695000/1695000
994.31/533.18	c cleaning 10002 clauses out of 20046 with flag 1705002/1705002
1000.85/536.67	c cleaning 9996 clauses out of 20043 with flag 1715001/1715001
1007.78/540.31	c cleaning 10003 clauses out of 20047 with flag 1725001/1725001
1014.42/543.91	c cleaning 10001 clauses out of 20044 with flag 1735001/1735001
1020.93/547.43	c cleaning 10002 clauses out of 20042 with flag 1745000/1745000
1027.66/551.03	c cleaning 10000 clauses out of 20041 with flag 1755001/1755001
1033.98/554.45	c cleaning 10001 clauses out of 20041 with flag 1765001/1765001
1038.41/556.98	c cleaning 10011 clauses out of 20039 with flag 1775000/1775000
1042.34/559.11	c cleaning 10004 clauses out of 20028 with flag 1785000/1785000
1045.91/561.15	c cleaning 10002 clauses out of 20026 with flag 1795002/1795002
1049.62/563.22	c cleaning 10002 clauses out of 20023 with flag 1805001/1805001
1053.45/565.46	c cleaning 10005 clauses out of 20020 with flag 1815000/1815000
1056.99/567.49	c cleaning 9993 clauses out of 20015 with flag 1825000/1825000
1061.53/569.93	c cleaning 9995 clauses out of 20022 with flag 1835000/1835000
1065.05/571.98	c cleaning 10010 clauses out of 20030 with flag 1845003/1845003
1068.90/574.20	c cleaning 9994 clauses out of 20018 with flag 1855001/1855001
1070.64/575.31	c And the winner is Resolution
1071.46/576.67	c Got one! Elapsed wall clock time (in seconds):576.447
1071.46/576.67	o 16494
1074.30/578.11	c cleaning 10003 clauses out of 20023 with flag 1865000/1865000
1079.44/581.00	c cleaning 9995 clauses out of 20020 with flag 1875000/1875000
1084.96/583.92	c cleaning 10000 clauses out of 20026 with flag 1885001/1885001
1090.78/587.10	c cleaning 9999 clauses out of 20025 with flag 1895000/1895000
1096.28/590.11	c cleaning 9997 clauses out of 20028 with flag 1905002/1905002
1101.63/593.08	c cleaning 10001 clauses out of 20030 with flag 1915001/1915001
1107.13/596.02	c cleaning 9999 clauses out of 20029 with flag 1925001/1925001
1113.36/599.41	c cleaning 9997 clauses out of 20029 with flag 1935000/1935000
1118.87/602.43	c cleaning 10005 clauses out of 20033 with flag 1945001/1945001
1124.20/605.34	c cleaning 10001 clauses out of 20028 with flag 1955001/1955001
1129.51/608.26	c cleaning 10003 clauses out of 20027 with flag 1965001/1965001
1135.33/611.43	c cleaning 10004 clauses out of 20023 with flag 1975000/1975000
1140.44/614.24	c cleaning 9998 clauses out of 20019 with flag 1985000/1985000
1145.96/617.24	c cleaning 9996 clauses out of 20021 with flag 1995000/1995000
1151.65/620.33	c cleaning 10002 clauses out of 20027 with flag 2005002/2005002
1157.06/623.31	c cleaning 10000 clauses out of 20025 with flag 2015002/2015002
1162.34/626.27	c cleaning 9992 clauses out of 20024 with flag 2025001/2025001
1168.22/629.48	c cleaning 9997 clauses out of 20031 with flag 2035000/2035000
1173.70/632.48	c cleaning 10000 clauses out of 20035 with flag 2045001/2045001
1178.87/635.30	c cleaning 10000 clauses out of 20034 with flag 2055000/2055000
1184.34/638.38	c cleaning 10002 clauses out of 20034 with flag 2065000/2065000
1190.04/641.49	c cleaning 10000 clauses out of 20033 with flag 2075001/2075001
1195.92/644.66	c cleaning 10003 clauses out of 20032 with flag 2085000/2085000
1204.45/649.28	c cleaning 10008 clauses out of 20031 with flag 2095002/2095002
1209.55/652.10	c cleaning 10000 clauses out of 20022 with flag 2105001/2105001
1217.44/656.26	c cleaning 10007 clauses out of 20021 with flag 2115000/2115000
1225.51/660.57	c cleaning 9996 clauses out of 20015 with flag 2125001/2125001
1234.66/665.45	c cleaning 9998 clauses out of 20018 with flag 2135000/2135000
1242.51/669.67	c cleaning 9998 clauses out of 20022 with flag 2145002/2145002
1249.39/673.31	c cleaning 10008 clauses out of 20023 with flag 2155001/2155001
1255.65/676.73	c cleaning 10001 clauses out of 20015 with flag 2165001/2165001
1261.43/679.99	c cleaning 10001 clauses out of 20014 with flag 2175001/2175001
1266.89/682.92	c cleaning 10000 clauses out of 20013 with flag 2185001/2185001
1271.96/685.71	c cleaning 10000 clauses out of 20013 with flag 2195001/2195001
1276.84/688.45	c cleaning 9999 clauses out of 20012 with flag 2205000/2205000
1282.58/691.70	c cleaning 10000 clauses out of 20013 with flag 2215000/2215000
1291.63/696.41	c cleaning 9999 clauses out of 20019 with flag 2225006/2225006
1300.24/701.09	c cleaning 9993 clauses out of 20014 with flag 2235000/2235000
1309.28/705.86	c cleaning 9999 clauses out of 20021 with flag 2245000/2245000
1318.02/710.52	c cleaning 10000 clauses out of 20027 with flag 2255005/2255005
1327.05/715.31	c cleaning 10002 clauses out of 20023 with flag 2265001/2265001
1336.08/720.14	c cleaning 10000 clauses out of 20026 with flag 2275006/2275006
1342.53/723.63	c cleaning 9999 clauses out of 20021 with flag 2285001/2285001
1348.49/726.97	c cleaning 9998 clauses out of 20021 with flag 2295000/2295000
1354.55/730.22	c cleaning 9996 clauses out of 20024 with flag 2305001/2305001
1360.62/733.50	c cleaning 10003 clauses out of 20027 with flag 2315000/2315000
1366.27/736.65	c cleaning 10001 clauses out of 20024 with flag 2325000/2325000
1372.42/740.06	c cleaning 10001 clauses out of 20023 with flag 2335000/2335000
1378.67/743.49	c cleaning 9997 clauses out of 20023 with flag 2345001/2345001
1384.91/746.84	c cleaning 9998 clauses out of 20025 with flag 2355000/2355000
1390.94/750.20	c cleaning 10003 clauses out of 20028 with flag 2365001/2365001
1397.84/753.94	c cleaning 9994 clauses out of 20024 with flag 2375000/2375000
1404.28/757.47	c cleaning 10001 clauses out of 20030 with flag 2385000/2385000
1410.54/760.82	c cleaning 10005 clauses out of 20029 with flag 2395000/2395000
1415.20/763.43	c cleaning 9996 clauses out of 20024 with flag 2405000/2405000
1420.53/766.42	c cleaning 9990 clauses out of 20028 with flag 2415000/2415000
1425.78/769.31	c cleaning 10005 clauses out of 20038 with flag 2425000/2425000
1432.39/772.97	c cleaning 10003 clauses out of 20034 with flag 2435001/2435001
1438.42/776.30	c cleaning 9993 clauses out of 20030 with flag 2445000/2445000
1444.71/779.78	c cleaning 9993 clauses out of 20037 with flag 2455000/2455000
1450.92/783.14	c cleaning 9996 clauses out of 20045 with flag 2465001/2465001
1457.15/786.51	c cleaning 9999 clauses out of 20048 with flag 2475000/2475000
1463.38/789.91	c cleaning 9998 clauses out of 20049 with flag 2485000/2485000
1469.66/793.46	c cleaning 10003 clauses out of 20052 with flag 2495001/2495001
1476.08/796.95	c cleaning 9999 clauses out of 20049 with flag 2505001/2505001
1482.08/800.23	c cleaning 10002 clauses out of 20050 with flag 2515001/2515001
1488.10/803.54	c cleaning 10011 clauses out of 20048 with flag 2525001/2525001
1494.64/807.10	c cleaning 10009 clauses out of 20036 with flag 2535000/2535000
1502.02/811.10	c cleaning 10008 clauses out of 20027 with flag 2545000/2545000
1509.62/815.24	c cleaning 9998 clauses out of 20019 with flag 2555000/2555000
1516.41/818.90	c cleaning 9998 clauses out of 20022 with flag 2565001/2565001
1523.08/822.65	c cleaning 10000 clauses out of 20024 with flag 2575001/2575001
1530.47/826.67	c cleaning 9997 clauses out of 20024 with flag 2585001/2585001
1537.46/830.44	c cleaning 10000 clauses out of 20026 with flag 2595000/2595000
1543.86/833.96	c cleaning 9997 clauses out of 20027 with flag 2605001/2605001
1550.71/837.75	c cleaning 10003 clauses out of 20031 with flag 2615002/2615002
1558.28/841.83	c cleaning 9999 clauses out of 20026 with flag 2625000/2625000
1565.87/845.96	c cleaning 9998 clauses out of 20027 with flag 2635000/2635000
1572.63/849.66	c cleaning 10007 clauses out of 20029 with flag 2645000/2645000
1579.50/853.42	c cleaning 9997 clauses out of 20022 with flag 2655000/2655000
1586.27/857.11	c cleaning 9999 clauses out of 20026 with flag 2665001/2665001
1593.07/860.82	c cleaning 9998 clauses out of 20026 with flag 2675000/2675000
1599.85/864.56	c cleaning 9998 clauses out of 20028 with flag 2685000/2685000
1606.89/868.43	c cleaning 10002 clauses out of 20030 with flag 2695000/2695000
1613.87/872.24	c cleaning 9999 clauses out of 20029 with flag 2705001/2705001
1619.84/875.59	c cleaning 10003 clauses out of 20031 with flag 2715002/2715002
1626.41/879.13	c cleaning 10003 clauses out of 20027 with flag 2725001/2725001
1632.49/882.51	c cleaning 9998 clauses out of 20023 with flag 2735000/2735000
1638.67/885.98	c cleaning 9995 clauses out of 20026 with flag 2745001/2745001
1643.43/888.68	c cleaning 10007 clauses out of 20031 with flag 2755001/2755001
1648.23/891.37	c cleaning 10006 clauses out of 20023 with flag 2765000/2765000
1652.72/893.98	c cleaning 9995 clauses out of 20017 with flag 2775000/2775000
1657.53/896.64	c cleaning 9996 clauses out of 20022 with flag 2785000/2785000
1662.70/899.58	c cleaning 10001 clauses out of 20029 with flag 2795003/2795003
1668.66/902.80	c cleaning 9994 clauses out of 20026 with flag 2805001/2805001
1673.57/905.69	c cleaning 10003 clauses out of 20031 with flag 2815000/2815000
1678.16/908.29	c cleaning 10000 clauses out of 20028 with flag 2825000/2825000
1682.95/910.91	c cleaning 10002 clauses out of 20029 with flag 2835001/2835001
1686.91/913.29	c cleaning 10005 clauses out of 20028 with flag 2845002/2845002
1692.88/916.64	c cleaning 9995 clauses out of 20021 with flag 2855000/2855000
1697.65/919.44	c cleaning 10000 clauses out of 20026 with flag 2865000/2865000
1702.16/922.03	c cleaning 10004 clauses out of 20026 with flag 2875000/2875000
1706.35/924.46	c cleaning 10000 clauses out of 20024 with flag 2885002/2885002
1711.28/927.21	c cleaning 10000 clauses out of 20022 with flag 2895000/2895000
1715.48/929.69	c cleaning 10001 clauses out of 20023 with flag 2905001/2905001
1720.86/932.64	c cleaning 9995 clauses out of 20021 with flag 2915000/2915000
1725.28/935.17	c cleaning 10001 clauses out of 20027 with flag 2925001/2925001
1729.93/937.81	c cleaning 10001 clauses out of 20025 with flag 2935000/2935000
1734.51/940.45	c cleaning 10002 clauses out of 20024 with flag 2945000/2945000
1739.69/943.30	c cleaning 9998 clauses out of 20025 with flag 2955003/2955003
1744.69/946.14	c cleaning 10000 clauses out of 20024 with flag 2965000/2965000
1749.71/949.01	c cleaning 9998 clauses out of 20024 with flag 2975000/2975000
1754.66/951.86	c cleaning 9999 clauses out of 20027 with flag 2985001/2985001
1759.83/954.71	c cleaning 10003 clauses out of 20029 with flag 2995002/2995002
1763.81/957.10	c cleaning 9995 clauses out of 20025 with flag 3005001/3005001
1768.25/959.64	c cleaning 10003 clauses out of 20029 with flag 3015000/3015000
1772.81/962.28	c cleaning 10006 clauses out of 20027 with flag 3025001/3025001
1777.58/964.97	c cleaning 10001 clauses out of 20022 with flag 3035002/3035002
1782.75/967.83	c cleaning 9990 clauses out of 20020 with flag 3045001/3045001
1788.01/970.87	c cleaning 10002 clauses out of 20031 with flag 3055002/3055002
1792.79/973.59	c cleaning 9998 clauses out of 20028 with flag 3065001/3065001
1797.15/976.09	c cleaning 9998 clauses out of 20030 with flag 3075001/3075001
1803.08/979.31	c starts		: 245
1803.08/979.31	c conflicts		: 3084324
1803.08/979.31	c decisions		: 3412700
1803.08/979.31	c propagations		: 31846089
1803.08/979.31	c inspects		: 1238055964
1803.08/979.31	c learnt literals	: 0
1803.08/979.31	c learnt binary clauses	: 0
1803.08/979.31	c learnt ternary clauses	: 0
1803.08/979.31	c learnt clauses	: 3084323
1803.08/979.31	c ignored clauses	: 0
1803.08/979.31	c root simplifications	: 0
1803.08/979.31	c removed literals (reason simplification)	: 19797180
1803.08/979.31	c reason swapping (by a shorter reason)	: 0
1803.08/979.31	c Calls to reduceDB	: 309
1803.08/979.31	c number of reductions to clauses (during analyze)	: 0
1803.08/979.31	c number of learned constraints concerned by reduction	: 0
1803.08/979.31	c number of learning phase by resolution	: 0
1803.08/979.32	c number of learning phase by cutting planes	: 0
1803.08/979.32	c speed (assignments/second)	: 79094.58241127776
1803.08/979.32	c non guided choices	10
1803.67/979.62	c cleaning 10008 clauses out of 20031 with flag 3085000/3085000

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662453-1276351109/watcher-2662453-1276351109 -o /tmp/evaluation-result-2662453-1276351109/solver-2662453-1276351109 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662453-1276351109.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: 1.10 1.07 1.01 3/106 11258
/proc/meminfo: memFree=1569640/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=248 CPUtime=0
/proc/11258/stat : 11258 (java6) R 11256 11258 11158 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 10714668 253952 28 1992294400 134512640 134550932 4292980048 18446744073709551615 8782420 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11258/statm: 62 28 21 10 0 23 0

[startup+0.104865 s]
/proc/loadavg: 1.10 1.07 1.01 3/106 11258
/proc/meminfo: memFree=1569640/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1524180 CPUtime=0.08
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 3965 0 1 0 6 2 0 0 15 0 12 0 10714668 1560760320 3404 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 381045 3404 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.211858 s]
/proc/loadavg: 1.10 1.07 1.01 3/106 11258
/proc/meminfo: memFree=1569640/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1526248 CPUtime=0.24
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 5117 0 1 0 21 3 0 0 15 0 12 0 10714668 1562877952 4554 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 381562 4554 1346 10 0 378865 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526248

[startup+0.301884 s]
/proc/loadavg: 1.10 1.07 1.01 3/106 11258
/proc/meminfo: memFree=1569640/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1526248 CPUtime=0.35
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 5366 0 1 0 32 3 0 0 15 0 12 0 10714668 1562877952 4803 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 381562 4803 1358 10 0 378865 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526248

[startup+0.701985 s]
/proc/loadavg: 1.10 1.07 1.01 3/106 11258
/proc/meminfo: memFree=1569640/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1539944 CPUtime=1.14
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 9747 0 1 0 109 5 0 0 15 0 16 0 10714668 1576902656 8530 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 384986 8530 1385 10 0 382289 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1539944

[startup+1.50098 s]
/proc/loadavg: 1.10 1.07 1.01 2/120 11274
/proc/meminfo: memFree=1535676/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1543196 CPUtime=2.13
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 12449 0 1 0 207 6 0 0 15 0 14 0 10714668 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 385799 9785 1414 10 0 383102 0
[pid=11258/tid=11260] ppid=11256 vsize=1543196 CPUtime=0.62
/proc/11258/task/11260/stat : 11260 (java) S 11256 11258 11158 0 -1 4202560 4484 0 1 0 59 3 0 0 25 0 14 0 10714670 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11261] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11261/stat : 11261 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 10714671 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11262] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11262/stat : 11262 (java) S 11256 11258 11158 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 10714671 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11263] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11263/stat : 11263 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 10714673 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11264] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11264/stat : 11264 (java) S 11256 11258 11158 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 10714673 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11265] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11265/stat : 11265 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 10714673 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11266] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11266/stat : 11266 (java) S 11256 11258 11158 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 10714678 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11267] ppid=11256 vsize=1543196 CPUtime=0.36
/proc/11258/task/11267/stat : 11267 (java) S 11256 11258 11158 0 -1 4202560 885 0 0 0 36 0 0 0 23 0 14 0 10714678 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11268] ppid=11256 vsize=1543196 CPUtime=1
/proc/11258/task/11268/stat : 11268 (java) S 11256 11258 11158 0 -1 4202560 5725 0 0 0 99 1 0 0 17 0 14 0 10714678 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11269] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11269/stat : 11269 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 10714678 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11270] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11270/stat : 11270 (java) S 11256 11258 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10714678 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11273] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11273/stat : 11273 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10714735 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11274] ppid=11256 vsize=1543196 CPUtime=0
/proc/11258/task/11274/stat : 11274 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10714736 1580232704 9785 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1543196

[startup+3.10197 s]
/proc/loadavg: 1.10 1.07 1.01 1/120 11276
/proc/meminfo: memFree=1512984/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1543416 CPUtime=3.17
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 18507 0 1 0 310 7 0 0 15 0 14 0 10714668 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 385854 15842 1426 10 0 383157 0
[pid=11258/tid=11260] ppid=11256 vsize=1543416 CPUtime=0.63
/proc/11258/task/11260/stat : 11260 (java) S 11256 11258 11158 0 -1 4202560 4523 0 1 0 60 3 0 0 19 0 14 0 10714670 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11261] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11261/stat : 11261 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 10714671 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11262] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11262/stat : 11262 (java) S 11256 11258 11158 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 10714671 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11263] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11263/stat : 11263 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 14 0 10714673 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11264] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11264/stat : 11264 (java) S 11256 11258 11158 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 10714673 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11265] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11265/stat : 11265 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 10714673 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11266] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11266/stat : 11266 (java) S 11256 11258 11158 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 10714678 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11267] ppid=11256 vsize=1543416 CPUtime=0.66
/proc/11258/task/11267/stat : 11267 (java) S 11256 11258 11158 0 -1 4202560 946 0 0 0 66 0 0 0 15 0 14 0 10714678 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11268] ppid=11256 vsize=1543416 CPUtime=1.35
/proc/11258/task/11268/stat : 11268 (java) S 11256 11258 11158 0 -1 4202560 5744 0 0 0 134 1 0 0 15 0 14 0 10714678 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11269] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11269/stat : 11269 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 10714678 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11270] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11270/stat : 11270 (java) S 11256 11258 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10714678 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11273] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11273/stat : 11273 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10714735 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11274] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11274/stat : 11274 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10714736 1580457984 15842 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 1543416

[startup+6.30154 s]
/proc/loadavg: 1.01 1.05 1.00 1/120 11282
/proc/meminfo: memFree=1465244/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1543416 CPUtime=4.79
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 38493 0 1 0 462 17 0 0 15 0 14 0 10714668 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 385854 35816 1442 10 0 383157 0
[pid=11258/tid=11260] ppid=11256 vsize=1543416 CPUtime=0.63
/proc/11258/task/11260/stat : 11260 (java) S 11256 11258 11158 0 -1 4202560 4582 0 1 0 60 3 0 0 19 0 14 0 10714670 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11261] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11261/stat : 11261 (java) S 11256 11258 11158 0 -1 4202560 203 0 0 0 0 0 0 0 16 0 14 0 10714671 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11262] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11262/stat : 11262 (java) S 11256 11258 11158 0 -1 4202560 239 0 0 0 0 0 0 0 18 0 14 0 10714671 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11263] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11263/stat : 11263 (java) S 11256 11258 11158 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 10714673 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11264] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11264/stat : 11264 (java) S 11256 11258 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10714673 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11265] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11265/stat : 11265 (java) S 11256 11258 11158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10714673 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11266] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11266/stat : 11266 (java) S 11256 11258 11158 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 10714678 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11267] ppid=11256 vsize=1543416 CPUtime=1.01
/proc/11258/task/11267/stat : 11267 (java) S 11256 11258 11158 0 -1 4202560 969 0 0 0 101 0 0 0 15 0 14 0 10714678 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11268] ppid=11256 vsize=1543416 CPUtime=1.74
/proc/11258/task/11268/stat : 11268 (java) S 11256 11258 11158 0 -1 4202560 5802 0 0 0 173 1 0 0 15 0 14 0 10714678 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11269] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11269/stat : 11269 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 10714678 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11270] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11270/stat : 11270 (java) S 11256 11258 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10714678 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11273] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11273/stat : 11273 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10714735 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11274] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11274/stat : 11274 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10714736 1580457984 35816 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1543416
heavy processes:

[startup+12.7019 s]
/proc/loadavg: 1.09 1.07 1.01 3/122 11292
/proc/meminfo: memFree=1410056/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1543416 CPUtime=10.47
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 47246 0 1 0 1026 21 0 0 15 0 14 0 10714668 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 385854 44542 1451 10 0 383157 0
[pid=11258/tid=11260] ppid=11256 vsize=1543416 CPUtime=0.63
/proc/11258/task/11260/stat : 11260 (java) S 11256 11258 11158 0 -1 4202560 4583 0 1 0 60 3 0 0 18 0 14 0 10714670 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11261] ppid=11256 vsize=1543416 CPUtime=0.05
/proc/11258/task/11261/stat : 11261 (java) S 11256 11258 11158 0 -1 4202560 1355 0 0 0 5 0 0 0 16 0 14 0 10714671 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11262] ppid=11256 vsize=1543416 CPUtime=0.04
/proc/11258/task/11262/stat : 11262 (java) S 11256 11258 11158 0 -1 4202560 1335 0 0 0 4 0 0 0 16 0 14 0 10714671 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11263] ppid=11256 vsize=1543416 CPUtime=0.07
/proc/11258/task/11263/stat : 11263 (java) S 11256 11258 11158 0 -1 4202560 1294 0 0 0 7 0 0 0 15 0 14 0 10714673 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11264] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11264/stat : 11264 (java) S 11256 11258 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10714673 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11265] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11265/stat : 11265 (java) S 11256 11258 11158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10714673 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11266] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11266/stat : 11266 (java) S 11256 11258 11158 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 10714678 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11267] ppid=11256 vsize=1543416 CPUtime=1.56
/proc/11258/task/11267/stat : 11267 (java) S 11256 11258 11158 0 -1 4202560 1010 0 0 0 156 0 0 0 15 0 14 0 10714678 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11268] ppid=11256 vsize=1543416 CPUtime=2.46
/proc/11258/task/11268/stat : 11268 (java) S 11256 11258 11158 0 -1 4202560 5858 0 0 0 244 2 0 0 15 0 14 0 10714678 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11269] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11269/stat : 11269 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 10714678 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11270] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11270/stat : 11270 (java) S 11256 11258 11158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 10714678 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11273] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11273/stat : 11273 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10714735 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11274] ppid=11256 vsize=1543416 CPUtime=0
/proc/11258/task/11274/stat : 11274 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10714736 1580457984 44542 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 1543416

[startup+25.5027 s]
/proc/loadavg: 1.16 1.08 1.01 3/122 11296
/proc/meminfo: memFree=1362192/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1543416 CPUtime=33.83

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


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11258

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

[startup+979.109 s]
/proc/loadavg: 2.67 2.41 1.87 5/124 11338
/proc/meminfo: memFree=1241888/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1543740 CPUtime=1802.69
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 89108 0 1 0 180040 229 0 0 15 0 17 0 10714668 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 385935 82505 1451 10 0 383238 0
[pid=11258/tid=11260] ppid=11256 vsize=1543740 CPUtime=0.65
/proc/11258/task/11260/stat : 11260 (java) S 11256 11258 11158 0 -1 4202560 4642 0 1 0 62 3 0 0 15 0 17 0 10714670 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11261] ppid=11256 vsize=1543740 CPUtime=28.96
/proc/11258/task/11261/stat : 11261 (java) S 11256 11258 11158 0 -1 4202560 18344 0 0 0 2798 98 0 0 15 0 17 0 10714671 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11262] ppid=11256 vsize=1543740 CPUtime=29.04
/proc/11258/task/11262/stat : 11262 (java) S 11256 11258 11158 0 -1 4202560 20192 0 0 0 2845 59 0 0 16 0 17 0 10714671 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11263] ppid=11256 vsize=1543740 CPUtime=120.45
/proc/11258/task/11263/stat : 11263 (java) S 11256 11258 11158 0 -1 4202560 3621 0 0 0 12024 21 0 0 15 0 17 0 10714673 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11264] ppid=11256 vsize=1543740 CPUtime=0
/proc/11258/task/11264/stat : 11264 (java) S 11256 11258 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 10714673 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11265] ppid=11256 vsize=1543740 CPUtime=0
/proc/11258/task/11265/stat : 11265 (java) S 11256 11258 11158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 10714673 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11266] ppid=11256 vsize=1543740 CPUtime=0
/proc/11258/task/11266/stat : 11266 (java) S 11256 11258 11158 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 17 0 10714678 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11267] ppid=11256 vsize=1543740 CPUtime=2.33
/proc/11258/task/11267/stat : 11267 (java) S 11256 11258 11158 0 -1 4202560 1033 0 0 0 233 0 0 0 15 0 17 0 10714678 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11268] ppid=11256 vsize=1543740 CPUtime=2.79
/proc/11258/task/11268/stat : 11268 (java) S 11256 11258 11158 0 -1 4202560 5891 0 0 0 277 2 0 0 15 0 17 0 10714678 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11269] ppid=11256 vsize=1543740 CPUtime=0
/proc/11258/task/11269/stat : 11269 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 10714678 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11270] ppid=11256 vsize=1543740 CPUtime=0
/proc/11258/task/11270/stat : 11270 (java) S 11256 11258 11158 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 17 0 10714678 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11273] ppid=11256 vsize=1543740 CPUtime=0
/proc/11258/task/11273/stat : 11273 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 10714735 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11274] ppid=11256 vsize=1543740 CPUtime=0
/proc/11258/task/11274/stat : 11274 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 10714736 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11322] ppid=11256 vsize=1543740 CPUtime=317.19
/proc/11258/task/11322/stat : 11322 (java) R 11256 11258 11158 0 -1 4202560 318 0 0 0 31716 3 0 0 17 0 17 0 10772336 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4109404742 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11258/tid=11323] ppid=11256 vsize=1543740 CPUtime=317.03
/proc/11258/task/11323/stat : 11323 (java) R 11256 11258 11158 0 -1 4202560 259 0 0 0 31700 3 0 0 15 0 17 0 10772337 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4109515545 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11258/tid=11338] ppid=11256 vsize=1543740 CPUtime=0
/proc/11258/task/11338/stat : 11338 (java) R 11256 11258 11158 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 10812509 1580789760 82505 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.69
Current children cumulated vsize (KiB) 1543740

[startup+979.502 s]
/proc/loadavg: 2.67 2.41 1.87 5/124 11338
/proc/meminfo: memFree=1241888/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1544064 CPUtime=1803.47
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 89117 0 1 0 180118 229 0 0 15 0 18 0 10714668 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 386016 82514 1451 10 0 383319 0
[pid=11258/tid=11260] ppid=11256 vsize=1544064 CPUtime=0.65
/proc/11258/task/11260/stat : 11260 (java) S 11256 11258 11158 0 -1 4202560 4642 0 1 0 62 3 0 0 15 0 18 0 10714670 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11261] ppid=11256 vsize=1544064 CPUtime=28.96
/proc/11258/task/11261/stat : 11261 (java) S 11256 11258 11158 0 -1 4202560 18344 0 0 0 2798 98 0 0 15 0 18 0 10714671 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11262] ppid=11256 vsize=1544064 CPUtime=29.04
/proc/11258/task/11262/stat : 11262 (java) S 11256 11258 11158 0 -1 4202560 20192 0 0 0 2845 59 0 0 16 0 18 0 10714671 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11263] ppid=11256 vsize=1544064 CPUtime=120.45
/proc/11258/task/11263/stat : 11263 (java) S 11256 11258 11158 0 -1 4202560 3621 0 0 0 12024 21 0 0 15 0 18 0 10714673 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11264] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11264/stat : 11264 (java) S 11256 11258 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10714673 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11265] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11265/stat : 11265 (java) S 11256 11258 11158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10714673 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11266] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11266/stat : 11266 (java) S 11256 11258 11158 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 10714678 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11267] ppid=11256 vsize=1544064 CPUtime=2.33
/proc/11258/task/11267/stat : 11267 (java) S 11256 11258 11158 0 -1 4202560 1033 0 0 0 233 0 0 0 15 0 18 0 10714678 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11268] ppid=11256 vsize=1544064 CPUtime=2.79
/proc/11258/task/11268/stat : 11268 (java) S 11256 11258 11158 0 -1 4202560 5891 0 0 0 277 2 0 0 15 0 18 0 10714678 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11269] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11269/stat : 11269 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 10714678 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11270] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11270/stat : 11270 (java) S 11256 11258 11158 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 10714678 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11273] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11273/stat : 11273 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10714735 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11274] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11274/stat : 11274 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10714736 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11322] ppid=11256 vsize=1544064 CPUtime=317.57
/proc/11258/task/11322/stat : 11322 (java) R 11256 11258 11158 0 -1 4202560 318 0 0 0 31754 3 0 0 18 0 18 0 10772336 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4109785608 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11258/tid=11323] ppid=11256 vsize=1544064 CPUtime=317.42
/proc/11258/task/11323/stat : 11323 (java) R 11256 11258 11158 0 -1 4202560 259 0 0 0 31739 3 0 0 16 0 18 0 10772337 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4109617243 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11258/tid=11338] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11338/stat : 11338 (java) S 11256 11258 11158 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 10812509 1581121536 82514 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.47
Current children cumulated vsize (KiB) 1544064

[startup+979.703 s]
/proc/loadavg: 2.67 2.41 1.87 5/124 11338
/proc/meminfo: memFree=1241888/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1544064 CPUtime=1803.82
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 89133 0 1 0 180153 229 0 0 15 0 18 0 10714668 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 386016 82529 1451 10 0 383319 0
[pid=11258/tid=11260] ppid=11256 vsize=1544064 CPUtime=0.65
/proc/11258/task/11260/stat : 11260 (java) S 11256 11258 11158 0 -1 4202560 4642 0 1 0 62 3 0 0 15 0 18 0 10714670 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11261] ppid=11256 vsize=1544064 CPUtime=28.99
/proc/11258/task/11261/stat : 11261 (java) S 11256 11258 11158 0 -1 4202560 18358 0 0 0 2801 98 0 0 16 0 18 0 10714671 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11262] ppid=11256 vsize=1544064 CPUtime=29.07
/proc/11258/task/11262/stat : 11262 (java) S 11256 11258 11158 0 -1 4202560 20193 0 0 0 2848 59 0 0 15 0 18 0 10714671 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11263] ppid=11256 vsize=1544064 CPUtime=120.5
/proc/11258/task/11263/stat : 11263 (java) R 11256 11258 11158 0 -1 4202560 3621 0 0 0 12029 21 0 0 15 0 18 0 10714673 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11258/tid=11264] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11264/stat : 11264 (java) S 11256 11258 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10714673 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11265] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11265/stat : 11265 (java) S 11256 11258 11158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10714673 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11266] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11266/stat : 11266 (java) S 11256 11258 11158 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11267] ppid=11256 vsize=1544064 CPUtime=2.33
/proc/11258/task/11267/stat : 11267 (java) S 11256 11258 11158 0 -1 4202560 1033 0 0 0 233 0 0 0 15 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11268] ppid=11256 vsize=1544064 CPUtime=2.79
/proc/11258/task/11268/stat : 11268 (java) S 11256 11258 11158 0 -1 4202560 5891 0 0 0 277 2 0 0 15 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11269] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11269/stat : 11269 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11270] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11270/stat : 11270 (java) S 11256 11258 11158 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11273] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11273/stat : 11273 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10714735 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11274] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11274/stat : 11274 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10714736 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11322] ppid=11256 vsize=1544064 CPUtime=317.69
/proc/11258/task/11322/stat : 11322 (java) S 11256 11258 11158 0 -1 4202560 318 0 0 0 31766 3 0 0 18 0 18 0 10772336 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11323] ppid=11256 vsize=1544064 CPUtime=317.54
/proc/11258/task/11323/stat : 11323 (java) S 11256 11258 11158 0 -1 4202560 259 0 0 0 31751 3 0 0 16 0 18 0 10772337 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11338] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11338/stat : 11338 (java) S 11256 11258 11158 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 10812509 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.82
Current children cumulated vsize (KiB) 1544064

[startup+979.801 s]
/proc/loadavg: 2.67 2.41 1.87 5/124 11338
/proc/meminfo: memFree=1241888/2059040 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=1544064 CPUtime=1803.92
/proc/11258/stat : 11258 (java) S 11256 11258 11158 0 -1 4202496 89133 0 1 0 180163 229 0 0 15 0 18 0 10714668 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11258/statm: 386016 82529 1451 10 0 383319 0
[pid=11258/tid=11260] ppid=11256 vsize=1544064 CPUtime=0.65
/proc/11258/task/11260/stat : 11260 (java) S 11256 11258 11158 0 -1 4202560 4642 0 1 0 62 3 0 0 15 0 18 0 10714670 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11261] ppid=11256 vsize=1544064 CPUtime=28.99
/proc/11258/task/11261/stat : 11261 (java) S 11256 11258 11158 0 -1 4202560 18358 0 0 0 2801 98 0 0 16 0 18 0 10714671 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11262] ppid=11256 vsize=1544064 CPUtime=29.07
/proc/11258/task/11262/stat : 11262 (java) S 11256 11258 11158 0 -1 4202560 20193 0 0 0 2848 59 0 0 15 0 18 0 10714671 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11263] ppid=11256 vsize=1544064 CPUtime=120.6
/proc/11258/task/11263/stat : 11263 (java) R 11256 11258 11158 0 -1 4202560 3621 0 0 0 12039 21 0 0 16 0 18 0 10714673 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 104177879 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11258/tid=11264] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11264/stat : 11264 (java) S 11256 11258 11158 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10714673 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11265] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11265/stat : 11265 (java) S 11256 11258 11158 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10714673 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11266] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11266/stat : 11266 (java) S 11256 11258 11158 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11267] ppid=11256 vsize=1544064 CPUtime=2.33
/proc/11258/task/11267/stat : 11267 (java) S 11256 11258 11158 0 -1 4202560 1033 0 0 0 233 0 0 0 15 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11268] ppid=11256 vsize=1544064 CPUtime=2.79
/proc/11258/task/11268/stat : 11268 (java) S 11256 11258 11158 0 -1 4202560 5891 0 0 0 277 2 0 0 15 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11269] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11269/stat : 11269 (java) S 11256 11258 11158 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11270] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11270/stat : 11270 (java) S 11256 11258 11158 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 10714678 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11273] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11273/stat : 11273 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10714735 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11274] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11274/stat : 11274 (java) S 11256 11258 11158 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10714736 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11322] ppid=11256 vsize=1544064 CPUtime=317.69
/proc/11258/task/11322/stat : 11322 (java) S 11256 11258 11158 0 -1 4202560 318 0 0 0 31766 3 0 0 18 0 18 0 10772336 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
[pid=11258/tid=11323] ppid=11256 vsize=1544064 CPUtime=317.54
/proc/11258/task/11323/stat : 11323 (java) S 11256 11258 11158 0 -1 4202560 259 0 0 0 31751 3 0 0 16 0 18 0 10772337 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 1 0 0 0
[pid=11258/tid=11338] ppid=11256 vsize=1544064 CPUtime=0
/proc/11258/task/11338/stat : 11338 (java) S 11256 11258 11158 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 10812509 1581121536 82529 1992294400 134512640 134550932 4289325920 18446744073709551615 4294960144 0 4 0 16800975 18446604437823047616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.92
Current children cumulated vsize (KiB) 1544064

Child ended because it received signal 9 (SIGKILL)
Real time (s): 979.861
CPU time (s): 1803.99
CPU user time (s): 1801.66
CPU system time (s): 2.32765
CPU usage (%): 184.107
Max. virtual memory (cumulated for all children) (KiB): 1544908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.66
system time used= 2.32765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89133
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= 37531
involuntary context switches= 52859

runsolver used 3.77642 second user time and 12.0002 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-12 15:58:29
IDJOB=2662453
IDBENCH=1848
IDSOLVER=1166
FILE ID=node005/2662453-1276351109
PBS_JOBID= 11173199
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662453-1276351109/watcher-2662453-1276351109 -o /tmp/evaluation-result-2662453-1276351109/solver-2662453-1276351109 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662453-1276351109.opb

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

MD5SUM BENCH= 687e90f40c46b53feec9c54ee9b43fa6
RANDOM SEED=284888449

node005.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.246
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.49
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.246
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1570036 kB
Buffers:        122472 kB
Cached:         237240 kB
SwapCached:          0 kB
Active:         148040 kB
Inactive:       270832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1570036 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       59200 kB
Mapped:          15448 kB
Slab:            48220 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182256 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= 62532 MiB
End job on node005 at 2010-06-12 16:14:49