Trace number 2700575

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31Wrong UNSAT 1712.17 862.071

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-5_wcsp.wbo
MD5SUM02dbb62de02783c13bf2d3c63ea9332f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark10.3784
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables235
Total number of constraints1227
Number of soft constraints1180
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 1180
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2700575-1278535709.wbo
0.11/0.10	c reading problem ... 
0.24/0.27	c ... done. Wall clock time 0.164s.
0.24/0.27	c #vars     1415
0.24/0.27	c #constraints  1275
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47
0.24/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 1228
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 47
0.24/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1228
3.79/1.20	c cleaning 2499 clauses out of 5001 with flag 5001/5001
6.15/2.31	c cleaning 4248 clauses out of 8503 with flag 11002/11002
8.94/3.74	c cleaning 5625 clauses out of 11255 with flag 18002/18002
12.36/5.49	c cleaning 6810 clauses out of 13628 with flag 26000/26000
16.58/7.54	c cleaning 7903 clauses out of 15818 with flag 35000/35000
21.78/10.19	c cleaning 8952 clauses out of 17916 with flag 45001/45001
27.58/13.00	c cleaning 9477 clauses out of 18964 with flag 55001/55001
33.18/15.80	c cleaning 9739 clauses out of 19488 with flag 65002/65002
38.78/18.68	c cleaning 9870 clauses out of 19747 with flag 75000/75000
40.96/19.80	c cleaning 0 clauses out of 5000 with flag 0/5000
45.54/22.00	c cleaning 9938 clauses out of 19879 with flag 85002/85002
52.31/25.22	c cleaning 9967 clauses out of 19939 with flag 95000/95000
57.68/27.99	c cleaning 9980 clauses out of 19973 with flag 105001/105001
63.67/30.94	c cleaning 9995 clauses out of 19995 with flag 115003/115003
70.07/34.18	c cleaning 9996 clauses out of 19999 with flag 125002/125002
75.86/37.04	c cleaning 9989 clauses out of 20001 with flag 135000/135000
81.46/39.82	c cleaning 10002 clauses out of 20013 with flag 145001/145001
86.67/42.49	c cleaning 9997 clauses out of 20010 with flag 155000/155000
92.06/45.13	c cleaning 10003 clauses out of 20015 with flag 165002/165002
97.64/47.92	c cleaning 10001 clauses out of 20011 with flag 175001/175001
103.22/50.78	c cleaning 10001 clauses out of 20011 with flag 185002/185002
108.61/53.40	c cleaning 9997 clauses out of 20008 with flag 195000/195000
113.58/55.94	c cleaning 9998 clauses out of 20011 with flag 205000/205000
118.58/58.50	c cleaning 9998 clauses out of 20013 with flag 215000/215000
123.56/60.94	c cleaning 10001 clauses out of 20016 with flag 225001/225001
128.35/63.39	c cleaning 10000 clauses out of 20015 with flag 235001/235001
133.54/65.94	c cleaning 10004 clauses out of 20014 with flag 245000/245000
138.51/68.44	c cleaning 9998 clauses out of 20010 with flag 255000/255000
144.06/71.26	c cleaning 10004 clauses out of 20012 with flag 265000/265000
149.86/74.11	c cleaning 9998 clauses out of 20008 with flag 275000/275000
154.84/76.67	c cleaning 9996 clauses out of 20011 with flag 285001/285001
160.23/79.32	c cleaning 10004 clauses out of 20015 with flag 295001/295001
165.40/81.92	c cleaning 10002 clauses out of 20014 with flag 305004/305004
170.38/84.45	c cleaning 10001 clauses out of 20010 with flag 315002/315002
175.56/87.09	c cleaning 9999 clauses out of 20008 with flag 325001/325001
180.33/89.48	c cleaning 10001 clauses out of 20011 with flag 335003/335003
185.50/92.03	c cleaning 9999 clauses out of 20007 with flag 345000/345000
190.09/94.38	c cleaning 10001 clauses out of 20008 with flag 355000/355000
195.08/96.81	c cleaning 9996 clauses out of 20008 with flag 365001/365001
199.65/99.13	c cleaning 10002 clauses out of 20012 with flag 375001/375001
204.22/101.43	c cleaning 10001 clauses out of 20009 with flag 385000/385000
209.60/104.20	c cleaning 9999 clauses out of 20008 with flag 395000/395000
214.97/106.89	c cleaning 10002 clauses out of 20011 with flag 405002/405002
220.76/109.71	c cleaning 9999 clauses out of 20007 with flag 415000/415000
225.94/112.35	c cleaning 10000 clauses out of 20008 with flag 425000/425000
231.71/115.27	c cleaning 10002 clauses out of 20009 with flag 435001/435001
237.10/117.95	c cleaning 10000 clauses out of 20007 with flag 445001/445001
242.69/120.74	c cleaning 9995 clauses out of 20006 with flag 455000/455000
247.68/123.23	c cleaning 10000 clauses out of 20013 with flag 465002/465002
252.86/125.83	c cleaning 10001 clauses out of 20012 with flag 475001/475001
257.42/128.15	c cleaning 0 clauses out of 11000 with flag 0/11000
258.38/128.64	c cleaning 10000 clauses out of 20010 with flag 485000/485000
263.14/131.03	c cleaning 10002 clauses out of 20011 with flag 495001/495001
267.90/133.49	c cleaning 9995 clauses out of 20008 with flag 505000/505000
273.09/136.02	c cleaning 10002 clauses out of 20014 with flag 515001/515001
278.08/138.57	c cleaning 10005 clauses out of 20016 with flag 525005/525005
283.25/141.14	c cleaning 10001 clauses out of 20008 with flag 535002/535002
288.02/143.59	c cleaning 9999 clauses out of 20006 with flag 545001/545001
292.99/146.06	c cleaning 9999 clauses out of 20007 with flag 555001/555001
297.79/148.42	c cleaning 9999 clauses out of 20009 with flag 565002/565002
302.34/150.77	c cleaning 9997 clauses out of 20008 with flag 575000/575000
307.72/153.42	c cleaning 10001 clauses out of 20012 with flag 585001/585001
313.12/156.17	c cleaning 10000 clauses out of 20011 with flag 595001/595001
318.09/158.60	c cleaning 10001 clauses out of 20011 with flag 605001/605001
323.24/161.30	c cleaning 10002 clauses out of 20011 with flag 615002/615002
328.82/164.02	c cleaning 10001 clauses out of 20011 with flag 625004/625004
333.80/166.52	c cleaning 9999 clauses out of 20007 with flag 635001/635001
338.58/168.94	c cleaning 9998 clauses out of 20008 with flag 645001/645001
343.77/171.51	c cleaning 10000 clauses out of 20010 with flag 655001/655001
348.54/174.00	c cleaning 10002 clauses out of 20011 with flag 665002/665002
353.93/176.68	c cleaning 10002 clauses out of 20007 with flag 675000/675000
359.33/179.37	c cleaning 9999 clauses out of 20006 with flag 685001/685001
365.28/182.38	c cleaning 10000 clauses out of 20007 with flag 695001/695001
370.88/185.12	c cleaning 9996 clauses out of 20006 with flag 705000/705000
376.28/187.90	c cleaning 9998 clauses out of 20010 with flag 715000/715000
381.68/190.55	c cleaning 9999 clauses out of 20012 with flag 725000/725000
387.25/193.33	c cleaning 10003 clauses out of 20015 with flag 735002/735002
392.23/195.82	c cleaning 10001 clauses out of 20014 with flag 745004/745004
397.40/198.41	c cleaning 9999 clauses out of 20010 with flag 755001/755001
402.58/201.06	c cleaning 9996 clauses out of 20010 with flag 765000/765000
407.96/203.74	c cleaning 10001 clauses out of 20014 with flag 775000/775000
413.35/206.40	c cleaning 10003 clauses out of 20013 with flag 785000/785000
418.32/208.96	c cleaning 10002 clauses out of 20011 with flag 795001/795001
423.06/211.37	c cleaning 10002 clauses out of 20011 with flag 805003/805003
428.00/213.82	c cleaning 9997 clauses out of 20007 with flag 815001/815001
432.79/216.23	c cleaning 9999 clauses out of 20009 with flag 825000/825000
437.55/218.68	c cleaning 10000 clauses out of 20010 with flag 835000/835000
442.55/221.19	c cleaning 9998 clauses out of 20010 with flag 845000/845000
447.67/223.71	c cleaning 9997 clauses out of 20012 with flag 855000/855000
452.45/226.16	c cleaning 10002 clauses out of 20016 with flag 865001/865001
457.22/228.54	c cleaning 10003 clauses out of 20015 with flag 875002/875002
462.62/231.25	c cleaning 10004 clauses out of 20011 with flag 885001/885001
468.39/234.11	c cleaning 9998 clauses out of 20007 with flag 895001/895001
473.78/236.82	c cleaning 10000 clauses out of 20008 with flag 905000/905000
479.17/239.57	c cleaning 9998 clauses out of 20008 with flag 915000/915000
484.95/242.44	c cleaning 10002 clauses out of 20011 with flag 925001/925001
490.30/245.16	c cleaning 10001 clauses out of 20009 with flag 935001/935001
495.69/247.86	c cleaning 9998 clauses out of 20008 with flag 945001/945001
500.87/250.44	c cleaning 9999 clauses out of 20009 with flag 955000/955000
505.85/252.94	c cleaning 10004 clauses out of 20013 with flag 965003/965003
510.78/255.45	c cleaning 9997 clauses out of 20007 with flag 975001/975001
515.56/257.82	c cleaning 10004 clauses out of 20012 with flag 985003/985003
520.51/260.31	c cleaning 9998 clauses out of 20007 with flag 995002/995002
525.51/262.81	c cleaning 10000 clauses out of 20007 with flag 1005000/1005000
530.23/265.21	c cleaning 9997 clauses out of 20007 with flag 1015000/1015000
535.00/267.69	c cleaning 9998 clauses out of 20011 with flag 1025001/1025001
540.18/270.25	c cleaning 10000 clauses out of 20013 with flag 1035001/1035001
545.56/272.90	c cleaning 10002 clauses out of 20014 with flag 1045002/1045002
550.31/275.39	c cleaning 10002 clauses out of 20011 with flag 1055001/1055001
555.48/277.99	c cleaning 10000 clauses out of 20013 with flag 1065005/1065005
560.66/280.53	c cleaning 10000 clauses out of 20008 with flag 1075000/1075000
565.82/283.10	c cleaning 9999 clauses out of 20008 with flag 1085000/1085000
570.76/285.65	c cleaning 10003 clauses out of 20009 with flag 1095000/1095000
575.54/288.07	c cleaning 10000 clauses out of 20008 with flag 1105002/1105002
580.51/290.56	c cleaning 9999 clauses out of 20006 with flag 1115000/1115000
585.69/293.14	c cleaning 9999 clauses out of 20008 with flag 1125001/1125001
590.62/295.63	c cleaning 9998 clauses out of 20008 with flag 1135000/1135000
595.59/298.14	c cleaning 9999 clauses out of 20011 with flag 1145001/1145001
600.94/300.84	c cleaning 10000 clauses out of 20011 with flag 1155000/1155000
606.12/303.41	c cleaning 10001 clauses out of 20012 with flag 1165001/1165001
610.87/305.87	c cleaning 10000 clauses out of 20011 with flag 1175001/1175001
616.02/308.44	c cleaning 9999 clauses out of 20010 with flag 1185000/1185000
621.41/311.11	c cleaning 9999 clauses out of 20013 with flag 1195002/1195002
626.17/313.52	c cleaning 10004 clauses out of 20014 with flag 1205002/1205002
630.90/315.99	c cleaning 9999 clauses out of 20009 with flag 1215001/1215001
635.86/318.48	c cleaning 10001 clauses out of 20012 with flag 1225003/1225003
641.02/321.04	c cleaning 10000 clauses out of 20009 with flag 1235001/1235001
646.00/323.59	c cleaning 9997 clauses out of 20008 with flag 1245000/1245000
650.94/326.10	c cleaning 10000 clauses out of 20011 with flag 1255000/1255000
656.13/328.68	c cleaning 10003 clauses out of 20013 with flag 1265002/1265002
661.10/331.14	c cleaning 10000 clauses out of 20008 with flag 1275000/1275000
666.06/333.61	c cleaning 9999 clauses out of 20008 with flag 1285000/1285000
671.19/336.26	c cleaning 10002 clauses out of 20011 with flag 1295002/1295002
676.55/338.92	c cleaning 9998 clauses out of 20007 with flag 1305000/1305000
681.51/341.47	c cleaning 10000 clauses out of 20010 with flag 1315001/1315001
686.68/344.02	c cleaning 9999 clauses out of 20011 with flag 1325002/1325002
692.44/346.99	c cleaning 9997 clauses out of 20010 with flag 1335000/1335000
698.02/349.75	c cleaning 10001 clauses out of 20013 with flag 1345000/1345000
703.17/352.36	c cleaning 10003 clauses out of 20014 with flag 1355002/1355002
708.34/354.91	c cleaning 10001 clauses out of 20010 with flag 1365001/1365001
713.68/357.60	c cleaning 10001 clauses out of 20011 with flag 1375003/1375003
718.85/360.21	c cleaning 10001 clauses out of 20009 with flag 1385002/1385002
724.02/362.87	c cleaning 9994 clauses out of 20007 with flag 1395001/1395001
729.58/365.63	c cleaning 10002 clauses out of 20012 with flag 1405000/1405000
734.92/368.37	c cleaning 10001 clauses out of 20010 with flag 1415000/1415000
739.70/370.76	c cleaning 10000 clauses out of 20010 with flag 1425001/1425001
744.26/373.10	c cleaning 10001 clauses out of 20009 with flag 1435000/1435000
748.83/375.30	c cleaning 9997 clauses out of 20009 with flag 1445001/1445001
753.77/377.80	c cleaning 10000 clauses out of 20012 with flag 1455001/1455001
758.56/380.24	c cleaning 10003 clauses out of 20013 with flag 1465002/1465002
763.54/382.78	c cleaning 10000 clauses out of 20010 with flag 1475002/1475002
768.70/385.38	c cleaning 9997 clauses out of 20008 with flag 1485000/1485000
774.05/388.00	c cleaning 9998 clauses out of 20011 with flag 1495000/1495000
779.21/390.60	c cleaning 10001 clauses out of 20015 with flag 1505002/1505002
784.39/393.29	c cleaning 9999 clauses out of 20012 with flag 1515000/1515000
789.57/395.90	c cleaning 10001 clauses out of 20013 with flag 1525000/1525000
794.88/398.55	c cleaning 9999 clauses out of 20015 with flag 1535003/1535003
800.25/401.26	c cleaning 10002 clauses out of 20015 with flag 1545002/1545002
805.59/403.95	c cleaning 9998 clauses out of 20011 with flag 1555000/1555000
811.14/406.74	c cleaning 10000 clauses out of 20013 with flag 1565000/1565000
816.28/409.35	c cleaning 10000 clauses out of 20013 with flag 1575000/1575000
821.24/411.88	c cleaning 9999 clauses out of 20014 with flag 1585001/1585001
826.41/414.44	c cleaning 10002 clauses out of 20015 with flag 1595001/1595001
831.20/416.84	c cleaning 10002 clauses out of 20013 with flag 1605001/1605001
835.32/418.99	c cleaning 0 clauses out of 18001 with flag 0/18001
836.62/419.60	c cleaning 10000 clauses out of 20011 with flag 1615001/1615001
841.79/422.25	c cleaning 10002 clauses out of 20012 with flag 1625002/1625002
846.97/424.83	c cleaning 10000 clauses out of 20010 with flag 1635002/1635002
851.70/427.28	c cleaning 10001 clauses out of 20010 with flag 1645002/1645002
856.85/429.83	c cleaning 9996 clauses out of 20008 with flag 1655001/1655001
861.83/432.31	c cleaning 10000 clauses out of 20014 with flag 1665003/1665003
866.58/434.78	c cleaning 10002 clauses out of 20012 with flag 1675001/1675001
871.53/437.23	c cleaning 9998 clauses out of 20011 with flag 1685002/1685002
876.08/439.59	c cleaning 9998 clauses out of 20012 with flag 1695001/1695001
880.86/441.97	c cleaning 10001 clauses out of 20013 with flag 1705000/1705000
885.42/444.30	c cleaning 10002 clauses out of 20013 with flag 1715001/1715001
890.35/446.75	c cleaning 9999 clauses out of 20010 with flag 1725000/1725000
895.51/449.33	c cleaning 10001 clauses out of 20012 with flag 1735001/1735001
900.27/451.80	c cleaning 10000 clauses out of 20010 with flag 1745000/1745000
905.04/454.19	c cleaning 9998 clauses out of 20012 with flag 1755002/1755002
910.37/456.81	c cleaning 10002 clauses out of 20012 with flag 1765000/1765000
915.14/459.28	c cleaning 10000 clauses out of 20010 with flag 1775000/1775000
920.30/461.81	c cleaning 10001 clauses out of 20012 with flag 1785002/1785002
925.46/464.40	c cleaning 10000 clauses out of 20009 with flag 1795000/1795000
930.19/466.83	c cleaning 9999 clauses out of 20009 with flag 1805000/1805000
935.37/469.45	c cleaning 10000 clauses out of 20010 with flag 1815000/1815000
940.16/471.86	c cleaning 10002 clauses out of 20013 with flag 1825003/1825003
945.30/474.42	c cleaning 9999 clauses out of 20008 with flag 1835000/1835000
950.44/477.01	c cleaning 9997 clauses out of 20010 with flag 1845001/1845001
955.41/479.60	c cleaning 10001 clauses out of 20012 with flag 1855000/1855000
960.56/482.17	c cleaning 10002 clauses out of 20013 with flag 1865002/1865002
965.72/484.79	c cleaning 10001 clauses out of 20009 with flag 1875000/1875000
970.68/487.26	c cleaning 9999 clauses out of 20008 with flag 1885000/1885000
975.43/489.67	c cleaning 10000 clauses out of 20009 with flag 1895000/1895000
980.39/492.18	c cleaning 9998 clauses out of 20009 with flag 1905000/1905000
985.18/494.56	c cleaning 10001 clauses out of 20012 with flag 1915001/1915001
990.30/497.15	c cleaning 10000 clauses out of 20012 with flag 1925002/1925002
995.25/499.62	c cleaning 9998 clauses out of 20011 with flag 1935001/1935001
1000.23/502.12	c cleaning 10001 clauses out of 20015 with flag 1945003/1945003
1004.98/504.59	c cleaning 10000 clauses out of 20012 with flag 1955001/1955001
1009.92/507.01	c cleaning 10002 clauses out of 20013 with flag 1965002/1965002
1014.68/509.41	c cleaning 9997 clauses out of 20010 with flag 1975001/1975001
1019.24/511.77	c cleaning 10002 clauses out of 20012 with flag 1985000/1985000
1024.59/514.44	c cleaning 10004 clauses out of 20013 with flag 1995003/1995003
1030.75/517.57	c cleaning 9995 clauses out of 20006 with flag 2005000/2005000
1036.51/520.41	c cleaning 9999 clauses out of 20012 with flag 2015001/2015001
1041.87/523.14	c cleaning 10002 clauses out of 20012 with flag 2025000/2025000
1047.44/525.98	c cleaning 10002 clauses out of 20011 with flag 2035001/2035001
1052.76/528.68	c cleaning 10002 clauses out of 20009 with flag 2045001/2045001
1058.14/531.33	c cleaning 9997 clauses out of 20006 with flag 2055000/2055000
1063.31/533.91	c cleaning 10000 clauses out of 20009 with flag 2065000/2065000
1068.65/536.61	c cleaning 10002 clauses out of 20011 with flag 2075002/2075002
1073.58/539.16	c cleaning 9999 clauses out of 20008 with flag 2085001/2085001
1078.53/541.66	c cleaning 10001 clauses out of 20010 with flag 2095002/2095002
1083.70/544.20	c cleaning 10000 clauses out of 20008 with flag 2105001/2105001
1088.86/546.83	c cleaning 9997 clauses out of 20007 with flag 2115000/2115000
1093.79/549.38	c cleaning 10002 clauses out of 20011 with flag 2125001/2125001
1098.55/551.71	c cleaning 9995 clauses out of 20008 with flag 2135000/2135000
1103.10/554.08	c cleaning 10004 clauses out of 20013 with flag 2145000/2145000
1108.05/556.52	c cleaning 9997 clauses out of 20010 with flag 2155001/2155001
1112.77/558.94	c cleaning 10000 clauses out of 20012 with flag 2165000/2165000
1117.31/561.28	c cleaning 10003 clauses out of 20013 with flag 2175001/2175001
1122.11/563.69	c cleaning 9999 clauses out of 20010 with flag 2185001/2185001
1127.28/566.29	c cleaning 10001 clauses out of 20011 with flag 2195001/2195001
1133.01/569.20	c cleaning 10003 clauses out of 20011 with flag 2205002/2205002
1138.38/571.88	c cleaning 9998 clauses out of 20007 with flag 2215001/2215001
1143.76/574.55	c cleaning 9999 clauses out of 20009 with flag 2225001/2225001
1149.12/577.29	c cleaning 9999 clauses out of 20010 with flag 2235001/2235001
1154.63/580.08	c cleaning 10001 clauses out of 20010 with flag 2245000/2245000
1159.79/582.70	c cleaning 10001 clauses out of 20009 with flag 2255000/2255000
1165.15/585.30	c cleaning 9995 clauses out of 20008 with flag 2265000/2265000
1170.32/587.93	c cleaning 9997 clauses out of 20014 with flag 2275001/2275001
1175.44/590.54	c cleaning 10002 clauses out of 20018 with flag 2285002/2285002
1180.59/593.15	c cleaning 10000 clauses out of 20014 with flag 2295000/2295000
1185.74/595.78	c cleaning 10001 clauses out of 20016 with flag 2305002/2305002
1190.91/598.37	c cleaning 10001 clauses out of 20014 with flag 2315001/2315001
1196.02/600.95	c cleaning 10001 clauses out of 20012 with flag 2325000/2325000
1200.78/603.38	c cleaning 10001 clauses out of 20011 with flag 2335000/2335000
1205.54/605.76	c cleaning 10001 clauses out of 20012 with flag 2345002/2345002
1210.53/608.25	c cleaning 10001 clauses out of 20012 with flag 2355003/2355003
1215.44/610.70	c cleaning 9999 clauses out of 20008 with flag 2365000/2365000
1220.21/613.15	c cleaning 10001 clauses out of 20010 with flag 2375001/2375001
1224.97/615.55	c cleaning 9997 clauses out of 20008 with flag 2385000/2385000
1229.51/617.83	c cleaning 10001 clauses out of 20011 with flag 2395000/2395000
1234.21/620.26	c cleaning 9999 clauses out of 20010 with flag 2405000/2405000
1238.78/622.56	c cleaning 10001 clauses out of 20011 with flag 2415000/2415000
1243.33/624.84	c cleaning 10000 clauses out of 20010 with flag 2425000/2425000
1247.85/627.11	c cleaning 10002 clauses out of 20010 with flag 2435000/2435000
1252.97/629.79	c cleaning 9999 clauses out of 20009 with flag 2445001/2445001
1258.14/632.32	c cleaning 10001 clauses out of 20009 with flag 2455000/2455000
1263.09/634.80	c cleaning 10002 clauses out of 20011 with flag 2465003/2465003
1267.85/637.21	c cleaning 9999 clauses out of 20007 with flag 2475001/2475001
1272.98/639.83	c cleaning 9999 clauses out of 20007 with flag 2485000/2485000
1277.94/642.33	c cleaning 9995 clauses out of 20008 with flag 2495000/2495000
1282.70/644.75	c cleaning 10003 clauses out of 20013 with flag 2505000/2505000
1287.46/647.15	c cleaning 10001 clauses out of 20011 with flag 2515001/2515001
1291.94/649.44	c cleaning 10002 clauses out of 20013 with flag 2525004/2525004
1296.67/651.88	c cleaning 9996 clauses out of 20007 with flag 2535000/2535000
1301.41/654.28	c cleaning 10000 clauses out of 20011 with flag 2545000/2545000
1305.97/656.56	c cleaning 9999 clauses out of 20012 with flag 2555001/2555001
1310.67/658.93	c cleaning 10000 clauses out of 20013 with flag 2565001/2565001
1315.20/661.21	c cleaning 10002 clauses out of 20012 with flag 2575000/2575000
1319.72/663.58	c cleaning 9998 clauses out of 20010 with flag 2585000/2585000
1324.27/665.89	c cleaning 10002 clauses out of 20015 with flag 2595003/2595003
1328.76/668.18	c cleaning 9999 clauses out of 20010 with flag 2605000/2605000
1333.07/670.38	c cleaning 10000 clauses out of 20011 with flag 2615000/2615000
1337.82/672.77	c cleaning 10003 clauses out of 20011 with flag 2625000/2625000
1342.99/675.35	c cleaning 10001 clauses out of 20009 with flag 2635001/2635001
1347.92/677.88	c cleaning 10000 clauses out of 20007 with flag 2645000/2645000
1352.88/680.32	c cleaning 9995 clauses out of 20007 with flag 2655000/2655000
1358.04/682.98	c cleaning 10001 clauses out of 20015 with flag 2665003/2665003
1363.20/685.54	c cleaning 9997 clauses out of 20012 with flag 2675001/2675001
1367.89/687.98	c cleaning 10005 clauses out of 20015 with flag 2685001/2685001
1372.89/690.47	c cleaning 9996 clauses out of 20010 with flag 2695001/2695001
1378.05/693.06	c cleaning 10003 clauses out of 20013 with flag 2705000/2705000
1383.01/695.54	c cleaning 10001 clauses out of 20011 with flag 2715001/2715001
1387.50/697.86	c cleaning 10002 clauses out of 20009 with flag 2725000/2725000
1392.47/700.37	c cleaning 9995 clauses out of 20008 with flag 2735001/2735001
1397.44/702.81	c cleaning 10000 clauses out of 20013 with flag 2745001/2745001
1402.19/705.27	c cleaning 10003 clauses out of 20013 with flag 2755001/2755001
1407.10/707.75	c cleaning 9998 clauses out of 20011 with flag 2765002/2765002
1412.26/710.33	c cleaning 10000 clauses out of 20011 with flag 2775000/2775000
1417.22/712.84	c cleaning 10002 clauses out of 20011 with flag 2785000/2785000
1422.54/715.55	c cleaning 10001 clauses out of 20009 with flag 2795000/2795000
1427.24/717.95	c cleaning 10000 clauses out of 20008 with flag 2805000/2805000
1431.96/720.35	c cleaning 9999 clauses out of 20009 with flag 2815001/2815001
1437.14/722.92	c cleaning 9995 clauses out of 20010 with flag 2825001/2825001
1442.09/725.48	c cleaning 10004 clauses out of 20014 with flag 2835000/2835000
1447.22/728.04	c cleaning 9997 clauses out of 20010 with flag 2845000/2845000
1451.95/730.49	c cleaning 10005 clauses out of 20014 with flag 2855001/2855001
1457.32/733.15	c cleaning 9999 clauses out of 20010 with flag 2865002/2865002
1462.68/735.83	c cleaning 10000 clauses out of 20009 with flag 2875000/2875000
1467.79/738.48	c cleaning 10000 clauses out of 20009 with flag 2885000/2885000
1472.95/741.07	c cleaning 9999 clauses out of 20010 with flag 2895001/2895001
1477.69/743.50	c cleaning 10005 clauses out of 20012 with flag 2905002/2905002
1483.11/746.10	c cleaning 9995 clauses out of 20005 with flag 2915000/2915000
1488.35/748.78	c cleaning 9999 clauses out of 20014 with flag 2925004/2925004
1493.44/751.30	c cleaning 10001 clauses out of 20012 with flag 2935001/2935001
1498.77/753.91	c cleaning 10003 clauses out of 20013 with flag 2945003/2945003
1503.51/756.39	c cleaning 10000 clauses out of 20009 with flag 2955002/2955002
1508.67/758.93	c cleaning 9999 clauses out of 20007 with flag 2965000/2965000
1513.61/761.43	c cleaning 10000 clauses out of 20010 with flag 2975002/2975002
1518.33/763.83	c cleaning 10001 clauses out of 20009 with flag 2985001/2985001
1523.89/766.63	c cleaning 9999 clauses out of 20007 with flag 2995000/2995000
1529.01/769.28	c cleaning 10000 clauses out of 20008 with flag 3005000/3005000
1534.56/772.01	c cleaning 10000 clauses out of 20008 with flag 3015000/3015000
1539.52/774.59	c cleaning 10001 clauses out of 20008 with flag 3025000/3025000
1545.07/777.35	c cleaning 9993 clauses out of 20008 with flag 3035001/3035001
1550.41/780.10	c cleaning 10000 clauses out of 20014 with flag 3045000/3045000
1556.77/783.21	c cleaning 10003 clauses out of 20014 with flag 3055000/3055000
1562.72/786.25	c cleaning 9996 clauses out of 20012 with flag 3065001/3065001
1568.67/789.24	c cleaning 10002 clauses out of 20016 with flag 3075001/3075001
1574.22/792.03	c cleaning 10002 clauses out of 20014 with flag 3085001/3085001
1579.97/794.95	c cleaning 10002 clauses out of 20012 with flag 3095001/3095001
1585.33/797.65	c cleaning 10001 clauses out of 20010 with flag 3105001/3105001
1590.70/800.32	c cleaning 9999 clauses out of 20009 with flag 3115001/3115001
1595.64/802.90	c cleaning 9994 clauses out of 20009 with flag 3125000/3125000
1600.99/805.51	c cleaning 10002 clauses out of 20016 with flag 3135001/3135001
1605.71/807.99	c cleaning 10003 clauses out of 20013 with flag 3145000/3145000
1610.66/810.46	c cleaning 10003 clauses out of 20014 with flag 3155004/3155004
1615.81/813.08	c cleaning 9999 clauses out of 20009 with flag 3165002/3165002
1620.98/815.68	c cleaning 10000 clauses out of 20009 with flag 3175001/3175001
1625.92/818.11	c cleaning 10001 clauses out of 20011 with flag 3185003/3185003
1631.51/820.92	c cleaning 9999 clauses out of 20009 with flag 3195002/3195002
1637.06/823.70	c cleaning 10001 clauses out of 20010 with flag 3205002/3205002
1642.21/826.34	c cleaning 10000 clauses out of 20008 with flag 3215001/3215001
1647.37/828.93	c cleaning 10002 clauses out of 20009 with flag 3225002/3225002
1652.31/831.40	c cleaning 9997 clauses out of 20006 with flag 3235001/3235001
1657.21/833.96	c cleaning 9996 clauses out of 20008 with flag 3245000/3245000
1662.39/836.56	c cleaning 10005 clauses out of 20014 with flag 3255002/3255002
1667.54/839.13	c cleaning 10001 clauses out of 20009 with flag 3265002/3265002
1672.70/841.72	c cleaning 10002 clauses out of 20007 with flag 3275001/3275001
1678.21/844.55	c cleaning 9995 clauses out of 20004 with flag 3285000/3285000
1683.76/847.34	c cleaning 9998 clauses out of 20009 with flag 3295000/3295000
1688.93/849.99	c cleaning 10001 clauses out of 20011 with flag 3305000/3305000
1694.68/852.81	c cleaning 10001 clauses out of 20011 with flag 3315001/3315001
1699.83/855.49	c cleaning 10001 clauses out of 20010 with flag 3325001/3325001
1704.99/858.04	c cleaning 10002 clauses out of 20010 with flag 3335002/3335002
1710.15/860.64	c cleaning 10001 clauses out of 20006 with flag 3345000/3345000
1711.83/861.54	c And the winner is Resolution
1712.13/862.04	c starts		: 250
1712.13/862.04	c conflicts		: 3348649
1712.13/862.04	c decisions		: 4191811
1712.13/862.04	c propagations		: 348519543
1712.13/862.04	c inspects		: 8533016110
1712.13/862.04	c learnt literals	: 8
1712.13/862.04	c learnt binary clauses	: 24
1712.13/862.04	c learnt ternary clauses	: 86
1712.13/862.04	c learnt clauses	: 3348640
1712.13/862.04	c ignored clauses	: 0
1712.13/862.04	c root simplifications	: 0
1712.13/862.04	c removed literals (reason simplification)	: 33305987
1712.13/862.04	c reason swapping (by a shorter reason)	: 0
1712.13/862.04	c Calls to reduceDB	: 336
1712.13/862.04	c number of reductions to clauses (during analyze)	: 0
1712.13/862.04	c number of learned constraints concerned by reduction	: 0
1712.13/862.04	c number of learning phase by resolution	: 0
1712.13/862.04	c number of learning phase by cutting planes	: 0
1712.13/862.04	c speed (assignments/second)	: 404424.33163488505
1712.13/862.04	c non guided choices	78
1712.13/862.05	c learnt constraints type 
1712.13/862.05	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13621
1712.13/862.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1712.13/862.05	c constraints type 
1712.13/862.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47
1712.13/862.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 1228
1712.13/862.05	c constraints type 
1712.13/862.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 47
1712.13/862.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1228
1712.13/862.05	s UNSATISFIABLE
1712.13/862.05	c Total wall clock time (in seconds): 861.942

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-2700575-1278535709/watcher-2700575-1278535709 -o /tmp/evaluation-result-2700575-1278535709/solver-2700575-1278535709 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2700575-1278535709.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.71 3/178 19707
/proc/meminfo: memFree=30215352/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=248 CPUtime=0
/proc/19707/stat : 19707 (java) R 19705 19707 19224 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 21784862 253952 28 4089446400 134512640 134550932 4289981296 18446744073709551615 5968350 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19707/statm: 62 28 21 10 0 23 0

[startup+0.01676 s]
/proc/loadavg: 2.00 1.99 1.71 3/178 19707
/proc/meminfo: memFree=30215352/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1521496 CPUtime=0
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 2813 0 1 0 0 0 0 0 18 0 10 0 21784862 1558011904 2256 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 380374 2256 519 10 0 378085 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1521496

[startup+0.100562 s]
/proc/loadavg: 2.00 1.99 1.71 3/178 19707
/proc/meminfo: memFree=30215352/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1530124 CPUtime=0.11
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 5233 0 1 0 10 1 0 0 18 0 18 0 21784862 1566846976 4670 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 382531 4670 1346 10 0 379834 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530124

[startup+0.300514 s]
/proc/loadavg: 2.00 1.99 1.71 3/178 19707
/proc/meminfo: memFree=30215352/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1532516 CPUtime=0.49
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 9410 0 1 0 48 1 0 0 18 0 20 0 21784862 1569296384 8743 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 383129 8743 1409 10 0 380432 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1532516

[startup+0.700465 s]
/proc/loadavg: 2.00 1.99 1.71 3/178 19707
/proc/meminfo: memFree=30215352/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1540200 CPUtime=2.06
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 16500 0 1 0 204 2 0 0 18 0 22 0 21784862 1577164800 14193 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 385050 14195 1426 10 0 382353 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1540200

[startup+1.50123 s]
/proc/loadavg: 2.00 1.99 1.71 6/200 19729
/proc/meminfo: memFree=30100936/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1549444 CPUtime=4.47
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 47544 0 1 0 441 6 0 0 18 0 22 0 21784862 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 387361 40504 1448 10 0 384664 0
[pid=19707/tid=19709] ppid=19705 vsize=1549444 CPUtime=0.25
/proc/19707/task/19709/stat : 19709 (java) S 19705 19707 19224 0 -1 4202560 6633 0 1 0 24 1 0 0 18 0 22 0 21784863 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19710] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19710/stat : 19710 (java) S 19705 19707 19224 0 -1 4202560 293 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=19707/tid=19711] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19711/stat : 19711 (java) S 19705 19707 19224 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19712] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19712/stat : 19712 (java) S 19705 19707 19224 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19713] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19713/stat : 19713 (java) S 19705 19707 19224 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19714] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19714/stat : 19714 (java) S 19705 19707 19224 0 -1 4202560 263 0 0 0 0 0 0 0 16 0 22 0 21784864 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19715] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19715/stat : 19715 (java) S 19705 19707 19224 0 -1 4202560 237 0 0 0 0 0 0 0 16 0 22 0 21784864 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19716] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19716/stat : 19716 (java) S 19705 19707 19224 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19717] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19717/stat : 19717 (java) S 19705 19707 19224 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19718] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19718/stat : 19718 (java) S 19705 19707 19224 0 -1 4202560 792 0 0 0 1 0 0 0 15 0 22 0 21784865 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19719] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19719/stat : 19719 (java) S 19705 19707 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 21784865 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19720] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19720/stat : 19720 (java) S 19705 19707 19224 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 21784865 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19721] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19721/stat : 19721 (java) S 19705 19707 19224 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21784867 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19722] ppid=19705 vsize=1549444 CPUtime=0.8
/proc/19707/task/19722/stat : 19722 (java) S 19705 19707 19224 0 -1 4202560 4863 0 0 0 80 0 0 0 16 0 22 0 21784867 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19723] ppid=19705 vsize=1549444 CPUtime=0.96
/proc/19707/task/19723/stat : 19723 (java) S 19705 19707 19224 0 -1 4202560 7012 0 0 0 95 1 0 0 16 0 22 0 21784867 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19724] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19724/stat : 19724 (java) S 19705 19707 19224 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 21784867 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19725] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19725/stat : 19725 (java) S 19705 19707 19224 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 21784867 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19726] ppid=19705 vsize=1549444 CPUtime=1.2
/proc/19707/task/19726/stat : 19726 (java) R 19705 19707 19224 0 -1 4202560 689 0 0 0 120 0 0 0 18 0 22 0 21784890 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4109638794 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19707/tid=19727] ppid=19705 vsize=1549444 CPUtime=1.19
/proc/19707/task/19727/stat : 19727 (java) R 19705 19707 19224 0 -1 4202560 24812 0 0 0 117 2 0 0 18 0 22 0 21784890 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4109803444 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19707/tid=19728] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19728/stat : 19728 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 21784893 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19729] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19729/stat : 19729 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 21784893 1586630656 40504 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1549444

[startup+3.10104 s]
/proc/loadavg: 2.00 1.99 1.71 4/200 19729
/proc/meminfo: memFree=30058404/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1549444 CPUtime=7.74
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 48562 0 1 0 767 7 0 0 18 0 22 0 21784862 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 387361 41517 1448 10 0 384664 0
[pid=19707/tid=19709] ppid=19705 vsize=1549444 CPUtime=0.25
/proc/19707/task/19709/stat : 19709 (java) S 19705 19707 19224 0 -1 4202560 6633 0 1 0 24 1 0 0 18 0 22 0 21784863 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19710] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19710/stat : 19710 (java) S 19705 19707 19224 0 -1 4202560 397 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=19707/tid=19711] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19711/stat : 19711 (java) S 19705 19707 19224 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19712] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19712/stat : 19712 (java) S 19705 19707 19224 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19713] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19713/stat : 19713 (java) S 19705 19707 19224 0 -1 4202560 509 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19714] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19714/stat : 19714 (java) S 19705 19707 19224 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19715] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19715/stat : 19715 (java) S 19705 19707 19224 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19716] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19716/stat : 19716 (java) S 19705 19707 19224 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19717] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19717/stat : 19717 (java) S 19705 19707 19224 0 -1 4202560 300 0 0 0 0 0 0 0 15 0 22 0 21784864 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19718] ppid=19705 vsize=1549444 CPUtime=0.03
/proc/19707/task/19718/stat : 19718 (java) S 19705 19707 19224 0 -1 4202560 1414 0 0 0 3 0 0 0 15 0 22 0 21784865 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19719] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19719/stat : 19719 (java) S 19705 19707 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 21784865 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19720] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19720/stat : 19720 (java) S 19705 19707 19224 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 21784865 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19721] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19721/stat : 19721 (java) S 19705 19707 19224 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21784867 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19722] ppid=19705 vsize=1549444 CPUtime=0.84
/proc/19707/task/19722/stat : 19722 (java) S 19705 19707 19224 0 -1 4202560 4867 0 0 0 84 0 0 0 15 0 22 0 21784867 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19723] ppid=19705 vsize=1549444 CPUtime=1
/proc/19707/task/19723/stat : 19723 (java) S 19705 19707 19224 0 -1 4202560 7014 0 0 0 99 1 0 0 15 0 22 0 21784867 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19724] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19724/stat : 19724 (java) S 19705 19707 19224 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 21784867 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19725] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19725/stat : 19725 (java) S 19705 19707 19224 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 21784867 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19726] ppid=19705 vsize=1549444 CPUtime=2.77
/proc/19707/task/19726/stat : 19726 (java) R 19705 19707 19224 0 -1 4202560 692 0 0 0 277 0 0 0 19 0 22 0 21784890 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4109697678 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19707/tid=19727] ppid=19705 vsize=1549444 CPUtime=2.76
/proc/19707/task/19727/stat : 19727 (java) R 19705 19707 19224 0 -1 4202560 24815 0 0 0 274 2 0 0 20 0 22 0 21784890 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4109837968 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19707/tid=19728] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19728/stat : 19728 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 21784893 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19729] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19729/stat : 19729 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 21784893 1586630656 41517 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1549444

[startup+6.30148 s]
/proc/loadavg: 2.08 2.00 1.71 4/200 19729
/proc/meminfo: memFree=30023440/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1549444 CPUtime=14.16
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 56843 0 1 0 1408 8 0 0 18 0 22 0 21784862 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 387361 49635 1448 10 0 384664 0
[pid=19707/tid=19709] ppid=19705 vsize=1549444 CPUtime=0.25
/proc/19707/task/19709/stat : 19709 (java) S 19705 19707 19224 0 -1 4202560 6633 0 1 0 24 1 0 0 18 0 22 0 21784863 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19710] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19710/stat : 19710 (java) S 19705 19707 19224 0 -1 4202560 879 0 0 0 1 0 0 0 15 0 22 0 21784864 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=19707/tid=19711] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19711/stat : 19711 (java) S 19705 19707 19224 0 -1 4202560 284 0 0 0 1 0 0 0 15 0 22 0 21784864 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19712] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19712/stat : 19712 (java) S 19705 19707 19224 0 -1 4202560 589 0 0 0 1 0 0 0 16 0 22 0 21784864 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19713] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19713/stat : 19713 (java) S 19705 19707 19224 0 -1 4202560 648 0 0 0 1 0 0 0 15 0 22 0 21784864 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=19707/tid=19714] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19714/stat : 19714 (java) S 19705 19707 19224 0 -1 4202560 394 0 0 0 1 0 0 0 15 0 22 0 21784864 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19715] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19715/stat : 19715 (java) S 19705 19707 19224 0 -1 4202560 487 0 0 0 1 0 0 0 15 0 22 0 21784864 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19716] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19716/stat : 19716 (java) S 19705 19707 19224 0 -1 4202560 374 0 0 0 1 0 0 0 15 0 22 0 21784864 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19717] ppid=19705 vsize=1549444 CPUtime=0.01
/proc/19707/task/19717/stat : 19717 (java) S 19705 19707 19224 0 -1 4202560 550 0 0 0 1 0 0 0 15 0 22 0 21784864 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19718] ppid=19705 vsize=1549444 CPUtime=0.08
/proc/19707/task/19718/stat : 19718 (java) S 19705 19707 19224 0 -1 4202560 1754 0 0 0 8 0 0 0 16 0 22 0 21784865 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19719] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19719/stat : 19719 (java) S 19705 19707 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 21784865 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19720] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19720/stat : 19720 (java) S 19705 19707 19224 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 21784865 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19721] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19721/stat : 19721 (java) S 19705 19707 19224 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21784867 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19722] ppid=19705 vsize=1549444 CPUtime=0.89
/proc/19707/task/19722/stat : 19722 (java) S 19705 19707 19224 0 -1 4202560 4878 0 0 0 89 0 0 0 15 0 22 0 21784867 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19723] ppid=19705 vsize=1549444 CPUtime=1
/proc/19707/task/19723/stat : 19723 (java) S 19705 19707 19224 0 -1 4202560 7014 0 0 0 99 1 0 0 15 0 22 0 21784867 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19724] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19724/stat : 19724 (java) S 19705 19707 19224 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 21784867 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19725] ppid=19705 vsize=1549444 CPUtime=0
/proc/19707/task/19725/stat : 19725 (java) S 19705 19707 19224 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 21784867 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19726] ppid=19705 vsize=1549444 CPUtime=5.88
/proc/19707/task/19726/stat : 19726 (java) R 19705 19707 19224 0 -1 4202560 718 0 0 0 588 0 0 0 20 0 22 0 21784890 1586630656 49635 4089446400 134512640 134550932 4289981296 18446744073709551615 4109739505 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19707/tid=19727] ppid=19705 vsize=1549444 CPUtime=5.89

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

/proc/19707/task/19718/stat : 19718 (java) R 19705 19707 19224 0 -1 4202560 2546 0 0 0 4270 30 0 0 15 0 22 0 21784865 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 105696664 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=19707/tid=19719] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19719/stat : 19719 (java) S 19705 19707 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 21784865 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19720] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19720/stat : 19720 (java) S 19705 19707 19224 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 21784865 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19721] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19721/stat : 19721 (java) S 19705 19707 19224 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21784867 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19722] ppid=19705 vsize=1549752 CPUtime=1.27
/proc/19707/task/19722/stat : 19722 (java) S 19705 19707 19224 0 -1 4202560 5361 0 0 0 127 0 0 0 16 0 22 0 21784867 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19723] ppid=19705 vsize=1549752 CPUtime=1.4
/proc/19707/task/19723/stat : 19723 (java) S 19705 19707 19224 0 -1 4202560 9137 0 0 0 139 1 0 0 15 0 22 0 21784867 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19724] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19724/stat : 19724 (java) S 19705 19707 19224 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 21784867 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19725] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19725/stat : 19725 (java) S 19705 19707 19224 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 21784867 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=19707/tid=19726] ppid=19705 vsize=1549752 CPUtime=809.18
/proc/19707/task/19726/stat : 19726 (java) S 19705 19707 19224 0 -1 4202560 1556 0 0 0 80915 3 0 0 25 0 22 0 21784890 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19727] ppid=19705 vsize=1549752 CPUtime=809.37
/proc/19707/task/19727/stat : 19727 (java) S 19705 19707 19224 0 -1 4202560 31543 0 0 0 80929 8 0 0 25 0 22 0 21784890 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=19707/tid=19728] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19728/stat : 19728 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 21784893 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19729] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19729/stat : 19729 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 21784893 1586946048 67403 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1710.34
Current children cumulated vsize (KiB) 1549752

[startup+861.501 s]
/proc/loadavg: 2.96 2.91 2.46 4/200 19761
/proc/meminfo: memFree=29949544/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1549752 CPUtime=1711.83
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 80330 0 1 0 170752 431 0 0 18 0 22 0 21784862 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 387438 67404 1448 10 0 384741 0
[pid=19707/tid=19709] ppid=19705 vsize=1549752 CPUtime=0.25
/proc/19707/task/19709/stat : 19709 (java) S 19705 19707 19224 0 -1 4202560 6678 0 1 0 24 1 0 0 15 0 22 0 21784863 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19710] ppid=19705 vsize=1549752 CPUtime=5.95
/proc/19707/task/19710/stat : 19710 (java) S 19705 19707 19224 0 -1 4202560 3123 0 0 0 546 49 0 0 15 0 22 0 21784864 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=19707/tid=19711] ppid=19705 vsize=1549752 CPUtime=5.7
/proc/19707/task/19711/stat : 19711 (java) S 19705 19707 19224 0 -1 4202560 2665 0 0 0 522 48 0 0 15 0 22 0 21784864 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19712] ppid=19705 vsize=1549752 CPUtime=5.78
/proc/19707/task/19712/stat : 19712 (java) S 19705 19707 19224 0 -1 4202560 2902 0 0 0 529 49 0 0 15 0 22 0 21784864 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19713] ppid=19705 vsize=1549752 CPUtime=5.69
/proc/19707/task/19713/stat : 19713 (java) S 19705 19707 19224 0 -1 4202560 2906 0 0 0 522 47 0 0 15 0 22 0 21784864 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19714] ppid=19705 vsize=1549752 CPUtime=5.73
/proc/19707/task/19714/stat : 19714 (java) S 19705 19707 19224 0 -1 4202560 2530 0 0 0 529 44 0 0 16 0 22 0 21784864 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19715] ppid=19705 vsize=1549752 CPUtime=5.7
/proc/19707/task/19715/stat : 19715 (java) S 19705 19707 19224 0 -1 4202560 2430 0 0 0 522 48 0 0 15 0 22 0 21784864 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=19707/tid=19716] ppid=19705 vsize=1549752 CPUtime=5.54
/proc/19707/task/19716/stat : 19716 (java) S 19705 19707 19224 0 -1 4202560 2669 0 0 0 508 46 0 0 15 0 22 0 21784864 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19717] ppid=19705 vsize=1549752 CPUtime=5.61
/proc/19707/task/19717/stat : 19717 (java) S 19705 19707 19224 0 -1 4202560 3165 0 0 0 513 48 0 0 15 0 22 0 21784864 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19718] ppid=19705 vsize=1549752 CPUtime=43.12
/proc/19707/task/19718/stat : 19718 (java) S 19705 19707 19224 0 -1 4202560 2546 0 0 0 4282 30 0 0 16 0 22 0 21784865 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19719] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19719/stat : 19719 (java) S 19705 19707 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 21784865 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19720] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19720/stat : 19720 (java) S 19705 19707 19224 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 21784865 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19721] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19721/stat : 19721 (java) S 19705 19707 19224 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 21784867 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19722] ppid=19705 vsize=1549752 CPUtime=1.27
/proc/19707/task/19722/stat : 19722 (java) S 19705 19707 19224 0 -1 4202560 5361 0 0 0 127 0 0 0 16 0 22 0 21784867 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19723] ppid=19705 vsize=1549752 CPUtime=1.41
/proc/19707/task/19723/stat : 19723 (java) S 19705 19707 19224 0 -1 4202560 9137 0 0 0 140 1 0 0 15 0 22 0 21784867 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19724] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19724/stat : 19724 (java) S 19705 19707 19224 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 21784867 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19725] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19725/stat : 19725 (java) S 19705 19707 19224 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 21784867 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=19707/tid=19726] ppid=19705 vsize=1549752 CPUtime=809.86
/proc/19707/task/19726/stat : 19726 (java) R 19705 19707 19224 0 -1 4202560 1558 0 0 0 80983 3 0 0 25 0 22 0 21784890 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4109695840 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19707/tid=19727] ppid=19705 vsize=1549752 CPUtime=810.06
/proc/19707/task/19727/stat : 19727 (java) R 19705 19707 19224 0 -1 4202560 31543 0 0 0 80998 8 0 0 25 0 22 0 21784890 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4109895017 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19707/tid=19728] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19728/stat : 19728 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 21784893 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19729] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19729/stat : 19729 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 21784893 1586946048 67404 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1711.83
Current children cumulated vsize (KiB) 1549752

[startup+861.901 s]
/proc/loadavg: 2.96 2.91 2.46 4/200 19761
/proc/meminfo: memFree=29949544/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1549752 CPUtime=1712.13
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 80332 0 1 0 170782 431 0 0 18 0 20 0 21784862 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 387438 67405 1449 10 0 384741 0
[pid=19707/tid=19709] ppid=19705 vsize=1549752 CPUtime=0.25
/proc/19707/task/19709/stat : 19709 (java) S 19705 19707 19224 0 -1 4202560 6678 0 1 0 24 1 0 0 15 0 20 0 21784863 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19710] ppid=19705 vsize=1549752 CPUtime=5.96
/proc/19707/task/19710/stat : 19710 (java) S 19705 19707 19224 0 -1 4202560 3123 0 0 0 547 49 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=19707/tid=19711] ppid=19705 vsize=1549752 CPUtime=5.71
/proc/19707/task/19711/stat : 19711 (java) S 19705 19707 19224 0 -1 4202560 2665 0 0 0 523 48 0 0 15 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19712] ppid=19705 vsize=1549752 CPUtime=5.78
/proc/19707/task/19712/stat : 19712 (java) S 19705 19707 19224 0 -1 4202560 2902 0 0 0 529 49 0 0 15 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19713] ppid=19705 vsize=1549752 CPUtime=5.7
/proc/19707/task/19713/stat : 19713 (java) S 19705 19707 19224 0 -1 4202560 2906 0 0 0 523 47 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19714] ppid=19705 vsize=1549752 CPUtime=5.74
/proc/19707/task/19714/stat : 19714 (java) S 19705 19707 19224 0 -1 4202560 2530 0 0 0 530 44 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19715] ppid=19705 vsize=1549752 CPUtime=5.71
/proc/19707/task/19715/stat : 19715 (java) S 19705 19707 19224 0 -1 4202560 2430 0 0 0 523 48 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=19707/tid=19716] ppid=19705 vsize=1549752 CPUtime=5.54
/proc/19707/task/19716/stat : 19716 (java) S 19705 19707 19224 0 -1 4202560 2669 0 0 0 508 46 0 0 15 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19717] ppid=19705 vsize=1549752 CPUtime=5.62
/proc/19707/task/19717/stat : 19717 (java) S 19705 19707 19224 0 -1 4202560 3165 0 0 0 514 48 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19718] ppid=19705 vsize=1549752 CPUtime=43.12
/proc/19707/task/19718/stat : 19718 (java) S 19705 19707 19224 0 -1 4202560 2546 0 0 0 4282 30 0 0 15 0 20 0 21784865 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19719] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19719/stat : 19719 (java) S 19705 19707 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 21784865 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19720] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19720/stat : 19720 (java) S 19705 19707 19224 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 21784865 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19721] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19721/stat : 19721 (java) S 19705 19707 19224 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19722] ppid=19705 vsize=1549752 CPUtime=1.27
/proc/19707/task/19722/stat : 19722 (java) S 19705 19707 19224 0 -1 4202560 5361 0 0 0 127 0 0 0 16 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19723] ppid=19705 vsize=1549752 CPUtime=1.41
/proc/19707/task/19723/stat : 19723 (java) S 19705 19707 19224 0 -1 4202560 9137 0 0 0 140 1 0 0 15 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19724] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19724/stat : 19724 (java) S 19705 19707 19224 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19725] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19725/stat : 19725 (java) S 19705 19707 19224 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=19707/tid=19728] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19728/stat : 19728 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 21784893 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19729] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19729/stat : 19729 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 21784893 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1712.13
Current children cumulated vsize (KiB) 1549752

[startup+862.001 s]
/proc/loadavg: 2.96 2.91 2.46 4/200 19761
/proc/meminfo: memFree=29949544/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=1549752 CPUtime=1712.13
/proc/19707/stat : 19707 (java) S 19705 19707 19224 0 -1 4202496 80332 0 1 0 170782 431 0 0 18 0 20 0 21784862 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19707/statm: 387438 67405 1449 10 0 384741 0
[pid=19707/tid=19709] ppid=19705 vsize=1549752 CPUtime=0.25
/proc/19707/task/19709/stat : 19709 (java) S 19705 19707 19224 0 -1 4202560 6678 0 1 0 24 1 0 0 15 0 20 0 21784863 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19710] ppid=19705 vsize=1549752 CPUtime=5.96
/proc/19707/task/19710/stat : 19710 (java) S 19705 19707 19224 0 -1 4202560 3123 0 0 0 547 49 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 7 0 0 0
[pid=19707/tid=19711] ppid=19705 vsize=1549752 CPUtime=5.71
/proc/19707/task/19711/stat : 19711 (java) S 19705 19707 19224 0 -1 4202560 2665 0 0 0 523 48 0 0 15 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19712] ppid=19705 vsize=1549752 CPUtime=5.78
/proc/19707/task/19712/stat : 19712 (java) S 19705 19707 19224 0 -1 4202560 2902 0 0 0 529 49 0 0 15 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19713] ppid=19705 vsize=1549752 CPUtime=5.7
/proc/19707/task/19713/stat : 19713 (java) S 19705 19707 19224 0 -1 4202560 2906 0 0 0 523 47 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19714] ppid=19705 vsize=1549752 CPUtime=5.74
/proc/19707/task/19714/stat : 19714 (java) S 19705 19707 19224 0 -1 4202560 2530 0 0 0 530 44 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19715] ppid=19705 vsize=1549752 CPUtime=5.71
/proc/19707/task/19715/stat : 19715 (java) S 19705 19707 19224 0 -1 4202560 2430 0 0 0 523 48 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=19707/tid=19716] ppid=19705 vsize=1549752 CPUtime=5.54
/proc/19707/task/19716/stat : 19716 (java) S 19705 19707 19224 0 -1 4202560 2669 0 0 0 508 46 0 0 15 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19717] ppid=19705 vsize=1549752 CPUtime=5.62
/proc/19707/task/19717/stat : 19717 (java) S 19705 19707 19224 0 -1 4202560 3165 0 0 0 514 48 0 0 16 0 20 0 21784864 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19718] ppid=19705 vsize=1549752 CPUtime=43.12
/proc/19707/task/19718/stat : 19718 (java) S 19705 19707 19224 0 -1 4202560 2546 0 0 0 4282 30 0 0 15 0 20 0 21784865 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19719] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19719/stat : 19719 (java) S 19705 19707 19224 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 21784865 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19720] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19720/stat : 19720 (java) S 19705 19707 19224 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 21784865 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 1 0 0 0
[pid=19707/tid=19721] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19721/stat : 19721 (java) S 19705 19707 19224 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19722] ppid=19705 vsize=1549752 CPUtime=1.27
/proc/19707/task/19722/stat : 19722 (java) S 19705 19707 19224 0 -1 4202560 5361 0 0 0 127 0 0 0 16 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=19707/tid=19723] ppid=19705 vsize=1549752 CPUtime=1.41
/proc/19707/task/19723/stat : 19723 (java) S 19705 19707 19224 0 -1 4202560 9137 0 0 0 140 1 0 0 15 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=19707/tid=19724] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19724/stat : 19724 (java) S 19705 19707 19224 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=19707/tid=19725] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19725/stat : 19725 (java) S 19705 19707 19224 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 20 0 21784867 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=19707/tid=19728] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19728/stat : 19728 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 21784893 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=19707/tid=19729] ppid=19705 vsize=1549752 CPUtime=0
/proc/19707/task/19729/stat : 19729 (java) S 19705 19707 19224 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 21784893 1586946048 67405 4089446400 134512640 134550932 4289981296 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1712.13
Current children cumulated vsize (KiB) 1549752

Child status: 20
Real time (s): 862.071
CPU time (s): 1712.17
CPU user time (s): 1707.84
CPU system time (s): 4.33134
CPU usage (%): 198.612
Max. virtual memory (cumulated for all children) (KiB): 1554564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1707.84
system time used= 4.33134
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80345
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= 61741
involuntary context switches= 1030868

runsolver used 1.55776 second user time and 3.19551 second system time

The end

Launcher Data

Begin job on node119 at 2010-07-07 22:48:29
IDJOB=2700575
IDBENCH=79440
IDSOLVER=1207
FILE ID=node119/2700575-1278535709
PBS_JOBID= 11239239
Free space on /tmp= 73224 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-5_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700575-1278535709/watcher-2700575-1278535709 -o /tmp/evaluation-result-2700575-1278535709/solver-2700575-1278535709 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2700575-1278535709.wbo

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=263741146

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30215756 kB
Buffers:        141340 kB
Cached:        2365824 kB
SwapCached:          0 kB
Active:        1114276 kB
Inactive:      1458668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30215756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2408 kB
Writeback:           0 kB
AnonPages:       65812 kB
Mapped:          15452 kB
Slab:            99136 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   209524 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73224 MiB
End job on node119 at 2010-07-07 23:02:51