Trace number 2662543

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)57811 1800.62 1279.35

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-markshare2_1.opb
MD5SUMb994237fdc481ca53da2e19e2a850128
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25995
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 31694
Optimality of the best value was proved NO
Number of variables330
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 210
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 7516192761
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 7516192761
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662543-1276526874.opb
0.23/0.21	c reading problem ... 
0.37/0.38	c ... done. Wall clock time 0.168s.
0.37/0.38	c #vars     330
0.37/0.38	c #constraints  83
0.37/0.38	c constraints type 
0.37/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
0.37/0.38	c constraints type 
0.37/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
4.35/2.39	c And the winner is Resolution
4.54/2.43	c SATISFIABLE
4.54/2.43	c OPTIMIZING...
4.54/2.43	c Got one! Elapsed wall clock time (in seconds):2.217
4.54/2.43	o 597488
8.52/4.42	c cleaning 2501 clauses out of 5001 with flag 5001/5001
9.66/5.09	c And the winner is Resolution
9.86/5.47	c Got one! Elapsed wall clock time (in seconds):5.258
9.86/5.47	o 349448
10.70/5.95	c And the winner is Resolution
10.91/6.48	c Got one! Elapsed wall clock time (in seconds):6.264
10.91/6.48	o 349263
11.74/6.98	c And the winner is Resolution
11.98/7.48	c Got one! Elapsed wall clock time (in seconds):7.27
11.98/7.48	o 319304
12.00/7.59	c cleaning 4244 clauses out of 8499 with flag 11000/11000
15.32/9.28	c cleaning 5628 clauses out of 11255 with flag 18000/18000
16.47/9.88	c And the winner is Resolution
18.81/12.50	c Got one! Elapsed wall clock time (in seconds):12.285
18.81/12.50	o 302778
21.59/13.95	c cleaning 6814 clauses out of 13627 with flag 26000/26000
22.90/14.68	c And the winner is Resolution
23.12/15.51	c Got one! Elapsed wall clock time (in seconds):15.297
23.12/15.51	o 302581
26.47/17.20	c cleaning 7894 clauses out of 15813 with flag 35000/35000
31.76/19.98	c cleaning 8960 clauses out of 17919 with flag 45000/45000
33.70/20.98	c And the winner is Resolution
34.10/21.53	c Got one! Elapsed wall clock time (in seconds):21.314
34.10/21.53	o 271417
36.41/22.79	c And the winner is Resolution
40.86/27.54	c Got one! Elapsed wall clock time (in seconds):27.33
40.86/27.54	o 190680
41.16/27.73	c cleaning 9475 clauses out of 18959 with flag 55000/55000
42.29/28.31	c And the winner is Resolution
42.33/28.55	c Got one! Elapsed wall clock time (in seconds):28.337
42.33/28.55	o 188256
46.80/30.89	c cleaning 9742 clauses out of 19484 with flag 65000/65000
52.24/33.61	c cleaning 9871 clauses out of 19742 with flag 75000/75000
54.96/35.06	c And the winner is Resolution
55.97/36.57	c Got one! Elapsed wall clock time (in seconds):36.357
55.97/36.57	o 179084
58.60/37.99	c cleaning 9926 clauses out of 19871 with flag 85000/85000
61.11/39.28	c And the winner is Resolution
61.28/39.58	c Got one! Elapsed wall clock time (in seconds):39.368
61.28/39.58	o 178877
63.10/40.59	c And the winner is Resolution
66.61/44.60	c Got one! Elapsed wall clock time (in seconds):44.382
66.61/44.60	o 172855
67.61/45.12	c cleaning 9960 clauses out of 19945 with flag 95000/95000
71.11/46.90	c And the winner is Resolution
74.35/50.61	c Got one! Elapsed wall clock time (in seconds):50.399
74.35/50.61	o 172438
76.11/51.58	c cleaning 9981 clauses out of 19985 with flag 105000/105000
83.52/55.35	c cleaning 9998 clauses out of 20005 with flag 115001/115001
91.38/59.38	c cleaning 10001 clauses out of 20006 with flag 125000/125000
97.84/62.68	c cleaning 9995 clauses out of 20005 with flag 135000/135000
102.90/65.29	c And the winner is Resolution
106.00/68.78	c Got one! Elapsed wall clock time (in seconds):68.562
106.00/68.78	o 171779
106.83/69.30	c cleaning 9997 clauses out of 20010 with flag 145000/145000
111.85/71.86	c And the winner is Resolution
190.36/150.97	c Got one! Elapsed wall clock time (in seconds):150.754
190.36/150.97	o 170689
191.01/151.37	c cleaning 9998 clauses out of 20013 with flag 155000/155000
196.48/154.10	c cleaning 9996 clauses out of 20015 with flag 165000/165000
203.14/157.59	c cleaning 9994 clauses out of 20019 with flag 175000/175000
210.40/161.27	c cleaning 9991 clauses out of 20025 with flag 185000/185000
218.01/165.19	c cleaning 10006 clauses out of 20034 with flag 195000/195000
218.53/165.49	c And the winner is Resolution
222.23/170.01	c Got one! Elapsed wall clock time (in seconds):169.8
222.23/170.01	o 170011
223.00/170.44	c And the winner is Resolution
223.13/171.02	c Got one! Elapsed wall clock time (in seconds):170.804
223.13/171.02	o 158185
228.25/173.65	c cleaning 9996 clauses out of 20028 with flag 205000/205000
236.10/177.67	c cleaning 10012 clauses out of 20032 with flag 215000/215000
243.57/181.46	c cleaning 10010 clauses out of 20020 with flag 225000/225000
246.59/183.03	c And the winner is Resolution
321.25/258.20	c Got one! Elapsed wall clock time (in seconds):257.987
321.25/258.20	o 158015
323.42/259.38	c cleaning 9996 clauses out of 20010 with flag 235000/235000
328.29/261.85	c cleaning 9994 clauses out of 20014 with flag 245000/245000
329.59/262.51	c And the winner is Resolution
330.91/264.22	c Got one! Elapsed wall clock time (in seconds):264.003
330.91/264.22	o 157238
334.85/266.23	c cleaning 9989 clauses out of 20020 with flag 255000/255000
340.30/269.00	c cleaning 10008 clauses out of 20031 with flag 265000/265000
342.13/270.05	c And the winner is Resolution
342.88/271.24	c Got one! Elapsed wall clock time (in seconds):271.022
342.88/271.24	o 146662
345.58/272.68	c cleaning 9999 clauses out of 20023 with flag 275000/275000
350.65/275.21	c cleaning 9993 clauses out of 20024 with flag 285000/285000
355.31/277.67	c cleaning 10003 clauses out of 20031 with flag 295000/295000
356.81/278.41	c And the winner is Resolution
374.35/296.34	c Got one! Elapsed wall clock time (in seconds):296.129
374.35/296.34	o 122286
378.42/298.46	c cleaning 10000 clauses out of 20028 with flag 305000/305000
380.44/299.51	c And the winner is Resolution
394.24/313.38	c Got one! Elapsed wall clock time (in seconds):313.169
394.24/313.38	o 119598
397.63/315.15	c cleaning 10004 clauses out of 20028 with flag 315000/315000
402.92/317.87	c cleaning 10010 clauses out of 20024 with flag 325000/325000
408.59/320.77	c cleaning 9997 clauses out of 20014 with flag 335000/335000
414.46/323.75	c cleaning 10009 clauses out of 20017 with flag 345000/345000
420.85/327.03	c cleaning 9992 clauses out of 20008 with flag 355000/355000
426.72/330.05	c cleaning 9995 clauses out of 20016 with flag 365000/365000
432.77/333.11	c cleaning 10002 clauses out of 20021 with flag 375000/375000
439.03/336.31	c cleaning 9997 clauses out of 20019 with flag 385000/385000
446.02/339.96	c cleaning 10001 clauses out of 20022 with flag 395000/395000
452.65/343.31	c cleaning 10001 clauses out of 20021 with flag 405000/405000
458.91/346.53	c cleaning 9998 clauses out of 20020 with flag 415000/415000
465.37/349.82	c cleaning 10001 clauses out of 20022 with flag 425000/425000
472.12/353.35	c cleaning 10001 clauses out of 20021 with flag 435000/435000
478.57/356.62	c cleaning 9993 clauses out of 20020 with flag 445000/445000
478.87/356.82	c And the winner is Resolution
488.38/366.54	c Got one! Elapsed wall clock time (in seconds):366.323
488.38/366.54	o 119575
491.47/368.11	c And the winner is Resolution
491.51/368.55	c Got one! Elapsed wall clock time (in seconds):368.331
491.51/368.55	o 118558
493.40/369.55	c cleaning 10009 clauses out of 20028 with flag 455001/455001
498.66/372.22	c cleaning 10003 clauses out of 20018 with flag 465000/465000
501.25/373.69	c And the winner is Resolution
501.46/374.67	c Got one! Elapsed wall clock time (in seconds):374.455
501.46/374.67	o 110051
504.68/376.34	c cleaning 9997 clauses out of 20015 with flag 475000/475000
509.16/378.65	c cleaning 10001 clauses out of 20018 with flag 485000/485000
514.63/381.44	c cleaning 9998 clauses out of 20017 with flag 495000/495000
520.29/384.33	c cleaning 10004 clauses out of 20019 with flag 505000/505000
526.25/387.41	c cleaning 9998 clauses out of 20015 with flag 515000/515000
529.76/389.23	c And the winner is Resolution
543.40/402.80	c Got one! Elapsed wall clock time (in seconds):402.584
543.40/402.80	o 92223
545.98/404.10	c cleaning 10002 clauses out of 20018 with flag 525001/525001
551.25/406.81	c cleaning 9992 clauses out of 20015 with flag 535000/535000
556.50/409.57	c cleaning 10001 clauses out of 20023 with flag 545000/545000
560.47/411.63	c And the winner is Resolution
563.78/414.94	c Got one! Elapsed wall clock time (in seconds):414.724
563.78/414.94	o 85910
565.10/415.64	c cleaning 10004 clauses out of 20023 with flag 555001/555001
569.57/418.00	c cleaning 9999 clauses out of 20018 with flag 565000/565000
574.42/420.46	c cleaning 9992 clauses out of 20019 with flag 575000/575000
579.90/423.24	c cleaning 10006 clauses out of 20028 with flag 585001/585001
585.08/425.91	c cleaning 9996 clauses out of 20022 with flag 595001/595001
585.78/426.34	c And the winner is Resolution
585.92/427.01	c Got one! Elapsed wall clock time (in seconds):426.8
585.92/427.01	o 71182
589.88/429.08	c cleaning 10006 clauses out of 20026 with flag 605001/605001
595.73/432.09	c cleaning 10004 clauses out of 20019 with flag 615000/615000
600.80/434.63	c cleaning 9989 clauses out of 20015 with flag 625000/625000
605.58/437.19	c cleaning 10001 clauses out of 20026 with flag 635000/635000
610.44/439.64	c cleaning 9995 clauses out of 20025 with flag 645000/645000
615.89/442.47	c cleaning 10008 clauses out of 20030 with flag 655000/655000
620.57/444.86	c cleaning 10000 clauses out of 20023 with flag 665001/665001
627.34/448.37	c cleaning 9993 clauses out of 20022 with flag 675000/675000
634.01/451.73	c cleaning 10015 clauses out of 20029 with flag 685000/685000
640.07/454.87	c cleaning 9999 clauses out of 20014 with flag 695000/695000
646.93/458.30	c cleaning 10008 clauses out of 20015 with flag 705000/705000
653.08/461.55	c cleaning 10005 clauses out of 20009 with flag 715002/715002
659.15/464.60	c cleaning 10000 clauses out of 20002 with flag 725000/725000
664.83/467.59	c cleaning 10002 clauses out of 20003 with flag 735001/735001
671.08/470.79	c cleaning 10000 clauses out of 20000 with flag 745000/745000
678.02/474.31	c cleaning 9986 clauses out of 20000 with flag 755000/755000
681.91/476.37	c And the winner is Resolution
692.49/487.14	c Got one! Elapsed wall clock time (in seconds):486.927
692.49/487.14	o 70775
694.19/488.01	c cleaning 10004 clauses out of 20014 with flag 765000/765000
699.43/490.74	c cleaning 9984 clauses out of 20010 with flag 775000/775000
704.29/493.23	c cleaning 9998 clauses out of 20026 with flag 785000/785000
709.45/495.97	c cleaning 10004 clauses out of 20029 with flag 795001/795001
714.51/498.52	c cleaning 9995 clauses out of 20024 with flag 805000/805000
716.00/499.40	c And the winner is Resolution
757.15/541.25	c Got one! Elapsed wall clock time (in seconds):541.038
757.15/541.25	o 64366
760.61/543.09	c cleaning 10003 clauses out of 20029 with flag 815000/815000
765.85/545.71	c cleaning 9993 clauses out of 20026 with flag 825000/825000
770.99/548.44	c cleaning 9994 clauses out of 20033 with flag 835000/835000
775.85/551.00	c cleaning 10005 clauses out of 20039 with flag 845000/845000
780.90/553.59	c cleaning 10003 clauses out of 20034 with flag 855000/855000
785.77/556.08	c cleaning 10003 clauses out of 20031 with flag 865000/865000
790.93/558.77	c cleaning 10010 clauses out of 20029 with flag 875001/875001
797.19/562.01	c cleaning 9997 clauses out of 20018 with flag 885000/885000
804.20/565.56	c cleaning 9994 clauses out of 20021 with flag 895000/895000
810.86/568.94	c cleaning 9999 clauses out of 20027 with flag 905000/905000
816.81/572.01	c cleaning 10000 clauses out of 20028 with flag 915000/915000
823.28/575.32	c cleaning 9992 clauses out of 20028 with flag 925000/925000
829.54/578.51	c cleaning 10004 clauses out of 20037 with flag 935001/935001
836.37/582.06	c cleaning 10007 clauses out of 20032 with flag 945000/945000
841.95/584.93	c cleaning 10004 clauses out of 20025 with flag 955000/955000
847.80/587.97	c cleaning 9990 clauses out of 20022 with flag 965001/965001
854.04/591.18	c cleaning 10003 clauses out of 20031 with flag 975000/975000
860.06/594.29	c cleaning 9994 clauses out of 20028 with flag 985000/985000
866.17/597.46	c cleaning 10008 clauses out of 20034 with flag 995000/995000
871.62/600.26	c cleaning 10012 clauses out of 20026 with flag 1005000/1005000
877.06/603.07	c cleaning 10007 clauses out of 20014 with flag 1015000/1015000
882.50/605.87	c cleaning 10003 clauses out of 20008 with flag 1025001/1025001
888.41/608.99	c cleaning 9998 clauses out of 20004 with flag 1035000/1035000
889.31/609.49	c And the winner is Resolution
968.31/688.75	c Got one! Elapsed wall clock time (in seconds):688.535
968.31/688.75	o 64160
973.16/691.20	c cleaning 9980 clauses out of 20006 with flag 1045000/1045000
978.40/693.98	c cleaning 10004 clauses out of 20026 with flag 1055000/1055000
983.66/696.63	c cleaning 10002 clauses out of 20022 with flag 1065000/1065000
990.75/700.37	c cleaning 9991 clauses out of 20020 with flag 1075000/1075000
998.38/704.27	c cleaning 10011 clauses out of 20029 with flag 1085000/1085000
1005.41/707.83	c cleaning 9990 clauses out of 20018 with flag 1095000/1095000
1007.88/709.12	c And the winner is Resolution
1027.18/728.99	c Got one! Elapsed wall clock time (in seconds):728.771
1027.18/728.99	o 61402
1030.56/730.74	c cleaning 10008 clauses out of 20029 with flag 1105001/1105001
1036.07/733.69	c cleaning 10002 clauses out of 20020 with flag 1115000/1115000
1041.70/736.50	c cleaning 9987 clauses out of 20018 with flag 1125000/1125000
1046.55/739.06	c cleaning 10002 clauses out of 20031 with flag 1135000/1135000
1051.40/741.60	c cleaning 10007 clauses out of 20029 with flag 1145000/1145000
1057.32/744.62	c cleaning 10008 clauses out of 20022 with flag 1155000/1155000
1062.96/747.57	c cleaning 10001 clauses out of 20014 with flag 1165000/1165000
1068.80/750.59	c cleaning 10007 clauses out of 20013 with flag 1175000/1175000
1074.24/753.35	c cleaning 9989 clauses out of 20006 with flag 1185000/1185000
1079.74/756.23	c cleaning 10008 clauses out of 20017 with flag 1195000/1195000
1085.20/759.02	c cleaning 9996 clauses out of 20009 with flag 1205000/1205000
1091.63/762.33	c cleaning 9997 clauses out of 20013 with flag 1215000/1215000
1097.48/765.40	c cleaning 9997 clauses out of 20016 with flag 1225000/1225000
1103.19/768.40	c cleaning 10010 clauses out of 20019 with flag 1235000/1235000
1109.20/771.42	c cleaning 10003 clauses out of 20009 with flag 1245000/1245000
1115.65/774.74	c cleaning 10003 clauses out of 20006 with flag 1255000/1255000
1121.88/777.95	c cleaning 9987 clauses out of 20003 with flag 1265000/1265000
1127.97/781.17	c cleaning 9991 clauses out of 20016 with flag 1275000/1275000
1133.61/784.08	c cleaning 10003 clauses out of 20025 with flag 1285000/1285000
1139.26/786.96	c cleaning 10001 clauses out of 20023 with flag 1295001/1295001
1144.65/789.80	c cleaning 9999 clauses out of 20021 with flag 1305000/1305000
1151.15/793.14	c cleaning 9994 clauses out of 20022 with flag 1315000/1315000
1154.99/795.13	c And the winner is Resolution
1172.38/813.36	c Got one! Elapsed wall clock time (in seconds):813.149
1172.38/813.36	o 60697
1174.03/814.28	c cleaning 10009 clauses out of 20028 with flag 1325000/1325000
1179.86/817.23	c cleaning 9991 clauses out of 20019 with flag 1335000/1335000
1186.08/820.44	c cleaning 10004 clauses out of 20028 with flag 1345000/1345000
1192.56/823.82	c cleaning 9996 clauses out of 20024 with flag 1355000/1355000
1198.78/827.02	c cleaning 9998 clauses out of 20028 with flag 1365000/1365000
1205.22/830.37	c cleaning 10010 clauses out of 20031 with flag 1375001/1375001
1211.68/833.68	c cleaning 9993 clauses out of 20020 with flag 1385000/1385000
1218.20/837.11	c cleaning 9999 clauses out of 20027 with flag 1395000/1395000
1224.85/840.48	c cleaning 9992 clauses out of 20028 with flag 1405000/1405000
1231.46/843.90	c cleaning 10001 clauses out of 20036 with flag 1415000/1415000
1238.47/847.41	c cleaning 10006 clauses out of 20035 with flag 1425000/1425000
1246.33/851.54	c cleaning 10006 clauses out of 20030 with flag 1435001/1435001
1253.37/855.11	c cleaning 10005 clauses out of 20023 with flag 1445000/1445000
1259.99/858.56	c cleaning 9996 clauses out of 20018 with flag 1455000/1455000
1266.62/861.95	c cleaning 9994 clauses out of 20022 with flag 1465000/1465000
1274.67/866.12	c cleaning 9998 clauses out of 20028 with flag 1475000/1475000
1284.10/870.97	c cleaning 10007 clauses out of 20030 with flag 1485000/1485000
1292.33/875.10	c cleaning 10003 clauses out of 20024 with flag 1495001/1495001
1300.77/879.40	c And the winner is Resolution
1587.94/1167.34	c Got one! Elapsed wall clock time (in seconds):1167.12
1587.94/1167.34	o 60682
1588.26/1167.57	c cleaning 10001 clauses out of 20020 with flag 1505000/1505000
1593.91/1170.52	c cleaning 9998 clauses out of 20019 with flag 1515000/1515000
1600.17/1173.75	c cleaning 10002 clauses out of 20021 with flag 1525000/1525000
1606.79/1177.11	c cleaning 10003 clauses out of 20020 with flag 1535001/1535001
1613.22/1180.44	c cleaning 10001 clauses out of 20016 with flag 1545000/1545000
1619.89/1183.91	c cleaning 9997 clauses out of 20015 with flag 1555000/1555000
1623.57/1185.84	c And the winner is Resolution
1623.78/1186.38	c Got one! Elapsed wall clock time (in seconds):1186.162
1623.78/1186.38	o 59063
1626.39/1187.80	c cleaning 10002 clauses out of 20018 with flag 1565000/1565000
1632.82/1191.05	c cleaning 9996 clauses out of 20016 with flag 1575000/1575000
1640.47/1194.94	c cleaning 9992 clauses out of 20020 with flag 1585000/1585000
1643.77/1196.79	c And the winner is Resolution
1645.24/1198.41	c Got one! Elapsed wall clock time (in seconds):1198.191
1645.24/1198.41	o 58134
1647.40/1199.57	c cleaning 10003 clauses out of 20028 with flag 1595000/1595000
1653.22/1202.58	c cleaning 10004 clauses out of 20025 with flag 1605000/1605000
1659.26/1205.65	c cleaning 9990 clauses out of 20021 with flag 1615000/1615000
1665.47/1208.85	c cleaning 9999 clauses out of 20031 with flag 1625000/1625000
1671.32/1211.93	c cleaning 10004 clauses out of 20032 with flag 1635000/1635000
1681.11/1216.98	c cleaning 10000 clauses out of 20028 with flag 1645000/1645000
1689.50/1221.25	c cleaning 10000 clauses out of 20028 with flag 1655000/1655000
1698.91/1226.02	c cleaning 9998 clauses out of 20028 with flag 1665000/1665000
1707.75/1230.60	c cleaning 9999 clauses out of 20030 with flag 1675000/1675000
1715.18/1234.42	c cleaning 10000 clauses out of 20032 with flag 1685001/1685001
1723.59/1238.77	c cleaning 10002 clauses out of 20032 with flag 1695001/1695001
1731.41/1242.76	c cleaning 9995 clauses out of 20030 with flag 1705001/1705001
1740.64/1247.58	c cleaning 10008 clauses out of 20035 with flag 1715001/1715001
1740.93/1247.79	c And the winner is Resolution
1742.71/1249.58	c Got one! Elapsed wall clock time (in seconds):1249.361
1742.71/1249.58	o 57811
1748.29/1252.45	c cleaning 10000 clauses out of 20026 with flag 1725000/1725000
1754.73/1255.74	c cleaning 10006 clauses out of 20026 with flag 1735000/1735000
1761.57/1259.29	c cleaning 9999 clauses out of 20020 with flag 1745000/1745000
1768.25/1262.72	c cleaning 10004 clauses out of 20022 with flag 1755001/1755001
1775.48/1266.46	c cleaning 9995 clauses out of 20017 with flag 1765000/1765000
1782.11/1269.82	c cleaning 10003 clauses out of 20022 with flag 1775000/1775000
1788.15/1272.94	c cleaning 9994 clauses out of 20019 with flag 1785000/1785000
1794.73/1276.32	c cleaning 9990 clauses out of 20025 with flag 1795000/1795000
1800.19/1279.11	c starts		: 245
1800.19/1279.12	c conflicts		: 1804808
1800.19/1279.12	c decisions		: 1832246
1800.19/1279.12	c propagations		: 19011214
1800.19/1279.12	c inspects		: 778155285
1800.19/1279.12	c learnt literals	: 0
1800.19/1279.12	c learnt binary clauses	: 0
1800.19/1279.12	c learnt ternary clauses	: 0
1800.19/1279.12	c learnt clauses	: 1804810
1800.19/1279.12	c ignored clauses	: 0
1800.19/1279.12	c root simplifications	: 0
1800.19/1279.12	c removed literals (reason simplification)	: 30807775
1800.19/1279.12	c reason swapping (by a shorter reason)	: 0
1800.19/1279.12	c Calls to reduceDB	: 181
1800.19/1279.12	c number of reductions to clauses (during analyze)	: 0
1800.19/1279.12	c number of learned constraints concerned by reduction	: 0
1800.19/1279.12	c number of learning phase by resolution	: 0
1800.19/1279.12	c number of learning phase by cutting planes	: 0
1800.19/1279.12	c speed (assignments/second)	: 643576.912660799
1800.19/1279.12	c non guided choices	2503
1800.41/1279.27	c learnt constraints type 
1800.41/1279.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20035
1800.41/1279.27	c constraints type 
1800.41/1279.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
1800.41/1279.27	c constraints type 
1800.41/1279.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
1800.41/1279.27	s SATISFIABLE
1800.41/1279.27	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 
1800.41/1279.27	c objective function=57811
1800.41/1279.27	c Total wall clock time (in seconds): 1279.057

Verifier Data

OK	57811

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662543-1276526874/watcher-2662543-1276526874 -o /tmp/evaluation-result-2662543-1276526874/solver-2662543-1276526874 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662543-1276526874.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.72 1.91 1.63 3/106 383
/proc/meminfo: memFree=1882616/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=24036 CPUtime=0
/proc/383/stat : 383 (runsolver) S 381 383 32133 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 28291380 24612864 106 1992294400 4194304 4302564 140735943887904 18446744073709551615 216120534007 0 2147483391 4096 24578 18446744071699383486 0 0 17 1 0 0 0
/proc/383/statm: 6009 106 69 27 0 2647 0

[startup+0.0296381 s]
/proc/loadavg: 1.72 1.91 1.63 3/106 383
/proc/meminfo: memFree=1882616/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1517712 CPUtime=0.01
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 2621 0 1 0 0 1 0 0 18 0 3 0 28291380 1554137088 2064 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101115 s]
/proc/loadavg: 1.72 1.91 1.63 3/106 383
/proc/meminfo: memFree=1882616/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1524180 CPUtime=0.08
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 28291380 1560760320 3397 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301133 s]
/proc/loadavg: 1.72 1.91 1.63 3/106 383
/proc/meminfo: memFree=1882616/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1526104 CPUtime=0.37
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 5367 0 1 0 33 4 0 0 18 0 12 0 28291380 1562730496 4803 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 381526 4803 1365 10 0 378829 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526104

[startup+0.701168 s]
/proc/loadavg: 1.72 1.91 1.63 3/106 383
/proc/meminfo: memFree=1882616/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1536796 CPUtime=1.16
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 8444 0 1 0 112 4 0 0 18 0 15 0 28291380 1573679104 7581 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 384199 7581 1399 10 0 381502 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1536796

[startup+1.50125 s]
/proc/loadavg: 1.72 1.91 1.63 5/121 399
/proc/meminfo: memFree=1848520/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1545420 CPUtime=2.76
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 13551 0 1 0 270 6 0 0 18 0 16 0 28291380 1582510080 10462 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 386398 10474 1415 10 0 383701 0
[pid=383/tid=386] ppid=381 vsize=1545592 CPUtime=0.34
/proc/383/task/386/stat : 386 (java) S 381 383 32133 0 -1 4202560 4028 0 1 0 32 2 0 0 18 0 16 0 28291382 1582686208 10484 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=387] ppid=381 vsize=1545592 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 32133 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 28291383 1582686208 10495 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=388] ppid=381 vsize=1545592 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 32133 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 28291383 1582686208 10495 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=389] ppid=381 vsize=1545592 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 28291385 1582686208 10495 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=390] ppid=381 vsize=1545592 CPUtime=0
/proc/383/task/390/stat : 390 (java) S 381 383 32133 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 28291385 1582686208 10495 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=391] ppid=381 vsize=1545592 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 28291385 1582686208 10495 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=392] ppid=381 vsize=1545592 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1582686208 10495 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=393] ppid=381 vsize=1545740 CPUtime=0.6
/proc/383/task/393/stat : 393 (java) R 381 383 32133 0 -1 4202560 3516 0 0 0 60 0 0 0 25 0 16 0 28291390 1582837760 10504 1992294400 134512640 134550932 4286904496 18446744073709551615 105784485 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=383/tid=394] ppid=381 vsize=1545740 CPUtime=0.68
/proc/383/task/394/stat : 394 (java) R 381 383 32133 0 -1 4202560 4190 0 0 0 67 1 0 0 25 0 16 0 28291390 1582837760 10518 1992294400 134512640 134550932 4286904496 18446744073709551615 8545031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=383/tid=395] ppid=381 vsize=1545740 CPUtime=0
/proc/383/task/395/stat : 395 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1582837760 10529 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=396] ppid=381 vsize=1545740 CPUtime=0
/proc/383/task/396/stat : 396 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28291390 1582837760 10539 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=397] ppid=381 vsize=1545740 CPUtime=1.03
/proc/383/task/397/stat : 397 (java) R 381 383 32133 0 -1 4202560 626 0 0 0 103 0 0 0 18 0 16 0 28291419 1582837760 10539 1992294400 134512640 134550932 4286904496 18446744073709551615 4109479501 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=383/tid=398] ppid=381 vsize=1545740 CPUtime=0.06
/proc/383/task/398/stat : 398 (java) R 381 383 32133 0 -1 4202560 170 0 0 0 6 0 0 0 25 0 16 0 28291419 1582837760 10539 1992294400 134512640 134550932 4286904496 18446744073709551615 4109502310 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=383/tid=399] ppid=381 vsize=1545740 CPUtime=0
/proc/383/task/399/stat : 399 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28291421 1582837760 10539 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1545420

[startup+3.10142 s]
/proc/loadavg: 2.06 1.98 1.66 5/122 400
/proc/meminfo: memFree=1841320/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1544328 CPUtime=5.93
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 30449 0 1 0 579 14 0 0 18 0 16 0 28291380 1581391872 26808 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 386082 26808 1424 10 0 383385 0
[pid=383/tid=386] ppid=381 vsize=1544328 CPUtime=0.34
/proc/383/task/386/stat : 386 (java) S 381 383 32133 0 -1 4202560 4056 0 1 0 32 2 0 0 19 0 16 0 28291382 1581391872 26810 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=387] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/387/stat : 387 (java) S 381 383 32133 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 28291383 1581391872 26810 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=388] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/388/stat : 388 (java) S 381 383 32133 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 28291383 1581391872 26811 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=389] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/389/stat : 389 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 28291385 1581391872 26813 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=390] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/390/stat : 390 (java) S 381 383 32133 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 28291385 1581391872 26813 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=391] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 28291385 1581391872 26815 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=392] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581391872 26816 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=393] ppid=381 vsize=1544328 CPUtime=1.07
/proc/383/task/393/stat : 393 (java) R 381 383 32133 0 -1 4202560 3540 0 0 0 106 1 0 0 24 0 16 0 28291390 1581391872 26816 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=383/tid=394] ppid=381 vsize=1544328 CPUtime=1.09
/proc/383/task/394/stat : 394 (java) S 381 383 32133 0 -1 4202560 4473 0 0 0 108 1 0 0 25 0 16 0 28291390 1581391872 26819 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=395] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/395/stat : 395 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581391872 26819 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=396] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/396/stat : 396 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28291390 1581391872 26820 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=399] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/399/stat : 399 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28291421 1581391872 26821 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=400] ppid=381 vsize=1544328 CPUtime=0
/proc/383/task/400/stat : 400 (java) S 381 383 32133 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28291518 1581391872 26821 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1544328

[startup+6.30174 s]
/proc/loadavg: 2.06 1.98 1.66 1/120 402
/proc/meminfo: memFree=1727380/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1544136 CPUtime=10.91
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 44196 0 1 0 1072 19 0 0 18 0 14 0 28291380 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 386034 39878 1447 10 0 383337 0
[pid=383/tid=386] ppid=381 vsize=1544136 CPUtime=0.35
/proc/383/task/386/stat : 386 (java) S 381 383 32133 0 -1 4202560 4057 0 1 0 33 2 0 0 19 0 14 0 28291382 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=387] ppid=381 vsize=1544136 CPUtime=0.01
/proc/383/task/387/stat : 387 (java) S 381 383 32133 0 -1 4202560 833 0 0 0 1 0 0 0 16 0 14 0 28291383 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=388] ppid=381 vsize=1544136 CPUtime=0.01
/proc/383/task/388/stat : 388 (java) S 381 383 32133 0 -1 4202560 680 0 0 0 1 0 0 0 16 0 14 0 28291383 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=389] ppid=381 vsize=1544136 CPUtime=0.03
/proc/383/task/389/stat : 389 (java) S 381 383 32133 0 -1 4202560 700 0 0 0 3 0 0 0 15 0 14 0 28291385 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=390] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/390/stat : 390 (java) S 381 383 32133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 28291385 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=391] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 32133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 28291385 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=392] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 28291390 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=393] ppid=381 vsize=1544136 CPUtime=1.8
/proc/383/task/393/stat : 393 (java) S 381 383 32133 0 -1 4202560 3634 0 0 0 179 1 0 0 21 0 14 0 28291390 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=394] ppid=381 vsize=1544136 CPUtime=2.24
/proc/383/task/394/stat : 394 (java) S 381 383 32133 0 -1 4202560 5131 0 0 0 223 1 0 0 15 0 14 0 28291390 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=395] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/395/stat : 395 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 28291390 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=396] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/396/stat : 396 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 28291390 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=399] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/399/stat : 399 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 28291421 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=400] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/400/stat : 400 (java) S 381 383 32133 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 28291518 1581195264 39878 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 1544136

[startup+12.7019 s]
/proc/loadavg: 2.05 1.98 1.66 2/121 408
/proc/meminfo: memFree=1690544/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1544136 CPUtime=19.2
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 53505 0 1 0 1896 24 0 0 18 0 16 0 28291380 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 386034 49142 1447 10 0 383337 0
[pid=383/tid=386] ppid=381 vsize=1544136 CPUtime=0.36
/proc/383/task/386/stat : 386 (java) S 381 383 32133 0 -1 4202560 4057 0 1 0 33 3 0 0 19 0 16 0 28291382 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=387] ppid=381 vsize=1544136 CPUtime=0.05
/proc/383/task/387/stat : 387 (java) S 381 383 32133 0 -1 4202560 2254 0 0 0 5 0 0 0 15 0 16 0 28291383 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=388] ppid=381 vsize=1544136 CPUtime=0.06
/proc/383/task/388/stat : 388 (java) S 381 383 32133 0 -1 4202560 2212 0 0 0 5 1 0 0 16 0 16 0 28291383 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=389] ppid=381 vsize=1544136 CPUtime=0.13
/proc/383/task/389/stat : 389 (java) S 381 383 32133 0 -1 4202560 3141 0 0 0 12 1 0 0 15 0 16 0 28291385 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=390] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/390/stat : 390 (java) S 381 383 32133 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28291385 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=391] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 32133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28291385 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=392] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=393] ppid=381 vsize=1544136 CPUtime=2.08
/proc/383/task/393/stat : 393 (java) S 381 383 32133 0 -1 4202560 3639 0 0 0 207 1 0 0 15 0 16 0 28291390 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=394] ppid=381 vsize=1544136 CPUtime=2.25
/proc/383/task/394/stat : 394 (java) S 381 383 32133 0 -1 4202560 5131 0 0 0 224 1 0 0 15 0 16 0 28291390 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=395] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/395/stat : 395 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=396] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/396/stat : 396 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28291390 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=399] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/399/stat : 399 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28291421 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=400] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/400/stat : 400 (java) S 381 383 32133 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28291518 1581195264 49142 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.2
Current children cumulated vsize (KiB) 1544136

[startup+25.5007 s]
/proc/loadavg: 2.12 1.99 1.67 2/121 417
/proc/meminfo: memFree=1660164/2059040 swapFree=4135652/4192956

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

/proc/383/task/387/stat : 387 (java) S 381 383 32133 0 -1 4202560 35958 0 0 0 369 27 0 0 16 0 16 0 28291383 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=388] ppid=381 vsize=1544136 CPUtime=3.95
/proc/383/task/388/stat : 388 (java) S 381 383 32133 0 -1 4202560 40378 0 0 0 366 29 0 0 15 0 16 0 28291383 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=389] ppid=381 vsize=1544136 CPUtime=20.29
/proc/383/task/389/stat : 389 (java) S 381 383 32133 0 -1 4202560 14004 0 0 0 1984 45 0 0 15 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=390] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/390/stat : 390 (java) S 381 383 32133 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=391] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 32133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=392] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=393] ppid=381 vsize=1544136 CPUtime=2.23
/proc/383/task/393/stat : 393 (java) S 381 383 32133 0 -1 4202560 3648 0 0 0 222 1 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=394] ppid=381 vsize=1544136 CPUtime=2.39
/proc/383/task/394/stat : 394 (java) S 381 383 32133 0 -1 4202560 5139 0 0 0 238 1 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=395] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/395/stat : 395 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=396] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/396/stat : 396 (java) S 381 383 32133 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=399] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/399/stat : 399 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28291421 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=400] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/400/stat : 400 (java) S 381 383 32133 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28291518 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=510] ppid=381 vsize=1544136 CPUtime=13.81
/proc/383/task/510/stat : 510 (java) R 381 383 32133 0 -1 4202560 9 0 0 0 1381 0 0 0 25 0 16 0 28408114 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4109995445 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=383/tid=511] ppid=381 vsize=1544136 CPUtime=13.64
/proc/383/task/511/stat : 511 (java) R 381 383 32133 0 -1 4202560 10 0 0 0 1364 0 0 0 25 0 16 0 28408114 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4110138983 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1616.71
Current children cumulated vsize (KiB) 1544136

[startup+1242.3 s]
/proc/loadavg: 1.63 1.39 1.46 3/122 517
/proc/meminfo: memFree=1396744/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1544136 CPUtime=1730.62
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 136885 0 1 0 172912 150 0 0 18 0 16 0 28291380 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 386034 121665 1451 10 0 383337 0
[pid=383/tid=386] ppid=381 vsize=1544136 CPUtime=0.39
/proc/383/task/386/stat : 386 (java) S 381 383 32133 0 -1 4202560 4069 0 1 0 36 3 0 0 15 0 16 0 28291382 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=387] ppid=381 vsize=1544136 CPUtime=4.46
/proc/383/task/387/stat : 387 (java) S 381 383 32133 0 -1 4202560 35958 0 0 0 417 29 0 0 16 0 16 0 28291383 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=388] ppid=381 vsize=1544136 CPUtime=4.45
/proc/383/task/388/stat : 388 (java) S 381 383 32133 0 -1 4202560 40378 0 0 0 415 30 0 0 16 0 16 0 28291383 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=389] ppid=381 vsize=1544136 CPUtime=22.69
/proc/383/task/389/stat : 389 (java) S 381 383 32133 0 -1 4202560 14008 0 0 0 2223 46 0 0 15 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=390] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/390/stat : 390 (java) S 381 383 32133 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=391] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 32133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=392] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=393] ppid=381 vsize=1544136 CPUtime=2.23
/proc/383/task/393/stat : 393 (java) S 381 383 32133 0 -1 4202560 3648 0 0 0 222 1 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=394] ppid=381 vsize=1544136 CPUtime=2.39
/proc/383/task/394/stat : 394 (java) S 381 383 32133 0 -1 4202560 5139 0 0 0 238 1 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=395] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/395/stat : 395 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=396] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/396/stat : 396 (java) S 381 383 32133 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=399] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/399/stat : 399 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28291421 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=400] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/400/stat : 400 (java) S 381 383 32133 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28291518 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=514] ppid=381 vsize=1544136 CPUtime=41.38
/proc/383/task/514/stat : 514 (java) R 381 383 32133 0 -1 4202560 27 0 0 0 4137 1 0 0 25 0 16 0 28411221 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4110177035 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=383/tid=515] ppid=381 vsize=1544136 CPUtime=41.47
/proc/383/task/515/stat : 515 (java) R 381 383 32133 0 -1 4202560 18 0 0 0 4147 0 0 0 25 0 16 0 28411221 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4110139055 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.62
Current children cumulated vsize (KiB) 1544136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1279.1 s]
/proc/loadavg: 1.81 1.46 1.48 3/122 519
/proc/meminfo: memFree=1396744/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1544136 CPUtime=1800.19
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 136909 0 1 0 179862 157 0 0 18 0 16 0 28291380 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 386034 121665 1451 10 0 383337 0
[pid=383/tid=386] ppid=381 vsize=1544136 CPUtime=0.39
/proc/383/task/386/stat : 386 (java) S 381 383 32133 0 -1 4202560 4069 0 1 0 36 3 0 0 15 0 16 0 28291382 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=387] ppid=381 vsize=1544136 CPUtime=4.62
/proc/383/task/387/stat : 387 (java) S 381 383 32133 0 -1 4202560 35958 0 0 0 433 29 0 0 15 0 16 0 28291383 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=388] ppid=381 vsize=1544136 CPUtime=4.6
/proc/383/task/388/stat : 388 (java) S 381 383 32133 0 -1 4202560 40378 0 0 0 429 31 0 0 16 0 16 0 28291383 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=389] ppid=381 vsize=1544136 CPUtime=24.46
/proc/383/task/389/stat : 389 (java) S 381 383 32133 0 -1 4202560 14010 0 0 0 2395 51 0 0 15 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=390] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/390/stat : 390 (java) S 381 383 32133 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=391] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 32133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28291385 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=392] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=393] ppid=381 vsize=1544136 CPUtime=2.23
/proc/383/task/393/stat : 393 (java) S 381 383 32133 0 -1 4202560 3648 0 0 0 222 1 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=394] ppid=381 vsize=1544136 CPUtime=2.39
/proc/383/task/394/stat : 394 (java) S 381 383 32133 0 -1 4202560 5139 0 0 0 238 1 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=395] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/395/stat : 395 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=396] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/396/stat : 396 (java) S 381 383 32133 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 16 0 28291390 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=399] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/399/stat : 399 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28291421 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=400] ppid=381 vsize=1544136 CPUtime=0
/proc/383/task/400/stat : 400 (java) S 381 383 32133 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28291518 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=518] ppid=381 vsize=1544136 CPUtime=27.99
/proc/383/task/518/stat : 518 (java) R 381 383 32133 0 -1 4202560 11 0 0 0 2799 0 0 0 25 0 16 0 28416338 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4110112798 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=383/tid=519] ppid=381 vsize=1544136 CPUtime=27.91
/proc/383/task/519/stat : 519 (java) R 381 383 32133 0 -1 4202560 4 0 0 0 2791 0 0 0 25 0 16 0 28416338 1581195264 121665 1992294400 134512640 134550932 4286904496 18446744073709551615 4110139055 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1544136

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

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

[startup+1279.22 s]
/proc/loadavg: 1.81 1.46 1.48 5/125 522
/proc/meminfo: memFree=1396596/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=1544784 CPUtime=1800.41
/proc/383/stat : 383 (java) S 381 383 32133 0 -1 4202496 136923 0 1 0 179884 157 0 0 18 0 18 0 28291380 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 386196 121679 1451 10 0 383499 0
[pid=383/tid=386] ppid=381 vsize=1544784 CPUtime=0.39
/proc/383/task/386/stat : 386 (java) S 381 383 32133 0 -1 4202560 4069 0 1 0 36 3 0 0 15 0 18 0 28291382 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=387] ppid=381 vsize=1544784 CPUtime=4.62
/proc/383/task/387/stat : 387 (java) S 381 383 32133 0 -1 4202560 35958 0 0 0 433 29 0 0 15 0 18 0 28291383 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=388] ppid=381 vsize=1544784 CPUtime=4.6
/proc/383/task/388/stat : 388 (java) S 381 383 32133 0 -1 4202560 40378 0 0 0 429 31 0 0 16 0 18 0 28291383 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=389] ppid=381 vsize=1544784 CPUtime=24.46
/proc/383/task/389/stat : 389 (java) S 381 383 32133 0 -1 4202560 14010 0 0 0 2395 51 0 0 15 0 18 0 28291385 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=390] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/390/stat : 390 (java) S 381 383 32133 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 18 0 28291385 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=391] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/391/stat : 391 (java) S 381 383 32133 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 28291385 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=392] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/392/stat : 392 (java) S 381 383 32133 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 28291390 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=393] ppid=381 vsize=1544784 CPUtime=2.23
/proc/383/task/393/stat : 393 (java) S 381 383 32133 0 -1 4202560 3648 0 0 0 222 1 0 0 15 0 18 0 28291390 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=383/tid=394] ppid=381 vsize=1544784 CPUtime=2.39
/proc/383/task/394/stat : 394 (java) S 381 383 32133 0 -1 4202560 5139 0 0 0 238 1 0 0 15 0 18 0 28291390 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=395] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/395/stat : 395 (java) S 381 383 32133 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 28291390 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=396] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/396/stat : 396 (java) S 381 383 32133 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 18 0 28291390 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=399] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/399/stat : 399 (java) S 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 28291421 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=400] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/400/stat : 400 (java) S 381 383 32133 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 28291518 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=518] ppid=381 vsize=1544784 CPUtime=28.11
/proc/383/task/518/stat : 518 (java) R 381 383 32133 0 -1 4202560 11 0 0 0 2811 0 0 0 25 0 18 0 28416338 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4110168306 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=383/tid=519] ppid=381 vsize=1544784 CPUtime=28.01
/proc/383/task/519/stat : 519 (java) R 381 383 32133 0 -1 4202560 4 0 0 0 2801 0 0 0 25 0 18 0 28416338 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4110138983 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=383/tid=521] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/521/stat : 521 (java) S 381 383 32133 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 28419292 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=383/tid=522] ppid=381 vsize=1544784 CPUtime=0
/proc/383/task/522/stat : 522 (java) R 381 383 32133 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 28419292 1581858816 121679 1992294400 134512640 134550932 4286904496 18446744073709551615 4109430636 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 1544784

[startup+1279.31 s]
/proc/loadavg: 1.81 1.46 1.48 5/125 522
/proc/meminfo: memFree=1396596/2059040 swapFree=4135652/4192956
[pid=383] ppid=381 vsize=0 CPUtime=1800.57
/proc/383/stat : 383 (java) Z 381 383 32133 0 -1 4203548 136928 0 1 0 179899 158 0 0 16 0 2 0 28291380 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/383/statm: 0 0 0 0 0 0 0
[pid=383/tid=519] ppid=381 vsize=0 CPUtime=28.04
/proc/383/task/519/stat : 519 (java) R 381 383 32133 0 -1 4203588 4 0 0 0 2803 1 0 0 18 0 2 0 28416338 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1279.35
CPU time (s): 1800.62
CPU user time (s): 1798.99
CPU system time (s): 1.62675
CPU usage (%): 140.745
Max. virtual memory (cumulated for all children) (KiB): 1546160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.62675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136928
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= 34008
involuntary context switches= 46218

runsolver used 4.03239 second user time and 8.93664 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-14 16:47:54
IDJOB=2662543
IDBENCH=2315
IDSOLVER=1166
FILE ID=node002/2662543-1276526874
PBS_JOBID= 11173434
Free space on /tmp= 62456 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/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-markshare2_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662543-1276526874/watcher-2662543-1276526874 -o /tmp/evaluation-result-2662543-1276526874/solver-2662543-1276526874 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662543-1276526874.opb

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

MD5SUM BENCH= b994237fdc481ca53da2e19e2a850128
RANDOM SEED=320015644

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1882888 kB
Buffers:          4668 kB
Cached:          81928 kB
SwapCached:      10116 kB
Active:          18728 kB
Inactive:        80532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1882888 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:             356 kB
Writeback:           0 kB
AnonPages:       11224 kB
Mapped:           9228 kB
Slab:            54596 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180344 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= 62456 MiB
End job on node002 at 2010-06-14 17:09:15