Trace number 354670

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, and are wall clock time (not CPU 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
SAT4JPseudoResolution 2007-03-23SAT (TO)60 1800.25 1787.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m200_500_10_10.r.opb
MD5SUM9ce5413471f93025df24c6fa43fb2680
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 39
Optimality of the best value was proved NO
Number of variables492
Total number of constraints200
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 492
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 492
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 492
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	c Number of processors 2
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/354670-1176721846/instance-354670-1176721846.opb
0.19/0.21	c reading problem ... 
0.43/0.44	c ... done. Wall clock time 0.228s.
0.43/0.44	c CPU time (experimental) 0.34s.
0.43/0.44	c #vars     492
0.43/0.44	c #constraints  200
0.43/0.47	c SATISFIABLE
0.43/0.47	c OPTIMIZING...
0.43/0.47	c Got one! Elapsed wall clock time (in seconds):0.257
0.43/0.48	o 60
1237.92/1227.37	c cleaning 2092734 clauses out of 4185500 for limit 1.0648361951450555E12
1482.86/1472.30	c cleaning 1046626 clauses out of 2093269 for limit 3.521798723230148E12
1514.18/1503.65	c cleaning 523562 clauses out of 1047140 for limit 1.1575431134634713E13
1534.69/1524.13	c cleaning 262027 clauses out of 524078 for limit 3.8141861355776705E-7
1544.18/1533.64	c cleaning 131267 clauses out of 262555 for limit 1.260583020562063E-6
1547.58/1537.02	c cleaning 65884 clauses out of 131784 for limit 4.125217969092311E-6
1548.68/1538.12	c cleaning 33186 clauses out of 66401 for limit 1.3515289883835457E-5
1548.98/1538.42	c cleaning 16849 clauses out of 33715 for limit 4.389678442858823E-5
1549.08/1538.58	c cleaning 8674 clauses out of 17367 for limit 1.4067647146617673E-4
1549.18/1538.68	c cleaning 4583 clauses out of 9192 for limit 4.378825417892866E-4
1549.28/1538.74	c cleaning 2536 clauses out of 5108 for limit 0.0012981896212138882
1549.38/1538.80	c cleaning 1519 clauses out of 3073 for limit 0.00356218819296085
1549.38/1538.86	c cleaning 1003 clauses out of 2053 for limit 0.008784394795069816
1549.48/1538.92	c cleaning 751 clauses out of 1550 for limit 0.019187791212838114
1549.48/1538.97	c cleaning 633 clauses out of 1299 for limit 0.03775751627441879
1549.58/1539.03	c cleaning 565 clauses out of 1166 for limit 0.06936971430980432
1549.58/1539.08	c cleaning 531 clauses out of 1101 for limit 0.12115379553776755
1549.68/1539.14	c cleaning 511 clauses out of 1070 for limit 0.20558738034929325
1549.68/1539.19	c cleaning 522 clauses out of 1061 for limit 0.3426018920082673
1549.78/1539.24	c cleaning 507 clauses out of 1038 for limit 0.5769380238422357
1549.78/1539.29	c cleaning 501 clauses out of 1030 for limit 0.9578790320781991
1549.88/1539.35	c cleaning 499 clauses out of 1029 for limit 1.5812058179408488
1549.98/1539.40	c cleaning 500 clauses out of 1030 for limit 2.605088253885508
1549.98/1539.46	c cleaning 501 clauses out of 1030 for limit 4.296139033128854
1550.08/1539.51	c cleaning 499 clauses out of 1029 for limit 7.0917932289716745
1550.08/1539.56	c cleaning 503 clauses out of 1030 for limit 11.683961082206206
1550.18/1539.62	c cleaning 500 clauses out of 1030 for limit 19.32633592500108
1550.18/1539.66	c cleaning 497 clauses out of 1029 for limit 31.87078416682014
1550.28/1539.72	c cleaning 505 clauses out of 1032 for limit 52.40639835491721
1550.28/1539.77	c cleaning 500 clauses out of 1025 for limit 86.84143855699034
1550.38/1539.83	c cleaning 498 clauses out of 1025 for limit 143.21314962028302
1550.38/1539.88	c cleaning 502 clauses out of 1029 for limit 235.73078219623952
1550.48/1539.94	c cleaning 496 clauses out of 1025 for limit 389.4885276571014
1550.48/1539.99	c cleaning 489 clauses out of 1029 for limit 639.8218213054778
1550.58/1540.05	c cleaning 504 clauses out of 1040 for limit 1043.9915179831025
1550.68/1540.10	c cleaning 497 clauses out of 1036 for limit 1728.329095438588
1550.68/1540.15	c cleaning 499 clauses out of 1039 for limit 2842.0161137169976
1550.78/1540.21	c cleaning 500 clauses out of 1040 for limit 4682.358168892966
1550.78/1540.26	c cleaning 510 clauses out of 1042 for limit 7722.451014299887
1550.88/1540.31	c cleaning 504 clauses out of 1032 for limit 12858.759414501397
1550.88/1540.37	c cleaning 502 clauses out of 1026 for limit 21287.186779241565
1550.98/1540.42	c cleaning 500 clauses out of 1025 for limit 35174.84277967037
1550.98/1540.47	c cleaning 497 clauses out of 1024 for limit 58006.605138498126
1551.08/1540.52	c cleaning 494 clauses out of 1027 for limit 95381.21470572903
1551.08/1540.58	c cleaning 499 clauses out of 1033 for limit 156382.75436516685
1551.18/1540.63	c cleaning 494 clauses out of 1035 for limit 257655.38792889065
1551.18/1540.68	c cleaning 499 clauses out of 1040 for limit 422442.50994047866
1551.28/1540.73	c cleaning 510 clauses out of 1041 for limit 695994.9862914076
1551.28/1540.78	c cleaning 501 clauses out of 1031 for limit 1158921.6134010456
1551.38/1540.84	c cleaning 500 clauses out of 1033 for limit 1913250.4689258607
1551.38/1540.89	c cleaning 500 clauses out of 1034 for limit 3155309.826700152
1551.48/1540.95	c cleaning 515 clauses out of 1030 for limit 5202872.267774334
1551.48/1541.00	c cleaning 507 clauses out of 1015 for limit 8707033.861359812
1551.58/1541.05	c cleaning 505 clauses out of 1011 for limit 1.4459209238023402E7
1551.68/1541.11	c cleaning 489 clauses out of 1005 for limit 2.3963542048309725E7
1551.68/1541.16	c cleaning 488 clauses out of 1014 for limit 3.9090028016418986E7
1551.78/1541.21	c cleaning 500 clauses out of 1026 for limit 6.371071263882879E7
1551.78/1541.27	c cleaning 514 clauses out of 1029 for limit 1.0507608212367882E8
1551.88/1541.32	c cleaning 491 clauses out of 1012 for limit 1.756673642976989E8
1551.88/1541.37	c cleaning 510 clauses out of 1021 for limit 2.8714532017189056E8
1551.98/1541.43	c cleaning 489 clauses out of 1011 for limit 4.782249342781928E8
1551.98/1541.48	c cleaning 511 clauses out of 1023 for limit 7.80185971140647E8
1552.08/1541.53	c cleaning 489 clauses out of 1011 for limit 1.3006007202186954E9
1552.08/1541.58	c cleaning 484 clauses out of 1023 for limit 2.1218267037907546E9
1552.18/1541.63	c cleaning 508 clauses out of 1038 for limit 3.445161349058697E9
1552.18/1541.69	c cleaning 500 clauses out of 1030 for limit 5.725660353532927E9
1552.28/1541.74	c cleaning 515 clauses out of 1030 for limit 9.442379888114225E9
1552.28/1541.79	c cleaning 507 clauses out of 1015 for limit 1.5801871963465105E10
1552.38/1541.85	c cleaning 487 clauses out of 1008 for limit 2.624036886550683E10
1552.48/1541.90	c cleaning 510 clauses out of 1021 for limit 4.272288899317158E10
1552.48/1541.95	c cleaning 490 clauses out of 1012 for limit 7.115349565099152E10
1552.58/1542.01	c cleaning 512 clauses out of 1024 for limit 1.1619881724593817E11
1552.58/1542.06	c cleaning 505 clauses out of 1010 for limit 1.938952427993816E11
1552.68/1542.11	c cleaning 484 clauses out of 1004 for limit 3.2134843563118976E11
1552.68/1542.16	c cleaning 489 clauses out of 1020 for limit 5.2163367237133716E11
1552.78/1542.22	c cleaning 495 clauses out of 1031 for limit 8.510655507443745E11
1552.78/1542.27	c cleaning 518 clauses out of 1036 for limit 1.3967471969472207E12
1552.90/1542.32	c cleaning 490 clauses out of 1018 for limit 2.344151481914048E12
1552.90/1542.37	c cleaning 494 clauses out of 1028 for limit 3.82821414167976E12
1553.00/1542.42	c cleaning 498 clauses out of 1036 for limit 6.277034173480934E12
1553.00/1542.47	c cleaning 489 clauses out of 1036 for limit 1.0330976092190197E13
1553.10/1542.52	c cleaning 501 clauses out of 1051 for limit 1.6861349480824217E13
1553.10/1542.57	c cleaning 505 clauses out of 1046 for limit 2.7827949169417367E13
1553.20/1542.62	c cleaning 500 clauses out of 1041 for limit 4.611243365984576E13
1553.20/1542.67	c cleaning 505 clauses out of 1043 for limit 7.605177857407161E13
1553.30/1542.72	c cleaning 513 clauses out of 1036 for limit 1.2601457862635348E14
1553.30/1542.77	c cleaning 511 clauses out of 1023 for limit 2.1045575211592784E14
1553.40/1542.82	c cleaning 507 clauses out of 1014 for limit 3.5085154194103894E14
1553.40/1542.87	c cleaning 503 clauses out of 1006 for limit 5.826191282287831E14
1553.50/1542.92	c cleaning 501 clauses out of 1002 for limit 9.636878277043096E14
1553.50/1542.97	c cleaning 479 clauses out of 1001 for limit 1.59083781022078E15
1553.60/1543.02	c cleaning 511 clauses out of 1023 for limit 2.5696545733381155E15
1553.60/1543.07	c cleaning 505 clauses out of 1011 for limit 4.283715309454493E15
1553.70/1543.12	c cleaning 501 clauses out of 1006 for limit 7.099531039947515E15
1553.70/1543.17	c cleaning 478 clauses out of 1007 for limit 1.1719877789228972E16
1553.81/1543.23	c cleaning 506 clauses out of 1028 for limit 1.8913888050685446E-4
1553.81/1543.28	c cleaning 492 clauses out of 1021 for limit 3.1373976142924897E-4
1553.90/1543.33	c cleaning 507 clauses out of 1029 for limit 5.133763008242884E-4
1553.90/1543.38	c cleaning 499 clauses out of 1022 for limit 8.524250078895526E-4
1554.00/1543.44	c cleaning 483 clauses out of 1023 for limit 0.0014043887161307668
1554.00/1543.49	c cleaning 497 clauses out of 1042 for limit 0.0022783485075726344
1554.10/1543.55	c cleaning 497 clauses out of 1044 for limit 0.003746353481854755
1554.20/1543.60	c cleaning 511 clauses out of 1047 for limit 0.006160535381901826
1554.20/1543.65	c cleaning 503 clauses out of 1037 for limit 0.01026778533094084
1554.30/1543.71	c cleaning 501 clauses out of 1032 for limit 0.016980978137486783
1554.30/1543.76	c cleaning 497 clauses out of 1031 for limit 0.028031066509481648
1554.40/1543.82	c cleaning 504 clauses out of 1034 for limit 0.046092857775455326
1554.40/1543.87	c cleaning 507 clauses out of 1031 for limit 0.0763107826337441
1554.50/1543.93	c cleaning 493 clauses out of 1023 for limit 0.12670399674158864
1554.50/1543.98	c cleaning 500 clauses out of 1032 for limit 0.20754446774990087
1554.60/1544.03	c cleaning 503 clauses out of 1030 for limit 0.34224766788028516
1554.60/1544.08	c cleaning 499 clauses out of 1027 for limit 0.5660609105070371
1554.70/1544.14	c cleaning 496 clauses out of 1028 for limit 0.9326020838791955
1554.70/1544.19	c cleaning 500 clauses out of 1032 for limit 1.5320244131047163
1554.80/1544.24	c cleaning 497 clauses out of 1032 for limit 2.526513207768947
1554.80/1544.29	c cleaning 499 clauses out of 1036 for limit 4.154625798730262
1554.90/1544.34	c cleaning 505 clauses out of 1038 for limit 6.845177501750348
1554.90/1544.40	c cleaning 499 clauses out of 1033 for limit 11.343253380696702
1555.00/1544.45	c cleaning 489 clauses out of 1032 for limit 18.687238179616052
1555.10/1544.51	c cleaning 509 clauses out of 1044 for limit 30.494022637901143
1555.10/1544.56	c cleaning 506 clauses out of 1040 for limit 50.735310618763435
1555.20/1544.61	c cleaning 489 clauses out of 1029 for limit 84.14176471630358
1555.20/1544.67	c cleaning 507 clauses out of 1044 for limit 137.3157731415138
1555.30/1544.72	c cleaning 502 clauses out of 1034 for limit 227.95689776589657
1555.30/1544.78	c cleaning 493 clauses out of 1033 for limit 376.6720139522497
1555.40/1544.83	c cleaning 507 clauses out of 1039 for limit 616.977751285
1555.40/1544.88	c cleaning 502 clauses out of 1030 for limit 1024.3177290525518
1555.50/1544.93	c cleaning 498 clauses out of 1028 for limit 1692.523419223084
1555.50/1544.98	c cleaning 501 clauses out of 1031 for limit 2785.861585301995
1555.60/1545.04	c cleaning 493 clauses out of 1031 for limit 4598.857297355609
1555.60/1545.09	c cleaning 510 clauses out of 1038 for limit 7532.985515985697
1555.70/1545.14	c cleaning 496 clauses out of 1026 for limit 12543.074119027238
1555.80/1545.20	c cleaning 496 clauses out of 1030 for limit 20604.87630294536
1555.80/1545.25	c cleaning 496 clauses out of 1035 for limit 33849.891842984296
1555.90/1545.30	c cleaning 504 clauses out of 1040 for limit 55610.230429301635
1555.90/1545.35	c cleaning 497 clauses out of 1034 for limit 92056.4787410553
1556.00/1545.41	c cleaning 499 clauses out of 1037 for limit 151374.25823504338
1556.00/1545.46	c cleaning 504 clauses out of 1038 for limit 249395.90481814407
1556.10/1545.51	c cleaning 502 clauses out of 1034 for limit 412878.2636715641
1556.10/1545.56	c cleaning 496 clauses out of 1032 for limit 682211.047812794
1556.20/1545.62	c cleaning 498 clauses out of 1036 for limit 1120713.4318932698
1556.20/1545.67	c cleaning 501 clauses out of 1039 for limit 1844714.5943561688
1556.30/1545.72	c cleaning 502 clauses out of 1037 for limit 3045000.3723631375
1556.30/1545.78	c cleaning 518 clauses out of 1037 for limit 5031671.27777307
1556.40/1545.83	c cleaning 508 clauses out of 1017 for limit 8444169.212929193
1556.40/1545.88	c cleaning 507 clauses out of 1014 for limit 1.40368083824758E7
1556.50/1545.93	c cleaning 488 clauses out of 1002 for limit 2.3308908281969972E7
1556.50/1545.99	c cleaning 507 clauses out of 1014 for limit 3.798460254720439E7
1556.60/1546.04	c cleaning 490 clauses out of 1009 for limit 6.307819913256451E7
1556.60/1546.09	c cleaning 508 clauses out of 1017 for limit 1.029997955392913E8
1556.70/1546.15	c cleaning 505 clauses out of 1010 for limit 1.712089013993185E8
1556.80/1546.20	c cleaning 484 clauses out of 1006 for limit 2.8375278474078834E8
1556.80/1546.26	c cleaning 495 clauses out of 1020 for limit 4.6060092393290037E8
1556.90/1546.31	c cleaning 486 clauses out of 1025 for limit 7.558872121830765E8
1556.90/1546.36	c cleaning 513 clauses out of 1040 for limit 1.2298097251230216E9
1557.00/1546.41	c cleaning 495 clauses out of 1026 for limit 2.0537391251955469E9
1557.00/1546.46	c cleaning 496 clauses out of 1032 for limit 3.3705699074634824E9
1557.10/1546.52	c cleaning 496 clauses out of 1035 for limit 5.536866620995373E9
1557.10/1546.57	c cleaning 495 clauses out of 1039 for limit 9.095880605027538E9
1557.20/1546.62	c cleaning 497 clauses out of 1044 for limit 1.4928483310917799E10
1557.20/1546.67	c cleaning 512 clauses out of 1048 for limit 2.4549649825241283E10
1557.30/1546.72	c cleaning 507 clauses out of 1035 for limit 4.095317807844536E10
1557.30/1546.78	c cleaning 515 clauses out of 1030 for limit 6.800105419854285E10
1557.40/1546.83	c cleaning 493 clauses out of 1014 for limit 1.1379843523961809E11
1557.40/1546.88	c cleaning 504 clauses out of 1022 for limit 1.8638619754777112E11
1557.50/1546.93	c cleaning 506 clauses out of 1017 for limit 3.085780757559782E11
1557.50/1546.99	c cleaning 505 clauses out of 1010 for limit 5.119010506249464E11
1557.60/1547.04	c cleaning 503 clauses out of 1006 for limit 8.483983451758864E11
1557.60/1547.10	c cleaning 487 clauses out of 1002 for limit 1.4033029790422996E12
1557.70/1547.15	c cleaning 508 clauses out of 1017 for limit 2.2846681446797817E12
1557.80/1547.20	c cleaning 502 clauses out of 1007 for limit 3.797532262474993E12
1557.80/1547.25	c cleaning 502 clauses out of 1005 for limit 6.275101688236411E12
1557.90/1547.31	c cleaning 502 clauses out of 1005 for limit 1.0369210203183164E13
1557.90/1547.36	c cleaning 485 clauses out of 1001 for limit 1.713422739372631E13
1558.00/1547.41	c cleaning 493 clauses out of 1016 for limit 2.7839458446195805E13
1558.00/1547.46	c cleaning 511 clauses out of 1023 for limit 4.559683981845544E13
1558.10/1547.52	c cleaning 507 clauses out of 1016 for limit 7.601697858966644E13
1558.10/1547.57	c cleaning 503 clauses out of 1006 for limit 1.2622886662837577E14
1558.20/1547.62	c cleaning 485 clauses out of 1002 for limit 2.0879029949546825E14
1558.20/1547.68	c cleaning 490 clauses out of 1017 for limit 3.392446230140104E14
1558.30/1547.73	c cleaning 514 clauses out of 1028 for limit 5.5402735684853644E14
1558.30/1547.78	c cleaning 506 clauses out of 1013 for limit 9.262671336859624E14
1558.40/1547.84	c cleaning 503 clauses out of 1007 for limit 1.5366399371128285E15
1558.40/1547.89	c cleaning 495 clauses out of 1005 for limit 2.541709568356682E15
1558.50/1547.94	c cleaning 495 clauses out of 1009 for limit 4.1708271757736425E15
1558.50/1547.99	c cleaning 501 clauses out of 1015 for limit 6.844436795330404E-5
1558.60/1548.05	c cleaning 495 clauses out of 1013 for limit 1.1298367308691606E-4
1558.70/1548.10	c cleaning 500 clauses out of 1018 for limit 1.8541003840527644E-4
1558.70/1548.15	c cleaning 504 clauses out of 1019 for limit 3.0577166397823685E-4
1558.80/1548.20	c cleaning 505 clauses out of 1014 for limit 5.062381156012949E-4
1558.80/1548.25	c cleaning 500 clauses out of 1009 for limit 8.389914144829757E-4
1558.90/1548.30	c cleaning 494 clauses out of 1009 for limit 0.0013836090807458322
1558.90/1548.36	c cleaning 494 clauses out of 1016 for limit 0.002268304010991065
1559.00/1548.41	c cleaning 499 clauses out of 1021 for limit 0.0037186953595042525
1559.00/1548.46	c cleaning 497 clauses out of 1023 for limit 0.006126763395490517
1559.10/1548.51	c cleaning 500 clauses out of 1025 for limit 0.010074053491204446
1559.10/1548.57	c cleaning 494 clauses out of 1025 for limit 0.016613461889761184
1559.20/1548.62	c cleaning 499 clauses out of 1031 for limit 0.027238377007294076
1559.20/1548.67	c cleaning 498 clauses out of 1032 for limit 0.04487620070211185
1559.30/1548.73	c cleaning 508 clauses out of 1037 for limit 0.07387141958136427
1559.30/1548.78	c cleaning 501 clauses out of 1026 for limit 0.12276093631697198
1559.40/1548.84	c cleaning 495 clauses out of 1025 for limit 0.2026467180720569
1559.40/1548.89	c cleaning 500 clauses out of 1030 for limit 0.33256925862728093
1559.50/1548.94	c cleaning 507 clauses out of 1030 for limit 0.5484511977958414
1559.50/1548.99	c cleaning 500 clauses out of 1024 for limit 0.9106797007198103
1559.60/1549.04	c cleaning 494 clauses out of 1023 for limit 1.5017974214270535
1559.60/1549.09	c cleaning 496 clauses out of 1029 for limit 2.4622236603092684
1559.70/1549.14	c cleaning 506 clauses out of 1034 for limit 4.044946064264593
1559.80/1549.20	c cleaning 493 clauses out of 1028 for limit 6.709590979964668
1559.80/1549.25	c cleaning 500 clauses out of 1038 for limit 10.991354864831493
1559.90/1549.30	c cleaning 505 clauses out of 1035 for limit 18.12427257674846
1559.90/1549.35	c cleaning 500 clauses out of 1029 for limit 30.03356839362603
1560.00/1549.41	c cleaning 496 clauses out of 1030 for limit 49.53081614710539
1560.00/1549.46	c cleaning 500 clauses out of 1034 for limit 81.36695377063194
1560.10/1549.51	c cleaning 502 clauses out of 1034 for limit 134.18499184410564
1560.10/1549.56	c cleaning 496 clauses out of 1031 for limit 221.7109755134162
1560.20/1549.62	c cleaning 504 clauses out of 1035 for limit 364.21799169220657
1560.20/1549.67	c cleaning 499 clauses out of 1031 for limit 602.9745288550677
1560.30/1549.72	c cleaning 499 clauses out of 1032 for limit 993.4221105727145
1560.30/1549.78	c cleaning 503 clauses out of 1034 for limit 1636.7538802067627
1560.40/1549.83	c cleaning 502 clauses out of 1030 for limit 2706.9988324298183
1560.40/1549.89	c cleaning 498 clauses out of 1029 for limit 4473.014615020033
1560.50/1549.94	c cleaning 502 clauses out of 1030 for limit 7362.068304538288
1560.50/1550.00	c cleaning 500 clauses out of 1029 for limit 12164.999381775397
1560.60/1550.05	c cleaning 497 clauses out of 1028 for limit 20061.145441829467
1560.70/1550.10	c cleaning 498 clauses out of 1031 for limit 32987.24628267398
1560.70/1550.15	c cleaning 500 clauses out of 1034 for limit 54296.84415490038
1560.80/1550.21	c cleaning 495 clauses out of 1033 for limit 89539.81251693807
1560.80/1550.26	c cleaning 499 clauses out of 1038 for limit 146951.8425124286
1560.90/1550.31	c cleaning 500 clauses out of 1040 for limit 242119.32178446546
1560.90/1550.36	c cleaning 499 clauses out of 1040 for limit 399287.1517659689
1561.00/1550.41	c cleaning 491 clauses out of 1041 for limit 657845.385301887
1561.00/1550.46	c cleaning 499 clauses out of 1050 for limit 1075576.1163838962
1561.10/1550.51	c cleaning 498 clauses out of 1051 for limit 1772081.2075275162
1561.10/1550.56	c cleaning 526 clauses out of 1053 for limit 2916848.3606565376
1561.20/1550.62	c cleaning 513 clauses out of 1027 for limit 4932052.222948494
1561.20/1550.67	c cleaning 497 clauses out of 1014 for limit 8237891.015242942
1561.30/1550.72	c cleaning 510 clauses out of 1020 for limit 1.3546067883003157E7
1561.30/1550.78	c cleaning 503 clauses out of 1009 for limit 2.256023547863574E7
1561.40/1550.83	c cleaning 502 clauses out of 1004 for limit 3.731538658918635E7
1561.40/1550.88	c cleaning 474 clauses out of 1002 for limit 6.166089491663795E7
1561.50/1550.93	c cleaning 500 clauses out of 1028 for limit 9.911521273697396E7
1561.50/1550.99	c cleaning 497 clauses out of 1027 for limit 1.6344978880304062E8
1561.60/1551.04	c cleaning 494 clauses out of 1030 for limit 2.6876546891701204E8
1561.60/1551.09	c cleaning 520 clauses out of 1040 for limit 4.407286560886292E8
1561.70/1551.14	c cleaning 508 clauses out of 1016 for limit 7.410180049768631E8
1561.70/1551.19	c cleaning 497 clauses out of 1012 for limit 1.23178777614492E9
1561.80/1551.25	c cleaning 491 clauses out of 1012 for limit 2.0252947721151812E9
1561.90/1551.30	c cleaning 491 clauses out of 1020 for limit 3.3104722948258724E9
1561.90/1551.35	c cleaning 504 clauses out of 1029 for limit 5.411661724832688E9
1562.00/1551.41	c cleaning 512 clauses out of 1025 for limit 8.959381671766996E9
1562.00/1551.46	c cleaning 507 clauses out of 1014 for limit 1.495045283440755E10
1562.10/1551.51	c cleaning 482 clauses out of 1006 for limit 2.482651137520684E10
1562.10/1551.57	c cleaning 512 clauses out of 1024 for limit 4.022255070304937E10
1562.20/1551.62	c cleaning 507 clauses out of 1015 for limit 6.7121699557893936E10
1562.20/1551.67	c cleaning 484 clauses out of 1005 for limit 1.1145903449922054E11
1562.30/1551.73	c cleaning 510 clauses out of 1021 for limit 1.8093037502952664E11
1562.30/1551.78	c cleaning 505 clauses out of 1011 for limit 3.0132971227122363E11
1562.40/1551.83	c cleaning 486 clauses out of 1007 for limit 4.9940632765505566E11
1562.40/1551.89	c cleaning 493 clauses out of 1022 for limit 8.123122717553544E11
1562.50/1551.94	c cleaning 494 clauses out of 1027 for limit 1.330424794152749E12
1562.50/1552.00	c cleaning 516 clauses out of 1035 for limit 2.1814503571391956E12
1562.60/1552.05	c cleaning 507 clauses out of 1017 for limit 3.653857404869121E12
1562.60/1552.10	c cleaning 490 clauses out of 1014 for limit 6.067761843798418E12
1562.70/1552.15	c cleaning 510 clauses out of 1020 for limit 9.907957836877184E12
1562.80/1552.21	c cleaning 505 clauses out of 1011 for limit 1.650150535759733E13
1562.80/1552.26	c cleaning 503 clauses out of 1006 for limit 2.734844428936652E13
1562.90/1552.31	c cleaning 478 clauses out of 1002 for limit 4.5236006837665414E13
1562.90/1552.36	c cleaning 512 clauses out of 1025 for limit 7.299926980025716E13
1563.00/1552.42	c cleaning 505 clauses out of 1012 for limit 1.2181008439409217E14
1563.00/1552.47	c cleaning 504 clauses out of 1008 for limit 2.0188015209946044E14
1563.10/1552.52	c cleaning 501 clauses out of 1003 for limit 3.3425244873534306E14
1563.10/1552.58	c cleaning 488 clauses out of 1002 for limit 5.517771302071375E14
1563.20/1552.63	c cleaning 492 clauses out of 1014 for limit 8.991856131575034E14
1563.20/1552.69	c cleaning 490 clauses out of 1022 for limit 1.4712697163736842E15
1563.30/1552.74	c cleaning 505 clauses out of 1032 for limit 2.402809726857437E15
1563.30/1552.79	c cleaning 513 clauses out of 1027 for limit 3.9818465740384205E15
1563.40/1552.85	c cleaning 507 clauses out of 1014 for limit 6.650784832269533E15
1563.50/1552.90	c cleaning 503 clauses out of 1007 for limit 1.1044276454113556E16
1563.50/1552.95	c cleaning 497 clauses out of 1005 for limit 1.8268003102756578E-4
1563.60/1553.00	c cleaning 495 clauses out of 1007 for limit 3.003648049467563E-4
1563.60/1553.06	c cleaning 495 clauses out of 1012 for limit 4.928944048023854E-4
1563.70/1553.11	c cleaning 488 clauses out of 1017 for limit 8.088525049104841E-4
1563.70/1553.16	c cleaning 500 clauses out of 1029 for limit 0.0013183502319997545
1563.80/1553.21	c cleaning 501 clauses out of 1033 for limit 0.0021744017419120724
1563.80/1553.27	c cleaning 494 clauses out of 1028 for limit 0.0035889287300264494
1563.90/1553.32	c cleaning 495 clauses out of 1034 for limit 0.005884279550043062
1563.90/1553.37	c cleaning 512 clauses out of 1040 for limit 0.009657637391615681
1564.00/1553.43	c cleaning 503 clauses out of 1027 for limit 0.01611221194770203
1564.00/1553.48	c cleaning 501 clauses out of 1027 for limit 0.026651066227045935
1564.10/1553.54	c cleaning 498 clauses out of 1024 for limit 0.04399182093441775
1564.10/1553.59	c cleaning 497 clauses out of 1025 for limit 0.0724051412977306
1564.20/1553.65	c cleaning 503 clauses out of 1028 for limit 0.11905730378514541
1800.08/1787.31	c starts		: 27
1800.08/1787.31	c conflicts		: 5629706
1800.08/1787.31	c decisions		: 12702461
1800.08/1787.31	c propagations		: 318847604
1800.08/1787.31	c inspects		: 1400915996
1800.08/1787.31	c learnt literals	: 0
1800.08/1787.31	c learnt binary clauses	: 0
1800.08/1787.31	c learnt ternary clauses	: 0
1800.08/1787.31	c learnt clauses	: 5629709
1800.08/1787.31	c root simplifications	: 0
1800.08/1787.31	c removed literals (reason simplification)	: 0
1800.08/1787.31	c reason swapping (by a shorter reason)	: 0
1800.08/1787.31	c Calls to reduceDB	: 293
1800.08/1787.31	c speed (decisions/second)	: 7109.025642919864
1800.08/1787.31	c non guided choices	711
1800.08/1787.31	s SATISFIABLE
1800.08/1787.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
1800.08/1787.31	v 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
1800.08/1787.31	v -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
1800.08/1787.31	v -x91 -x92 -x93 -x94 -x95 x96 x97 x98 -x99 -x100 x101 x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114
1800.08/1787.31	v -x115 x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 x135 -x136
1800.08/1787.31	v -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157
1800.08/1787.31	v -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178
1800.08/1787.31	v -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199
1800.08/1787.31	v -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
1800.08/1787.31	v -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241
1800.08/1787.31	v -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262
1800.08/1787.31	v -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283
1800.08/1787.31	v -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304
1800.08/1787.31	v -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325
1800.08/1787.31	v -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346
1800.08/1787.31	v -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367
1800.08/1787.31	v -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388
1800.08/1787.31	v -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409
1800.08/1787.31	v -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430
1800.08/1787.31	v -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451
1800.08/1787.31	v -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472
1800.08/1787.31	v -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492
1800.08/1787.31	c objective function=60
1800.08/1787.31	c Total wall clock time (ms): 1787.1

Verifier Data (download as text)

OK	60

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-354670-1176721846 -o ROOT/results/node44/solver-354670-1176721846 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354670-1176721846/sat4jPseudoResolution.jar /tmp/evaluation/354670-1176721846/instance-354670-1176721846.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11079
/proc/meminfo: memFree=1723272/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=264 CPUtime=0
/proc/11079/stat : 11079 (java) R 11077 11079 10619 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 120096290 270336 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11283085 0 0 4096 0 0 0 0 17 1 0 0
/proc/11079/statm: 68 37 28 9 0 6 0

[startup+0.0544691 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11079
/proc/meminfo: memFree=1723272/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1776544 CPUtime=0.03
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 3485 0 1 0 2 1 0 0 18 0 4 0 120096290 1819181056 3231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 444136 3231 1033 9 0 441772 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776544

[startup+0.101472 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11079
/proc/meminfo: memFree=1723272/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1780108 CPUtime=0.07
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 3938 0 1 0 5 2 0 0 18 0 12 0 120096290 1822830592 3680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 445027 3680 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.301491 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11079
/proc/meminfo: memFree=1723272/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1781412 CPUtime=0.29
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 5066 0 1 0 26 3 0 0 18 0 12 0 120096290 1824165888 4805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 445353 4805 1264 9 0 442965 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781412

[startup+0.701534 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11079
/proc/meminfo: memFree=1723272/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1784252 CPUtime=0.93
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 6791 0 1 0 89 4 0 0 18 0 13 0 120096290 1827074048 5937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 446063 5937 1305 9 0 443675 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784252

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 11093
/proc/meminfo: memFree=1702816/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1784252 CPUtime=1.87
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 7672 0 1 0 182 5 0 0 18 0 13 0 120096290 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 446063 6622 1311 9 0 443675 0
[pid=11079/tid=11081] ppid=11077 vsize=1784252 CPUtime=1.25
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 5096 0 1 0 122 3 0 0 25 0 13 0 120096292 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550435 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 120096293 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 120096293 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 120096296 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 120096296 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120096296 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1784252 CPUtime=0.31
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 765 0 0 0 31 0 0 0 17 0 13 0 120096300 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1784252 CPUtime=0.27
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1084 0 0 0 27 0 0 0 16 0 13 0 120096300 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1827074048 6622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1784252

[startup+3.10277 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11093
/proc/meminfo: memFree=1698912/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1784252 CPUtime=3.48
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 9001 0 1 0 343 5 0 0 18 0 13 0 120096290 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 446063 7950 1311 9 0 443675 0
[pid=11079/tid=11081] ppid=11077 vsize=1784252 CPUtime=2.83
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 6422 0 1 0 279 4 0 0 25 0 13 0 120096292 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503400 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 120096293 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 120096293 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 120096296 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 120096296 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120096296 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1784252 CPUtime=0.33
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 766 0 0 0 33 0 0 0 17 0 13 0 120096300 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1784252 CPUtime=0.29
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1086 0 0 0 29 0 0 0 17 0 13 0 120096300 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1784252 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1827074048 7950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 1784252

[startup+6.3021 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11093
/proc/meminfo: memFree=1688160/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1783928 CPUtime=6.69
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 11636 0 1 0 662 7 0 0 18 0 13 0 120096290 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 445982 10481 1311 9 0 443594 0
[pid=11079/tid=11081] ppid=11077 vsize=1783928 CPUtime=6.03
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 9056 0 1 0 597 6 0 0 25 0 13 0 120096292 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647519 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 120096293 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 120096293 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 120096296 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 120096296 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120096296 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1783928 CPUtime=0.33
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 766 0 0 0 33 0 0 0 17 0 13 0 120096300 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1783928 CPUtime=0.3
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1087 0 0 0 30 0 0 0 16 0 13 0 120096300 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1826742272 10481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 1783928

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11093
/proc/meminfo: memFree=1666664/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1783928 CPUtime=13.09
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 16742 0 1 0 1300 9 0 0 18 0 13 0 120096290 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 445982 15579 1311 9 0 443594 0
[pid=11079/tid=11081] ppid=11077 vsize=1783928 CPUtime=12.42
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 14161 0 1 0 1234 8 0 0 25 0 13 0 120096292 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647388 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 120096293 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 120096293 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 120096296 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 120096296 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 120096296 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1783928 CPUtime=0.34
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 766 0 0 0 34 0 0 0 17 0 13 0 120096300 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1783928 CPUtime=0.31
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1088 0 0 0 31 0 0 0 16 0 13 0 120096300 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1826742272 15579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 1783928

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11093
/proc/meminfo: memFree=1627688/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1783928 CPUtime=25.89
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 26219 0 1 0 2575 14 0 0 18 0 13 0 120096290 1826742272 25001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 445982 25001 1311 9 0 443594 0
[pid=11079/tid=11081] ppid=11077 vsize=1783928 CPUtime=25.22
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 23638 0 1 0 2509 13 0 0 25 0 13 0 120096292 1826742272 25001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647519 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 120096293 1826742272 25001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1783928 CPUtime=0
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 120096293 1826742272 25001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11079/tid=11084] ppid=11077 vsize=1804416 CPUtime=12.27
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 36196 0 2 0 1198 29 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1804416 CPUtime=0.46
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 782 0 0 0 46 0 0 0 17 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1804416 CPUtime=0.39
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1204 0 0 0 39 0 0 0 16 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.11
Current children cumulated vsize (KiB) 1804416

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 11095
/proc/meminfo: memFree=1010984/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1804416 CPUtime=1674.03
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 506309 0 3 0 167136 267 0 0 18 0 13 0 120096290 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 451104 177986 1329 9 0 448716 0
[pid=11079/tid=11081] ppid=11077 vsize=1804416 CPUtime=1636.94
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 37741 0 1 0 163661 33 0 0 25 0 13 0 120096292 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543106 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1804416 CPUtime=12.01
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 220127 0 0 0 1099 102 0 0 21 0 13 0 120096293 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1804416 CPUtime=11.89
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 209535 0 0 0 1090 99 0 0 16 0 13 0 120096293 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=1804416 CPUtime=12.27
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 36196 0 2 0 1198 29 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1804416 CPUtime=0.46
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 782 0 0 0 46 0 0 0 17 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1804416 CPUtime=0.39
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1204 0 0 0 39 0 0 0 16 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.03
Current children cumulated vsize (KiB) 1804416

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 11095
/proc/meminfo: memFree=1011176/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1804416 CPUtime=1734.43
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 506310 0 3 0 173175 268 0 0 18 0 13 0 120096290 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 451104 177986 1329 9 0 448716 0
[pid=11079/tid=11081] ppid=11077 vsize=1804416 CPUtime=1696.47
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 37742 0 1 0 169613 34 0 0 25 0 13 0 120096292 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109537983 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1804416 CPUtime=12.45
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 220127 0 0 0 1142 103 0 0 20 0 13 0 120096293 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1804416 CPUtime=12.34
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 209535 0 0 0 1135 99 0 0 21 0 13 0 120096293 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=1804416 CPUtime=12.27
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 36196 0 2 0 1198 29 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1804416 CPUtime=0.46
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 782 0 0 0 46 0 0 0 16 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1804416 CPUtime=0.39
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1204 0 0 0 39 0 0 0 16 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1847721984 177986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.43
Current children cumulated vsize (KiB) 1804416

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11095
/proc/meminfo: memFree=1009832/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1804416 CPUtime=1795.08
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 508387 0 3 0 179238 270 0 0 18 0 13 0 120096290 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 451104 178308 1329 9 0 448716 0
[pid=11079/tid=11081] ppid=11077 vsize=1804416 CPUtime=1754.17
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 37744 0 1 0 175383 34 0 0 25 0 13 0 120096292 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1804416 CPUtime=13.13
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 220127 0 0 0 1210 103 0 0 16 0 13 0 120096293 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1804416 CPUtime=13
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 209535 0 0 0 1201 99 0 0 16 0 13 0 120096293 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=1804416 CPUtime=13.86
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 38271 0 2 0 1355 31 0 0 16 0 13 0 120096296 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1804416 CPUtime=0.46
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 782 0 0 0 46 0 0 0 16 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1804416 CPUtime=0.39
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1204 0 0 0 39 0 0 0 16 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.08
Current children cumulated vsize (KiB) 1804416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 11095
/proc/meminfo: memFree=1009832/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=1804416 CPUtime=1800.08
/proc/11079/stat : 11079 (java) S 11077 11079 10619 0 -1 0 508387 0 3 0 179738 270 0 0 18 0 13 0 120096290 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11079/statm: 451104 178308 1329 9 0 448716 0
[pid=11079/tid=11081] ppid=11077 vsize=1804416 CPUtime=1759.17
/proc/11079/task/11081/stat : 11081 (java) R 11077 11079 10619 0 -1 64 37744 0 1 0 175883 34 0 0 25 0 13 0 120096292 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548035 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11082] ppid=11077 vsize=1804416 CPUtime=13.13
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 10619 0 -1 64 220127 0 0 0 1210 103 0 0 16 0 13 0 120096293 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11083] ppid=11077 vsize=1804416 CPUtime=13
/proc/11079/task/11083/stat : 11083 (java) S 11077 11079 10619 0 -1 64 209535 0 0 0 1201 99 0 0 16 0 13 0 120096293 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=1804416 CPUtime=13.86
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 10619 0 -1 64 38271 0 2 0 1355 31 0 0 16 0 13 0 120096296 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11085] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 10619 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 10619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120096296 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=1804416 CPUtime=0.46
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 10619 0 -1 64 782 0 0 0 46 0 0 0 16 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11089] ppid=11077 vsize=1804416 CPUtime=0.39
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 10619 0 -1 64 1204 0 0 0 39 0 0 0 16 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 10619 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 10619 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120096300 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11079/tid=11093] ppid=11077 vsize=1804416 CPUtime=0
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 10619 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 120096341 1847721984 178308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1804416

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

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

[startup+1787.41 s]
/proc/loadavg: 1.08 1.02 1.01 2/80 11098
/proc/meminfo: memFree=1417880/2055920 swapFree=4184652/4192956
[pid=11079] ppid=11077 vsize=0 CPUtime=1800.19
/proc/11079/stat : 11079 (java) Z 11077 11079 10619 0 -1 1036 508405 0 3 0 179743 276 0 0 16 0 2 0 120096290 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11079/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.47
CPU time (s): 1800.25
CPU user time (s): 1797.44
CPU system time (s): 2.81157
CPU usage (%): 100.715
Max. virtual memory (cumulated for all children) (KiB): 1836420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.44
system time used= 2.81157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508405
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37210
involuntary context switches= 28103

runsolver used 1.78273 second user time and 4.77627 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Apr 16 11:10:46 UTC 2007

IDJOB= 354670
IDBENCH= 2878
IDSOLVER= 159
FILE ID= node44/354670-1176721846

PBS_JOBID= 4559485

Free space on /tmp= 66465 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m200_500_10_10.r.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354670-1176721846/sat4jPseudoResolution.jar /tmp/evaluation/354670-1176721846/instance-354670-1176721846.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-354670-1176721846 -o ROOT/results/node44/solver-354670-1176721846 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354670-1176721846/sat4jPseudoResolution.jar /tmp/evaluation/354670-1176721846/instance-354670-1176721846.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9ce5413471f93025df24c6fa43fb2680

RANDOM SEED= 649128230

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1723680 kB
Buffers:         17932 kB
Cached:         194416 kB
SwapCached:       2464 kB
Active:          95220 kB
Inactive:       180632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723680 kB
SwapTotal:     4192956 kB
SwapFree:      4184652 kB
Dirty:            3700 kB
Writeback:           0 kB
Mapped:          79060 kB
Slab:            41884 kB
Committed_AS:   408592 kB
PageTables:       1736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66465 MiB

End job on node44 on Mon Apr 16 11:40:35 UTC 2007