Trace number 2661939

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)-110 1800.36 1029.4

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_5.opb
MD5SUM2b02b42135ec6f53aa7a47afb99951df
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-112
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -110
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
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 500
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6270
Sum of products size (including duplicates)12540
Number of different products3135
Sum of products size6270

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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661939-1276661764.opb
0.23/0.22	c reading problem ... 
4.20/2.64	c ... done. Wall clock time 2.42s.
4.20/2.64	c #vars     3635
4.20/2.64	c #constraints  9405
4.20/2.64	c constraints type 
4.20/2.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3135
4.20/2.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3135
4.20/2.64	c constraints type 
4.20/2.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3135
4.20/2.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3135
4.58/2.83	c And the winner is CuttingPlanes
4.64/3.66	c SATISFIABLE
4.64/3.66	c OPTIMIZING...
4.64/3.66	c Got one! Elapsed wall clock time (in seconds):3.438
4.64/3.66	o -94
4.73/3.75	c And the winner is Resolution
4.87/4.67	c Got one! Elapsed wall clock time (in seconds):4.454
4.87/4.67	o -95
5.52/5.00	c And the winner is CuttingPlanes
5.58/5.69	c Got one! Elapsed wall clock time (in seconds):5.473
5.58/5.69	o -96
5.61/5.77	c And the winner is Resolution
5.94/6.72	c Got one! Elapsed wall clock time (in seconds):6.503
5.94/6.72	o -97
6.09/6.83	c And the winner is Resolution
6.65/7.73	c Got one! Elapsed wall clock time (in seconds):7.51
6.65/7.73	o -98
6.79/7.81	c And the winner is Resolution
6.83/8.76	c Got one! Elapsed wall clock time (in seconds):8.537
6.83/8.76	o -100
7.69/9.21	c And the winner is Resolution
7.77/9.76	c Got one! Elapsed wall clock time (in seconds):9.543
7.77/9.76	o -103
9.61/10.73	c cleaning 2500 clauses out of 5001 with flag 5001/5001
9.92/10.91	c And the winner is Resolution
10.00/11.92	c Got one! Elapsed wall clock time (in seconds):11.7
10.00/11.92	o -104
12.34/13.17	c cleaning 4250 clauses out of 8500 with flag 11000/11000
12.84/13.42	c And the winner is Resolution
12.96/13.93	c Got one! Elapsed wall clock time (in seconds):13.707
12.96/13.93	o -105
14.10/14.54	c And the winner is Resolution
14.29/14.93	c Got one! Elapsed wall clock time (in seconds):14.715
14.29/14.93	o -106
15.62/15.62	c cleaning 5626 clauses out of 11251 with flag 18001/18001
19.04/17.50	c cleaning 6808 clauses out of 13624 with flag 26000/26000
23.63/19.89	c cleaning 7908 clauses out of 15816 with flag 35000/35000
28.24/22.27	c cleaning 8948 clauses out of 17908 with flag 45000/45000
33.21/24.83	c cleaning 9475 clauses out of 18960 with flag 55000/55000
34.02/25.34	c And the winner is Resolution
34.52/26.10	c Got one! Elapsed wall clock time (in seconds):25.877
34.52/26.10	o -107
38.48/28.10	c cleaning 9737 clauses out of 19485 with flag 65000/65000
41.41/29.71	c And the winner is Resolution
41.82/30.39	c Got one! Elapsed wall clock time (in seconds):30.174
41.82/30.39	o -108
44.22/31.64	c cleaning 9874 clauses out of 19748 with flag 75000/75000
52.74/36.08	c cleaning 9934 clauses out of 19875 with flag 85001/85001
57.90/38.78	c cleaning 9965 clauses out of 19941 with flag 95001/95001
63.23/41.59	c cleaning 9979 clauses out of 19977 with flag 105002/105002
69.48/44.86	c cleaning 9988 clauses out of 19998 with flag 115002/115002
74.41/47.47	c cleaning 9995 clauses out of 20009 with flag 125001/125001
79.35/50.04	c cleaning 9996 clauses out of 20013 with flag 135000/135000
85.68/53.35	c cleaning 10002 clauses out of 20018 with flag 145001/145001
91.10/56.28	c cleaning 9999 clauses out of 20016 with flag 155001/155001
96.20/58.95	c cleaning 10001 clauses out of 20016 with flag 165000/165000
102.29/62.14	c cleaning 9996 clauses out of 20015 with flag 175000/175000
107.17/64.73	c cleaning 10004 clauses out of 20019 with flag 185000/185000
112.17/67.41	c cleaning 10004 clauses out of 20016 with flag 195001/195001
117.43/70.23	c cleaning 9998 clauses out of 20011 with flag 205000/205000
124.28/73.83	c cleaning 9993 clauses out of 20013 with flag 215000/215000
129.55/76.66	c cleaning 9997 clauses out of 20020 with flag 225000/225000
134.70/79.49	c cleaning 10010 clauses out of 20024 with flag 235001/235001
140.15/82.37	c cleaning 10000 clauses out of 20014 with flag 245001/245001
145.80/85.38	c cleaning 10002 clauses out of 20013 with flag 255000/255000
152.04/88.68	c cleaning 10004 clauses out of 20012 with flag 265001/265001
157.17/91.43	c cleaning 9998 clauses out of 20007 with flag 275000/275000
162.61/94.39	c cleaning 10000 clauses out of 20009 with flag 285000/285000
167.87/97.17	c cleaning 9991 clauses out of 20010 with flag 295001/295001
173.68/100.26	c cleaning 10004 clauses out of 20018 with flag 305000/305000
179.61/103.48	c cleaning 10003 clauses out of 20014 with flag 315000/315000
185.64/106.65	c cleaning 9998 clauses out of 20011 with flag 325000/325000
192.04/110.02	c cleaning 10003 clauses out of 20013 with flag 335000/335000
197.86/113.10	c cleaning 10004 clauses out of 20010 with flag 345000/345000
203.55/116.26	c cleaning 9998 clauses out of 20007 with flag 355001/355001
209.55/119.47	c cleaning 9993 clauses out of 20008 with flag 365000/365000
215.17/122.47	c cleaning 10002 clauses out of 20015 with flag 375000/375000
223.33/126.80	c cleaning 9998 clauses out of 20013 with flag 385000/385000
229.56/130.14	c cleaning 9995 clauses out of 20015 with flag 395000/395000
232.18/131.68	c And the winner is Resolution
233.62/133.50	c Got one! Elapsed wall clock time (in seconds):133.286
233.62/133.50	o -109
236.79/135.13	c cleaning 10004 clauses out of 20020 with flag 405000/405000
241.97/137.98	c cleaning 9997 clauses out of 20016 with flag 415000/415000
248.12/141.30	c cleaning 10004 clauses out of 20019 with flag 425000/425000
253.75/144.37	c cleaning 10004 clauses out of 20016 with flag 435001/435001
259.30/147.30	c cleaning 9991 clauses out of 20011 with flag 445000/445000
264.65/150.29	c cleaning 10002 clauses out of 20020 with flag 455000/455000
270.39/153.38	c cleaning 9995 clauses out of 20018 with flag 465000/465000
276.81/156.89	c cleaning 10009 clauses out of 20026 with flag 475003/475003
282.35/159.88	c cleaning 10000 clauses out of 20015 with flag 485001/485001
287.87/162.81	c cleaning 9997 clauses out of 20015 with flag 495001/495001
293.60/165.95	c cleaning 10000 clauses out of 20018 with flag 505001/505001
298.79/168.89	c cleaning 10002 clauses out of 20017 with flag 515000/515000
304.54/171.93	c cleaning 9995 clauses out of 20015 with flag 525000/525000
310.65/175.24	c cleaning 9999 clauses out of 20021 with flag 535001/535001
316.15/178.29	c cleaning 9998 clauses out of 20022 with flag 545001/545001
323.71/182.30	c cleaning 10001 clauses out of 20023 with flag 555000/555000
329.21/185.33	c cleaning 10003 clauses out of 20023 with flag 565001/565001
335.11/188.59	c cleaning 10001 clauses out of 20019 with flag 575000/575000
341.82/192.12	c cleaning 10000 clauses out of 20018 with flag 585000/585000
347.96/195.55	c cleaning 10007 clauses out of 20018 with flag 595000/595000
352.68/198.14	c cleaning 9998 clauses out of 20012 with flag 605001/605001
357.60/200.85	c cleaning 10002 clauses out of 20013 with flag 615000/615000
362.50/203.59	c cleaning 10000 clauses out of 20013 with flag 625002/625002
367.84/206.50	c cleaning 9996 clauses out of 20011 with flag 635000/635000
372.74/209.21	c cleaning 10001 clauses out of 20016 with flag 645001/645001
377.63/211.93	c cleaning 10003 clauses out of 20014 with flag 655000/655000
382.74/214.78	c cleaning 10001 clauses out of 20011 with flag 665000/665000
388.45/217.91	c cleaning 9990 clauses out of 20010 with flag 675000/675000
393.15/220.51	c cleaning 10007 clauses out of 20021 with flag 685001/685001
399.02/223.73	c cleaning 10001 clauses out of 20013 with flag 695000/695000
406.30/227.63	c cleaning 10000 clauses out of 20013 with flag 705001/705001
412.00/230.85	c cleaning 9992 clauses out of 20012 with flag 715000/715000
417.66/233.91	c cleaning 10004 clauses out of 20020 with flag 725000/725000
422.72/236.75	c cleaning 10001 clauses out of 20018 with flag 735002/735002
428.56/239.93	c cleaning 10000 clauses out of 20016 with flag 745001/745001
433.88/242.99	c cleaning 9995 clauses out of 20016 with flag 755001/755001
439.74/246.10	c cleaning 10001 clauses out of 20021 with flag 765001/765001
444.98/249.07	c cleaning 10005 clauses out of 20020 with flag 775001/775001
451.02/252.36	c cleaning 9999 clauses out of 20014 with flag 785000/785000
456.48/255.46	c cleaning 10000 clauses out of 20016 with flag 795001/795001
462.09/258.60	c cleaning 9996 clauses out of 20016 with flag 805001/805001
467.92/261.79	c cleaning 10006 clauses out of 20021 with flag 815002/815002
474.55/265.32	c cleaning 9992 clauses out of 20013 with flag 825000/825000
480.38/268.68	c cleaning 10002 clauses out of 20021 with flag 835000/835000
485.97/271.77	c cleaning 10005 clauses out of 20019 with flag 845000/845000
491.78/274.92	c cleaning 9988 clauses out of 20014 with flag 855000/855000
497.80/278.25	c cleaning 10002 clauses out of 20026 with flag 865000/865000
503.42/281.45	c cleaning 10004 clauses out of 20024 with flag 875000/875000
509.44/284.70	c cleaning 10004 clauses out of 20020 with flag 885000/885000
514.27/287.49	c cleaning 9998 clauses out of 20016 with flag 895000/895000
519.86/290.50	c cleaning 10004 clauses out of 20019 with flag 905001/905001
526.45/294.28	c cleaning 10001 clauses out of 20015 with flag 915001/915001
533.01/297.82	c cleaning 10005 clauses out of 20013 with flag 925000/925000
538.05/300.68	c cleaning 10001 clauses out of 20008 with flag 935000/935000
543.83/303.89	c cleaning 9997 clauses out of 20008 with flag 945001/945001
549.81/307.26	c cleaning 10001 clauses out of 20011 with flag 955001/955001
555.96/310.62	c cleaning 9995 clauses out of 20009 with flag 965000/965000
561.77/313.86	c cleaning 10003 clauses out of 20016 with flag 975002/975002
567.32/317.00	c cleaning 10006 clauses out of 20011 with flag 985000/985000
574.10/320.71	c cleaning 10003 clauses out of 20005 with flag 995000/995000
581.06/324.58	c cleaning 9996 clauses out of 20002 with flag 1005000/1005000
587.01/327.83	c cleaning 10003 clauses out of 20007 with flag 1015001/1015001
592.95/331.12	c cleaning 9992 clauses out of 20003 with flag 1025000/1025000
599.09/334.61	c cleaning 9999 clauses out of 20012 with flag 1035001/1035001
605.61/338.30	c cleaning 10000 clauses out of 20012 with flag 1045000/1045000
611.37/341.41	c cleaning 9989 clauses out of 20012 with flag 1055000/1055000
618.11/345.16	c cleaning 10002 clauses out of 20023 with flag 1065000/1065000
624.66/348.82	c cleaning 10004 clauses out of 20022 with flag 1075001/1075001
631.82/352.72	c cleaning 10007 clauses out of 20018 with flag 1085001/1085001
637.21/355.76	c cleaning 9996 clauses out of 20010 with flag 1095000/1095000
643.35/359.19	c cleaning 10001 clauses out of 20014 with flag 1105000/1105000
649.71/362.75	c cleaning 10000 clauses out of 20013 with flag 1115000/1115000
655.08/365.78	c cleaning 9999 clauses out of 20014 with flag 1125001/1125001
661.22/369.13	c cleaning 9997 clauses out of 20015 with flag 1135001/1135001
667.36/372.53	c cleaning 9999 clauses out of 20018 with flag 1145001/1145001
673.12/375.84	c cleaning 9998 clauses out of 20018 with flag 1155000/1155000
679.26/379.20	c cleaning 10005 clauses out of 20021 with flag 1165001/1165001
685.59/382.76	c cleaning 10000 clauses out of 20015 with flag 1175000/1175000
691.14/385.86	c cleaning 10000 clauses out of 20016 with flag 1185001/1185001
697.83/389.68	c cleaning 9994 clauses out of 20016 with flag 1195001/1195001
703.72/393.00	c cleaning 10002 clauses out of 20021 with flag 1205000/1205000
709.81/396.33	c cleaning 9998 clauses out of 20019 with flag 1215000/1215000
715.48/399.57	c cleaning 10004 clauses out of 20022 with flag 1225001/1225001
722.34/403.43	c cleaning 9996 clauses out of 20017 with flag 1235000/1235000
728.27/406.73	c cleaning 10001 clauses out of 20021 with flag 1245000/1245000
732.78/409.35	c cleaning 0 clauses out of 5002 with flag 0/5002
735.67/411.15	c cleaning 10003 clauses out of 20020 with flag 1255000/1255000
742.15/414.84	c cleaning 9994 clauses out of 20017 with flag 1265000/1265000
748.84/418.56	c cleaning 9999 clauses out of 20024 with flag 1275001/1275001
754.94/421.99	c cleaning 10005 clauses out of 20025 with flag 1285001/1285001
760.83/425.23	c cleaning 9999 clauses out of 20019 with flag 1295000/1295000
767.52/429.05	c cleaning 10000 clauses out of 20020 with flag 1305000/1305000
773.43/432.31	c cleaning 10004 clauses out of 20020 with flag 1315000/1315000
778.92/435.41	c cleaning 9999 clauses out of 20017 with flag 1325001/1325001
785.01/438.89	c cleaning 10003 clauses out of 20017 with flag 1335000/1335000
790.10/441.85	c cleaning 9999 clauses out of 20015 with flag 1345001/1345001
795.98/445.15	c cleaning 9994 clauses out of 20015 with flag 1355000/1355000
801.68/448.39	c cleaning 10004 clauses out of 20022 with flag 1365001/1365001
807.72/451.75	c cleaning 9998 clauses out of 20017 with flag 1375000/1375000
814.20/455.43	c cleaning 10000 clauses out of 20020 with flag 1385001/1385001
819.46/458.43	c cleaning 10000 clauses out of 20019 with flag 1395000/1395000
825.93/462.00	c cleaning 10003 clauses out of 20020 with flag 1405001/1405001
831.79/465.31	c cleaning 9997 clauses out of 20016 with flag 1415000/1415000
837.04/468.44	c cleaning 10001 clauses out of 20019 with flag 1425000/1425000
842.70/471.64	c cleaning 10001 clauses out of 20018 with flag 1435000/1435000
848.36/474.85	c cleaning 10002 clauses out of 20018 with flag 1445001/1445001
853.80/477.93	c cleaning 9996 clauses out of 20015 with flag 1455000/1455000
859.45/481.23	c cleaning 10001 clauses out of 20019 with flag 1465000/1465000
865.09/484.42	c cleaning 10002 clauses out of 20018 with flag 1475000/1475000
870.34/487.49	c cleaning 10000 clauses out of 20017 with flag 1485001/1485001
876.18/490.79	c cleaning 9994 clauses out of 20016 with flag 1495000/1495000
882.21/494.23	c cleaning 10005 clauses out of 20023 with flag 1505001/1505001
887.43/497.26	c cleaning 10004 clauses out of 20018 with flag 1515001/1515001
893.67/500.77	c cleaning 9997 clauses out of 20013 with flag 1525000/1525000
898.92/503.78	c cleaning 10004 clauses out of 20017 with flag 1535001/1535001
905.39/507.47	c cleaning 9998 clauses out of 20012 with flag 1545000/1545000
911.99/511.19	c cleaning 9993 clauses out of 20014 with flag 1555000/1555000
917.41/514.27	c cleaning 10002 clauses out of 20023 with flag 1565002/1565002
923.23/517.52	c cleaning 9997 clauses out of 20019 with flag 1575000/1575000
929.38/521.13	c cleaning 10000 clauses out of 20022 with flag 1585000/1585000
935.01/524.39	c cleaning 10000 clauses out of 20022 with flag 1595000/1595000
941.82/528.11	c cleaning 10006 clauses out of 20023 with flag 1605001/1605001
948.22/531.78	c cleaning 9997 clauses out of 20017 with flag 1615001/1615001
955.00/535.69	c And the winner is CuttingPlanes
955.19/535.73	c cleaning 10000 clauses out of 20019 with flag 1625000/1625000
955.95/537.44	c Got one! Elapsed wall clock time (in seconds):537.216
955.95/537.44	o -110
961.03/540.09	c cleaning 10007 clauses out of 20019 with flag 1635000/1635000
967.44/543.65	c cleaning 10001 clauses out of 20013 with flag 1645001/1645001
974.61/547.69	c cleaning 10006 clauses out of 20012 with flag 1655001/1655001
982.07/551.94	c cleaning 10000 clauses out of 20005 with flag 1665000/1665000
988.62/555.67	c cleaning 10002 clauses out of 20006 with flag 1675001/1675001
995.95/559.75	c cleaning 10001 clauses out of 20003 with flag 1685000/1685000
1004.07/564.25	c cleaning 10000 clauses out of 20003 with flag 1695001/1695001
1014.29/569.93	c cleaning 9999 clauses out of 20002 with flag 1705000/1705000
1024.20/575.40	c cleaning 9998 clauses out of 20004 with flag 1715001/1715001
1034.48/580.90	c cleaning 10003 clauses out of 20006 with flag 1725001/1725001
1045.36/586.85	c cleaning 9994 clauses out of 20002 with flag 1735000/1735000
1054.18/591.87	c cleaning 10002 clauses out of 20008 with flag 1745000/1745000
1061.66/596.03	c cleaning 9999 clauses out of 20007 with flag 1755001/1755001
1069.55/600.42	c cleaning 9999 clauses out of 20007 with flag 1765000/1765000
1077.82/605.04	c cleaning 9998 clauses out of 20009 with flag 1775001/1775001
1084.05/608.77	c cleaning 9996 clauses out of 20010 with flag 1785000/1785000
1090.15/612.27	c cleaning 9995 clauses out of 20015 with flag 1795001/1795001
1095.84/615.59	c cleaning 10003 clauses out of 20020 with flag 1805001/1805001
1102.13/619.15	c cleaning 9994 clauses out of 20016 with flag 1815000/1815000
1108.38/622.89	c cleaning 10004 clauses out of 20022 with flag 1825000/1825000
1114.84/626.51	c cleaning 10000 clauses out of 20019 with flag 1835001/1835001
1120.95/630.00	c cleaning 9999 clauses out of 20019 with flag 1845001/1845001
1126.86/633.47	c cleaning 10004 clauses out of 20019 with flag 1855000/1855000
1133.14/637.15	c cleaning 10003 clauses out of 20015 with flag 1865000/1865000
1139.80/640.91	c cleaning 10000 clauses out of 20013 with flag 1875001/1875001
1145.71/644.31	c cleaning 9998 clauses out of 20012 with flag 1885000/1885000
1151.80/647.88	c cleaning 9997 clauses out of 20017 with flag 1895003/1895003
1158.43/651.71	c cleaning 10001 clauses out of 20017 with flag 1905000/1905000
1164.32/655.15	c cleaning 9995 clauses out of 20017 with flag 1915001/1915001
1170.79/658.80	c cleaning 10002 clauses out of 20021 with flag 1925000/1925000
1176.26/662.03	c cleaning 10002 clauses out of 20019 with flag 1935000/1935000
1182.70/665.87	c cleaning 9999 clauses out of 20018 with flag 1945001/1945001
1188.95/669.40	c cleaning 10003 clauses out of 20018 with flag 1955000/1955000
1196.02/673.42	c cleaning 9993 clauses out of 20016 with flag 1965001/1965001
1201.88/676.81	c cleaning 10002 clauses out of 20022 with flag 1975000/1975000
1207.76/680.33	c cleaning 9998 clauses out of 20020 with flag 1985000/1985000
1214.45/684.13	c cleaning 10009 clauses out of 20022 with flag 1995000/1995000
1219.41/687.02	c cleaning 10003 clauses out of 20015 with flag 2005002/2005002
1224.92/690.25	c cleaning 9999 clauses out of 20011 with flag 2015001/2015001
1230.50/693.70	c cleaning 9998 clauses out of 20012 with flag 2025001/2025001
1236.34/697.07	c cleaning 10003 clauses out of 20014 with flag 2035001/2035001
1244.19/701.43	c cleaning 9998 clauses out of 20010 with flag 2045000/2045000
1250.43/705.08	c cleaning 9997 clauses out of 20012 with flag 2055000/2055000
1257.00/708.92	c cleaning 9997 clauses out of 20015 with flag 2065000/2065000
1263.26/712.53	c cleaning 9999 clauses out of 20018 with flag 2075000/2075000
1269.29/716.01	c cleaning 10006 clauses out of 20019 with flag 2085000/2085000
1274.74/719.26	c cleaning 10002 clauses out of 20013 with flag 2095000/2095000
1281.45/723.27	c cleaning 9989 clauses out of 20011 with flag 2105000/2105000
1287.27/726.63	c cleaning 9998 clauses out of 20022 with flag 2115000/2115000
1293.30/730.10	c cleaning 9994 clauses out of 20024 with flag 2125000/2125000
1299.52/733.70	c cleaning 10004 clauses out of 20030 with flag 2135000/2135000
1305.66/737.41	c cleaning 10005 clauses out of 20027 with flag 2145001/2145001
1311.66/740.97	c cleaning 10001 clauses out of 20022 with flag 2155001/2155001
1318.08/744.69	c cleaning 9999 clauses out of 20021 with flag 2165001/2165001
1324.68/748.47	c cleaning 10002 clauses out of 20021 with flag 2175000/2175000
1332.18/752.82	c cleaning 9999 clauses out of 20019 with flag 2185000/2185000
1337.60/756.08	c cleaning 10004 clauses out of 20022 with flag 2195002/2195002
1343.79/759.66	c cleaning 9997 clauses out of 20017 with flag 2205001/2205001
1349.78/763.19	c cleaning 9996 clauses out of 20019 with flag 2215000/2215000
1355.89/766.84	c cleaning 10007 clauses out of 20024 with flag 2225001/2225001
1362.27/770.54	c cleaning 9996 clauses out of 20017 with flag 2235001/2235001
1368.44/774.12	c cleaning 9998 clauses out of 20020 with flag 2245000/2245000
1374.43/777.70	c cleaning 10004 clauses out of 20022 with flag 2255000/2255000
1381.11/781.62	c cleaning 10002 clauses out of 20018 with flag 2265000/2265000
1387.09/785.17	c cleaning 10003 clauses out of 20017 with flag 2275001/2275001
1393.06/788.65	c cleaning 9990 clauses out of 20013 with flag 2285000/2285000
1398.44/791.89	c cleaning 10002 clauses out of 20024 with flag 2295001/2295001
1405.90/796.28	c cleaning 10003 clauses out of 20021 with flag 2305000/2305000
1411.89/799.78	c cleaning 10003 clauses out of 20019 with flag 2315001/2315001
1417.89/803.24	c cleaning 10001 clauses out of 20015 with flag 2325000/2325000
1424.62/807.18	c cleaning 10000 clauses out of 20014 with flag 2335000/2335000
1431.29/811.19	c cleaning 10000 clauses out of 20015 with flag 2345001/2345001
1437.44/814.78	c cleaning 9994 clauses out of 20014 with flag 2355000/2355000
1443.99/818.52	c cleaning 10000 clauses out of 20021 with flag 2365001/2365001
1451.11/822.67	c cleaning 10005 clauses out of 20020 with flag 2375000/2375000
1457.15/826.39	c cleaning 9999 clauses out of 20015 with flag 2385000/2385000
1464.27/830.46	c cleaning 10004 clauses out of 20017 with flag 2395001/2395001
1470.81/834.23	c cleaning 9994 clauses out of 20013 with flag 2405001/2405001
1476.94/837.89	c cleaning 10002 clauses out of 20018 with flag 2415000/2415000
1483.93/842.07	c cleaning 9994 clauses out of 20016 with flag 2425000/2425000
1490.65/845.91	c cleaning 9995 clauses out of 20022 with flag 2435000/2435000
1496.16/849.22	c cleaning 10011 clauses out of 20028 with flag 2445001/2445001
1501.67/852.59	c cleaning 10002 clauses out of 20016 with flag 2455000/2455000
1508.27/856.53	c cleaning 9996 clauses out of 20014 with flag 2465000/2465000
1515.35/860.62	c cleaning 9994 clauses out of 20018 with flag 2475000/2475000
1521.06/864.04	c cleaning 10001 clauses out of 20024 with flag 2485000/2485000
1527.35/867.77	c cleaning 10003 clauses out of 20023 with flag 2495000/2495000
1533.40/871.44	c cleaning 10001 clauses out of 20020 with flag 2505000/2505000
1539.27/875.00	c cleaning 10002 clauses out of 20020 with flag 2515001/2515001
1545.74/878.72	c cleaning 10000 clauses out of 20017 with flag 2525000/2525000
1552.40/882.66	c cleaning 9998 clauses out of 20017 with flag 2535000/2535000
1559.56/886.94	c cleaning 10004 clauses out of 20020 with flag 2545001/2545001
1565.83/890.65	c cleaning 9992 clauses out of 20015 with flag 2555000/2555000
1571.72/894.17	c cleaning 10003 clauses out of 20024 with flag 2565001/2565001
1577.61/897.68	c cleaning 9994 clauses out of 20020 with flag 2575000/2575000
1585.17/902.14	c cleaning 10006 clauses out of 20027 with flag 2585001/2585001
1592.02/906.18	c cleaning 10004 clauses out of 20020 with flag 2595000/2595000
1599.26/910.33	c cleaning 10000 clauses out of 20016 with flag 2605000/2605000
1605.72/914.11	c cleaning 9994 clauses out of 20017 with flag 2615001/2615001
1612.43/918.22	c cleaning 10004 clauses out of 20023 with flag 2625001/2625001
1618.48/921.83	c cleaning 9998 clauses out of 20018 with flag 2635000/2635000
1624.91/925.61	c cleaning 10001 clauses out of 20020 with flag 2645000/2645000
1631.74/929.61	c cleaning 9997 clauses out of 20021 with flag 2655002/2655002
1637.87/933.49	c cleaning 10003 clauses out of 20022 with flag 2665000/2665000
1644.05/937.19	c cleaning 10001 clauses out of 20019 with flag 2675000/2675000
1651.27/941.35	c cleaning 10000 clauses out of 20019 with flag 2685001/2685001
1657.50/945.09	c cleaning 9996 clauses out of 20019 with flag 2695001/2695001
1664.40/949.21	c cleaning 10004 clauses out of 20023 with flag 2705001/2705001
1671.21/953.30	c cleaning 9996 clauses out of 20018 with flag 2715000/2715000
1678.03/957.27	c cleaning 10000 clauses out of 20022 with flag 2725000/2725000
1684.82/961.27	c cleaning 10007 clauses out of 20024 with flag 2735002/2735002
1692.34/965.70	c cleaning 10002 clauses out of 20016 with flag 2745001/2745001
1699.70/970.05	c cleaning 10001 clauses out of 20014 with flag 2755001/2755001
1706.88/974.28	c cleaning 9991 clauses out of 20012 with flag 2765000/2765000
1713.48/978.16	c cleaning 10000 clauses out of 20021 with flag 2775000/2775000
1721.11/982.79	c cleaning 10008 clauses out of 20021 with flag 2785000/2785000
1728.12/986.83	c cleaning 9993 clauses out of 20013 with flag 2795000/2795000
1734.70/990.78	c cleaning 10000 clauses out of 20020 with flag 2805000/2805000
1742.28/995.14	c cleaning 10002 clauses out of 20021 with flag 2815001/2815001
1749.52/999.54	c cleaning 10003 clauses out of 20018 with flag 2825000/2825000
1756.86/1003.85	c cleaning 10001 clauses out of 20016 with flag 2835001/2835001
1763.84/1007.98	c cleaning 10002 clauses out of 20015 with flag 2845001/2845001
1770.93/1012.15	c cleaning 9998 clauses out of 20014 with flag 2855002/2855002
1778.95/1016.97	c cleaning 9996 clauses out of 20015 with flag 2865001/2865001
1787.16/1021.64	c cleaning 9996 clauses out of 20018 with flag 2875000/2875000
1794.41/1025.83	c cleaning 10005 clauses out of 20023 with flag 2885001/2885001
1800.02/1029.22	c starts		: 32
1800.02/1029.22	c conflicts		: 7657
1800.02/1029.22	c decisions		: 16443
1800.02/1029.22	c propagations		: 134282
1800.02/1029.22	c inspects		: 194775883
1800.02/1029.22	c learnt literals	: 0
1800.02/1029.22	c learnt binary clauses	: 0
1800.02/1029.22	c learnt ternary clauses	: 0
1800.02/1029.22	c learnt clauses	: 7657
1800.02/1029.22	c ignored clauses	: 0
1800.02/1029.22	c root simplifications	: 0
1800.02/1029.22	c removed literals (reason simplification)	: 0
1800.02/1029.22	c reason swapping (by a shorter reason)	: 0
1800.02/1029.22	c Calls to reduceDB	: 1
1800.02/1029.22	c number of reductions to clauses (during analyze)	: 0
1800.02/1029.22	c number of learned constraints concerned by reduction	: 0
1800.02/1029.22	c number of learning phase by resolution	: 0
1800.02/1029.22	c number of learning phase by cutting planes	: 0
1800.02/1029.22	c speed (assignments/second)	: 273.05354641007443
1800.02/1029.22	c non guided choices	0
1800.23/1029.33	c learnt constraints type 
1800.23/1029.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 514
1800.23/1029.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7144
1800.23/1029.33	c constraints type 
1800.23/1029.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3135
1800.23/1029.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.23/1029.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3135
1800.23/1029.33	c constraints type 
1800.23/1029.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3135
1800.23/1029.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.23/1029.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3135
1800.23/1029.33	s SATISFIABLE
1800.23/1029.33	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 x110 x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 x132 -x133 -x134 -x135 x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 x171 -x172 x173 x174 -x175 x176 x177 -x178 -x179 -x180 -x181 -x182 x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 x194 x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 x241 -x242 x243 -x244 -x245 x246 x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 x259 x260 -x261 x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 x272 x273 -x274 x275 -x276 -x277 x278 -x279 x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 x316 x317 -x318 -x319 -x320 x321 -x322 x323 x324 -x325 -x326 -x327 -x328 x329 -x330 x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 x364 -x365 -x366 x367 x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 x391 -x392 x393 -x394 x395 -x396 -x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 x415 x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 x425 x426 -x427 -x428 x429 x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 x451 x452 -x453 x454 -x455 x456 -x457 -x458 -x459 -x460 x461 -x462 -x463 -x464 -x465 x466 x467 x468 x469 -x470 -x471 x472 -x473 -x474 x475 x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 x484 x485 -x486 x487 -x488 -x489 x490 x491 -x492 -x493 -x494 x495 -x496 x497 x498 -x499 -x500 
1800.23/1029.33	c objective function=-110
1800.23/1029.33	c Total wall clock time (in seconds): 1029.114

Verifier Data

OK	-110

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661939-1276661764/watcher-2661939-1276661764 -o /tmp/evaluation-result-2661939-1276661764/solver-2661939-1276661764 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661939-1276661764.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 1.00 0.99 3/106 8757
/proc/meminfo: memFree=1771020/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1836 CPUtime=0
/proc/8757/stat : 8757 (java6) R 8755 8757 8452 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 39832755 1880064 154 1992294400 134512640 134550932 4287557472 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8757/statm: 458 153 116 10 0 63 0

[startup+0.104322 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 8757
/proc/meminfo: memFree=1771020/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1524180 CPUtime=0.09
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 3973 0 1 0 6 3 0 0 18 0 12 0 39832755 1560760320 3411 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 381045 3411 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.202331 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 8757
/proc/meminfo: memFree=1771020/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1526684 CPUtime=0.23
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 5183 0 1 0 19 4 0 0 18 0 12 0 39832755 1563324416 4619 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 381671 4621 1346 10 0 378974 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526684

[startup+0.301337 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 8757
/proc/meminfo: memFree=1771020/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1526684 CPUtime=0.35
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 5477 0 1 0 31 4 0 0 18 0 12 0 39832755 1563324416 4913 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 381671 4914 1352 10 0 378974 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526684

[startup+0.700767 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 8757
/proc/meminfo: memFree=1771020/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1528648 CPUtime=1.12
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 6922 0 1 0 107 5 0 0 18 0 12 0 39832755 1565335552 6358 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 382162 6358 1406 10 0 379465 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528648

[startup+1.50175 s]
/proc/loadavg: 0.92 1.00 0.99 2/118 8769
/proc/meminfo: memFree=1744884/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1529820 CPUtime=2.23
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 8950 0 1 0 217 6 0 0 18 0 12 0 39832755 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 382455 8068 1409 10 0 379758 0
[pid=8757/tid=8759] ppid=8755 vsize=1529820 CPUtime=1.46
/proc/8757/task/8759/stat : 8759 (java) R 8755 8757 8452 0 -1 4202560 6116 0 1 0 142 4 0 0 19 0 12 0 39832757 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4109227975 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1529820 CPUtime=0
/proc/8757/task/8760/stat : 8760 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 39832758 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8761] ppid=8755 vsize=1529820 CPUtime=0
/proc/8757/task/8761/stat : 8761 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 39832758 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8762] ppid=8755 vsize=1529820 CPUtime=0
/proc/8757/task/8762/stat : 8762 (java) S 8755 8757 8452 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 39832760 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8763] ppid=8755 vsize=1529820 CPUtime=0
/proc/8757/task/8763/stat : 8763 (java) S 8755 8757 8452 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 39832761 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8764] ppid=8755 vsize=1529820 CPUtime=0
/proc/8757/task/8764/stat : 8764 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 39832761 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8765] ppid=8755 vsize=1529820 CPUtime=0
/proc/8757/task/8765/stat : 8765 (java) S 8755 8757 8452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 39832765 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8766] ppid=8755 vsize=1529820 CPUtime=0.48
/proc/8757/task/8766/stat : 8766 (java) S 8755 8757 8452 0 -1 4202560 809 0 0 0 48 0 0 0 15 0 12 0 39832765 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8767] ppid=8755 vsize=1529820 CPUtime=0.25
/proc/8757/task/8767/stat : 8767 (java) S 8755 8757 8452 0 -1 4202560 958 0 0 0 25 0 0 0 22 0 12 0 39832765 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8768] ppid=8755 vsize=1529820 CPUtime=0
/proc/8757/task/8768/stat : 8768 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 39832765 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8769] ppid=8755 vsize=1529820 CPUtime=0
/proc/8757/task/8769/stat : 8769 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 39832765 1566535680 8068 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1529820

[startup+3.10172 s]
/proc/loadavg: 0.92 1.00 0.99 5/118 8771
/proc/meminfo: memFree=1727276/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1543404 CPUtime=4.64
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 18365 0 1 0 454 10 0 0 18 0 14 0 39832755 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 385851 12876 1422 10 0 383154 0
[pid=8757/tid=8759] ppid=8755 vsize=1543404 CPUtime=2.52
/proc/8757/task/8759/stat : 8759 (java) S 8755 8757 8452 0 -1 4202560 7006 0 1 0 247 5 0 0 22 0 14 0 39832757 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1543404 CPUtime=0
/proc/8757/task/8760/stat : 8760 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 39832758 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8761] ppid=8755 vsize=1543404 CPUtime=0
/proc/8757/task/8761/stat : 8761 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 39832758 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8762] ppid=8755 vsize=1543404 CPUtime=0
/proc/8757/task/8762/stat : 8762 (java) S 8755 8757 8452 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 39832760 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8763] ppid=8755 vsize=1543404 CPUtime=0
/proc/8757/task/8763/stat : 8763 (java) S 8755 8757 8452 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 39832761 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8764] ppid=8755 vsize=1543404 CPUtime=0
/proc/8757/task/8764/stat : 8764 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 39832761 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8765] ppid=8755 vsize=1543404 CPUtime=0
/proc/8757/task/8765/stat : 8765 (java) S 8755 8757 8452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 39832765 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8766] ppid=8755 vsize=1543404 CPUtime=1.49
/proc/8757/task/8766/stat : 8766 (java) S 8755 8757 8452 0 -1 4202560 8127 0 0 0 146 3 0 0 15 0 14 0 39832765 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8767] ppid=8755 vsize=1543404 CPUtime=0.45
/proc/8757/task/8767/stat : 8767 (java) S 8755 8757 8452 0 -1 4202560 1351 0 0 0 45 0 0 0 16 0 14 0 39832765 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8768] ppid=8755 vsize=1543404 CPUtime=0
/proc/8757/task/8768/stat : 8768 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 39832765 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8769] ppid=8755 vsize=1543404 CPUtime=0
/proc/8757/task/8769/stat : 8769 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 39832765 1580445696 12876 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1543404

[startup+6.30165 s]
/proc/loadavg: 0.85 0.98 0.99 4/120 8779
/proc/meminfo: memFree=1716100/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1542968 CPUtime=5.94
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 21853 0 1 0 582 12 0 0 18 0 14 0 39832755 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 385742 15400 1429 10 0 383045 0
[pid=8757/tid=8759] ppid=8755 vsize=1542968 CPUtime=2.54
/proc/8757/task/8759/stat : 8759 (java) S 8755 8757 8452 0 -1 4202560 7104 0 1 0 249 5 0 0 19 0 14 0 39832757 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8760/stat : 8760 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 39832758 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8761] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8761/stat : 8761 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 39832758 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8762] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8762/stat : 8762 (java) S 8755 8757 8452 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 14 0 39832760 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8763] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8763/stat : 8763 (java) S 8755 8757 8452 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 39832761 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8764] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8764/stat : 8764 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 39832761 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8765] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8765/stat : 8765 (java) S 8755 8757 8452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 39832765 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8766] ppid=8755 vsize=1542968 CPUtime=1.97
/proc/8757/task/8766/stat : 8766 (java) S 8755 8757 8452 0 -1 4202560 9060 0 0 0 194 3 0 0 16 0 14 0 39832765 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8767] ppid=8755 vsize=1542968 CPUtime=0.9
/proc/8757/task/8767/stat : 8767 (java) S 8755 8757 8452 0 -1 4202560 1398 0 0 0 90 0 0 0 16 0 14 0 39832765 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8768] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8768/stat : 8768 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 39832765 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8769] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8769/stat : 8769 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 39832765 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8774] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8774/stat : 8774 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 39833028 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8775] ppid=8755 vsize=1542968 CPUtime=0
/proc/8757/task/8775/stat : 8775 (java) S 8755 8757 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 39833034 1579999232 15400 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1542968

[startup+12.7015 s]
/proc/loadavg: 1.02 1.01 1.00 3/122 8791
/proc/meminfo: memFree=1588860/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1546220 CPUtime=11.54
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 55158 0 1 0 1126 28 0 0 18 0 16 0 39832755 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 386555 47520 1449 10 0 383858 0
[pid=8757/tid=8759] ppid=8755 vsize=1546220 CPUtime=2.55
/proc/8757/task/8759/stat : 8759 (java) S 8755 8757 8452 0 -1 4202560 7229 0 1 0 250 5 0 0 16 0 16 0 39832757 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1546220 CPUtime=0.07
/proc/8757/task/8760/stat : 8760 (java) S 8755 8757 8452 0 -1 4202560 2675 0 0 0 6 1 0 0 15 0 16 0 39832758 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8761] ppid=8755 vsize=1546220 CPUtime=0.06
/proc/8757/task/8761/stat : 8761 (java) S 8755 8757 8452 0 -1 4202560 3981 0 0 0 5 1 0 0 16 0 16 0 39832758 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8762] ppid=8755 vsize=1546220 CPUtime=0.09
/proc/8757/task/8762/stat : 8762 (java) S 8755 8757 8452 0 -1 4202560 3182 0 0 0 8 1 0 0 15 0 16 0 39832760 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8763] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8763/stat : 8763 (java) S 8755 8757 8452 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 39832761 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8764] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8764/stat : 8764 (java) S 8755 8757 8452 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 39832761 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8765] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8765/stat : 8765 (java) S 8755 8757 8452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 39832765 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8766] ppid=8755 vsize=1546220 CPUtime=2.3
/proc/8757/task/8766/stat : 8766 (java) S 8755 8757 8452 0 -1 4202560 10140 0 0 0 226 4 0 0 15 0 16 0 39832765 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8767] ppid=8755 vsize=1546220 CPUtime=2.36
/proc/8757/task/8767/stat : 8767 (java) S 8755 8757 8452 0 -1 4202560 2149 0 0 0 235 1 0 0 15 0 16 0 39832765 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8768] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8768/stat : 8768 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 39832765 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8769] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8769/stat : 8769 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 39832765 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8774] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8774/stat : 8774 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 39833028 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8775] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8775/stat : 8775 (java) S 8755 8757 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 39833034 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8790] ppid=8755 vsize=1546220 CPUtime=0.75
/proc/8757/task/8790/stat : 8790 (java) R 8755 8757 8452 0 -1 4202560 490 0 0 0 75 0 0 0 17 0 16 0 39833948 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4110057822 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8757/tid=8791] ppid=8755 vsize=1546220 CPUtime=0.67
/proc/8757/task/8791/stat : 8791 (java) R 8755 8757 8452 0 -1 4202560 953 0 0 0 67 0 0 0 18 0 16 0 39833948 1583329280 47520 1992294400 134512640 134550932 4293192384 18446744073709551615 4109550436 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 1546220

[startup+25.5018 s]
/proc/loadavg: 1.24 1.06 1.02 2/121 8795
/proc/meminfo: memFree=1524264/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1546220 CPUtime=34.26
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 70609 0 1 0 3390 36 0 0 18 0 15 0 39832755 1583329280 62755 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 386555 62755 1453 10 0 383858 0
[pid=8757/tid=8759] ppid=8755 vsize=1546220 CPUtime=2.55
/proc/8757/task/8759/stat : 8759 (java) S 8755 8757 8452 0 -1 4202560 7230 0 1 0 250 5 0 0 15 0 15 0 39832757 1583329280 62755 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1546220 CPUtime=0.42

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

/proc/8757/task/8816/stat : 8816 (java) R 8755 8757 8452 0 -1 4202560 136 0 0 0 24717 5 0 0 21 0 16 0 39886500 1583329280 122019 1992294400 134512640 134550932 4293192384 18446744073709551615 4109989265 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8757/tid=8817] ppid=8755 vsize=1546220 CPUtime=244.89
/proc/8757/task/8817/stat : 8817 (java) R 8755 8757 8452 0 -1 4202560 31 0 0 0 24487 2 0 0 21 0 16 0 39886500 1583329280 122019 1992294400 134512640 134550932 4293192384 18446744073709551615 4109996352 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1551.81
Current children cumulated vsize (KiB) 1546220

[startup+942.302 s]
/proc/loadavg: 1.80 2.03 1.79 2/122 8827
/proc/meminfo: memFree=1264476/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1546220 CPUtime=1652.36
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 148228 0 1 0 164998 238 0 0 18 0 16 0 39832755 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 386555 127055 1453 10 0 383858 0
[pid=8757/tid=8759] ppid=8755 vsize=1546220 CPUtime=2.56
/proc/8757/task/8759/stat : 8759 (java) S 8755 8757 8452 0 -1 4202560 7276 0 1 0 251 5 0 0 15 0 16 0 39832757 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1546220 CPUtime=19.21
/proc/8757/task/8760/stat : 8760 (java) S 8755 8757 8452 0 -1 4202560 46136 0 0 0 1836 85 0 0 16 0 16 0 39832758 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8761] ppid=8755 vsize=1546220 CPUtime=19.2
/proc/8757/task/8761/stat : 8761 (java) S 8755 8757 8452 0 -1 4202560 39053 0 0 0 1830 90 0 0 16 0 16 0 39832758 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8762] ppid=8755 vsize=1546220 CPUtime=196.66
/proc/8757/task/8762/stat : 8762 (java) R 8755 8757 8452 0 -1 4202560 16794 0 0 0 19648 18 0 0 16 0 16 0 39832760 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8757/tid=8763] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8763/stat : 8763 (java) S 8755 8757 8452 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 39832761 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8764] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8764/stat : 8764 (java) S 8755 8757 8452 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 39832761 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8765] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8765/stat : 8765 (java) S 8755 8757 8452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8766] ppid=8755 vsize=1546220 CPUtime=2.47
/proc/8757/task/8766/stat : 8766 (java) S 8755 8757 8452 0 -1 4202560 10240 0 0 0 243 4 0 0 15 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8767] ppid=8755 vsize=1546220 CPUtime=3.06
/proc/8757/task/8767/stat : 8767 (java) S 8755 8757 8452 0 -1 4202560 2188 0 0 0 305 1 0 0 15 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8768] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8768/stat : 8768 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8769] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8769/stat : 8769 (java) S 8755 8757 8452 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8774] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8774/stat : 8774 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 39833028 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8775] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8775/stat : 8775 (java) S 8755 8757 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 39833034 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8816] ppid=8755 vsize=1546220 CPUtime=287.08
/proc/8757/task/8816/stat : 8816 (java) S 8755 8757 8452 0 -1 4202560 158 0 0 0 28701 7 0 0 23 0 16 0 39886500 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8817] ppid=8755 vsize=1546220 CPUtime=284.06
/proc/8757/task/8817/stat : 8817 (java) S 8755 8757 8452 0 -1 4202560 39 0 0 0 28404 2 0 0 22 0 16 0 39886500 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1652.36
Current children cumulated vsize (KiB) 1546220

[startup+1002.3 s]
/proc/loadavg: 1.90 2.01 1.80 3/122 8829
/proc/meminfo: memFree=1264476/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1546220 CPUtime=1753.91
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 148264 0 1 0 175138 253 0 0 18 0 16 0 39832755 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 386555 127055 1453 10 0 383858 0
[pid=8757/tid=8759] ppid=8755 vsize=1546220 CPUtime=2.56
/proc/8757/task/8759/stat : 8759 (java) S 8755 8757 8452 0 -1 4202560 7286 0 1 0 251 5 0 0 15 0 16 0 39832757 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1546220 CPUtime=20.47
/proc/8757/task/8760/stat : 8760 (java) S 8755 8757 8452 0 -1 4202560 46136 0 0 0 1956 91 0 0 16 0 16 0 39832758 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8761] ppid=8755 vsize=1546220 CPUtime=20.48
/proc/8757/task/8761/stat : 8761 (java) S 8755 8757 8452 0 -1 4202560 39053 0 0 0 1951 97 0 0 15 0 16 0 39832758 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8762] ppid=8755 vsize=1546220 CPUtime=214.32
/proc/8757/task/8762/stat : 8762 (java) S 8755 8757 8452 0 -1 4202560 16798 0 0 0 21413 19 0 0 15 0 16 0 39832760 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8763] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8763/stat : 8763 (java) S 8755 8757 8452 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 39832761 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8764] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8764/stat : 8764 (java) S 8755 8757 8452 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 39832761 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8765] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8765/stat : 8765 (java) S 8755 8757 8452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8766] ppid=8755 vsize=1546220 CPUtime=2.47
/proc/8757/task/8766/stat : 8766 (java) S 8755 8757 8452 0 -1 4202560 10240 0 0 0 243 4 0 0 15 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8767] ppid=8755 vsize=1546220 CPUtime=3.06
/proc/8757/task/8767/stat : 8767 (java) S 8755 8757 8452 0 -1 4202560 2188 0 0 0 305 1 0 0 15 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8768] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8768/stat : 8768 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8769] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8769/stat : 8769 (java) R 8755 8757 8452 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 16 0 39832765 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8757/tid=8774] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8774/stat : 8774 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 39833028 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8775] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8775/stat : 8775 (java) S 8755 8757 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 39833034 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8816] ppid=8755 vsize=1546220 CPUtime=327.57
/proc/8757/task/8816/stat : 8816 (java) R 8755 8757 8452 0 -1 4202560 169 0 0 0 32749 8 0 0 20 0 16 0 39886500 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4109846591 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8757/tid=8817] ppid=8755 vsize=1546220 CPUtime=324.93
/proc/8757/task/8817/stat : 8817 (java) R 8755 8757 8452 0 -1 4202560 46 0 0 0 32491 2 0 0 20 0 16 0 39886500 1583329280 127055 1992294400 134512640 134550932 4293192384 18446744073709551615 4109597702 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1753.91
Current children cumulated vsize (KiB) 1546220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1029.2 s]
/proc/loadavg: 1.83 1.97 1.80 3/122 8829
/proc/meminfo: memFree=1260632/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1546220 CPUtime=1800.02
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 149270 0 1 0 179743 259 0 0 18 0 16 0 39832755 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 386555 128012 1453 10 0 383858 0
[pid=8757/tid=8759] ppid=8755 vsize=1546220 CPUtime=2.56
/proc/8757/task/8759/stat : 8759 (java) S 8755 8757 8452 0 -1 4202560 7292 0 1 0 251 5 0 0 15 0 16 0 39832757 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1546220 CPUtime=21.05
/proc/8757/task/8760/stat : 8760 (java) S 8755 8757 8452 0 -1 4202560 46355 0 0 0 2010 95 0 0 16 0 16 0 39832758 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8761] ppid=8755 vsize=1546220 CPUtime=21.07
/proc/8757/task/8761/stat : 8761 (java) S 8755 8757 8452 0 -1 4202560 39619 0 0 0 2009 98 0 0 16 0 16 0 39832758 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8762] ppid=8755 vsize=1546220 CPUtime=221.59
/proc/8757/task/8762/stat : 8762 (java) S 8755 8757 8452 0 -1 4202560 17003 0 0 0 22140 19 0 0 15 0 16 0 39832760 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8763] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8763/stat : 8763 (java) S 8755 8757 8452 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 39832761 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8764] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8764/stat : 8764 (java) S 8755 8757 8452 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 39832761 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8765] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8765/stat : 8765 (java) S 8755 8757 8452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 39832765 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8766] ppid=8755 vsize=1546220 CPUtime=2.47
/proc/8757/task/8766/stat : 8766 (java) S 8755 8757 8452 0 -1 4202560 10240 0 0 0 243 4 0 0 15 0 16 0 39832765 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8767] ppid=8755 vsize=1546220 CPUtime=3.06
/proc/8757/task/8767/stat : 8767 (java) S 8755 8757 8452 0 -1 4202560 2188 0 0 0 305 1 0 0 15 0 16 0 39832765 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8768] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8768/stat : 8768 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 39832765 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8769] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8769/stat : 8769 (java) S 8755 8757 8452 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 16 0 39832765 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8774] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8774/stat : 8774 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 39833028 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8775] ppid=8755 vsize=1546220 CPUtime=0
/proc/8757/task/8775/stat : 8775 (java) S 8755 8757 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 39833034 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8816] ppid=8755 vsize=1546220 CPUtime=346.24
/proc/8757/task/8816/stat : 8816 (java) R 8755 8757 8452 0 -1 4202560 171 0 0 0 34616 8 0 0 20 0 16 0 39886500 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4109604731 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8757/tid=8817] ppid=8755 vsize=1546220 CPUtime=343.94
/proc/8757/task/8817/stat : 8817 (java) R 8755 8757 8452 0 -1 4202560 52 0 0 0 34391 3 0 0 20 0 16 0 39886500 1583329280 128012 1992294400 134512640 134550932 4293192384 18446744073709551615 4109738265 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1546220

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

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

[startup+1029.32 s]
/proc/loadavg: 1.83 1.97 1.80 3/122 8829
/proc/meminfo: memFree=1260632/2059040 swapFree=4140256/4192956
[pid=8757] ppid=8755 vsize=1546868 CPUtime=1800.23
/proc/8757/stat : 8757 (java) S 8755 8757 8452 0 -1 4202496 149287 0 1 0 179764 259 0 0 18 0 18 0 39832755 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8757/statm: 386717 128029 1453 10 0 384020 0
[pid=8757/tid=8759] ppid=8755 vsize=1546868 CPUtime=2.56
/proc/8757/task/8759/stat : 8759 (java) S 8755 8757 8452 0 -1 4202560 7292 0 1 0 251 5 0 0 15 0 18 0 39832757 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8760] ppid=8755 vsize=1546868 CPUtime=21.05
/proc/8757/task/8760/stat : 8760 (java) S 8755 8757 8452 0 -1 4202560 46355 0 0 0 2010 95 0 0 16 0 18 0 39832758 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8761] ppid=8755 vsize=1546868 CPUtime=21.07
/proc/8757/task/8761/stat : 8761 (java) S 8755 8757 8452 0 -1 4202560 39619 0 0 0 2009 98 0 0 16 0 18 0 39832758 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8762] ppid=8755 vsize=1546868 CPUtime=221.59
/proc/8757/task/8762/stat : 8762 (java) S 8755 8757 8452 0 -1 4202560 17003 0 0 0 22140 19 0 0 15 0 18 0 39832760 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 0 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8763] ppid=8755 vsize=1546868 CPUtime=0
/proc/8757/task/8763/stat : 8763 (java) S 8755 8757 8452 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 39832761 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8764] ppid=8755 vsize=1546868 CPUtime=0
/proc/8757/task/8764/stat : 8764 (java) S 8755 8757 8452 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 39832761 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8765] ppid=8755 vsize=1546868 CPUtime=0
/proc/8757/task/8765/stat : 8765 (java) S 8755 8757 8452 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 39832765 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8766] ppid=8755 vsize=1546868 CPUtime=2.47
/proc/8757/task/8766/stat : 8766 (java) S 8755 8757 8452 0 -1 4202560 10240 0 0 0 243 4 0 0 15 0 18 0 39832765 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8767] ppid=8755 vsize=1546868 CPUtime=3.06
/proc/8757/task/8767/stat : 8767 (java) S 8755 8757 8452 0 -1 4202560 2188 0 0 0 305 1 0 0 15 0 18 0 39832765 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8768] ppid=8755 vsize=1546868 CPUtime=0
/proc/8757/task/8768/stat : 8768 (java) S 8755 8757 8452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 39832765 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8769] ppid=8755 vsize=1546868 CPUtime=0
/proc/8757/task/8769/stat : 8769 (java) S 8755 8757 8452 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 18 0 39832765 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 1 0 0 0
[pid=8757/tid=8774] ppid=8755 vsize=1546868 CPUtime=0
/proc/8757/task/8774/stat : 8774 (java) S 8755 8757 8452 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 18 0 39833028 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8775] ppid=8755 vsize=1546868 CPUtime=0
/proc/8757/task/8775/stat : 8775 (java) S 8755 8757 8452 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 39833034 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4294960144 0 4 0 16800975 18446604437858311104 0 0 -1 0 0 0 0
[pid=8757/tid=8816] ppid=8755 vsize=1546868 CPUtime=346.34
/proc/8757/task/8816/stat : 8816 (java) R 8755 8757 8452 0 -1 4202560 171 0 0 0 34626 8 0 0 20 0 18 0 39886500 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4109989188 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8757/tid=8817] ppid=8755 vsize=1546868 CPUtime=344.03
/proc/8757/task/8817/stat : 8817 (java) R 8755 8757 8452 0 -1 4202560 52 0 0 0 34400 3 0 0 21 0 18 0 39886500 1583992832 128029 1992294400 134512640 134550932 4293192384 18446744073709551615 4109996352 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1546868

Child status: 143
Real time (s): 1029.4
CPU time (s): 1800.36
CPU user time (s): 1797.71
CPU system time (s): 2.6456
CPU usage (%): 174.894
Max. virtual memory (cumulated for all children) (KiB): 1546868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.71
system time used= 2.6456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149290
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= 29235
involuntary context switches= 46537

runsolver used 5.56915 second user time and 10.1415 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-16 06:16:04
IDJOB=2661939
IDBENCH=48194
IDSOLVER=1166
FILE ID=node018/2661939-1276661764
PBS_JOBID= 11172473
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661939-1276661764/watcher-2661939-1276661764 -o /tmp/evaluation-result-2661939-1276661764/solver-2661939-1276661764 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661939-1276661764.opb

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

MD5SUM BENCH= 2b02b42135ec6f53aa7a47afb99951df
RANDOM SEED=1747561385

node018.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.248
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1771416 kB
Buffers:         84144 kB
Cached:         115968 kB
SwapCached:       6364 kB
Active:          90628 kB
Inactive:       123004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1771416 kB
SwapTotal:     4192956 kB
SwapFree:      4140256 kB
Dirty:             412 kB
Writeback:           4 kB
AnonPages:       11564 kB
Mapped:          12964 kB
Slab:            52172 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181876 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= 62484 MiB
End job on node018 at 2010-06-16 06:33:15