Trace number 3453989

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 Res//CP 2.3.0SAT (TO)-121 1800.22 962.707

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_1.opb
MD5SUM0945390fcac05113ffd57d1199a19e21
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-126
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -126
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint51
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31640
Sum of products size (including duplicates)63280
Number of different products15820
Sum of products size31640

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.09/0.09	c version 2.3.1.v20110525
0.09/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.09	c java.vm.version	19.1-b02
0.09/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.09	c sun.arch.data.model	64
0.09/0.09	c java.version		1.6.0_24
0.09/0.09	c os.name		Linux
0.09/0.09	c os.version		2.6.18-164.el5
0.09/0.09	c os.arch		amd64
0.09/0.09	c Free memory 		9996466904
0.09/0.09	c Max memory 		10048897024
0.09/0.09	c Total memory 		10048897024
0.09/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453989-1307194753.opb
0.10/0.11	c reading problem ... 
1.88/0.84	c ... done. Wall clock time 0.73s.
1.88/0.84	c #vars     16820
1.88/0.84	c #constraints  48460
1.88/0.84	c constraints type 
1.88/0.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15820
1.88/0.84	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1.88/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15820
1.88/0.84	c constraints type 
1.88/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15820
1.88/0.84	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1.88/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15820
2.67/1.02	c  And the winner is Resolution
2.83/1.37	c SATISFIABLE
2.83/1.37	c OPTIMIZING...
2.83/1.37	c Got one! Elapsed wall clock time (in seconds):1.252
2.83/1.37	o -106
3.39/1.54	c  And the winner is Resolution
3.68/1.88	c Got one! Elapsed wall clock time (in seconds):1.763
3.68/1.88	o -108
3.74/1.95	c  And the winner is Resolution
3.89/2.39	c Got one! Elapsed wall clock time (in seconds):2.275
3.89/2.39	o -109
4.25/2.55	c  And the winner is Resolution
4.40/2.90	c Got one! Elapsed wall clock time (in seconds):2.788
4.40/2.90	o -115
6.68/4.02	c cleaning 3044 clauses out of 6088 with flag 5001/6088
7.44/4.45	c  And the winner is Resolution
7.69/4.92	c Got one! Elapsed wall clock time (in seconds):4.806
7.69/4.92	o -116
9.29/5.70	c cleaning 4229 clauses out of 8461 with flag 4000/11505
11.58/6.98	c cleaning 5117 clauses out of 10233 with flag 10001/17506
14.48/8.46	c cleaning 6051 clauses out of 12116 with flag 17001/24506
15.53/9.05	c  And the winner is CuttingPlanes
15.64/9.45	c Got one! Elapsed wall clock time (in seconds):9.335
15.64/9.45	o -117
16.76/10.08	c cleaning 5578 clauses out of 11159 with flag 3001/29600
19.28/11.36	c cleaning 5788 clauses out of 11580 with flag 9000/35599
22.16/12.83	c cleaning 6391 clauses out of 12792 with flag 16000/42599
25.44/14.52	c cleaning 7198 clauses out of 14401 with flag 24000/50599
29.05/16.48	c cleaning 8098 clauses out of 16204 with flag 33001/59600
33.08/18.58	c cleaning 9041 clauses out of 18105 with flag 43000/69599
36.71/20.41	c  And the winner is Resolution
37.31/21.00	c Got one! Elapsed wall clock time (in seconds):20.892
37.31/21.00	o -118
39.15/21.99	c cleaning 10900 clauses out of 21806 with flag 5001/82341
41.75/23.33	c cleaning 8453 clauses out of 16905 with flag 11000/88340
44.71/24.98	c cleaning 7721 clauses out of 15452 with flag 18000/95340
48.34/26.81	c cleaning 7864 clauses out of 15732 with flag 26001/103341
51.95/28.74	c cleaning 8434 clauses out of 16867 with flag 35000/112340
56.17/30.97	c cleaning 9217 clauses out of 18433 with flag 45000/122340
61.11/33.54	c cleaning 10108 clauses out of 20216 with flag 56000/133340
66.54/36.35	c cleaning 11043 clauses out of 22108 with flag 68000/145340
72.08/39.21	c cleaning 12028 clauses out of 24065 with flag 81000/158340
78.27/42.44	c cleaning 13011 clauses out of 26037 with flag 95000/172340
78.79/42.83	c  And the winner is CuttingPlanes
78.83/43.29	c Got one! Elapsed wall clock time (in seconds):43.175
78.83/43.29	o -119
80.85/44.38	c cleaning 9142 clauses out of 18308 with flag 5002/177622
83.63/45.80	c cleaning 7575 clauses out of 15166 with flag 11002/183622
86.44/47.37	c cleaning 7293 clauses out of 14589 with flag 18000/190620
89.78/49.17	c cleaning 7649 clauses out of 15297 with flag 26001/198621
93.63/51.28	c cleaning 8316 clauses out of 16649 with flag 35002/207622
97.79/53.46	c cleaning 9166 clauses out of 18332 with flag 45001/217621
102.55/55.92	c cleaning 10076 clauses out of 20165 with flag 56000/228620
107.49/58.56	c cleaning 11037 clauses out of 22090 with flag 68001/240621
113.32/61.62	c cleaning 12019 clauses out of 24052 with flag 81000/253620
119.18/64.80	c cleaning 13011 clauses out of 26033 with flag 95000/267620
126.09/68.31	c cleaning 14004 clauses out of 28022 with flag 110000/282620
132.98/71.95	c cleaning 15009 clauses out of 30018 with flag 126000/298620
140.59/75.94	c cleaning 15997 clauses out of 32010 with flag 143001/315621
148.63/80.15	c cleaning 17002 clauses out of 34012 with flag 161000/333620
157.56/84.73	c cleaning 18001 clauses out of 36011 with flag 180001/352621
166.16/89.24	c cleaning 19004 clauses out of 38009 with flag 200000/372620
176.27/94.53	c cleaning 19988 clauses out of 40005 with flag 221000/393620
186.10/99.68	c cleaning 21003 clauses out of 42018 with flag 243001/415621
196.76/105.19	c cleaning 21997 clauses out of 44014 with flag 266000/438620
207.57/110.76	c cleaning 22999 clauses out of 46018 with flag 290001/462621
219.59/117.08	c cleaning 24006 clauses out of 48018 with flag 315000/487620
232.60/123.74	c cleaning 25001 clauses out of 50012 with flag 341000/513620
245.77/130.55	c cleaning 25997 clauses out of 52012 with flag 368001/540621
259.96/137.82	c cleaning 27001 clauses out of 54014 with flag 396000/568620
273.30/144.84	c cleaning 28007 clauses out of 56013 with flag 425000/597620
287.43/152.18	c cleaning 28997 clauses out of 58006 with flag 455000/627620
304.53/160.94	c cleaning 29994 clauses out of 60010 with flag 486001/658621
322.27/170.05	c cleaning 31003 clauses out of 62015 with flag 518000/690620
342.73/180.65	c cleaning 32003 clauses out of 64012 with flag 551000/723620
363.90/191.42	c cleaning 32505 clauses out of 65009 with flag 584000/756620
379.12/199.36	c cleaning 32753 clauses out of 65505 with flag 617001/789621
395.58/207.88	c cleaning 32869 clauses out of 65751 with flag 650000/822620
413.31/217.16	c cleaning 32941 clauses out of 65882 with flag 683000/855620
432.29/226.93	c cleaning 32971 clauses out of 65941 with flag 716000/888620
450.30/236.27	c cleaning 32981 clauses out of 65970 with flag 749000/921620
468.28/245.56	c cleaning 32994 clauses out of 65990 with flag 782001/954621
486.46/255.10	c cleaning 32977 clauses out of 65995 with flag 815000/987620
506.42/265.37	c cleaning 33005 clauses out of 66019 with flag 848001/1020621
524.02/274.49	c cleaning 32998 clauses out of 66013 with flag 881000/1053620
530.00/277.76	c  And the winner is CuttingPlanes
530.12/278.19	c Got one! Elapsed wall clock time (in seconds):278.08
530.12/278.19	o -120
533.14/279.75	c cleaning 25229 clauses out of 50465 with flag 5000/1071070
536.86/282.02	c cleaning 15614 clauses out of 31238 with flag 11002/1077072
540.24/284.08	c cleaning 11302 clauses out of 22622 with flag 18000/1084070
544.18/286.34	c cleaning 9658 clauses out of 19320 with flag 26000/1092070
548.52/288.84	c cleaning 9327 clauses out of 18663 with flag 35001/1101071
553.39/291.76	c cleaning 9661 clauses out of 19335 with flag 45000/1111070
558.52/294.60	c cleaning 10337 clauses out of 20675 with flag 56001/1122071
564.05/297.78	c cleaning 11165 clauses out of 22337 with flag 68000/1134070
570.18/301.13	c cleaning 12078 clauses out of 24172 with flag 81000/1147070
577.30/305.14	c cleaning 13047 clauses out of 26094 with flag 95000/1161070
584.45/309.06	c cleaning 14023 clauses out of 28048 with flag 110001/1176071
591.75/313.06	c cleaning 15010 clauses out of 30024 with flag 126000/1192070
599.47/317.27	c cleaning 16005 clauses out of 32014 with flag 143000/1209070
608.33/322.18	c cleaning 17001 clauses out of 34009 with flag 161000/1227070
617.32/326.99	c cleaning 17999 clauses out of 36009 with flag 180001/1246071
626.27/331.78	c cleaning 19005 clauses out of 38010 with flag 200001/1266071
636.37/337.12	c cleaning 20003 clauses out of 40005 with flag 221001/1287071
648.17/343.57	c cleaning 20996 clauses out of 42001 with flag 243000/1309070
659.87/349.79	c cleaning 22003 clauses out of 44006 with flag 266001/1332071
670.94/355.69	c cleaning 22993 clauses out of 46002 with flag 290000/1356070
683.42/362.22	c cleaning 23996 clauses out of 48010 with flag 315001/1381071
697.26/369.69	c cleaning 25002 clauses out of 50013 with flag 341000/1407070
710.93/376.87	c cleaning 26000 clauses out of 52012 with flag 368001/1434071
725.99/384.71	c cleaning 27004 clauses out of 54012 with flag 396001/1462071
739.24/391.78	c cleaning 27995 clauses out of 56008 with flag 425001/1491071
754.53/399.98	c cleaning 29001 clauses out of 58012 with flag 455000/1521070
771.17/408.65	c cleaning 30001 clauses out of 60012 with flag 486001/1552071
789.21/418.09	c cleaning 30999 clauses out of 62010 with flag 518000/1584070
807.39/427.53	c cleaning 32003 clauses out of 64011 with flag 551000/1617070
827.84/438.33	c cleaning 32501 clauses out of 65008 with flag 584000/1650070
843.22/446.44	c cleaning 32750 clauses out of 65507 with flag 617000/1683070
860.11/455.25	c cleaning 32878 clauses out of 65757 with flag 650000/1716070
877.13/464.12	c cleaning 32926 clauses out of 65879 with flag 683000/1749070
895.95/474.15	c cleaning 32968 clauses out of 65953 with flag 716000/1782070
914.46/483.83	c cleaning 32984 clauses out of 65986 with flag 749001/1815071
932.78/493.41	c cleaning 32990 clauses out of 66002 with flag 782001/1848071
951.49/503.27	c cleaning 33001 clauses out of 66011 with flag 815000/1881070
971.62/513.94	c cleaning 33006 clauses out of 66012 with flag 848002/1914072
991.70/524.43	c cleaning 32994 clauses out of 66005 with flag 881001/1947071
1006.81/532.45	c cleaning 33000 clauses out of 66011 with flag 914001/1980071
1023.04/541.00	c cleaning 32998 clauses out of 66010 with flag 947000/2013070
1040.89/550.60	c cleaning 33004 clauses out of 66012 with flag 980000/2046070
1060.65/561.01	c cleaning 33000 clauses out of 66008 with flag 1013000/2079070
1079.34/570.76	c cleaning 32990 clauses out of 66008 with flag 1046000/2112070
1098.80/580.93	c cleaning 32998 clauses out of 66019 with flag 1079001/2145071
1116.43/590.34	c cleaning 32992 clauses out of 66020 with flag 1112000/2178070
1134.30/599.70	c cleaning 33006 clauses out of 66028 with flag 1145000/2211070
1152.58/609.34	c cleaning 33009 clauses out of 66022 with flag 1178000/2244070
1170.23/618.64	c cleaning 32998 clauses out of 66013 with flag 1211000/2277070
1189.39/628.81	c cleaning 32997 clauses out of 66015 with flag 1244000/2310070
1207.22/638.22	c cleaning 33001 clauses out of 66018 with flag 1277000/2343070
1225.85/648.03	c cleaning 33002 clauses out of 66018 with flag 1310001/2376071
1242.47/656.85	c cleaning 33002 clauses out of 66017 with flag 1343002/2409072
1258.65/665.64	c cleaning 32999 clauses out of 66014 with flag 1376001/2442071
1276.20/674.90	c cleaning 32991 clauses out of 66015 with flag 1409001/2475071
1294.07/684.28	c cleaning 33001 clauses out of 66024 with flag 1442001/2508071
1310.83/693.15	c cleaning 33001 clauses out of 66022 with flag 1475000/2541070
1330.75/703.87	c cleaning 32996 clauses out of 66021 with flag 1508000/2574070
1348.13/713.05	c cleaning 32992 clauses out of 66025 with flag 1541000/2607070
1367.08/723.05	c cleaning 33012 clauses out of 66034 with flag 1574001/2640071
1386.16/733.06	c cleaning 32998 clauses out of 66021 with flag 1607000/2673070
1403.88/742.69	c cleaning 33000 clauses out of 66023 with flag 1640000/2706070
1422.84/752.68	c cleaning 33000 clauses out of 66024 with flag 1673001/2739071
1442.37/762.91	c cleaning 33008 clauses out of 66023 with flag 1706000/2772070
1460.48/772.52	c cleaning 33002 clauses out of 66015 with flag 1739000/2805070
1467.10/776.65	c cleaning 0 clauses out of 7107 with flag 0/7108
1481.45/784.33	c cleaning 33002 clauses out of 66014 with flag 1772001/2838071
1500.30/794.38	c cleaning 32994 clauses out of 66012 with flag 1805001/2871071
1520.38/804.93	c cleaning 32991 clauses out of 66018 with flag 1838001/2904071
1540.88/815.90	c cleaning 33003 clauses out of 66026 with flag 1871000/2937070
1559.63/825.81	c cleaning 33005 clauses out of 66023 with flag 1904000/2970070
1580.49/836.85	c cleaning 32997 clauses out of 66018 with flag 1937000/3003070
1581.73/837.97	c  And the winner is CuttingPlanes
1581.87/838.40	c Got one! Elapsed wall clock time (in seconds):838.291
1581.87/838.40	o -121
1584.66/839.82	c cleaning 19188 clauses out of 38390 with flag 5001/3008439
1588.62/842.60	c cleaning 12598 clauses out of 25201 with flag 11000/3014438
1592.59/845.04	c cleaning 9798 clauses out of 19604 with flag 18001/3021439
1596.74/847.67	c cleaning 8896 clauses out of 17805 with flag 26000/3029438
1601.47/850.58	c cleaning 8949 clauses out of 17910 with flag 35001/3038439
1607.12/854.13	c cleaning 9478 clauses out of 18961 with flag 45001/3048439
1612.79/857.50	c cleaning 10241 clauses out of 20482 with flag 56000/3059438
1618.66/861.07	c cleaning 11115 clauses out of 22242 with flag 68001/3071439
1625.12/864.89	c cleaning 12052 clauses out of 24126 with flag 81000/3084438
1632.51/869.36	c cleaning 13033 clauses out of 26074 with flag 95000/3098438
1640.16/873.74	c cleaning 14011 clauses out of 28042 with flag 110001/3113439
1647.81/878.17	c cleaning 15015 clauses out of 30030 with flag 126000/3129438
1656.27/882.97	c cleaning 16000 clauses out of 32015 with flag 143000/3146438
1665.84/888.57	c cleaning 17006 clauses out of 34016 with flag 161001/3164439
1675.48/893.98	c cleaning 18005 clauses out of 36010 with flag 180001/3183439
1685.32/899.41	c cleaning 18993 clauses out of 38004 with flag 200000/3203438
1695.80/905.23	c cleaning 20001 clauses out of 40011 with flag 221000/3224438
1707.35/911.83	c cleaning 21002 clauses out of 42010 with flag 243000/3246438
1719.37/918.44	c cleaning 21996 clauses out of 44009 with flag 266001/3269439
1730.77/924.79	c cleaning 23001 clauses out of 46013 with flag 290001/3293439
1743.40/931.63	c cleaning 24005 clauses out of 48011 with flag 315000/3318438
1757.87/939.74	c cleaning 24986 clauses out of 50006 with flag 341000/3344438
1771.66/947.25	c cleaning 26007 clauses out of 52021 with flag 368001/3371439
1787.68/955.82	c cleaning 27000 clauses out of 54014 with flag 396001/3399439
1800.08/962.62	c starts		: 43
1800.08/962.62	c conflicts		: 7876
1800.08/962.62	c decisions		: 17896
1800.08/962.62	c propagations		: 167819
1800.08/962.62	c inspects		: 270182809
1800.08/962.62	c shortcuts		: 0
1800.08/962.62	c learnt literals	: 0
1800.08/962.62	c learnt binary clauses	: 0
1800.08/962.62	c learnt ternary clauses	: 0
1800.08/962.62	c learnt constraints	: 7874
1800.08/962.62	c ignored constraints	: 0
1800.08/962.62	c root simplifications	: 0
1800.08/962.62	c removed literals (reason simplification)	: 0
1800.08/962.62	c reason swapping (by a shorter reason)	: 0
1800.08/962.62	c Calls to reduceDB	: 1
1800.08/962.62	c number of reductions to clauses (during analyze)	: 0
1800.08/962.62	c number of learned constraints concerned by reduction	: 0
1800.08/962.62	c number of learning phase by resolution	: 0
1800.08/962.62	c number of learning phase by cutting planes	: 0
1800.08/962.62	c speed (assignments/second)	: 1351.0147564343044
1800.08/962.62	c non guided choices	0
1800.08/962.63	c learnt constraints type 
1800.08/962.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
1800.08/962.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7322
1800.08/962.63	c constraints type 
1800.08/962.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15820
1800.08/962.63	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.08/962.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/962.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15820
1800.08/962.63	c constraints type 
1800.08/962.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15820
1800.08/962.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/962.63	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1800.08/962.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15820
1800.08/962.63	s SATISFIABLE
1800.08/962.63	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 x384 x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 x448 x449 -x450 x451 -x452 -x453 x454 -x455 x456 -x457 -x458 -x459 x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 -x503 -x504 x505 x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 x583 -x584 -x585 x586 -x587 -x588 -x589 -x590 -x591 x592 -x593 x594 -x595 x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 x620 -x621 -x622 -x623 -x624 x625 -x626 -x627 -x628 -x629 -x630 x631 -x632 x633 x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 x648 -x649 x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 x687 -x688 -x689 -x690 x691 -x692 x693 -x694 x695 -x696 -x697 -x698 -x699 -x700 -x701 x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 x712 -x713 -x714 -x715 -x716 -x717 -x718 x719 x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 x736 -x737 x738 -x739 -x740 -x741 -x742 -x743 -x744 x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 x762 -x763 x764 -x765 x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 x795 -x796 -x797 -x798 -x799 x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 x810 -x811 -x812 x813 -x814 x815 x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 x836 -x837 -x838 x839 -x840 -x841 -x842 x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 x853 x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 x876 -x877 -x878 x879 -x880 -x881 -x882 x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 x892 -x893 -x894 -x895 -x896 -x897 x898 -x899 -x900 -x901 -x902 -x903 x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 x912 x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 x923 -x924 -x925 x926 -x927 x928 -x929 -x930 x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 x942 -x943 -x944 -x945 -x946 -x947 x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 x956 x957 -x958 -x959 -x960 -x961 x962 -x963 x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 x976 x977 -x978 -x979 -x980 -x981 -x982 -x983 x984 -x985 x986 -x987 -x988 -x989 -x990 x991 -x992 -x993 -x994 x995 x996 -x997 -x998 -x999 -x1000 
1800.08/962.63	c objective function=-121
1800.08/962.63	c Total wall clock time (in seconds): 962.518

Verifier Data

OK	-121

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 2.70 3.32 2/488 23476
/proc/meminfo: memFree=21377160/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 3927 0 1 0 0 0 0 0 18 0 2 0 563666559 10694979584 3628 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2611079 3642 917 9 0 2602235 0
[pid=23476/tid=23478] ppid=23474 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) R 23474 23476 17058 0 -1 4202560 6767 0 1 0 0 0 0 0 19 0 2 0 563666560 10694979584 7583 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0902919 s]
/proc/loadavg: 1.97 2.70 3.32 2/488 23476
/proc/meminfo: memFree=21377160/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10540396 CPUtime=0.09 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 12811 0 1 0 8 1 0 0 18 0 18 0 563666559 10793365504 12507 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2635099 12507 2063 9 0 2625833 0
[pid=23476/tid=23478] ppid=23474 vsize=10540396 CPUtime=0.06 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) R 23474 23476 17058 0 -1 4202560 10950 0 1 0 6 0 0 0 18 0 18 0 563666560 10793365504 12507 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268660658021 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540396

[startup+0.100291 s]
/proc/loadavg: 1.97 2.70 3.32 2/488 23476
/proc/meminfo: memFree=21377160/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10540396 CPUtime=0.1 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 13025 0 1 0 9 1 0 0 18 0 18 0 563666559 10793365504 12721 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2635099 12721 2093 9 0 2625833 0
[pid=23476/tid=23478] ppid=23474 vsize=10540396 CPUtime=0.07 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) R 23474 23476 17058 0 -1 4202560 11106 0 1 0 7 0 0 0 18 0 18 0 563666560 10793365504 12721 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268660323361 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540396

[startup+0.300251 s]
/proc/loadavg: 1.97 2.70 3.32 2/488 23476
/proc/meminfo: memFree=21377160/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10542444 CPUtime=0.46 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 15418 0 1 0 45 1 0 0 18 0 18 0 563666559 10795462656 15098 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2635611 15099 2208 9 0 2626345 0
[pid=23476/tid=23478] ppid=23474 vsize=10542444 CPUtime=0.28 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) R 23474 23476 17058 0 -1 4202560 12910 0 1 0 27 1 0 0 18 0 18 0 563666560 10795462656 15099 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912505590884 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542444

[startup+0.700188 s]
/proc/loadavg: 1.97 2.70 3.32 2/488 23476
/proc/meminfo: memFree=21377160/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10558996 CPUtime=1.58 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 36109 0 1 0 155 3 0 0 18 0 18 0 563666559 10812411904 30499 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2639749 30502 2234 9 0 2630483 0
[pid=23476/tid=23478] ppid=23474 vsize=10558996 CPUtime=0.67 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) R 23474 23476 17058 0 -1 4202560 21596 0 1 0 65 2 0 0 18 0 18 0 563666560 10812411904 30503 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912505636689 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 10558996

[startup+1.50101 s]
/proc/loadavg: 2.13 2.72 3.33 7/528 23522
/proc/meminfo: memFree=21163956/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10563108 CPUtime=3.39 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 50356 0 1 0 334 5 0 0 18 0 22 0 563666559 10816622592 44744 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2640777 44744 2247 9 0 2631511 0
[pid=23476/tid=23478] ppid=23474 vsize=10563108 CPUtime=0.84 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) S 23474 23476 17058 0 -1 4202560 30680 0 1 0 81 3 0 0 17 0 22 0 563666560 10816622592 44744 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23488] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23488/stat : 23488 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 563666561 10816622592 44746 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23489] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23489/stat : 23489 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 44746 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23490] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23490/stat : 23490 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 44746 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23491] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23491/stat : 23491 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 44747 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23492] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23492/stat : 23492 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 44748 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23493] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23493/stat : 23493 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 44748 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23494] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23494/stat : 23494 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 44748 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23495] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23495/stat : 23495 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 563666561 10816622592 44749 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23499] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23499/stat : 23499 (java) S 23474 23476 17058 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 563666562 10816622592 44749 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 0 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23500] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23500/stat : 23500 (java) S 23474 23476 17058 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 22 0 563666563 10816622592 44749 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23501] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23501/stat : 23501 (java) S 23474 23476 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563666563 10816622592 44749 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23504] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23504/stat : 23504 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563666565 10816622592 44750 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672485809 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23505] ppid=23474 vsize=10563108 CPUtime=0.96 cores=1,3,5,7
/proc/23476/task/23505/stat : 23505 (java) R 23474 23476 17058 0 -1 4202560 6757 0 0 0 96 0 0 0 15 0 22 0 563666565 10816622592 44750 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46953034676543 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23476/tid=23509] ppid=23474 vsize=10563108 CPUtime=0.94 cores=1,3,5,7
/proc/23476/task/23509/stat : 23509 (java) R 23474 23476 17058 0 -1 4202560 7006 0 0 0 94 0 0 0 17 0 22 0 563666565 10816622592 44750 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46953036707039 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23476/tid=23510] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23510/stat : 23510 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666565 10816622592 44750 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23511] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23511/stat : 23511 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563666565 10816622592 44751 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23521] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23521/stat : 23521 (java) S 23474 23476 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563666650 10816622592 44751 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 10563108

[startup+3.10073 s]
/proc/loadavg: 2.13 2.72 3.33 3/525 23534
/proc/meminfo: memFree=21093548/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10563108 CPUtime=4.84 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 72813 0 1 0 476 8 0 0 18 0 22 0 563666559 10816622592 67200 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2640777 67200 2247 9 0 2631511 0
[pid=23476/tid=23478] ppid=23474 vsize=10563108 CPUtime=0.86 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) S 23474 23476 17058 0 -1 4202560 30956 0 1 0 83 3 0 0 16 0 22 0 563666560 10816622592 67200 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23488] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23488/stat : 23488 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 563666561 10816622592 67200 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23489] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23489/stat : 23489 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 67200 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23490] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23490/stat : 23490 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 67201 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23491] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23491/stat : 23491 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 67201 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23492] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23492/stat : 23492 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 67201 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23493] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23493/stat : 23493 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 67201 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23494] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23494/stat : 23494 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666561 10816622592 67201 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23495] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23495/stat : 23495 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 563666561 10816622592 67201 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23499] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23499/stat : 23499 (java) S 23474 23476 17058 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 563666562 10816622592 67201 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 0 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23500] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23500/stat : 23500 (java) S 23474 23476 17058 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 22 0 563666563 10816622592 67202 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23501] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23501/stat : 23501 (java) S 23474 23476 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563666563 10816622592 67202 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23504] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23504/stat : 23504 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563666565 10816622592 67202 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672485809 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23505] ppid=23474 vsize=10563108 CPUtime=1.14 cores=1,3,5,7
/proc/23476/task/23505/stat : 23505 (java) S 23474 23476 17058 0 -1 4202560 6781 0 0 0 114 0 0 0 15 0 22 0 563666565 10816622592 67202 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23509] ppid=23474 vsize=10563108 CPUtime=1.13 cores=1,3,5,7
/proc/23476/task/23509/stat : 23509 (java) S 23474 23476 17058 0 -1 4202560 7032 0 0 0 113 0 0 0 15 0 22 0 563666565 10816622592 67202 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23510] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23510/stat : 23510 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666565 10816622592 67202 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23511] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23511/stat : 23511 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563666565 10816622592 67202 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23521] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23521/stat : 23521 (java) S 23474 23476 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563666650 10816622592 67202 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 10563108

[startup+6.30121 s]
/proc/loadavg: 2.13 2.72 3.33 9/531 23549
/proc/meminfo: memFree=20303212/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10563108 CPUtime=10.39 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 163611 0 1 0 1020 19 0 0 18 0 22 0 563666559 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2640777 157170 2273 9 0 2631511 0
[pid=23476/tid=23478] ppid=23474 vsize=10563108 CPUtime=0.87 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) S 23474 23476 17058 0 -1 4202560 31003 0 1 0 84 3 0 0 15 0 22 0 563666560 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23488] ppid=23474 vsize=10563108 CPUtime=0.01 cores=1,3,5,7
/proc/23476/task/23488/stat : 23488 (java) S 23474 23476 17058 0 -1 4202560 1859 0 0 0 1 0 0 0 16 0 22 0 563666561 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23489] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23489/stat : 23489 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563666561 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23490] ppid=23474 vsize=10563108 CPUtime=0.01 cores=1,3,5,7
/proc/23476/task/23490/stat : 23490 (java) S 23474 23476 17058 0 -1 4202560 2014 0 0 0 1 0 0 0 16 0 22 0 563666561 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23491] ppid=23474 vsize=10563108 CPUtime=0.01 cores=1,3,5,7
/proc/23476/task/23491/stat : 23491 (java) S 23474 23476 17058 0 -1 4202560 2371 0 0 0 1 0 0 0 18 0 22 0 563666561 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23492] ppid=23474 vsize=10563108 CPUtime=0.04 cores=1,3,5,7
/proc/23476/task/23492/stat : 23492 (java) S 23474 23476 17058 0 -1 4202560 4609 0 0 0 4 0 0 0 18 0 22 0 563666561 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23493] ppid=23474 vsize=10563108 CPUtime=0.03 cores=1,3,5,7
/proc/23476/task/23493/stat : 23493 (java) S 23474 23476 17058 0 -1 4202560 2876 0 0 0 3 0 0 0 18 0 22 0 563666561 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23494] ppid=23474 vsize=10563108 CPUtime=0.03 cores=1,3,5,7
/proc/23476/task/23494/stat : 23494 (java) S 23474 23476 17058 0 -1 4202560 4859 0 0 0 3 0 0 0 18 0 22 0 563666561 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23495] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23495/stat : 23495 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563666561 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23499] ppid=23474 vsize=10563108 CPUtime=0.25 cores=1,3,5,7
/proc/23476/task/23499/stat : 23499 (java) S 23474 23476 17058 0 -1 4202560 16931 0 0 0 24 1 0 0 15 0 22 0 563666562 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 0 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23500] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23500/stat : 23500 (java) S 23474 23476 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563666563 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23501] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23501/stat : 23501 (java) S 23474 23476 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 563666563 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23504] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23504/stat : 23504 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563666565 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672485809 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23505] ppid=23474 vsize=10563108 CPUtime=1.23 cores=1,3,5,7
/proc/23476/task/23505/stat : 23505 (java) S 23474 23476 17058 0 -1 4202560 6800 0 0 0 123 0 0 0 16 0 22 0 563666565 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23509] ppid=23474 vsize=10563108 CPUtime=1.16 cores=1,3,5,7
/proc/23476/task/23509/stat : 23509 (java) S 23474 23476 17058 0 -1 4202560 7037 0 0 0 116 0 0 0 15 0 22 0 563666565 10816622592 157170 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0

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

[pid=23476/tid=23806] ppid=23474 vsize=10563108 CPUtime=472.85 cores=1,3,5,7
/proc/23476/task/23806/stat : 23806 (java) R 23474 23476 17058 0 -1 4202560 52 0 0 0 47285 0 0 0 25 0 22 0 563694379 10816622592 477651 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912506334098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23476/tid=23807] ppid=23474 vsize=10563108 CPUtime=472.88 cores=1,3,5,7
/proc/23476/task/23807/stat : 23807 (java) R 23474 23476 17058 0 -1 4202560 0 0 0 0 47288 0 0 0 25 0 22 0 563694379 10816622592 477651 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912506414641 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23476/tid=23808] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23808/stat : 23808 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563694379 10816622592 477651 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1552.63
Current children cumulated vsize (KiB) 10563108

[startup+882.301 s]
/proc/loadavg: 3.54 3.56 3.52 5/531 23827
/proc/meminfo: memFree=18743264/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10563108 CPUtime=1655.07 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 484437 0 1 0 165451 56 0 0 18 0 22 0 563666559 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2640777 477676 2274 9 0 2631511 0
[pid=23476/tid=23478] ppid=23474 vsize=10563108 CPUtime=0.91 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) S 23474 23476 17058 0 -1 4202560 31055 0 1 0 88 3 0 0 15 0 22 0 563666560 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23488] ppid=23474 vsize=10563108 CPUtime=1.84 cores=1,3,5,7
/proc/23476/task/23488/stat : 23488 (java) S 23474 23476 17058 0 -1 4202560 8244 0 0 0 184 0 0 0 16 0 22 0 563666561 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23489] ppid=23474 vsize=10563108 CPUtime=1.35 cores=1,3,5,7
/proc/23476/task/23489/stat : 23489 (java) S 23474 23476 17058 0 -1 4202560 3550 0 0 0 135 0 0 0 16 0 22 0 563666561 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23490] ppid=23474 vsize=10563108 CPUtime=1.4 cores=1,3,5,7
/proc/23476/task/23490/stat : 23490 (java) S 23474 23476 17058 0 -1 4202560 5932 0 0 0 140 0 0 0 16 0 22 0 563666561 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23491] ppid=23474 vsize=10563108 CPUtime=1.49 cores=1,3,5,7
/proc/23476/task/23491/stat : 23491 (java) S 23474 23476 17058 0 -1 4202560 4458 0 0 0 149 0 0 0 16 0 22 0 563666561 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23492] ppid=23474 vsize=10563108 CPUtime=1.43 cores=1,3,5,7
/proc/23476/task/23492/stat : 23492 (java) S 23474 23476 17058 0 -1 4202560 8785 0 0 0 142 1 0 0 16 0 22 0 563666561 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23493] ppid=23474 vsize=10563108 CPUtime=1.8 cores=1,3,5,7
/proc/23476/task/23493/stat : 23493 (java) S 23474 23476 17058 0 -1 4202560 10239 0 0 0 179 1 0 0 16 0 22 0 563666561 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23494] ppid=23474 vsize=10563108 CPUtime=1.9 cores=1,3,5,7
/proc/23476/task/23494/stat : 23494 (java) S 23474 23476 17058 0 -1 4202560 8151 0 0 0 189 1 0 0 16 0 22 0 563666561 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23495] ppid=23474 vsize=10563108 CPUtime=1.62 cores=1,3,5,7
/proc/23476/task/23495/stat : 23495 (java) S 23474 23476 17058 0 -1 4202560 6738 0 0 0 161 1 0 0 16 0 22 0 563666561 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23499] ppid=23474 vsize=10563108 CPUtime=109.53 cores=1,3,5,7
/proc/23476/task/23499/stat : 23499 (java) S 23474 23476 17058 0 -1 4202560 184141 0 0 0 10936 17 0 0 15 0 22 0 563666562 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 0 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23500] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23500/stat : 23500 (java) S 23474 23476 17058 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 563666563 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23501] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23501/stat : 23501 (java) S 23474 23476 17058 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 563666563 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23504] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23504/stat : 23504 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563666565 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672485809 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23505] ppid=23474 vsize=10563108 CPUtime=1.62 cores=1,3,5,7
/proc/23476/task/23505/stat : 23505 (java) S 23474 23476 17058 0 -1 4202560 6844 0 0 0 162 0 0 0 15 0 22 0 563666565 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23509] ppid=23474 vsize=10563108 CPUtime=1.23 cores=1,3,5,7
/proc/23476/task/23509/stat : 23509 (java) S 23474 23476 17058 0 -1 4202560 7037 0 0 0 123 0 0 0 16 0 22 0 563666565 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23510] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23510/stat : 23510 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666565 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23511] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23511/stat : 23511 (java) S 23474 23476 17058 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 563666565 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23612] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23612/stat : 23612 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563668660 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23824] ppid=23474 vsize=10563108 CPUtime=28.48 cores=1,3,5,7
/proc/23476/task/23824/stat : 23824 (java) R 23474 23476 17058 0 -1 4202560 0 0 0 0 2848 0 0 0 24 0 22 0 563750400 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912506342383 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23476/tid=23825] ppid=23474 vsize=10563108 CPUtime=28.48 cores=1,3,5,7
/proc/23476/task/23825/stat : 23825 (java) R 23474 23476 17058 0 -1 4202560 0 0 0 0 2848 0 0 0 24 0 22 0 563750400 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912506246843 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23476/tid=23826] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23826/stat : 23826 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 563750400 10816622592 477676 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1655.07
Current children cumulated vsize (KiB) 10563108

[startup+942.301 s]
/proc/loadavg: 3.29 3.50 3.50 5/531 23829
/proc/meminfo: memFree=18729344/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10563108 CPUtime=1761.86 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 484487 0 1 0 176130 56 0 0 18 0 22 0 563666559 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2640777 477708 2274 9 0 2631511 0
[pid=23476/tid=23478] ppid=23474 vsize=10563108 CPUtime=0.91 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) S 23474 23476 17058 0 -1 4202560 31065 0 1 0 88 3 0 0 15 0 22 0 563666560 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23488] ppid=23474 vsize=10563108 CPUtime=1.95 cores=1,3,5,7
/proc/23476/task/23488/stat : 23488 (java) S 23474 23476 17058 0 -1 4202560 8244 0 0 0 195 0 0 0 15 0 22 0 563666561 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23489] ppid=23474 vsize=10563108 CPUtime=1.46 cores=1,3,5,7
/proc/23476/task/23489/stat : 23489 (java) S 23474 23476 17058 0 -1 4202560 3550 0 0 0 145 1 0 0 16 0 22 0 563666561 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23490] ppid=23474 vsize=10563108 CPUtime=1.54 cores=1,3,5,7
/proc/23476/task/23490/stat : 23490 (java) S 23474 23476 17058 0 -1 4202560 5939 0 0 0 154 0 0 0 15 0 22 0 563666561 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23491] ppid=23474 vsize=10563108 CPUtime=1.69 cores=1,3,5,7
/proc/23476/task/23491/stat : 23491 (java) S 23474 23476 17058 0 -1 4202560 4461 0 0 0 169 0 0 0 16 0 22 0 563666561 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23492] ppid=23474 vsize=10563108 CPUtime=1.58 cores=1,3,5,7
/proc/23476/task/23492/stat : 23492 (java) S 23474 23476 17058 0 -1 4202560 8787 0 0 0 157 1 0 0 16 0 22 0 563666561 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23493] ppid=23474 vsize=10563108 CPUtime=2 cores=1,3,5,7
/proc/23476/task/23493/stat : 23493 (java) S 23474 23476 17058 0 -1 4202560 10244 0 0 0 199 1 0 0 16 0 22 0 563666561 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23494] ppid=23474 vsize=10563108 CPUtime=2.11 cores=1,3,5,7
/proc/23476/task/23494/stat : 23494 (java) S 23474 23476 17058 0 -1 4202560 8157 0 0 0 210 1 0 0 16 0 22 0 563666561 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23495] ppid=23474 vsize=10563108 CPUtime=1.81 cores=1,3,5,7
/proc/23476/task/23495/stat : 23495 (java) S 23474 23476 17058 0 -1 4202560 6747 0 0 0 180 1 0 0 16 0 22 0 563666561 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23499] ppid=23474 vsize=10563108 CPUtime=123.31 cores=1,3,5,7
/proc/23476/task/23499/stat : 23499 (java) S 23474 23476 17058 0 -1 4202560 184146 0 0 0 12314 17 0 0 15 0 22 0 563666562 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 0 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23500] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23500/stat : 23500 (java) S 23474 23476 17058 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 563666563 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23501] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23501/stat : 23501 (java) S 23474 23476 17058 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 563666563 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23504] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23504/stat : 23504 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563666565 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672485809 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23505] ppid=23474 vsize=10563108 CPUtime=1.62 cores=1,3,5,7
/proc/23476/task/23505/stat : 23505 (java) S 23474 23476 17058 0 -1 4202560 6844 0 0 0 162 0 0 0 15 0 22 0 563666565 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23509] ppid=23474 vsize=10563108 CPUtime=1.23 cores=1,3,5,7
/proc/23476/task/23509/stat : 23509 (java) S 23474 23476 17058 0 -1 4202560 7037 0 0 0 123 0 0 0 16 0 22 0 563666565 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23510] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23510/stat : 23510 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666565 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23511] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23511/stat : 23511 (java) S 23474 23476 17058 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 563666565 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23612] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23612/stat : 23612 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563668660 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23824] ppid=23474 vsize=10563108 CPUtime=74.34 cores=1,3,5,7
/proc/23476/task/23824/stat : 23824 (java) R 23474 23476 17058 0 -1 4202560 0 0 0 0 7434 0 0 0 19 0 22 0 563750400 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912506214016 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23476/tid=23825] ppid=23474 vsize=10563108 CPUtime=74.34 cores=1,3,5,7
/proc/23476/task/23825/stat : 23825 (java) R 23474 23476 17058 0 -1 4202560 0 0 0 0 7434 0 0 0 19 0 22 0 563750400 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912506250582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23476/tid=23826] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23826/stat : 23826 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 563750400 10816622592 477708 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1761.86
Current children cumulated vsize (KiB) 10563108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+962.601 s]
/proc/loadavg: 3.43 3.52 3.50 4/531 23830
/proc/meminfo: memFree=18725744/32951124 swapFree=46575304/67111528
[pid=23476] ppid=23474 vsize=10563108 CPUtime=1800.08 cores=1,3,5,7
/proc/23476/stat : 23476 (java) S 23474 23476 17058 0 -1 4202496 484518 0 1 0 179952 56 0 0 18 0 22 0 563666559 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23476/statm: 2640777 477737 2274 9 0 2631511 0
[pid=23476/tid=23478] ppid=23474 vsize=10563108 CPUtime=0.91 cores=1,3,5,7
/proc/23476/task/23478/stat : 23478 (java) S 23474 23476 17058 0 -1 4202560 31067 0 1 0 88 3 0 0 15 0 22 0 563666560 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23488] ppid=23474 vsize=10563108 CPUtime=2 cores=1,3,5,7
/proc/23476/task/23488/stat : 23488 (java) S 23474 23476 17058 0 -1 4202560 8257 0 0 0 200 0 0 0 16 0 22 0 563666561 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23489] ppid=23474 vsize=10563108 CPUtime=1.47 cores=1,3,5,7
/proc/23476/task/23489/stat : 23489 (java) S 23474 23476 17058 0 -1 4202560 3550 0 0 0 146 1 0 0 15 0 22 0 563666561 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23490] ppid=23474 vsize=10563108 CPUtime=1.58 cores=1,3,5,7
/proc/23476/task/23490/stat : 23490 (java) S 23474 23476 17058 0 -1 4202560 5943 0 0 0 158 0 0 0 15 0 22 0 563666561 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23491] ppid=23474 vsize=10563108 CPUtime=1.69 cores=1,3,5,7
/proc/23476/task/23491/stat : 23491 (java) S 23474 23476 17058 0 -1 4202560 4461 0 0 0 169 0 0 0 15 0 22 0 563666561 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23492] ppid=23474 vsize=10563108 CPUtime=1.62 cores=1,3,5,7
/proc/23476/task/23492/stat : 23492 (java) S 23474 23476 17058 0 -1 4202560 8787 0 0 0 161 1 0 0 16 0 22 0 563666561 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23493] ppid=23474 vsize=10563108 CPUtime=2.03 cores=1,3,5,7
/proc/23476/task/23493/stat : 23493 (java) S 23474 23476 17058 0 -1 4202560 10244 0 0 0 202 1 0 0 15 0 22 0 563666561 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23494] ppid=23474 vsize=10563108 CPUtime=2.18 cores=1,3,5,7
/proc/23476/task/23494/stat : 23494 (java) S 23474 23476 17058 0 -1 4202560 8157 0 0 0 217 1 0 0 16 0 22 0 563666561 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23495] ppid=23474 vsize=10563108 CPUtime=1.88 cores=1,3,5,7
/proc/23476/task/23495/stat : 23495 (java) S 23474 23476 17058 0 -1 4202560 6759 0 0 0 187 1 0 0 16 0 22 0 563666561 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23499] ppid=23474 vsize=10563108 CPUtime=125.86 cores=1,3,5,7
/proc/23476/task/23499/stat : 23499 (java) S 23474 23476 17058 0 -1 4202560 184146 0 0 0 12569 17 0 0 15 0 22 0 563666562 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 0 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23500] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23500/stat : 23500 (java) S 23474 23476 17058 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 563666563 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23501] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23501/stat : 23501 (java) S 23474 23476 17058 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 563666563 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23504] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23504/stat : 23504 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563666565 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672485809 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23505] ppid=23474 vsize=10563108 CPUtime=1.62 cores=1,3,5,7
/proc/23476/task/23505/stat : 23505 (java) S 23474 23476 17058 0 -1 4202560 6844 0 0 0 162 0 0 0 15 0 22 0 563666565 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 5 0 0 0
[pid=23476/tid=23509] ppid=23474 vsize=10563108 CPUtime=1.23 cores=1,3,5,7
/proc/23476/task/23509/stat : 23509 (java) S 23474 23476 17058 0 -1 4202560 7037 0 0 0 123 0 0 0 16 0 22 0 563666565 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23510] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23510/stat : 23510 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 563666565 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478105 0 4 0 16800975 18446604463507330240 0 0 -1 3 0 0 0
[pid=23476/tid=23511] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23511/stat : 23511 (java) S 23474 23476 17058 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 563666565 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
[pid=23476/tid=23612] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23612/stat : 23612 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 563668660 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 7 0 0 0
[pid=23476/tid=23824] ppid=23474 vsize=10563108 CPUtime=92.03 cores=1,3,5,7
/proc/23476/task/23824/stat : 23824 (java) R 23474 23476 17058 0 -1 4202560 0 0 0 0 9203 0 0 0 25 0 22 0 563750400 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912506415508 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23476/tid=23825] ppid=23474 vsize=10563108 CPUtime=92.04 cores=1,3,5,7
/proc/23476/task/23825/stat : 23825 (java) R 23474 23476 17058 0 -1 4202560 0 0 0 0 9204 0 0 0 25 0 22 0 563750400 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 46912506246748 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23476/tid=23826] ppid=23474 vsize=10563108 CPUtime=0 cores=1,3,5,7
/proc/23476/task/23826/stat : 23826 (java) S 23474 23476 17058 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 563750400 10816622592 477737 33554432000 1073741824 1073778376 140736338690656 18446744073709551615 268672478720 0 4 0 16800975 18446604463507330240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10563108

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

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

Child status: 143
Real time (s): 962.707
CPU time (s): 1800.22
CPU user time (s): 1799.58
CPU system time (s): 0.640902
CPU usage (%): 186.996
Max. virtual memory (cumulated for all children) (KiB): 10563108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.640902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484547
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= 26574
involuntary context switches= 20262

runsolver used 4.72328 second user time and 11.1003 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 15:39:13
IDJOB=3453989
IDBENCH=48193
IDSOLVER=1950
FILE ID=node107/3453989-1307194753
RUNJOBID= node107-1307194753-23457
PBS_JOBID= 13508844
Free space on /tmp= 73884 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453989-1307194753/watcher-3453989-1307194753 -o /tmp/evaluation-result-3453989-1307194753/solver-3453989-1307194753 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453989-1307194753.opb

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

MD5SUM BENCH= 0945390fcac05113ffd57d1199a19e21
RANDOM SEED=1106050553

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21377564 kB
Buffers:        340968 kB
Cached:        2179620 kB
SwapCached:      22548 kB
Active:        9186580 kB
Inactive:      2037004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21377564 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            1352 kB
Writeback:           0 kB
AnonPages:     8698192 kB
Mapped:          34500 kB
Slab:           187496 kB
PageTables:      94872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145088892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node107 at 2011-06-04 15:55:18