Trace number 2662583

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)148070400480 1800.31 1051.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mas76.opb
MD5SUM1a1687e6de95bc6822d45f4331f81d44
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148070400480
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 143487941105
Optimality of the best value was proved NO
Number of variables240
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint90
Maximum length of a constraint239
Number of terms in the objective function 240
Biggest coefficient in the objective function 1934281311383406679529881600000
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 3868562622766813359059763201675
Number of bits of the sum of numbers in the objective function 102
Biggest number in a constraint 1208925819614629174706176000000000
Number of bits of the biggest number in a constraint 110
Biggest sum of numbers in a constraint 2417851639229258350907097073774043
Number of bits of the biggest sum of numbers111
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662583-1276567521.opb
0.24/0.21	c reading problem ... 
0.58/0.46	c ... done. Wall clock time 0.246s.
0.58/0.46	c #vars     240
0.58/0.46	c #constraints  53
0.58/0.46	c constraints type 
0.58/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.58/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.58/0.46	c constraints type 
0.58/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.58/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
7.52/3.94	c cleaning 2500 clauses out of 5000 with flag 5000/5000
11.66/6.08	c cleaning 4250 clauses out of 8500 with flag 11000/11000
15.17/7.83	c And the winner is Resolution
16.76/9.50	c SATISFIABLE
16.76/9.50	c OPTIMIZING...
16.76/9.50	c Got one! Elapsed wall clock time (in seconds):9.283
16.76/9.50	o 6871947673600000
18.55/10.48	c cleaning 5625 clauses out of 11250 with flag 18000/18000
22.07/12.26	c And the winner is Resolution
22.27/12.54	c Got one! Elapsed wall clock time (in seconds):12.33
22.27/12.54	o 1677721600000
25.16/14.04	c cleaning 6813 clauses out of 13625 with flag 26000/26000
31.64/17.34	c cleaning 7907 clauses out of 15813 with flag 35001/35001
37.36/20.21	c And the winner is Resolution
99.66/82.69	c Got one! Elapsed wall clock time (in seconds):82.477
99.66/82.69	o 209715200448
100.86/83.37	c cleaning 8952 clauses out of 17905 with flag 45000/45000
106.37/86.19	c cleaning 9477 clauses out of 18953 with flag 55000/55000
112.11/89.06	c cleaning 9737 clauses out of 19476 with flag 65000/65000
117.99/92.08	c cleaning 9871 clauses out of 19742 with flag 75003/75003
122.52/94.39	c cleaning 9925 clauses out of 19869 with flag 85001/85001
129.01/97.61	c cleaning 9968 clauses out of 19945 with flag 95002/95002
133.13/99.70	c cleaning 9986 clauses out of 19979 with flag 105004/105004
136.82/101.61	c cleaning 9989 clauses out of 19990 with flag 115001/115001
141.14/103.86	c cleaning 9990 clauses out of 20001 with flag 125001/125001
142.08/104.39	c And the winner is Resolution
179.35/141.87	c Got one! Elapsed wall clock time (in seconds):141.654
179.35/141.87	o 203980800480
183.80/144.16	c cleaning 9996 clauses out of 20011 with flag 135001/135001
191.49/148.05	c cleaning 9995 clauses out of 20015 with flag 145001/145001
197.98/151.35	c cleaning 9997 clauses out of 20019 with flag 155000/155000
207.29/156.10	c cleaning 10002 clauses out of 20022 with flag 165000/165000
215.79/160.36	c cleaning 10006 clauses out of 20020 with flag 175000/175000
222.51/163.76	c cleaning 10007 clauses out of 20014 with flag 185000/185000
229.59/167.31	c cleaning 10004 clauses out of 20007 with flag 195000/195000
237.89/171.60	c cleaning 10002 clauses out of 20004 with flag 205001/205001
245.38/175.32	c cleaning 9996 clauses out of 20002 with flag 215001/215001
251.90/178.65	c cleaning 9997 clauses out of 20005 with flag 225000/225000
258.77/182.15	c cleaning 9997 clauses out of 20008 with flag 235000/235000
265.08/185.39	c cleaning 10007 clauses out of 20015 with flag 245004/245004
271.41/188.58	c cleaning 10000 clauses out of 20005 with flag 255001/255001
277.73/191.78	c cleaning 10002 clauses out of 20004 with flag 265000/265000
284.03/194.92	c cleaning 10002 clauses out of 20003 with flag 275001/275001
289.16/197.59	c cleaning 9994 clauses out of 20007 with flag 285007/285007
293.49/199.73	c cleaning 9991 clauses out of 20009 with flag 295003/295003
298.22/202.17	c cleaning 9994 clauses out of 20016 with flag 305001/305001
302.30/204.24	c cleaning 9997 clauses out of 20021 with flag 315000/315000
306.62/206.40	c cleaning 9997 clauses out of 20025 with flag 325001/325001
311.33/208.87	c cleaning 10006 clauses out of 20028 with flag 335001/335001
316.24/211.33	c cleaning 10000 clauses out of 20022 with flag 345001/345001
320.93/213.75	c cleaning 10005 clauses out of 20022 with flag 355001/355001
325.65/216.14	c cleaning 9995 clauses out of 20017 with flag 365001/365001
329.58/218.14	c cleaning 10006 clauses out of 20023 with flag 375002/375002
333.90/220.35	c cleaning 9998 clauses out of 20015 with flag 385000/385000
338.18/222.56	c cleaning 10009 clauses out of 20017 with flag 395000/395000
341.50/224.20	c And the winner is Resolution
469.81/353.40	c Got one! Elapsed wall clock time (in seconds):353.183
469.81/353.40	o 203259200480
472.80/354.90	c cleaning 9999 clauses out of 20009 with flag 405001/405001
479.06/358.15	c cleaning 9996 clauses out of 20009 with flag 415000/415000
484.99/361.18	c cleaning 10001 clauses out of 20014 with flag 425001/425001
490.89/364.19	c cleaning 9993 clauses out of 20012 with flag 435000/435000
497.57/367.55	c cleaning 9998 clauses out of 20019 with flag 445000/445000
503.87/370.77	c cleaning 10000 clauses out of 20021 with flag 455000/455000
510.56/374.11	c cleaning 10000 clauses out of 20021 with flag 465000/465000
517.22/377.52	c cleaning 10003 clauses out of 20021 with flag 475000/475000
522.74/380.35	c cleaning 9999 clauses out of 20019 with flag 485001/485001
528.84/383.47	c cleaning 10000 clauses out of 20021 with flag 495002/495002
535.72/386.95	c cleaning 10000 clauses out of 20019 with flag 505000/505000
542.02/390.17	c cleaning 10003 clauses out of 20019 with flag 515000/515000
548.54/393.45	c cleaning 10000 clauses out of 20016 with flag 525000/525000
554.06/396.25	c cleaning 9995 clauses out of 20016 with flag 535000/535000
560.20/399.35	c cleaning 10001 clauses out of 20021 with flag 545000/545000
566.49/402.51	c cleaning 9999 clauses out of 20020 with flag 555000/555000
573.21/405.94	c cleaning 10007 clauses out of 20022 with flag 565001/565001
579.91/409.38	c cleaning 9998 clauses out of 20015 with flag 575001/575001
587.22/413.09	c cleaning 9999 clauses out of 20016 with flag 585000/585000
592.48/415.78	c cleaning 10009 clauses out of 20017 with flag 595000/595000
597.97/418.55	c cleaning 9993 clauses out of 20011 with flag 605003/605003
603.87/421.54	c cleaning 9997 clauses out of 20016 with flag 615001/615001
608.59/423.94	c cleaning 9998 clauses out of 20022 with flag 625004/625004
610.68/425.04	c And the winner is Resolution
628.61/443.67	c Got one! Elapsed wall clock time (in seconds):443.457
628.61/443.67	o 152371200480
630.84/444.85	c cleaning 9997 clauses out of 20020 with flag 635000/635000
636.55/447.79	c cleaning 10000 clauses out of 20024 with flag 645001/645001
642.06/450.56	c cleaning 10003 clauses out of 20023 with flag 655000/655000
648.79/453.95	c cleaning 9998 clauses out of 20021 with flag 665001/665001
655.07/457.17	c cleaning 10000 clauses out of 20022 with flag 675000/675000
661.16/460.26	c cleaning 9999 clauses out of 20023 with flag 685001/685001
667.28/463.32	c cleaning 10006 clauses out of 20024 with flag 695001/695001
673.80/466.65	c cleaning 10000 clauses out of 20018 with flag 705001/705001
680.68/470.10	c cleaning 9998 clauses out of 20017 with flag 715000/715000
688.61/474.12	c cleaning 10009 clauses out of 20019 with flag 725000/725000
694.52/477.12	c cleaning 10001 clauses out of 20010 with flag 735000/735000
700.84/480.37	c cleaning 10003 clauses out of 20010 with flag 745001/745001
707.51/483.70	c cleaning 10000 clauses out of 20006 with flag 755000/755000
713.80/486.91	c cleaning 10002 clauses out of 20006 with flag 765000/765000
720.70/490.43	c cleaning 10000 clauses out of 20004 with flag 775000/775000
727.81/494.00	c cleaning 9999 clauses out of 20004 with flag 785000/785000
733.52/496.97	c cleaning 9998 clauses out of 20005 with flag 795000/795000
739.83/500.10	c cleaning 10003 clauses out of 20007 with flag 805000/805000
746.14/503.32	c cleaning 10000 clauses out of 20004 with flag 815000/815000
752.26/506.47	c cleaning 10003 clauses out of 20005 with flag 825001/825001
758.75/509.76	c cleaning 10001 clauses out of 20001 with flag 835000/835000
765.06/512.92	c cleaning 10001 clauses out of 20002 with flag 845002/845002
771.97/516.43	c cleaning 9999 clauses out of 20000 with flag 855001/855001
778.68/519.86	c cleaning 10001 clauses out of 20001 with flag 865001/865001
785.78/523.46	c cleaning 9996 clauses out of 20000 with flag 875001/875001
792.88/527.00	c cleaning 10001 clauses out of 20005 with flag 885002/885002
798.61/529.97	c cleaning 9987 clauses out of 20002 with flag 895000/895000
804.13/532.77	c cleaning 10006 clauses out of 20015 with flag 905000/905000
811.00/536.22	c cleaning 9993 clauses out of 20011 with flag 915002/915002
816.53/539.04	c cleaning 10003 clauses out of 20021 with flag 925005/925005
823.04/542.33	c cleaning 10001 clauses out of 20028 with flag 935015/935015
829.57/545.64	c cleaning 9992 clauses out of 20012 with flag 945000/945000
833.44/547.67	c cleaning 10002 clauses out of 20020 with flag 955000/955000
837.98/549.91	c cleaning 10000 clauses out of 20020 with flag 965002/965002
842.69/552.34	c cleaning 9996 clauses out of 20018 with flag 975000/975000
847.02/554.55	c cleaning 10001 clauses out of 20025 with flag 985003/985003
851.30/556.73	c cleaning 10000 clauses out of 20024 with flag 995003/995003
855.45/558.84	c cleaning 9999 clauses out of 20022 with flag 1005001/1005001
860.15/561.30	c cleaning 9997 clauses out of 20022 with flag 1015000/1015000
864.25/563.36	c cleaning 10007 clauses out of 20026 with flag 1025001/1025001
867.94/565.29	c cleaning 9994 clauses out of 20018 with flag 1035000/1035000
871.67/567.10	c cleaning 10003 clauses out of 20024 with flag 1045000/1045000
872.80/567.72	c And the winner is Resolution
891.85/587.21	c Got one! Elapsed wall clock time (in seconds):586.998
891.85/587.21	o 148070400480
895.58/589.13	c cleaning 9997 clauses out of 20021 with flag 1055000/1055000
901.27/592.09	c cleaning 9998 clauses out of 20024 with flag 1065000/1065000
907.33/595.13	c cleaning 10005 clauses out of 20029 with flag 1075003/1075003
913.21/598.11	c cleaning 9999 clauses out of 20021 with flag 1085000/1085000
918.51/600.89	c cleaning 10005 clauses out of 20022 with flag 1095000/1095000
924.42/603.87	c cleaning 9997 clauses out of 20017 with flag 1105000/1105000
930.67/607.03	c cleaning 9999 clauses out of 20020 with flag 1115000/1115000
938.54/611.07	c cleaning 10003 clauses out of 20022 with flag 1125001/1125001
947.05/615.39	c cleaning 9997 clauses out of 20019 with flag 1135001/1135001
956.35/620.01	c cleaning 10002 clauses out of 20021 with flag 1145000/1145000
965.97/624.96	c cleaning 10002 clauses out of 20019 with flag 1155000/1155000
974.45/629.21	c cleaning 9997 clauses out of 20017 with flag 1165000/1165000
982.91/633.55	c cleaning 10000 clauses out of 20021 with flag 1175001/1175001
991.01/637.63	c cleaning 9998 clauses out of 20021 with flag 1185001/1185001
999.89/642.17	c cleaning 10002 clauses out of 20022 with flag 1195000/1195000
1008.97/646.77	c cleaning 9999 clauses out of 20020 with flag 1205000/1205000
1018.02/651.37	c cleaning 9997 clauses out of 20021 with flag 1215000/1215000
1027.28/656.03	c cleaning 10000 clauses out of 20024 with flag 1225000/1225000
1035.90/660.47	c cleaning 9998 clauses out of 20024 with flag 1235000/1235000
1044.17/664.64	c cleaning 10000 clauses out of 20027 with flag 1245001/1245001
1053.04/669.12	c cleaning 10004 clauses out of 20026 with flag 1255000/1255000
1062.28/673.90	c cleaning 9999 clauses out of 20023 with flag 1265001/1265001
1070.17/678.04	c cleaning 9999 clauses out of 20024 with flag 1275001/1275001
1077.73/681.96	c cleaning 10001 clauses out of 20028 with flag 1285004/1285004
1086.38/686.44	c cleaning 10001 clauses out of 20023 with flag 1295000/1295000
1095.20/691.04	c cleaning 10001 clauses out of 20025 with flag 1305003/1305003
1103.63/695.46	c cleaning 10011 clauses out of 20029 with flag 1315008/1315008
1112.07/699.80	c cleaning 9992 clauses out of 20012 with flag 1325002/1325002
1120.54/704.18	c cleaning 9997 clauses out of 20018 with flag 1335000/1335000
1129.40/708.67	c cleaning 9999 clauses out of 20021 with flag 1345000/1345000
1137.84/712.99	c cleaning 10008 clauses out of 20024 with flag 1355002/1355002
1145.72/716.94	c cleaning 10007 clauses out of 20015 with flag 1365001/1365001
1151.83/720.02	c cleaning 9990 clauses out of 20008 with flag 1375001/1375001
1158.14/723.20	c cleaning 10001 clauses out of 20017 with flag 1385000/1385000
1163.61/726.01	c cleaning 9995 clauses out of 20017 with flag 1395001/1395001
1170.50/729.59	c cleaning 9998 clauses out of 20021 with flag 1405000/1405000
1177.42/733.02	c cleaning 9999 clauses out of 20026 with flag 1415003/1415003
1182.53/735.64	c cleaning 10001 clauses out of 20024 with flag 1425000/1425000
1187.19/738.09	c cleaning 10002 clauses out of 20031 with flag 1435008/1435008
1191.70/740.33	c cleaning 10001 clauses out of 20029 with flag 1445008/1445008
1195.60/742.31	c cleaning 10001 clauses out of 20025 with flag 1455005/1455005
1199.32/744.22	c cleaning 10000 clauses out of 20024 with flag 1465005/1465005
1203.38/746.35	c cleaning 9997 clauses out of 20020 with flag 1475001/1475001
1207.51/748.42	c cleaning 9999 clauses out of 20022 with flag 1485000/1485000
1211.06/750.29	c cleaning 9998 clauses out of 20023 with flag 1495000/1495000
1215.18/752.34	c cleaning 10003 clauses out of 20026 with flag 1505001/1505001
1219.07/754.34	c cleaning 9999 clauses out of 20022 with flag 1515000/1515000
1222.99/756.33	c cleaning 10003 clauses out of 20023 with flag 1525000/1525000
1226.71/758.26	c cleaning 9999 clauses out of 20021 with flag 1535001/1535001
1230.65/760.24	c cleaning 9997 clauses out of 20021 with flag 1545000/1545000
1234.72/762.34	c cleaning 10002 clauses out of 20025 with flag 1555001/1555001
1238.04/764.09	c cleaning 9999 clauses out of 20023 with flag 1565001/1565001
1241.37/765.78	c cleaning 10003 clauses out of 20023 with flag 1575000/1575000
1244.89/767.53	c cleaning 10000 clauses out of 20022 with flag 1585002/1585002
1248.57/769.46	c cleaning 9998 clauses out of 20022 with flag 1595002/1595002
1252.08/771.23	c cleaning 9998 clauses out of 20024 with flag 1605002/1605002
1255.62/773.05	c cleaning 10001 clauses out of 20024 with flag 1615000/1615000
1259.35/774.99	c cleaning 9999 clauses out of 20025 with flag 1625002/1625002
1263.42/777.05	c cleaning 10003 clauses out of 20024 with flag 1635000/1635000
1267.15/778.91	c cleaning 9997 clauses out of 20022 with flag 1645001/1645001
1270.69/780.76	c cleaning 10000 clauses out of 20026 with flag 1655002/1655002
1274.62/782.75	c cleaning 10002 clauses out of 20026 with flag 1665002/1665002
1278.74/784.82	c cleaning 10003 clauses out of 20023 with flag 1675001/1675001
1283.06/787.04	c cleaning 9999 clauses out of 20019 with flag 1685000/1685000
1287.38/789.20	c cleaning 9997 clauses out of 20021 with flag 1695001/1695001
1291.30/791.26	c cleaning 10003 clauses out of 20026 with flag 1705003/1705003
1294.77/793.10	c cleaning 9998 clauses out of 20020 with flag 1715000/1715000
1298.49/794.91	c cleaning 10000 clauses out of 20025 with flag 1725003/1725003
1302.21/796.81	c cleaning 10005 clauses out of 20024 with flag 1735002/1735002
1305.55/798.58	c cleaning 9997 clauses out of 20017 with flag 1745000/1745000
1309.63/800.61	c cleaning 9998 clauses out of 20024 with flag 1755004/1755004
1313.35/802.51	c cleaning 9998 clauses out of 20022 with flag 1765000/1765000
1317.08/804.48	c cleaning 10002 clauses out of 20025 with flag 1775001/1775001
1321.00/806.45	c cleaning 9999 clauses out of 20024 with flag 1785002/1785002
1324.93/808.42	c cleaning 10000 clauses out of 20024 with flag 1795001/1795001
1328.65/810.38	c cleaning 10006 clauses out of 20024 with flag 1805001/1805001
1332.57/812.37	c cleaning 9999 clauses out of 20018 with flag 1815001/1815001
1336.69/814.40	c cleaning 9995 clauses out of 20018 with flag 1825000/1825000
1340.36/816.33	c cleaning 10000 clauses out of 20023 with flag 1835000/1835000
1344.28/818.40	c cleaning 10002 clauses out of 20023 with flag 1845000/1845000
1348.37/820.43	c cleaning 9999 clauses out of 20025 with flag 1855004/1855004
1352.48/822.52	c cleaning 9997 clauses out of 20022 with flag 1865000/1865000
1356.36/824.58	c cleaning 10004 clauses out of 20028 with flag 1875003/1875003
1360.46/826.60	c cleaning 9998 clauses out of 20023 with flag 1885002/1885002
1363.79/828.39	c cleaning 9998 clauses out of 20023 with flag 1895000/1895000
1367.69/830.33	c cleaning 10001 clauses out of 20025 with flag 1905000/1905000
1371.97/832.57	c cleaning 10003 clauses out of 20024 with flag 1915000/1915000
1376.10/834.68	c cleaning 9999 clauses out of 20025 with flag 1925004/1925004
1380.43/836.81	c cleaning 10001 clauses out of 20022 with flag 1935000/1935000
1384.76/839.05	c cleaning 10009 clauses out of 20026 with flag 1945005/1945005
1388.86/841.14	c cleaning 9993 clauses out of 20012 with flag 1955000/1955000
1392.97/843.27	c cleaning 10002 clauses out of 20019 with flag 1965000/1965000
1397.08/845.33	c cleaning 10004 clauses out of 20023 with flag 1975006/1975006
1400.79/847.20	c cleaning 9994 clauses out of 20015 with flag 1985002/1985002
1404.86/849.35	c cleaning 9998 clauses out of 20019 with flag 1995000/1995000
1408.99/851.41	c cleaning 9999 clauses out of 20024 with flag 2005003/2005003
1412.89/853.42	c cleaning 10002 clauses out of 20028 with flag 2015006/2015006
1416.60/855.33	c cleaning 10005 clauses out of 20023 with flag 2025003/2025003
1420.91/857.50	c cleaning 10000 clauses out of 20015 with flag 2035000/2035000
1424.62/859.49	c cleaning 10006 clauses out of 20018 with flag 2045003/2045003
1428.54/861.44	c cleaning 9991 clauses out of 20009 with flag 2055000/2055000
1432.27/863.35	c cleaning 9998 clauses out of 20018 with flag 2065000/2065000
1436.34/865.50	c cleaning 9999 clauses out of 20020 with flag 2075000/2075000
1440.64/867.66	c cleaning 9999 clauses out of 20022 with flag 2085001/2085001
1444.97/869.84	c cleaning 9998 clauses out of 20022 with flag 2095000/2095000
1449.29/872.02	c cleaning 10000 clauses out of 20025 with flag 2105001/2105001
1453.77/874.39	c cleaning 10004 clauses out of 20027 with flag 2115003/2115003
1458.51/876.78	c cleaning 9998 clauses out of 20020 with flag 2125000/2125000
1463.02/879.09	c cleaning 9998 clauses out of 20022 with flag 2135000/2135000
1467.54/881.40	c cleaning 9998 clauses out of 20024 with flag 2145000/2145000
1472.61/883.98	c cleaning 10003 clauses out of 20029 with flag 2155003/2155003
1476.33/885.85	c cleaning 9998 clauses out of 20023 with flag 2165000/2165000
1480.86/888.14	c cleaning 9999 clauses out of 20026 with flag 2175001/2175001
1485.38/890.41	c cleaning 10004 clauses out of 20026 with flag 2185000/2185000
1489.44/892.51	c cleaning 10004 clauses out of 20023 with flag 2195001/2195001
1493.75/894.74	c cleaning 10005 clauses out of 20021 with flag 2205003/2205003
1497.28/896.57	c cleaning 9995 clauses out of 20014 with flag 2215001/2215001
1501.20/898.51	c cleaning 10000 clauses out of 20019 with flag 2225001/2225001
1505.07/900.51	c cleaning 9998 clauses out of 20018 with flag 2235000/2235000
1508.99/902.56	c cleaning 10000 clauses out of 20021 with flag 2245001/2245001
1513.10/904.66	c cleaning 10002 clauses out of 20022 with flag 2255002/2255002
1516.82/906.57	c cleaning 9998 clauses out of 20021 with flag 2265003/2265003
1520.52/908.43	c cleaning 9997 clauses out of 20021 with flag 2275001/2275001
1524.05/910.30	c cleaning 9999 clauses out of 20024 with flag 2285001/2285001
1527.77/912.17	c cleaning 9999 clauses out of 20024 with flag 2295000/2295000
1531.70/914.12	c cleaning 10004 clauses out of 20027 with flag 2305002/2305002
1535.55/916.16	c cleaning 10004 clauses out of 20022 with flag 2315001/2315001
1539.27/918.09	c cleaning 9995 clauses out of 20017 with flag 2325000/2325000
1542.97/919.98	c cleaning 10000 clauses out of 20022 with flag 2335000/2335000
1547.09/922.08	c cleaning 9997 clauses out of 20022 with flag 2345000/2345000
1551.03/924.02	c cleaning 9999 clauses out of 20026 with flag 2355001/2355001
1554.55/925.87	c cleaning 10004 clauses out of 20028 with flag 2365002/2365002
1558.27/927.74	c cleaning 10000 clauses out of 20022 with flag 2375000/2375000
1562.38/929.88	c cleaning 9998 clauses out of 20022 with flag 2385000/2385000
1566.23/931.83	c cleaning 9998 clauses out of 20024 with flag 2395000/2395000
1570.17/933.87	c cleaning 9999 clauses out of 20026 with flag 2405000/2405000
1574.50/936.09	c cleaning 10001 clauses out of 20027 with flag 2415000/2415000
1578.62/938.20	c cleaning 9999 clauses out of 20026 with flag 2425000/2425000
1583.48/940.62	c cleaning 10001 clauses out of 20029 with flag 2435002/2435002
1587.99/942.91	c cleaning 10001 clauses out of 20029 with flag 2445003/2445003
1592.12/945.09	c cleaning 10000 clauses out of 20025 with flag 2455000/2455000
1596.83/947.45	c cleaning 10000 clauses out of 20026 with flag 2465001/2465001
1601.09/949.68	c cleaning 10003 clauses out of 20025 with flag 2475000/2475000
1605.20/951.78	c cleaning 10001 clauses out of 20023 with flag 2485001/2485001
1609.51/953.96	c cleaning 9998 clauses out of 20021 with flag 2495000/2495000
1614.01/956.21	c cleaning 10001 clauses out of 20026 with flag 2505003/2505003
1618.66/958.64	c cleaning 9999 clauses out of 20022 with flag 2515000/2515000
1623.38/961.05	c cleaning 10005 clauses out of 20025 with flag 2525002/2525002
1627.90/963.32	c cleaning 9995 clauses out of 20018 with flag 2535000/2535000
1632.00/965.47	c cleaning 9998 clauses out of 20024 with flag 2545001/2545001
1636.45/967.70	c cleaning 10001 clauses out of 20025 with flag 2555000/2555000
1640.77/969.96	c cleaning 9998 clauses out of 20024 with flag 2565000/2565000
1645.48/972.32	c cleaning 9999 clauses out of 20026 with flag 2575000/2575000
1649.80/974.58	c cleaning 10002 clauses out of 20029 with flag 2585002/2585002
1654.44/976.98	c cleaning 10002 clauses out of 20026 with flag 2595001/2595001
1658.97/979.26	c cleaning 9998 clauses out of 20023 with flag 2605000/2605000
1663.88/981.70	c cleaning 9999 clauses out of 20025 with flag 2615000/2615000
1667.78/983.78	c cleaning 9999 clauses out of 20026 with flag 2625000/2625000
1672.23/986.02	c cleaning 10001 clauses out of 20028 with flag 2635001/2635001
1676.54/988.26	c cleaning 10001 clauses out of 20026 with flag 2645000/2645000
1681.05/990.55	c cleaning 10001 clauses out of 20027 with flag 2655002/2655002
1685.76/992.95	c cleaning 10004 clauses out of 20027 with flag 2665003/2665003
1690.08/995.10	c cleaning 9999 clauses out of 20023 with flag 2675003/2675003
1694.40/997.35	c cleaning 10000 clauses out of 20023 with flag 2685002/2685002
1698.72/999.57	c cleaning 9999 clauses out of 20021 with flag 2695000/2695000
1702.84/1001.69	c cleaning 9999 clauses out of 20024 with flag 2705002/2705002
1707.16/1003.87	c cleaning 9999 clauses out of 20024 with flag 2715001/2715001
1711.08/1005.89	c cleaning 10002 clauses out of 20025 with flag 2725001/2725001
1715.60/1008.10	c cleaning 9999 clauses out of 20022 with flag 2735000/2735000
1719.73/1010.25	c cleaning 9998 clauses out of 20023 with flag 2745000/2745000
1723.98/1012.45	c cleaning 10000 clauses out of 20025 with flag 2755000/2755000
1728.30/1014.64	c cleaning 10006 clauses out of 20025 with flag 2765000/2765000
1732.62/1016.82	c cleaning 9996 clauses out of 20019 with flag 2775000/2775000
1737.15/1019.13	c cleaning 10004 clauses out of 20024 with flag 2785001/2785001
1741.41/1021.37	c cleaning 10000 clauses out of 20021 with flag 2795002/2795002
1745.92/1023.63	c cleaning 9996 clauses out of 20019 with flag 2805000/2805000
1750.03/1025.76	c cleaning 9998 clauses out of 20024 with flag 2815001/2815001
1754.36/1027.99	c cleaning 10001 clauses out of 20026 with flag 2825001/2825001
1758.80/1030.22	c cleaning 10003 clauses out of 20025 with flag 2835001/2835001
1762.91/1032.34	c cleaning 9998 clauses out of 20021 with flag 2845000/2845000
1767.04/1034.42	c cleaning 9998 clauses out of 20023 with flag 2855000/2855000
1771.36/1036.60	c cleaning 10000 clauses out of 20026 with flag 2865001/2865001
1775.87/1038.95	c cleaning 10001 clauses out of 20025 with flag 2875000/2875000
1780.20/1041.16	c cleaning 10000 clauses out of 20025 with flag 2885001/2885001
1785.12/1043.61	c cleaning 9998 clauses out of 20024 with flag 2895000/2895000
1789.24/1045.73	c cleaning 10003 clauses out of 20027 with flag 2905001/2905001
1793.77/1048.06	c cleaning 10001 clauses out of 20024 with flag 2915001/2915001
1797.69/1050.10	c cleaning 9996 clauses out of 20022 with flag 2925000/2925000
1800.02/1051.22	c starts		: 238
1800.02/1051.22	c conflicts		: 2930709
1800.02/1051.22	c decisions		: 3020179
1800.02/1051.22	c propagations		: 20327299
1800.02/1051.22	c inspects		: 797688199
1800.02/1051.22	c learnt literals	: 0
1800.02/1051.22	c learnt binary clauses	: 0
1800.02/1051.22	c learnt ternary clauses	: 0
1800.02/1051.22	c learnt clauses	: 2930709
1800.02/1051.22	c ignored clauses	: 0
1800.02/1051.22	c root simplifications	: 0
1800.02/1051.22	c removed literals (reason simplification)	: 22034702
1800.02/1051.22	c reason swapping (by a shorter reason)	: 0
1800.02/1051.22	c Calls to reduceDB	: 294
1800.02/1051.22	c number of reductions to clauses (during analyze)	: 0
1800.02/1051.22	c number of learned constraints concerned by reduction	: 0
1800.02/1051.22	c number of learning phase by resolution	: 0
1800.02/1051.22	c number of learning phase by cutting planes	: 0
1800.02/1051.22	c speed (assignments/second)	: 43808.550806783576
1800.02/1051.22	c non guided choices	61
1800.02/1051.30	c learnt constraints type 
1800.02/1051.30	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15894
1800.02/1051.30	c constraints type 
1800.02/1051.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1051.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
1800.02/1051.30	c constraints type 
1800.02/1051.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/1051.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
1800.02/1051.30	s SATISFIABLE
1800.02/1051.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 
1800.02/1051.31	c objective function=148070400480
1800.02/1051.31	c Total wall clock time (in seconds): 1051.093

Verifier Data

OK	148070400480

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 584
/proc/meminfo: memFree=1827080/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=244 CPUtime=0
/proc/584/stat : 584 (java6) R 582 584 32268 0 -1 4194304 101 0 0 0 0 0 0 0 23 0 1 0 32338499 249856 21 1992294400 134512640 134550932 4288096128 18446744073709551615 1830729 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/584/statm: 61 21 15 10 0 22 0

[startup+0.0479069 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 584
/proc/meminfo: memFree=1827080/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1521016 CPUtime=0.03
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 3463 0 1 0 1 2 0 0 18 0 5 0 32338499 1557520384 2907 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 380254 2907 980 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100906 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 584
/proc/meminfo: memFree=1827080/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1524180 CPUtime=0.09
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 3956 0 1 0 6 3 0 0 18 0 12 0 32338499 1560760320 3396 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300903 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 584
/proc/meminfo: memFree=1827080/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1526552 CPUtime=0.39
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 5414 0 1 0 35 4 0 0 18 0 12 0 32338499 1563189248 4852 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 381638 4852 1359 10 0 378941 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526552

[startup+0.700896 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 584
/proc/meminfo: memFree=1827080/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1531576 CPUtime=1.18
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 7409 0 1 0 114 4 0 0 18 0 16 0 32338499 1568333824 6746 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 382894 6746 1413 10 0 380197 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1531576

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 600
/proc/meminfo: memFree=1799924/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1539140 CPUtime=2.77
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 12072 0 1 0 270 7 0 0 18 0 16 0 32338499 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 384785 10541 1423 10 0 382088 0
[pid=584/tid=586] ppid=582 vsize=1539140 CPUtime=0.43
/proc/584/task/586/stat : 586 (java) S 582 584 32268 0 -1 4202560 4204 0 1 0 40 3 0 0 18 0 16 0 32338500 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=587] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/587/stat : 587 (java) S 582 584 32268 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 32338502 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=588] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/588/stat : 588 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 32338502 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=589] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/589/stat : 589 (java) S 582 584 32268 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 32338504 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=590] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/590/stat : 590 (java) S 582 584 32268 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 32338504 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=591] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/591/stat : 591 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 32338504 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=592] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/592/stat : 592 (java) S 582 584 32268 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 32338508 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=593] ppid=582 vsize=1539140 CPUtime=0.2
/proc/584/task/593/stat : 593 (java) R 582 584 32268 0 -1 4202560 1114 0 0 0 20 0 0 0 25 0 16 0 32338508 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 103371452 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=594] ppid=582 vsize=1539140 CPUtime=1.08
/proc/584/task/594/stat : 594 (java) R 582 584 32268 0 -1 4202560 3050 0 0 0 108 0 0 0 18 0 16 0 32338508 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 104147205 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=595] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/595/stat : 595 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32338508 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=596] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/596/stat : 596 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 32338508 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=597] ppid=582 vsize=1539140 CPUtime=0.54
/proc/584/task/597/stat : 597 (java) R 582 584 32268 0 -1 4202560 905 0 0 0 54 0 0 0 25 0 16 0 32338546 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4109006903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=584/tid=598] ppid=582 vsize=1539140 CPUtime=0.45
/proc/584/task/598/stat : 598 (java) R 582 584 32268 0 -1 4202560 1728 0 0 0 45 0 0 0 25 0 16 0 32338546 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4108996232 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=584/tid=599] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/599/stat : 599 (java) S 582 584 32268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 32338550 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=600] ppid=582 vsize=1539140 CPUtime=0
/proc/584/task/600/stat : 600 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32338555 1576079360 10541 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1539140

[startup+3.10186 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 600
/proc/meminfo: memFree=1768800/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1547824 CPUtime=5.94
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 36473 0 1 0 579 15 0 0 18 0 16 0 32338499 1584971776 32199 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 386956 32201 1426 10 0 384259 0
[pid=584/tid=586] ppid=582 vsize=1547824 CPUtime=0.43
/proc/584/task/586/stat : 586 (java) S 582 584 32268 0 -1 4202560 4204 0 1 0 40 3 0 0 18 0 16 0 32338500 1584971776 32202 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=587] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/587/stat : 587 (java) S 582 584 32268 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 32338502 1584971776 32204 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=588] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/588/stat : 588 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 32338502 1584971776 32205 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=589] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/589/stat : 589 (java) S 582 584 32268 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 32338504 1584971776 32207 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=590] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/590/stat : 590 (java) S 582 584 32268 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 32338504 1584971776 32208 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=591] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/591/stat : 591 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 32338504 1584971776 32210 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=592] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/592/stat : 592 (java) S 582 584 32268 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 32338508 1584971776 32212 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=593] ppid=582 vsize=1547824 CPUtime=0.86
/proc/584/task/593/stat : 593 (java) S 582 584 32268 0 -1 4202560 4647 0 0 0 85 1 0 0 16 0 16 0 32338508 1584971776 32214 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=594] ppid=582 vsize=1547824 CPUtime=2.09
/proc/584/task/594/stat : 594 (java) S 582 584 32268 0 -1 4202560 4803 0 0 0 208 1 0 0 18 0 16 0 32338508 1584971776 32216 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=595] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/595/stat : 595 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32338508 1584971776 32218 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=596] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/596/stat : 596 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 32338508 1584971776 32219 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=597] ppid=582 vsize=1547824 CPUtime=1.32
/proc/584/task/597/stat : 597 (java) R 582 584 32268 0 -1 4202560 5505 0 0 0 130 2 0 0 25 0 16 0 32338546 1584971776 32221 1992294400 134512640 134550932 4292827264 18446744073709551615 4109390829 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=584/tid=598] ppid=582 vsize=1547824 CPUtime=1.19
/proc/584/task/598/stat : 598 (java) R 582 584 32268 0 -1 4202560 16267 0 0 0 114 5 0 0 18 0 16 0 32338546 1584971776 32223 1992294400 134512640 134550932 4292827264 18446744073709551615 4109331601 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=599] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/599/stat : 599 (java) S 582 584 32268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 32338550 1584971776 32224 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=600] ppid=582 vsize=1547824 CPUtime=0
/proc/584/task/600/stat : 600 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32338555 1584971776 32226 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1547824

[startup+6.30381 s]
/proc/loadavg: 1.08 1.02 1.01 3/122 600
/proc/meminfo: memFree=1667244/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1544712 CPUtime=12.21
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 48311 0 1 0 1202 19 0 0 18 0 16 0 32338499 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 386178 42947 1444 10 0 383481 0
[pid=584/tid=586] ppid=582 vsize=1544712 CPUtime=0.43
/proc/584/task/586/stat : 586 (java) S 582 584 32268 0 -1 4202560 4204 0 1 0 40 3 0 0 18 0 16 0 32338500 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=587] ppid=582 vsize=1544712 CPUtime=0.03
/proc/584/task/587/stat : 587 (java) S 582 584 32268 0 -1 4202560 1272 0 0 0 3 0 0 0 16 0 16 0 32338502 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=588] ppid=582 vsize=1544712 CPUtime=0.02
/proc/584/task/588/stat : 588 (java) S 582 584 32268 0 -1 4202560 1777 0 0 0 2 0 0 0 15 0 16 0 32338502 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=589] ppid=582 vsize=1544712 CPUtime=0.06
/proc/584/task/589/stat : 589 (java) S 582 584 32268 0 -1 4202560 2369 0 0 0 6 0 0 0 15 0 16 0 32338504 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=590] ppid=582 vsize=1544712 CPUtime=0
/proc/584/task/590/stat : 590 (java) S 582 584 32268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32338504 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=591] ppid=582 vsize=1544712 CPUtime=0
/proc/584/task/591/stat : 591 (java) S 582 584 32268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32338504 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=592] ppid=582 vsize=1544712 CPUtime=0
/proc/584/task/592/stat : 592 (java) S 582 584 32268 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 32338508 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=593] ppid=582 vsize=1544712 CPUtime=1.17
/proc/584/task/593/stat : 593 (java) S 582 584 32268 0 -1 4202560 4680 0 0 0 115 2 0 0 15 0 16 0 32338508 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=594] ppid=582 vsize=1544712 CPUtime=2.35
/proc/584/task/594/stat : 594 (java) S 582 584 32268 0 -1 4202560 5111 0 0 0 234 1 0 0 15 0 16 0 32338508 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=595] ppid=582 vsize=1544712 CPUtime=0
/proc/584/task/595/stat : 595 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32338508 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=596] ppid=582 vsize=1544712 CPUtime=0
/proc/584/task/596/stat : 596 (java) R 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 32338508 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=584/tid=597] ppid=582 vsize=1544712 CPUtime=4.1
/proc/584/task/597/stat : 597 (java) R 582 584 32268 0 -1 4202560 6781 0 0 0 407 3 0 0 25 0 16 0 32338546 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4109402417 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=584/tid=598] ppid=582 vsize=1544712 CPUtime=3.97
/proc/584/task/598/stat : 598 (java) R 582 584 32268 0 -1 4202560 21046 0 0 0 391 6 0 0 21 0 16 0 32338546 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4109520580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=599] ppid=582 vsize=1544712 CPUtime=0
/proc/584/task/599/stat : 599 (java) S 582 584 32268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 32338550 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=600] ppid=582 vsize=1544712 CPUtime=0
/proc/584/task/600/stat : 600 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32338555 1581785088 42947 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 1544712

[startup+12.7017 s]
/proc/loadavg: 1.15 1.03 1.01 3/122 602
/proc/meminfo: memFree=1645300/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1546760 CPUtime=22.57
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 51907 0 2 0 2236 21 0 0 18 0 16 0 32338499 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 386690 46423 1450 10 0 383993 0
[pid=584/tid=586] ppid=582 vsize=1546760 CPUtime=0.43
/proc/584/task/586/stat : 586 (java) S 582 584 32268 0 -1 4202560 4204 0 1 0 40 3 0 0 17 0 16 0 32338500 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=587] ppid=582 vsize=1546760 CPUtime=0.04
/proc/584/task/587/stat : 587 (java) S 582 584 32268 0 -1 4202560 1812 0 0 0 4 0 0 0 16 0 16 0 32338502 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=588] ppid=582 vsize=1546760 CPUtime=0.05
/proc/584/task/588/stat : 588 (java) S 582 584 32268 0 -1 4202560 2294 0 0 0 4 1 0 0 15 0 16 0 32338502 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=589] ppid=582 vsize=1546760 CPUtime=0.12
/proc/584/task/589/stat : 589 (java) S 582 584 32268 0 -1 4202560 4169 0 0 0 11 1 0 0 15 0 16 0 32338504 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=590] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/590/stat : 590 (java) S 582 584 32268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32338504 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=591] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/591/stat : 591 (java) S 582 584 32268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32338504 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=592] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/592/stat : 592 (java) S 582 584 32268 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 32338508 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=593] ppid=582 vsize=1546760 CPUtime=1.19
/proc/584/task/593/stat : 593 (java) S 582 584 32268 0 -1 4202560 4680 0 0 0 117 2 0 0 15 0 16 0 32338508 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=594] ppid=582 vsize=1546760 CPUtime=2.64
/proc/584/task/594/stat : 594 (java) S 582 584 32268 0 -1 4202560 5709 0 1 0 262 2 0 0 15 0 16 0 32338508 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=595] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/595/stat : 595 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32338508 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=596] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/596/stat : 596 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 32338508 1583882240 46423 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0

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

/proc/584/task/629/stat : 629 (java) R 582 584 32268 0 -1 4202560 114 0 0 0 28036 5 0 0 25 0 16 0 32397221 1583882240 72489 1992294400 134512640 134550932 4292827264 18446744073709551615 4109417549 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=630] ppid=582 vsize=1546760 CPUtime=284.55
/proc/584/task/630/stat : 630 (java) R 582 584 32268 0 -1 4202560 8 0 0 0 28449 6 0 0 25 0 16 0 32397221 1583882240 72489 1992294400 134512640 134550932 4292827264 18446744073709551615 4109593765 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1469.42
Current children cumulated vsize (KiB) 1546760

[startup+942.302 s]
/proc/loadavg: 2.05 1.98 1.56 3/122 641
/proc/meminfo: memFree=1533708/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1546760 CPUtime=1586.8
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 83765 0 2 0 158140 540 0 0 18 0 16 0 32338499 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 386690 73877 1450 10 0 383993 0
[pid=584/tid=586] ppid=582 vsize=1546760 CPUtime=0.44
/proc/584/task/586/stat : 586 (java) S 582 584 32268 0 -1 4202560 4208 0 1 0 41 3 0 0 15 0 16 0 32338500 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=587] ppid=582 vsize=1546760 CPUtime=1.75
/proc/584/task/587/stat : 587 (java) S 582 584 32268 0 -1 4202560 13782 0 0 0 167 8 0 0 16 0 16 0 32338502 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=588] ppid=582 vsize=1546760 CPUtime=1.74
/proc/584/task/588/stat : 588 (java) S 582 584 32268 0 -1 4202560 12671 0 0 0 164 10 0 0 15 0 16 0 32338502 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=589] ppid=582 vsize=1546760 CPUtime=23.01
/proc/584/task/589/stat : 589 (java) S 582 584 32268 0 -1 4202560 13294 0 0 0 1823 478 0 0 15 0 16 0 32338504 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=590] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/590/stat : 590 (java) S 582 584 32268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32338504 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=591] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/591/stat : 591 (java) S 582 584 32268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32338504 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=592] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/592/stat : 592 (java) S 582 584 32268 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 32338508 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=593] ppid=582 vsize=1546760 CPUtime=1.65
/proc/584/task/593/stat : 593 (java) S 582 584 32268 0 -1 4202560 4704 0 0 0 163 2 0 0 15 0 16 0 32338508 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=594] ppid=582 vsize=1546760 CPUtime=2.64
/proc/584/task/594/stat : 594 (java) S 582 584 32268 0 -1 4202560 5709 0 1 0 262 2 0 0 15 0 16 0 32338508 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=595] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/595/stat : 595 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32338508 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=596] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/596/stat : 596 (java) S 582 584 32268 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 16 0 32338508 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=599] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/599/stat : 599 (java) S 582 584 32268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 32338550 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=600] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/600/stat : 600 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32338555 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=629] ppid=582 vsize=1546760 CPUtime=338.15
/proc/584/task/629/stat : 629 (java) R 582 584 32268 0 -1 4202560 143 0 0 0 33809 6 0 0 25 0 16 0 32397221 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4109539190 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=630] ppid=582 vsize=1546760 CPUtime=341.93
/proc/584/task/630/stat : 630 (java) R 582 584 32268 0 -1 4202560 10 0 0 0 34186 7 0 0 25 0 16 0 32397221 1583882240 73877 1992294400 134512640 134550932 4292827264 18446744073709551615 4109601015 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1586.8
Current children cumulated vsize (KiB) 1546760

[startup+1002.3 s]
/proc/loadavg: 2.07 1.99 1.58 3/122 643
/proc/meminfo: memFree=1521184/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1546760 CPUtime=1704.17
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 87003 0 2 0 169869 548 0 0 18 0 16 0 32338499 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 386690 76943 1450 10 0 383993 0
[pid=584/tid=586] ppid=582 vsize=1546760 CPUtime=0.44
/proc/584/task/586/stat : 586 (java) S 582 584 32268 0 -1 4202560 4208 0 1 0 41 3 0 0 15 0 16 0 32338500 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=587] ppid=582 vsize=1546760 CPUtime=1.91
/proc/584/task/587/stat : 587 (java) S 582 584 32268 0 -1 4202560 14360 0 0 0 182 9 0 0 15 0 16 0 32338502 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=588] ppid=582 vsize=1546760 CPUtime=1.88
/proc/584/task/588/stat : 588 (java) S 582 584 32268 0 -1 4202560 13508 0 0 0 177 11 0 0 16 0 16 0 32338502 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=589] ppid=582 vsize=1546760 CPUtime=24.99
/proc/584/task/589/stat : 589 (java) S 582 584 32268 0 -1 4202560 15082 0 0 0 2016 483 0 0 16 0 16 0 32338504 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=590] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/590/stat : 590 (java) S 582 584 32268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32338504 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=591] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/591/stat : 591 (java) S 582 584 32268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32338504 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=592] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/592/stat : 592 (java) S 582 584 32268 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 32338508 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=593] ppid=582 vsize=1546760 CPUtime=1.65
/proc/584/task/593/stat : 593 (java) S 582 584 32268 0 -1 4202560 4704 0 0 0 163 2 0 0 15 0 16 0 32338508 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=594] ppid=582 vsize=1546760 CPUtime=2.64
/proc/584/task/594/stat : 594 (java) S 582 584 32268 0 -1 4202560 5709 0 1 0 262 2 0 0 15 0 16 0 32338508 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=595] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/595/stat : 595 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32338508 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=596] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/596/stat : 596 (java) S 582 584 32268 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 16 0 32338508 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=599] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/599/stat : 599 (java) S 582 584 32268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 32338550 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=600] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/600/stat : 600 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32338555 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=629] ppid=582 vsize=1546760 CPUtime=395.88
/proc/584/task/629/stat : 629 (java) R 582 584 32268 0 -1 4202560 171 0 0 0 39580 8 0 0 25 0 16 0 32397221 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4109394356 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=630] ppid=582 vsize=1546760 CPUtime=399.31
/proc/584/task/630/stat : 630 (java) R 582 584 32268 0 -1 4202560 13 0 0 0 39924 7 0 0 25 0 16 0 32397221 1583882240 76943 1992294400 134512640 134550932 4292827264 18446744073709551615 4109601011 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1704.17
Current children cumulated vsize (KiB) 1546760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1051.2 s]
/proc/loadavg: 2.03 1.99 1.60 3/122 645
/proc/meminfo: memFree=1520688/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1546760 CPUtime=1800.02
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 87153 0 2 0 179448 554 0 0 18 0 16 0 32338499 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 386690 77065 1450 10 0 383993 0
[pid=584/tid=586] ppid=582 vsize=1546760 CPUtime=0.44
/proc/584/task/586/stat : 586 (java) S 582 584 32268 0 -1 4202560 4208 0 1 0 41 3 0 0 15 0 16 0 32338500 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=587] ppid=582 vsize=1546760 CPUtime=1.99
/proc/584/task/587/stat : 587 (java) S 582 584 32268 0 -1 4202560 14402 0 0 0 190 9 0 0 15 0 16 0 32338502 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=588] ppid=582 vsize=1546760 CPUtime=1.95
/proc/584/task/588/stat : 588 (java) S 582 584 32268 0 -1 4202560 13562 0 0 0 184 11 0 0 16 0 16 0 32338502 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=589] ppid=582 vsize=1546760 CPUtime=26.48
/proc/584/task/589/stat : 589 (java) S 582 584 32268 0 -1 4202560 15110 0 0 0 2162 486 0 0 15 0 16 0 32338504 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=590] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/590/stat : 590 (java) S 582 584 32268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32338504 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=591] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/591/stat : 591 (java) S 582 584 32268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32338504 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=592] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/592/stat : 592 (java) S 582 584 32268 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 32338508 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=593] ppid=582 vsize=1546760 CPUtime=1.65
/proc/584/task/593/stat : 593 (java) S 582 584 32268 0 -1 4202560 4704 0 0 0 163 2 0 0 15 0 16 0 32338508 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=594] ppid=582 vsize=1546760 CPUtime=2.64
/proc/584/task/594/stat : 594 (java) S 582 584 32268 0 -1 4202560 5709 0 1 0 262 2 0 0 15 0 16 0 32338508 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=595] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/595/stat : 595 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32338508 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=596] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/596/stat : 596 (java) S 582 584 32268 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 16 0 32338508 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=599] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/599/stat : 599 (java) S 582 584 32268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 32338550 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=600] ppid=582 vsize=1546760 CPUtime=0
/proc/584/task/600/stat : 600 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32338555 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=629] ppid=582 vsize=1546760 CPUtime=443.19
/proc/584/task/629/stat : 629 (java) R 582 584 32268 0 -1 4202560 193 0 0 0 44309 10 0 0 25 0 16 0 32397221 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4109540797 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=630] ppid=582 vsize=1546760 CPUtime=446.2
/proc/584/task/630/stat : 630 (java) R 582 584 32268 0 -1 4202560 15 0 0 0 44613 7 0 0 25 0 16 0 32397221 1583882240 77065 1992294400 134512640 134550932 4292827264 18446744073709551615 4109600942 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1546760

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

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

[startup+1051.32 s]
/proc/loadavg: 2.03 1.99 1.60 3/122 645
/proc/meminfo: memFree=1520688/2059040 swapFree=4134576/4192956
[pid=584] ppid=582 vsize=1547408 CPUtime=1800.23
/proc/584/stat : 584 (java) S 582 584 32268 0 -1 4202496 87175 0 2 0 179469 554 0 0 18 0 17 0 32338499 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/584/statm: 386852 77087 1451 10 0 384155 0
[pid=584/tid=586] ppid=582 vsize=1547408 CPUtime=0.44
/proc/584/task/586/stat : 586 (java) S 582 584 32268 0 -1 4202560 4208 0 1 0 41 3 0 0 15 0 17 0 32338500 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=587] ppid=582 vsize=1547408 CPUtime=1.99
/proc/584/task/587/stat : 587 (java) S 582 584 32268 0 -1 4202560 14402 0 0 0 190 9 0 0 15 0 17 0 32338502 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=588] ppid=582 vsize=1547408 CPUtime=1.95
/proc/584/task/588/stat : 588 (java) S 582 584 32268 0 -1 4202560 13562 0 0 0 184 11 0 0 16 0 17 0 32338502 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=589] ppid=582 vsize=1547408 CPUtime=26.48
/proc/584/task/589/stat : 589 (java) S 582 584 32268 0 -1 4202560 15110 0 0 0 2162 486 0 0 15 0 17 0 32338504 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 0 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=590] ppid=582 vsize=1547408 CPUtime=0
/proc/584/task/590/stat : 590 (java) S 582 584 32268 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 32338504 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=591] ppid=582 vsize=1547408 CPUtime=0
/proc/584/task/591/stat : 591 (java) S 582 584 32268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 32338504 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=592] ppid=582 vsize=1547408 CPUtime=0
/proc/584/task/592/stat : 592 (java) S 582 584 32268 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 32338508 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=593] ppid=582 vsize=1547408 CPUtime=1.69
/proc/584/task/593/stat : 593 (java) S 582 584 32268 0 -1 4202560 4707 0 0 0 167 2 0 0 15 0 17 0 32338508 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=594] ppid=582 vsize=1547408 CPUtime=2.64
/proc/584/task/594/stat : 594 (java) S 582 584 32268 0 -1 4202560 5709 0 1 0 262 2 0 0 15 0 17 0 32338508 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=595] ppid=582 vsize=1547408 CPUtime=0
/proc/584/task/595/stat : 595 (java) S 582 584 32268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 32338508 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 0 0 0 0
[pid=584/tid=596] ppid=582 vsize=1547408 CPUtime=0
/proc/584/task/596/stat : 596 (java) S 582 584 32268 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 17 0 32338508 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=599] ppid=582 vsize=1547408 CPUtime=0
/proc/584/task/599/stat : 599 (java) S 582 584 32268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 32338550 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=600] ppid=582 vsize=1547408 CPUtime=0
/proc/584/task/600/stat : 600 (java) S 582 584 32268 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 32338555 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4294960144 0 4 0 16800975 18446604437861040256 0 0 -1 1 0 0 0
[pid=584/tid=629] ppid=582 vsize=1547408 CPUtime=443.23
/proc/584/task/629/stat : 629 (java) R 582 584 32268 0 -1 4202560 193 0 0 0 44313 10 0 0 25 0 17 0 32397221 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4109540797 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=584/tid=630] ppid=582 vsize=1547408 CPUtime=446.3
/proc/584/task/630/stat : 630 (java) R 582 584 32268 0 -1 4202560 15 0 0 0 44623 7 0 0 25 0 17 0 32397221 1584545792 77087 1992294400 134512640 134550932 4292827264 18446744073709551615 4109600848 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1547408

Child status: 143
Real time (s): 1051.37
CPU time (s): 1800.31
CPU user time (s): 1794.73
CPU system time (s): 5.58015
CPU usage (%): 171.235
Max. virtual memory (cumulated for all children) (KiB): 1549988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 5.58015
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87176
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27031
involuntary context switches= 50827

runsolver used 3.81442 second user time and 7.46286 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-15 04:05:21
IDJOB=2662583
IDBENCH=2510
IDSOLVER=1166
FILE ID=node017/2662583-1276567521
PBS_JOBID= 11173508
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mas76.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662583-1276567521/watcher-2662583-1276567521 -o /tmp/evaluation-result-2662583-1276567521/solver-2662583-1276567521 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662583-1276567521.opb

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

MD5SUM BENCH= 1a1687e6de95bc6822d45f4331f81d44
RANDOM SEED=426646450

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827352 kB
Buffers:         39664 kB
Cached:         111688 kB
SwapCached:      11648 kB
Active:          83880 kB
Inactive:        81488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827352 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:       12408 kB
Mapped:           9256 kB
Slab:            44464 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62540 MiB
End job on node017 at 2010-06-15 04:22:54