Trace number 3454705

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 Res//CP 2.3.0SAT 1024.52 531.37

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark40.6598
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454705-1307186287.opb
0.10/0.11	c reading problem ... 
0.24/0.25	c ... done. Wall clock time 0.136s.
0.24/0.25	c #vars     370
0.24/0.25	c #constraints  809
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
0.24/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.24/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
0.24/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
0.24/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
2.88/0.99	c cleaning 2498 clauses out of 4996 with flag 5000/5000
5.05/1.65	c cleaning 4250 clauses out of 8500 with flag 11003/11003
7.02/2.64	c cleaning 5623 clauses out of 11250 with flag 18003/18003
9.41/3.85	c cleaning 6812 clauses out of 13624 with flag 26000/26000
12.16/5.29	c cleaning 7906 clauses out of 15815 with flag 35003/35003
15.75/7.08	c cleaning 8953 clauses out of 17906 with flag 45000/45000
19.89/9.18	c cleaning 9480 clauses out of 18961 with flag 55008/55008
24.86/11.67	c cleaning 9736 clauses out of 19474 with flag 65002/65002
29.58/14.01	c cleaning 9865 clauses out of 19736 with flag 75000/75000
34.16/16.30	c cleaning 9933 clauses out of 19872 with flag 85001/85001
38.50/18.56	c cleaning 9968 clauses out of 19940 with flag 95002/95002
43.23/20.98	c cleaning 9983 clauses out of 19970 with flag 105000/105000
47.95/23.37	c cleaning 9993 clauses out of 19987 with flag 115000/115000
51.88/25.38	c cleaning 9995 clauses out of 19995 with flag 125001/125001
56.02/27.40	c cleaning 9997 clauses out of 19998 with flag 135000/135000
59.75/29.32	c cleaning 9999 clauses out of 20001 with flag 145000/145000
63.84/31.44	c cleaning 9999 clauses out of 20002 with flag 155000/155000
68.16/33.65	c cleaning 10000 clauses out of 20008 with flag 165005/165005
72.48/35.82	c cleaning 10000 clauses out of 20007 with flag 175004/175004
76.81/38.05	c cleaning 10001 clauses out of 20007 with flag 185004/185004
80.72/40.11	c cleaning 9997 clauses out of 20004 with flag 195002/195002
85.04/42.25	c cleaning 10000 clauses out of 20011 with flag 205006/205006
89.12/44.37	c cleaning 9999 clauses out of 20008 with flag 215003/215003
93.24/46.49	c cleaning 10002 clauses out of 20010 with flag 225004/225004
97.52/48.62	c cleaning 10000 clauses out of 20005 with flag 235001/235001
101.63/50.76	c cleaning 9997 clauses out of 20004 with flag 245000/245000
105.54/52.77	c cleaning 9997 clauses out of 20008 with flag 255001/255001
110.07/55.01	c cleaning 10000 clauses out of 20011 with flag 265001/265001
114.73/57.40	c cleaning 9997 clauses out of 20011 with flag 275001/275001
119.04/59.66	c cleaning 10001 clauses out of 20015 with flag 285002/285002
123.55/61.91	c cleaning 10001 clauses out of 20012 with flag 295000/295000
127.46/63.95	c cleaning 10001 clauses out of 20013 with flag 305002/305002
131.53/66.04	c cleaning 9998 clauses out of 20010 with flag 315000/315000
135.63/68.13	c cleaning 10001 clauses out of 20012 with flag 325000/325000
139.53/70.12	c cleaning 10001 clauses out of 20011 with flag 335000/335000
143.64/72.29	c cleaning 10001 clauses out of 20012 with flag 345002/345002
147.89/74.44	c cleaning 10001 clauses out of 20011 with flag 355002/355002
151.99/76.55	c cleaning 10001 clauses out of 20008 with flag 365000/365000
156.14/78.69	c cleaning 9998 clauses out of 20008 with flag 375001/375001
160.22/80.72	c cleaning 10000 clauses out of 20009 with flag 385000/385000
164.47/83.00	c cleaning 10002 clauses out of 20011 with flag 395002/395002
168.98/85.28	c cleaning 9997 clauses out of 20010 with flag 405003/405003
173.27/87.43	c cleaning 10001 clauses out of 20010 with flag 415000/415000
177.12/89.41	c cleaning 9996 clauses out of 20011 with flag 425002/425002
181.60/91.74	c cleaning 10004 clauses out of 20014 with flag 435001/435001
185.66/93.84	c cleaning 9997 clauses out of 20010 with flag 445001/445001
189.56/95.84	c cleaning 10001 clauses out of 20013 with flag 455001/455001
194.05/98.13	c cleaning 10002 clauses out of 20016 with flag 465005/465005
198.09/100.24	c cleaning 10001 clauses out of 20011 with flag 475002/475002
202.18/102.35	c cleaning 10000 clauses out of 20009 with flag 485001/485001
206.27/104.46	c cleaning 9998 clauses out of 20010 with flag 495002/495002
210.35/106.56	c cleaning 10002 clauses out of 20011 with flag 505001/505001
214.38/108.64	c cleaning 9999 clauses out of 20008 with flag 515000/515000
218.48/110.75	c cleaning 9997 clauses out of 20009 with flag 525000/525000
222.56/112.88	c cleaning 10001 clauses out of 20012 with flag 535000/535000
226.84/115.05	c cleaning 10001 clauses out of 20012 with flag 545001/545001
230.69/117.09	c cleaning 9995 clauses out of 20012 with flag 555002/555002
234.54/119.08	c cleaning 9998 clauses out of 20015 with flag 565000/565000
238.62/121.14	c cleaning 10002 clauses out of 20017 with flag 575000/575000
242.50/123.11	c cleaning 10000 clauses out of 20016 with flag 585001/585001
246.52/125.20	c cleaning 10001 clauses out of 20017 with flag 595002/595002
250.39/127.22	c cleaning 10003 clauses out of 20018 with flag 605004/605004
253.06/128.66	c cleaning 0 clauses out of 5002 with flag 0/5002
255.14/129.67	c cleaning 10003 clauses out of 20012 with flag 615001/615001
259.56/131.84	c cleaning 10001 clauses out of 20009 with flag 625001/625001
263.83/134.04	c cleaning 9996 clauses out of 20007 with flag 635000/635000
267.90/136.14	c cleaning 9997 clauses out of 20011 with flag 645000/645000
271.78/138.19	c cleaning 10003 clauses out of 20018 with flag 655004/655004
275.82/140.24	c cleaning 10000 clauses out of 20011 with flag 665000/665000
279.46/142.11	c cleaning 10003 clauses out of 20015 with flag 675004/675004
283.33/144.13	c cleaning 10002 clauses out of 20009 with flag 685001/685001
287.60/146.34	c cleaning 9999 clauses out of 20010 with flag 695004/695004
291.61/148.43	c cleaning 9999 clauses out of 20008 with flag 705001/705001
295.28/150.31	c cleaning 9997 clauses out of 20011 with flag 715003/715003
299.35/152.48	c cleaning 9998 clauses out of 20012 with flag 725001/725001
303.61/154.62	c cleaning 10000 clauses out of 20014 with flag 735001/735001
307.44/156.64	c cleaning 10004 clauses out of 20014 with flag 745001/745001
311.48/158.71	c cleaning 9999 clauses out of 20009 with flag 755000/755000
315.55/160.84	c cleaning 10002 clauses out of 20010 with flag 765000/765000
319.81/163.03	c cleaning 10001 clauses out of 20009 with flag 775001/775001
323.61/165.06	c cleaning 9996 clauses out of 20009 with flag 785002/785002
327.88/167.23	c cleaning 10000 clauses out of 20011 with flag 795000/795000
331.74/169.22	c cleaning 9998 clauses out of 20014 with flag 805003/805003
335.60/171.27	c cleaning 9990 clauses out of 20014 with flag 815001/815001
339.79/173.42	c cleaning 10008 clauses out of 20027 with flag 825004/825004
343.69/175.48	c cleaning 10001 clauses out of 20015 with flag 835000/835000
347.52/177.48	c cleaning 10002 clauses out of 20016 with flag 845002/845002
351.38/179.40	c cleaning 9998 clauses out of 20012 with flag 855000/855000
355.36/181.55	c cleaning 10002 clauses out of 20017 with flag 865003/865003
359.63/183.71	c cleaning 10004 clauses out of 20017 with flag 875005/875005
363.89/185.96	c cleaning 10001 clauses out of 20009 with flag 885001/885001
368.16/188.13	c cleaning 10000 clauses out of 20007 with flag 895000/895000
372.14/190.28	c cleaning 9999 clauses out of 20011 with flag 905004/905004
376.20/192.34	c cleaning 9997 clauses out of 20008 with flag 915000/915000
380.26/194.43	c cleaning 9999 clauses out of 20011 with flag 925000/925000
384.31/196.50	c cleaning 10004 clauses out of 20014 with flag 935002/935002
388.30/198.65	c cleaning 9998 clauses out of 20008 with flag 945000/945000
392.39/200.77	c cleaning 10000 clauses out of 20010 with flag 955000/955000
396.43/202.89	c cleaning 10002 clauses out of 20012 with flag 965002/965002
400.69/205.09	c cleaning 10002 clauses out of 20008 with flag 975000/975000
405.08/207.32	c cleaning 10000 clauses out of 20009 with flag 985003/985003
409.13/209.51	c cleaning 10001 clauses out of 20011 with flag 995005/995005
413.38/211.63	c cleaning 9991 clauses out of 20006 with flag 1005001/1005001
417.41/213.76	c cleaning 10004 clauses out of 20017 with flag 1015003/1015003
421.81/216.09	c cleaning 9996 clauses out of 20010 with flag 1025000/1025000
426.06/218.25	c cleaning 10001 clauses out of 20014 with flag 1035000/1035000
430.31/220.43	c cleaning 10001 clauses out of 20015 with flag 1045002/1045002
434.56/222.70	c cleaning 9999 clauses out of 20016 with flag 1055004/1055004
438.75/224.83	c cleaning 10003 clauses out of 20018 with flag 1065005/1065005
443.00/227.10	c cleaning 9999 clauses out of 20010 with flag 1075000/1075000
447.02/229.21	c cleaning 9994 clauses out of 20011 with flag 1085000/1085000
451.87/231.62	c cleaning 10004 clauses out of 20018 with flag 1095001/1095001
456.44/234.00	c cleaning 10003 clauses out of 20014 with flag 1105001/1105001
460.30/236.03	c cleaning 10001 clauses out of 20010 with flag 1115000/1115000
464.55/238.26	c cleaning 10000 clauses out of 20017 with flag 1125008/1125008
468.99/240.52	c cleaning 9999 clauses out of 20011 with flag 1135002/1135002
473.37/242.84	c cleaning 9993 clauses out of 20010 with flag 1145000/1145000
477.81/245.13	c cleaning 10004 clauses out of 20017 with flag 1155000/1155000
482.26/247.44	c cleaning 10001 clauses out of 20014 with flag 1165001/1165001
486.72/249.70	c cleaning 10001 clauses out of 20015 with flag 1175003/1175003
491.29/252.13	c cleaning 10000 clauses out of 20014 with flag 1185003/1185003
495.54/254.30	c cleaning 10001 clauses out of 20011 with flag 1195000/1195000
499.79/256.53	c cleaning 10002 clauses out of 20011 with flag 1205001/1205001
503.83/258.62	c cleaning 9998 clauses out of 20010 with flag 1215002/1215002
508.00/260.89	c cleaning 10000 clauses out of 20011 with flag 1225001/1225001
512.26/263.04	c cleaning 9999 clauses out of 20010 with flag 1235000/1235000
516.50/265.24	c cleaning 9999 clauses out of 20013 with flag 1245002/1245002
520.95/267.54	c cleaning 9997 clauses out of 20015 with flag 1255003/1255003
525.32/269.91	c cleaning 10003 clauses out of 20018 with flag 1265003/1265003
529.78/272.12	c cleaning 9999 clauses out of 20012 with flag 1275000/1275000
533.80/274.25	c cleaning 10002 clauses out of 20017 with flag 1285004/1285004
537.64/276.27	c cleaning 9999 clauses out of 20013 with flag 1295002/1295002
542.01/278.53	c cleaning 10002 clauses out of 20013 with flag 1305001/1305001
546.25/280.74	c cleaning 9996 clauses out of 20010 with flag 1315000/1315000
550.10/282.74	c cleaning 9999 clauses out of 20014 with flag 1325000/1325000
554.55/285.01	c cleaning 10007 clauses out of 20016 with flag 1335001/1335001
558.91/287.35	c cleaning 10000 clauses out of 20008 with flag 1345000/1345000
563.15/289.58	c cleaning 9997 clauses out of 20010 with flag 1355002/1355002
567.19/291.62	c cleaning 10002 clauses out of 20011 with flag 1365000/1365000
571.43/293.84	c cleaning 10000 clauses out of 20009 with flag 1375000/1375000
575.99/296.26	c cleaning 9999 clauses out of 20010 with flag 1385001/1385001
580.67/298.64	c cleaning 10001 clauses out of 20011 with flag 1395001/1395001
585.07/300.93	c cleaning 10001 clauses out of 20010 with flag 1405001/1405001
589.71/303.31	c cleaning 10001 clauses out of 20014 with flag 1415006/1415006
594.27/305.77	c cleaning 10002 clauses out of 20009 with flag 1425002/1425002
598.51/307.99	c cleaning 9997 clauses out of 20006 with flag 1435001/1435001
602.75/310.11	c cleaning 9999 clauses out of 20008 with flag 1445000/1445000
606.99/312.33	c cleaning 9998 clauses out of 20012 with flag 1455003/1455003
610.94/314.46	c cleaning 9998 clauses out of 20012 with flag 1465001/1465001
615.38/316.78	c cleaning 10001 clauses out of 20015 with flag 1475002/1475002
619.82/319.08	c cleaning 10000 clauses out of 20016 with flag 1485004/1485004
624.26/321.33	c cleaning 9997 clauses out of 20012 with flag 1495000/1495000
628.43/323.51	c cleaning 10004 clauses out of 20015 with flag 1505000/1505000
632.86/325.89	c cleaning 10001 clauses out of 20013 with flag 1515002/1515002
637.52/328.23	c cleaning 10000 clauses out of 20010 with flag 1525000/1525000
641.53/330.41	c cleaning 9999 clauses out of 20012 with flag 1535002/1535002
646.14/332.73	c cleaning 10002 clauses out of 20014 with flag 1545003/1545003
650.39/334.99	c cleaning 9999 clauses out of 20009 with flag 1555000/1555000
654.78/337.29	c cleaning 9999 clauses out of 20010 with flag 1565000/1565000
659.02/339.43	c cleaning 10000 clauses out of 20013 with flag 1575002/1575002
663.37/341.74	c cleaning 9995 clauses out of 20011 with flag 1585000/1585000
667.61/343.97	c cleaning 10005 clauses out of 20017 with flag 1595001/1595001
671.64/346.06	c cleaning 9999 clauses out of 20013 with flag 1605002/1605002
675.88/348.23	c cleaning 9998 clauses out of 20012 with flag 1615000/1615000
679.87/350.37	c cleaning 10003 clauses out of 20015 with flag 1625001/1625001
683.89/352.43	c cleaning 9995 clauses out of 20011 with flag 1635000/1635000
687.69/354.44	c cleaning 10001 clauses out of 20016 with flag 1645000/1645000
691.72/356.58	c cleaning 10003 clauses out of 20017 with flag 1655002/1655002
696.28/358.90	c cleaning 9998 clauses out of 20012 with flag 1665000/1665000
700.74/361.30	c cleaning 9996 clauses out of 20014 with flag 1675000/1675000
705.34/363.67	c cleaning 10003 clauses out of 20021 with flag 1685003/1685003
709.77/365.96	c cleaning 9998 clauses out of 20016 with flag 1695001/1695001
713.71/368.00	c cleaning 10000 clauses out of 20018 with flag 1705001/1705001
717.35/370.01	c cleaning 10005 clauses out of 20019 with flag 1715002/1715002
721.57/372.18	c cleaning 10001 clauses out of 20012 with flag 1725000/1725000
725.80/374.36	c cleaning 10000 clauses out of 20012 with flag 1735001/1735001
729.76/376.48	c cleaning 10001 clauses out of 20015 with flag 1745004/1745004
733.99/378.64	c cleaning 10002 clauses out of 20011 with flag 1755001/1755001
738.22/380.83	c cleaning 9999 clauses out of 20010 with flag 1765002/1765002
742.26/382.98	c cleaning 9999 clauses out of 20009 with flag 1775000/1775000
746.80/385.36	c cleaning 9999 clauses out of 20011 with flag 1785001/1785001
751.47/387.77	c cleaning 10001 clauses out of 20012 with flag 1795001/1795001
756.05/390.19	c cleaning 9998 clauses out of 20011 with flag 1805001/1805001
760.68/392.51	c cleaning 9997 clauses out of 20012 with flag 1815000/1815000
765.02/394.88	c cleaning 10003 clauses out of 20015 with flag 1825000/1825000
769.65/397.24	c cleaning 9994 clauses out of 20012 with flag 1835000/1835000
774.07/399.53	c cleaning 10003 clauses out of 20020 with flag 1845002/1845002
778.50/401.80	c cleaning 10000 clauses out of 20016 with flag 1855001/1855001
782.88/404.21	c cleaning 9999 clauses out of 20016 with flag 1865001/1865001
787.48/406.57	c cleaning 10004 clauses out of 20017 with flag 1875001/1875001
792.11/408.99	c cleaning 9997 clauses out of 20015 with flag 1885003/1885003
796.73/411.35	c cleaning 10004 clauses out of 20020 with flag 1895005/1895005
801.27/413.75	c cleaning 10001 clauses out of 20011 with flag 1905000/1905000
805.89/416.16	c cleaning 10000 clauses out of 20013 with flag 1915003/1915003
810.34/418.50	c cleaning 9999 clauses out of 20011 with flag 1925001/1925001
814.56/420.68	c cleaning 10001 clauses out of 20012 with flag 1935001/1935001
819.25/423.16	c cleaning 9995 clauses out of 20010 with flag 1945000/1945000
823.48/425.39	c cleaning 10001 clauses out of 20016 with flag 1955001/1955001
827.49/427.46	c cleaning 10003 clauses out of 20014 with flag 1965000/1965000
831.12/429.40	c cleaning 10001 clauses out of 20012 with flag 1975001/1975001
835.05/431.46	c cleaning 9996 clauses out of 20010 with flag 1985000/1985000
839.70/433.82	c cleaning 10000 clauses out of 20016 with flag 1995002/1995002
844.30/436.22	c cleaning 10005 clauses out of 20014 with flag 2005000/2005000
848.73/438.55	c cleaning 9999 clauses out of 20010 with flag 2015001/2015001
853.06/440.88	c cleaning 10000 clauses out of 20012 with flag 2025002/2025002
857.48/443.12	c cleaning 9998 clauses out of 20011 with flag 2035001/2035001
861.30/445.16	c cleaning 10002 clauses out of 20013 with flag 2045001/2045001
865.15/447.15	c cleaning 10005 clauses out of 20013 with flag 2055003/2055003
869.27/449.33	c cleaning 9994 clauses out of 20006 with flag 2065001/2065001
873.28/451.45	c cleaning 10002 clauses out of 20012 with flag 2075001/2075001
877.49/453.65	c cleaning 9995 clauses out of 20009 with flag 2085000/2085000
881.28/455.69	c cleaning 9999 clauses out of 20015 with flag 2095001/2095001
885.60/457.96	c cleaning 10000 clauses out of 20017 with flag 2105002/2105002
889.42/459.98	c cleaning 10000 clauses out of 20015 with flag 2115000/2115000
893.24/461.90	c cleaning 9998 clauses out of 20018 with flag 2125003/2125003
897.05/463.96	c cleaning 10007 clauses out of 20025 with flag 2135008/2135008
901.38/466.25	c cleaning 9997 clauses out of 20012 with flag 2145002/2145002
905.59/468.45	c cleaning 9996 clauses out of 20013 with flag 2155000/2155000
909.80/470.65	c cleaning 9999 clauses out of 20019 with flag 2165002/2165002
913.81/472.73	c cleaning 10003 clauses out of 20024 with flag 2175006/2175006
918.12/475.00	c cleaning 9998 clauses out of 20015 with flag 2185000/2185000
922.13/477.13	c cleaning 9996 clauses out of 20017 with flag 2195000/2195000
926.14/479.27	c cleaning 10003 clauses out of 20022 with flag 2205001/2205001
930.15/481.38	c cleaning 10002 clauses out of 20018 with flag 2215000/2215000
934.65/483.79	c cleaning 10003 clauses out of 20020 with flag 2225004/2225004
938.86/485.95	c cleaning 10004 clauses out of 20020 with flag 2235007/2235007
943.06/488.13	c cleaning 10000 clauses out of 20010 with flag 2245001/2245001
947.47/490.47	c cleaning 9995 clauses out of 20009 with flag 2255000/2255000
951.98/492.86	c cleaning 10002 clauses out of 20017 with flag 2265003/2265003
956.38/495.10	c cleaning 9998 clauses out of 20012 with flag 2275000/2275000
960.78/497.40	c cleaning 9999 clauses out of 20015 with flag 2285001/2285001
965.19/499.76	c cleaning 10001 clauses out of 20017 with flag 2295002/2295002
969.53/502.10	c cleaning 9997 clauses out of 20015 with flag 2305001/2305001
973.94/504.34	c cleaning 10002 clauses out of 20018 with flag 2315001/2315001
978.30/506.68	c cleaning 9996 clauses out of 20015 with flag 2325000/2325000
982.71/508.96	c cleaning 10000 clauses out of 20021 with flag 2335002/2335002
987.22/511.37	c cleaning 10000 clauses out of 20019 with flag 2345000/2345000
991.42/513.55	c cleaning 10001 clauses out of 20019 with flag 2355000/2355000
995.42/515.65	c cleaning 10002 clauses out of 20021 with flag 2365003/2365003
999.82/517.91	c cleaning 10002 clauses out of 20016 with flag 2375000/2375000
1004.33/520.38	c cleaning 10006 clauses out of 20024 with flag 2385010/2385010
1008.73/522.69	c cleaning 9998 clauses out of 20009 with flag 2395001/2395001
1013.33/525.06	c cleaning 10001 clauses out of 20014 with flag 2405004/2405004
1017.53/527.23	c cleaning 9996 clauses out of 20009 with flag 2415000/2415000
1021.64/529.50	c cleaning 10001 clauses out of 20013 with flag 2425000/2425000
1023.64/530.54	c  And the winner is Resolution
1024.44/531.30	c starts		: 229
1024.44/531.30	c conflicts		: 2430450
1024.44/531.30	c decisions		: 2822149
1024.44/531.30	c propagations		: 87563063
1024.44/531.30	c inspects		: 5475300836
1024.44/531.30	c shortcuts		: 0
1024.44/531.30	c learnt literals	: 7
1024.44/531.30	c learnt binary clauses	: 70
1024.44/531.30	c learnt ternary clauses	: 142
1024.44/531.30	c learnt constraints	: 2430443
1024.44/531.30	c ignored constraints	: 0
1024.44/531.30	c root simplifications	: 0
1024.44/531.30	c removed literals (reason simplification)	: 71653925
1024.44/531.30	c reason swapping (by a shorter reason)	: 0
1024.44/531.30	c Calls to reduceDB	: 244
1024.44/531.30	c number of reductions to clauses (during analyze)	: 0
1024.44/531.30	c number of learned constraints concerned by reduction	: 0
1024.44/531.30	c number of learning phase by resolution	: 0
1024.44/531.30	c number of learning phase by cutting planes	: 0
1024.44/531.30	c speed (assignments/second)	: 164886.97464829046
1024.44/531.30	c non guided choices	24
1024.44/531.31	c learnt constraints type 
1024.44/531.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
1024.44/531.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15392
1024.44/531.31	c constraints type 
1024.44/531.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
1024.44/531.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1024.44/531.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
1024.44/531.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
1024.44/531.31	c constraints type 
1024.44/531.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
1024.44/531.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
1024.44/531.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1024.44/531.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
1024.44/531.31	s SATISFIABLE
1024.44/531.31	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 
1024.44/531.31	c Total wall clock time (in seconds): 531.199

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454705-1307186287/watcher-3454705-1307186287 -o /tmp/evaluation-result-3454705-1307186287/solver-3454705-1307186287 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454705-1307186287.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.75 1.78 1.90 3/538 17900
/proc/meminfo: memFree=19060664/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 1527 0 1 0 0 0 0 0 18 0 2 0 830225418 10681323520 1229 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2607745 1242 906 9 0 2598901 0
[pid=17900/tid=17901] ppid=17898 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) R 17898 17900 15618 0 -1 4202560 3716 0 1 0 0 0 0 0 19 0 2 0 830225418 10694979584 4532 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.066955 s]
/proc/loadavg: 1.75 1.78 1.90 3/538 17900
/proc/meminfo: memFree=19060664/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 11678 0 1 0 4 1 0 0 18 0 18 0 830225418 10724274176 11375 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2618231 11375 1733 9 0 2608972 0
[pid=17900/tid=17901] ppid=17898 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) R 17898 17900 15618 0 -1 4202560 10504 0 1 0 4 1 0 0 25 0 18 0 830225418 10724274176 11375 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.100947 s]
/proc/loadavg: 1.75 1.78 1.90 3/538 17900
/proc/meminfo: memFree=19060664/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10540144 CPUtime=0.1 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 13011 0 1 0 9 1 0 0 18 0 18 0 830225418 10793107456 12675 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2635036 12676 2093 9 0 2625770 0
[pid=17900/tid=17901] ppid=17898 vsize=10540144 CPUtime=0.08 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) R 17898 17900 15618 0 -1 4202560 11074 0 1 0 7 1 0 0 18 0 18 0 830225418 10793107456 12677 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 47783296506404 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540144

[startup+0.43438 s]
/proc/loadavg: 1.75 1.78 1.90 3/538 17900
/proc/meminfo: memFree=19060664/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10558792 CPUtime=2.88 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 41233 0 1 0 283 5 0 0 18 0 22 0 830225418 10812203008 36156 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2639698 36162 2230 9 0 2630432 0
[pid=17900/tid=17901] ppid=17898 vsize=10558792 CPUtime=0.23 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) S 17898 17900 15618 0 -1 4202560 12316 0 1 0 22 1 0 0 15 0 22 0 830225418 10812203008 36165 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 10558792

[startup+0.984069 s]
/proc/loadavg: 1.75 1.78 1.90 3/538 17900
/proc/meminfo: memFree=19060664/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10563332 CPUtime=3.32 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 53917 0 1 0 326 6 0 0 18 0 22 0 830225418 10816851968 46641 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2640833 46641 2245 9 0 2631567 0
[pid=17900/tid=17901] ppid=17898 vsize=10563332 CPUtime=0.23 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) S 17898 17900 15618 0 -1 4202560 12316 0 1 0 22 1 0 0 15 0 22 0 830225418 10816851968 46641 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 10563332

[startup+1.50066 s]
/proc/loadavg: 1.75 1.78 1.90 6/560 17922
/proc/meminfo: memFree=18800656/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10563748 CPUtime=4.83 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 76148 0 1 0 474 9 0 0 18 0 22 0 830225418 10817277952 68070 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2640937 68073 2257 9 0 2631671 0
[pid=17900/tid=17901] ppid=17898 vsize=10563748 CPUtime=0.23 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) S 17898 17900 15618 0 -1 4202560 12316 0 1 0 22 1 0 0 15 0 22 0 830225418 10817277952 68501 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17903] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17903/stat : 17903 (java) S 17898 17900 15618 0 -1 4202560 322 0 0 0 0 0 0 0 18 0 22 0 830225420 10817277952 68504 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17904] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17904/stat : 17904 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830225420 10817277952 68506 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17905] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17905/stat : 17905 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830225420 10817277952 68509 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17906] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17906/stat : 17906 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830225420 10817277952 68511 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17907] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17907/stat : 17907 (java) S 17898 17900 15618 0 -1 4202560 157 0 0 0 0 0 0 0 18 0 22 0 830225420 10817277952 68514 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17908] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17908/stat : 17908 (java) S 17898 17900 15618 0 -1 4202560 100 0 0 0 0 0 0 0 18 0 22 0 830225420 10817277952 68517 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17909] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17909/stat : 17909 (java) S 17898 17900 15618 0 -1 4202560 372 0 0 0 0 0 0 0 18 0 22 0 830225420 10817277952 68519 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17910] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17910/stat : 17910 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830225420 10817277952 68521 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17911] ppid=17898 vsize=10563748 CPUtime=0.01 cores=1,3,5,7
/proc/17900/task/17911/stat : 17911 (java) S 17898 17900 15618 0 -1 4202560 946 0 0 0 1 0 0 0 17 0 22 0 830225421 10817277952 68523 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 0 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
[pid=17900/tid=17912] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17912/stat : 17912 (java) S 17898 17900 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830225422 10817277952 68526 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17913] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17913/stat : 17913 (java) S 17898 17900 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830225422 10817277952 68528 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17914] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17914/stat : 17914 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830225424 10817277952 68531 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512515505 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17915] ppid=17898 vsize=10563748 CPUtime=0.98 cores=1,3,5,7
/proc/17900/task/17915/stat : 17915 (java) S 17898 17900 15618 0 -1 4202560 9555 0 0 0 97 1 0 0 23 0 22 0 830225424 10817277952 68534 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17916] ppid=17898 vsize=10563748 CPUtime=1.08 cores=1,3,5,7
/proc/17900/task/17916/stat : 17916 (java) S 17898 17900 15618 0 -1 4202560 7450 0 0 0 108 0 0 0 16 0 22 0 830225424 10817277952 68536 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17917] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17917/stat : 17917 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830225424 10817277952 68539 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17918] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17918/stat : 17918 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830225424 10817277952 68542 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17919] ppid=17898 vsize=10563748 CPUtime=1.23 cores=1,3,5,7
/proc/17900/task/17919/stat : 17919 (java) R 17898 17900 15618 0 -1 4202560 683 0 0 0 123 0 0 0 22 0 22 0 830225443 10817277952 68545 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505611781 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17900/tid=17920] ppid=17898 vsize=10563748 CPUtime=1.22 cores=1,3,5,7
/proc/17900/task/17920/stat : 17920 (java) R 17898 17900 15618 0 -1 4202560 43564 0 0 0 118 4 0 0 25 0 22 0 830225443 10817277952 68548 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505796817 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17900/tid=17921] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17921/stat : 17921 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830225444 10817277952 68551 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17922] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17922/stat : 17922 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830225444 10817277952 68554 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 10563748

[startup+3.10135 s]
/proc/loadavg: 1.75 1.78 1.90 5/560 17922
/proc/meminfo: memFree=18632264/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10563748 CPUtime=7.96 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 121980 0 1 0 783 13 0 0 18 0 22 0 830225418 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2640937 113898 2257 9 0 2631671 0
[pid=17900/tid=17901] ppid=17898 vsize=10563748 CPUtime=0.23 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) S 17898 17900 15618 0 -1 4202560 12316 0 1 0 22 1 0 0 15 0 22 0 830225418 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17903] ppid=17898 vsize=10563748 CPUtime=0.01 cores=1,3,5,7
/proc/17900/task/17903/stat : 17903 (java) S 17898 17900 15618 0 -1 4202560 520 0 0 0 1 0 0 0 16 0 22 0 830225420 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17904] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17904/stat : 17904 (java) S 17898 17900 15618 0 -1 4202560 372 0 0 0 0 0 0 0 16 0 22 0 830225420 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17905] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17905/stat : 17905 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830225420 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17906] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17906/stat : 17906 (java) S 17898 17900 15618 0 -1 4202560 564 0 0 0 0 0 0 0 16 0 22 0 830225420 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17907] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17907/stat : 17907 (java) S 17898 17900 15618 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 22 0 830225420 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17908] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17908/stat : 17908 (java) S 17898 17900 15618 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 22 0 830225420 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17909] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17909/stat : 17909 (java) S 17898 17900 15618 0 -1 4202560 584 0 0 0 0 0 0 0 16 0 22 0 830225420 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17910] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17910/stat : 17910 (java) S 17898 17900 15618 0 -1 4202560 571 0 0 0 0 0 0 0 15 0 22 0 830225420 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17911] ppid=17898 vsize=10563748 CPUtime=0.07 cores=1,3,5,7
/proc/17900/task/17911/stat : 17911 (java) S 17898 17900 15618 0 -1 4202560 3302 0 0 0 7 0 0 0 15 0 22 0 830225421 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 0 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
[pid=17900/tid=17912] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17912/stat : 17912 (java) S 17898 17900 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830225422 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17913] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17913/stat : 17913 (java) S 17898 17900 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830225422 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17914] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17914/stat : 17914 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830225424 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512515505 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17915] ppid=17898 vsize=10563748 CPUtime=0.99 cores=1,3,5,7
/proc/17900/task/17915/stat : 17915 (java) S 17898 17900 15618 0 -1 4202560 9555 0 0 0 98 1 0 0 18 0 22 0 830225424 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17916] ppid=17898 vsize=10563748 CPUtime=1.09 cores=1,3,5,7
/proc/17900/task/17916/stat : 17916 (java) S 17898 17900 15618 0 -1 4202560 7451 0 0 0 109 0 0 0 15 0 22 0 830225424 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17917] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17917/stat : 17917 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830225424 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17918] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17918/stat : 17918 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830225424 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17919] ppid=17898 vsize=10563748 CPUtime=2.74 cores=1,3,5,7
/proc/17900/task/17919/stat : 17919 (java) R 17898 17900 15618 0 -1 4202560 800 0 0 0 274 0 0 0 25 0 22 0 830225443 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505645162 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17900/tid=17920] ppid=17898 vsize=10563748 CPUtime=2.74 cores=1,3,5,7
/proc/17900/task/17920/stat : 17920 (java) R 17898 17900 15618 0 -1 4202560 84530 0 0 0 265 9 0 0 25 0 22 0 830225443 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505644277 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17900/tid=17921] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17921/stat : 17921 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830225444 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17922] ppid=17898 vsize=10563748 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17922/stat : 17922 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830225444 10817277952 113898 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 10563748

[startup+6.3017 s]
/proc/loadavg: 1.93 1.82 1.91 5/560 17922
/proc/meminfo: memFree=18203900/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10555020 CPUtime=14.33 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 161251 0 1 0 1415 18 0 0 18 0 22 0 830225418 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2638755 151021 2257 9 0 2629489 0
[pid=17900/tid=17901] ppid=17898 vsize=10555020 CPUtime=0.23 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) S 17898 17900 15618 0 -1 4202560 12316 0 1 0 22 1 0 0 15 0 22 0 830225418 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17903] ppid=17898 vsize=10555020 CPUtime=0.01 cores=1,3,5,7
/proc/17900/task/17903/stat : 17903 (java) S 17898 17900 15618 0 -1 4202560 520 0 0 0 1 0 0 0 15 0 22 0 830225420 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17904] ppid=17898 vsize=10555020 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17904/stat : 17904 (java) S 17898 17900 15618 0 -1 4202560 375 0 0 0 0 0 0 0 16 0 22 0 830225420 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17905] ppid=17898 vsize=10555020 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17905/stat : 17905 (java) S 17898 17900 15618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 830225420 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17906] ppid=17898 vsize=10555020 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17906/stat : 17906 (java) S 17898 17900 15618 0 -1 4202560 564 0 0 0 0 0 0 0 15 0 22 0 830225420 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17907] ppid=17898 vsize=10555020 CPUtime=0.01 cores=1,3,5,7
/proc/17900/task/17907/stat : 17907 (java) S 17898 17900 15618 0 -1 4202560 165 0 0 0 1 0 0 0 16 0 22 0 830225420 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17908] ppid=17898 vsize=10555020 CPUtime=0.01 cores=1,3,5,7
/proc/17900/task/17908/stat : 17908 (java) S 17898 17900 15618 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 22 0 830225420 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17909] ppid=17898 vsize=10555020 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17909/stat : 17909 (java) S 17898 17900 15618 0 -1 4202560 584 0 0 0 0 0 0 0 15 0 22 0 830225420 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17910] ppid=17898 vsize=10555020 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17910/stat : 17910 (java) S 17898 17900 15618 0 -1 4202560 580 0 0 0 0 0 0 0 15 0 22 0 830225420 10808340480 151021 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0

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

/proc/17900/task/17908/stat : 17908 (java) S 17898 17900 15618 0 -1 4202560 232 0 0 0 55 0 0 0 15 0 22 0 830225420 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17909] ppid=17898 vsize=10560016 CPUtime=0.54 cores=1,3,5,7
/proc/17900/task/17909/stat : 17909 (java) S 17898 17900 15618 0 -1 4202560 678 0 0 0 54 0 0 0 15 0 22 0 830225420 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17910] ppid=17898 vsize=10560016 CPUtime=0.57 cores=1,3,5,7
/proc/17900/task/17910/stat : 17910 (java) S 17898 17900 15618 0 -1 4202560 733 0 0 0 57 0 0 0 15 0 22 0 830225420 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17911] ppid=17898 vsize=10560016 CPUtime=41.38 cores=1,3,5,7
/proc/17900/task/17911/stat : 17911 (java) S 17898 17900 15618 0 -1 4202560 27058 0 0 0 4132 6 0 0 16 0 22 0 830225421 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 0 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
[pid=17900/tid=17912] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17912/stat : 17912 (java) S 17898 17900 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830225422 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17913] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17913/stat : 17913 (java) S 17898 17900 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830225422 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17914] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17914/stat : 17914 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830225424 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512515505 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17915] ppid=17898 vsize=10560016 CPUtime=1.02 cores=1,3,5,7
/proc/17900/task/17915/stat : 17915 (java) S 17898 17900 15618 0 -1 4202560 9557 0 0 0 101 1 0 0 16 0 22 0 830225424 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17916] ppid=17898 vsize=10560016 CPUtime=1.59 cores=1,3,5,7
/proc/17900/task/17916/stat : 17916 (java) S 17898 17900 15618 0 -1 4202560 9713 0 0 0 158 1 0 0 15 0 22 0 830225424 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17917] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17917/stat : 17917 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830225424 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17918] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17918/stat : 17918 (java) S 17898 17900 15618 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 830225424 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17919] ppid=17898 vsize=10560016 CPUtime=486.84 cores=1,3,5,7
/proc/17900/task/17919/stat : 17919 (java) R 17898 17900 15618 0 -1 4202560 1254 0 0 0 48683 1 0 0 25 0 22 0 830225443 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505603916 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17900/tid=17920] ppid=17898 vsize=10560016 CPUtime=486.86 cores=1,3,5,7
/proc/17900/task/17920/stat : 17920 (java) R 17898 17900 15618 0 -1 4202560 199244 0 0 0 48665 21 0 0 25 0 22 0 830225443 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505730793 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17900/tid=17921] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17921/stat : 17921 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830225444 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17922] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17922/stat : 17922 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830225444 10813456384 252448 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1022.64
Current children cumulated vsize (KiB) 10560016

[startup+530.801 s]
/proc/loadavg: 3.49 3.44 2.73 4/558 18132
/proc/meminfo: memFree=20229444/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10560016 CPUtime=1023.98 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 263919 0 1 0 102361 37 0 0 18 0 20 0 830225418 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2640004 252449 2259 9 0 2630738 0
[pid=17900/tid=17901] ppid=17898 vsize=10560016 CPUtime=0.23 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) S 17898 17900 15618 0 -1 4202560 12338 0 1 0 22 1 0 0 15 0 20 0 830225418 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17903] ppid=17898 vsize=10560016 CPUtime=0.62 cores=1,3,5,7
/proc/17900/task/17903/stat : 17903 (java) S 17898 17900 15618 0 -1 4202560 597 0 0 0 62 0 0 0 16 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17904] ppid=17898 vsize=10560016 CPUtime=0.59 cores=1,3,5,7
/proc/17900/task/17904/stat : 17904 (java) S 17898 17900 15618 0 -1 4202560 475 0 0 0 59 0 0 0 16 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17905] ppid=17898 vsize=10560016 CPUtime=0.59 cores=1,3,5,7
/proc/17900/task/17905/stat : 17905 (java) S 17898 17900 15618 0 -1 4202560 42 0 0 0 59 0 0 0 16 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17906] ppid=17898 vsize=10560016 CPUtime=0.6 cores=1,3,5,7
/proc/17900/task/17906/stat : 17906 (java) S 17898 17900 15618 0 -1 4202560 611 0 0 0 60 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17907] ppid=17898 vsize=10560016 CPUtime=0.52 cores=1,3,5,7
/proc/17900/task/17907/stat : 17907 (java) S 17898 17900 15618 0 -1 4202560 199 0 0 0 52 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17908] ppid=17898 vsize=10560016 CPUtime=0.55 cores=1,3,5,7
/proc/17900/task/17908/stat : 17908 (java) S 17898 17900 15618 0 -1 4202560 232 0 0 0 55 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17909] ppid=17898 vsize=10560016 CPUtime=0.54 cores=1,3,5,7
/proc/17900/task/17909/stat : 17909 (java) S 17898 17900 15618 0 -1 4202560 678 0 0 0 54 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17910] ppid=17898 vsize=10560016 CPUtime=0.57 cores=1,3,5,7
/proc/17900/task/17910/stat : 17910 (java) S 17898 17900 15618 0 -1 4202560 733 0 0 0 57 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17911] ppid=17898 vsize=10560016 CPUtime=41.38 cores=1,3,5,7
/proc/17900/task/17911/stat : 17911 (java) S 17898 17900 15618 0 -1 4202560 27058 0 0 0 4132 6 0 0 15 0 20 0 830225421 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 0 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
[pid=17900/tid=17912] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17912/stat : 17912 (java) S 17898 17900 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 830225422 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17913] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17913/stat : 17913 (java) S 17898 17900 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 830225422 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17914] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17914/stat : 17914 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512515505 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17915] ppid=17898 vsize=10560016 CPUtime=1.02 cores=1,3,5,7
/proc/17900/task/17915/stat : 17915 (java) S 17898 17900 15618 0 -1 4202560 9557 0 0 0 101 1 0 0 16 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17916] ppid=17898 vsize=10560016 CPUtime=1.59 cores=1,3,5,7
/proc/17900/task/17916/stat : 17916 (java) S 17898 17900 15618 0 -1 4202560 9713 0 0 0 158 1 0 0 15 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17917] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17917/stat : 17917 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17918] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17918/stat : 17918 (java) S 17898 17900 15618 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17920] ppid=17898 vsize=10560016 CPUtime=487.66 cores=1,3,5,7
/proc/17900/task/17920/stat : 17920 (java) R 17898 17900 15618 0 -1 4202560 199244 0 0 0 48745 21 0 0 18 0 20 0 830225443 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505730618 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17900/tid=17922] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17922/stat : 17922 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 830225444 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1023.98
Current children cumulated vsize (KiB) 10560016

[startup+531.201 s]
/proc/loadavg: 3.49 3.44 2.73 4/558 18132
/proc/meminfo: memFree=20229444/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10560016 CPUtime=1024.38 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 263919 0 1 0 102401 37 0 0 18 0 20 0 830225418 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2640004 252449 2259 9 0 2630738 0
[pid=17900/tid=17901] ppid=17898 vsize=10560016 CPUtime=0.23 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) S 17898 17900 15618 0 -1 4202560 12338 0 1 0 22 1 0 0 15 0 20 0 830225418 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17903] ppid=17898 vsize=10560016 CPUtime=0.62 cores=1,3,5,7
/proc/17900/task/17903/stat : 17903 (java) S 17898 17900 15618 0 -1 4202560 597 0 0 0 62 0 0 0 16 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17904] ppid=17898 vsize=10560016 CPUtime=0.59 cores=1,3,5,7
/proc/17900/task/17904/stat : 17904 (java) S 17898 17900 15618 0 -1 4202560 475 0 0 0 59 0 0 0 16 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17905] ppid=17898 vsize=10560016 CPUtime=0.59 cores=1,3,5,7
/proc/17900/task/17905/stat : 17905 (java) S 17898 17900 15618 0 -1 4202560 42 0 0 0 59 0 0 0 16 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17906] ppid=17898 vsize=10560016 CPUtime=0.6 cores=1,3,5,7
/proc/17900/task/17906/stat : 17906 (java) S 17898 17900 15618 0 -1 4202560 611 0 0 0 60 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17907] ppid=17898 vsize=10560016 CPUtime=0.52 cores=1,3,5,7
/proc/17900/task/17907/stat : 17907 (java) S 17898 17900 15618 0 -1 4202560 199 0 0 0 52 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17908] ppid=17898 vsize=10560016 CPUtime=0.55 cores=1,3,5,7
/proc/17900/task/17908/stat : 17908 (java) S 17898 17900 15618 0 -1 4202560 232 0 0 0 55 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17909] ppid=17898 vsize=10560016 CPUtime=0.54 cores=1,3,5,7
/proc/17900/task/17909/stat : 17909 (java) S 17898 17900 15618 0 -1 4202560 678 0 0 0 54 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17910] ppid=17898 vsize=10560016 CPUtime=0.57 cores=1,3,5,7
/proc/17900/task/17910/stat : 17910 (java) S 17898 17900 15618 0 -1 4202560 733 0 0 0 57 0 0 0 15 0 20 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17911] ppid=17898 vsize=10560016 CPUtime=41.38 cores=1,3,5,7
/proc/17900/task/17911/stat : 17911 (java) S 17898 17900 15618 0 -1 4202560 27058 0 0 0 4132 6 0 0 15 0 20 0 830225421 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 0 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
[pid=17900/tid=17912] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17912/stat : 17912 (java) S 17898 17900 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 830225422 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17913] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17913/stat : 17913 (java) S 17898 17900 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 830225422 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17914] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17914/stat : 17914 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512515505 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17915] ppid=17898 vsize=10560016 CPUtime=1.02 cores=1,3,5,7
/proc/17900/task/17915/stat : 17915 (java) S 17898 17900 15618 0 -1 4202560 9557 0 0 0 101 1 0 0 16 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17916] ppid=17898 vsize=10560016 CPUtime=1.59 cores=1,3,5,7
/proc/17900/task/17916/stat : 17916 (java) S 17898 17900 15618 0 -1 4202560 9713 0 0 0 158 1 0 0 15 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17917] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17917/stat : 17917 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17918] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17918/stat : 17918 (java) S 17898 17900 15618 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 20 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17920] ppid=17898 vsize=10560016 CPUtime=488.06 cores=1,3,5,7
/proc/17900/task/17920/stat : 17920 (java) R 17898 17900 15618 0 -1 4202560 199244 0 0 0 48785 21 0 0 18 0 20 0 830225443 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 46912505674800 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17900/tid=17922] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17922/stat : 17922 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 830225444 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1024.38
Current children cumulated vsize (KiB) 10560016

[startup+531.301 s]
/proc/loadavg: 3.49 3.44 2.73 4/558 18132
/proc/meminfo: memFree=20229444/32950928 swapFree=34259960/67111528
[pid=17900] ppid=17898 vsize=10560016 CPUtime=1024.44 cores=1,3,5,7
/proc/17900/stat : 17900 (java) S 17898 17900 15618 0 -1 4202496 263919 0 1 0 102407 37 0 0 18 0 19 0 830225418 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17900/statm: 2640004 252449 2259 9 0 2630738 0
[pid=17900/tid=17901] ppid=17898 vsize=10560016 CPUtime=0.23 cores=1,3,5,7
/proc/17900/task/17901/stat : 17901 (java) S 17898 17900 15618 0 -1 4202560 12338 0 1 0 22 1 0 0 15 0 19 0 830225418 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17903] ppid=17898 vsize=10560016 CPUtime=0.62 cores=1,3,5,7
/proc/17900/task/17903/stat : 17903 (java) S 17898 17900 15618 0 -1 4202560 597 0 0 0 62 0 0 0 16 0 19 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17904] ppid=17898 vsize=10560016 CPUtime=0.59 cores=1,3,5,7
/proc/17900/task/17904/stat : 17904 (java) S 17898 17900 15618 0 -1 4202560 475 0 0 0 59 0 0 0 16 0 19 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17905] ppid=17898 vsize=10560016 CPUtime=0.59 cores=1,3,5,7
/proc/17900/task/17905/stat : 17905 (java) S 17898 17900 15618 0 -1 4202560 42 0 0 0 59 0 0 0 16 0 19 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17906] ppid=17898 vsize=10560016 CPUtime=0.6 cores=1,3,5,7
/proc/17900/task/17906/stat : 17906 (java) S 17898 17900 15618 0 -1 4202560 611 0 0 0 60 0 0 0 15 0 19 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17907] ppid=17898 vsize=10560016 CPUtime=0.52 cores=1,3,5,7
/proc/17900/task/17907/stat : 17907 (java) S 17898 17900 15618 0 -1 4202560 199 0 0 0 52 0 0 0 15 0 19 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17908] ppid=17898 vsize=10560016 CPUtime=0.55 cores=1,3,5,7
/proc/17900/task/17908/stat : 17908 (java) S 17898 17900 15618 0 -1 4202560 232 0 0 0 55 0 0 0 15 0 19 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17909] ppid=17898 vsize=10560016 CPUtime=0.54 cores=1,3,5,7
/proc/17900/task/17909/stat : 17909 (java) S 17898 17900 15618 0 -1 4202560 678 0 0 0 54 0 0 0 15 0 19 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17910] ppid=17898 vsize=10560016 CPUtime=0.57 cores=1,3,5,7
/proc/17900/task/17910/stat : 17910 (java) S 17898 17900 15618 0 -1 4202560 733 0 0 0 57 0 0 0 15 0 19 0 830225420 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17911] ppid=17898 vsize=10560016 CPUtime=41.38 cores=1,3,5,7
/proc/17900/task/17911/stat : 17911 (java) S 17898 17900 15618 0 -1 4202560 27058 0 0 0 4132 6 0 0 15 0 19 0 830225421 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 0 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
[pid=17900/tid=17912] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17912/stat : 17912 (java) S 17898 17900 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830225422 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17913] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17913/stat : 17913 (java) S 17898 17900 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830225422 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17914] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17914/stat : 17914 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512515505 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17915] ppid=17898 vsize=10560016 CPUtime=1.02 cores=1,3,5,7
/proc/17900/task/17915/stat : 17915 (java) S 17898 17900 15618 0 -1 4202560 9557 0 0 0 101 1 0 0 16 0 19 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 7 0 0 0
[pid=17900/tid=17916] ppid=17898 vsize=10560016 CPUtime=1.59 cores=1,3,5,7
/proc/17900/task/17916/stat : 17916 (java) S 17898 17900 15618 0 -1 4202560 9713 0 0 0 158 1 0 0 15 0 19 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 5 0 0 0
[pid=17900/tid=17917] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17917/stat : 17917 (java) S 17898 17900 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512507801 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17918] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17918/stat : 17918 (java) S 17898 17900 15618 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 830225424 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 3 0 0 0
[pid=17900/tid=17922] ppid=17898 vsize=10560016 CPUtime=0 cores=1,3,5,7
/proc/17900/task/17922/stat : 17922 (java) S 17898 17900 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 830225444 10813456384 252449 33554432000 1073741824 1073778376 140734221359472 18446744073709551615 254512508416 0 4 0 16800975 18446604466018160832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1024.44
Current children cumulated vsize (KiB) 10560016

Child status: 10
Real time (s): 531.37
CPU time (s): 1024.52
CPU user time (s): 1024.1
CPU system time (s): 0.415936
CPU usage (%): 192.806
Max. virtual memory (cumulated for all children) (KiB): 10563988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1024.1
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263938
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= 19741
involuntary context switches= 10148

runsolver used 2.86656 second user time and 6.76697 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 13:18:07
IDJOB=3454705
IDBENCH=1158
IDSOLVER=1950
FILE ID=node149/3454705-1307186287
RUNJOBID= node149-1307186273-17810
PBS_JOBID= 13508817
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454705-1307186287/watcher-3454705-1307186287 -o /tmp/evaluation-result-3454705-1307186287/solver-3454705-1307186287 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454705-1307186287.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=662897052

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.75
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19060804 kB
Buffers:        337008 kB
Cached:        3270824 kB
SwapCached:     123196 kB
Active:        2832880 kB
Inactive:     10716384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19060804 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            1444 kB
Writeback:           0 kB
AnonPages:     9842740 kB
Mapped:          26208 kB
Slab:           148424 kB
PageTables:     122368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183476104 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= 73764 MiB
End job on node149 at 2011-06-04 13:26:59