Trace number 3687663

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)24892 1800.08 1796.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23954
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687663-1337874463.opb
0.10/0.10	c reading problem ... 
0.50/0.36	c ... done. Wall clock time 0.253s.
0.50/0.36	c declared #vars     540
0.50/0.36	c #constraints  4626
0.50/0.36	c constraints type 
0.50/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.50/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.50/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.50/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.50/0.36	c 4626 constraints processed.
0.50/0.36	c objective function length is 180 literals
0.74/0.43	c SATISFIABLE
0.74/0.43	c OPTIMIZING...
0.74/0.43	c Got one! Elapsed wall clock time (in seconds):0.327
0.74/0.43	o 28960
1.02/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
1.02/0.50	o 28480
1.02/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
1.02/0.52	o 27533
1.02/0.53	c Got one! Elapsed wall clock time (in seconds):0.43
1.02/0.53	o 26695
1.58/0.90	c cleaning 2701 clauses out of 5405 with flag 5003/5405
1.72/1.03	c cleaning 4345 clauses out of 8701 with flag 11000/11402
1.84/1.16	c cleaning 5675 clauses out of 11357 with flag 18001/18403
2.04/1.36	c cleaning 6837 clauses out of 13681 with flag 26000/26402
2.28/1.56	c cleaning 7912 clauses out of 15844 with flag 35000/35402
2.48/1.76	c cleaning 8960 clauses out of 17932 with flag 45000/45402
2.69/1.99	c cleaning 9984 clauses out of 19973 with flag 56001/56403
2.99/2.27	c cleaning 10994 clauses out of 21989 with flag 68001/68403
3.29/2.59	c cleaning 11996 clauses out of 23995 with flag 81001/81403
3.69/2.92	c cleaning 12995 clauses out of 25998 with flag 95000/95402
4.01/3.27	c cleaning 13998 clauses out of 28003 with flag 110000/110402
4.52/3.72	c Got one! Elapsed wall clock time (in seconds):3.618
4.52/3.72	o 26445
4.52/3.77	c Got one! Elapsed wall clock time (in seconds):3.662
4.52/3.77	o 26357
5.15/4.37	c Got one! Elapsed wall clock time (in seconds):4.267
5.15/4.37	o 26354
5.35/4.55	c cleaning 15295 clauses out of 30605 with flag 1002/127002
5.76/4.92	c Got one! Elapsed wall clock time (in seconds):4.814
5.76/4.92	o 26045
5.96/5.14	c Got one! Elapsed wall clock time (in seconds):5.042
5.96/5.14	o 25754
6.38/5.51	c cleaning 10525 clauses out of 21072 with flag 2001/132764
7.28/6.46	c cleaning 8266 clauses out of 16546 with flag 8000/138763
8.29/7.42	c Got one! Elapsed wall clock time (in seconds):7.317
8.29/7.42	o 25667
9.29/8.44	c cleaning 9991 clauses out of 19996 with flag 5003/150479
10.19/9.39	c cleaning 7993 clauses out of 16002 with flag 11000/156476
11.30/10.45	c cleaning 7491 clauses out of 15010 with flag 18001/163477
12.40/11.58	c cleaning 7750 clauses out of 15518 with flag 26000/171476
13.70/12.89	c cleaning 8359 clauses out of 16771 with flag 35003/180479
15.21/14.38	c cleaning 9192 clauses out of 18410 with flag 45001/190477
15.42/14.55	c Got one! Elapsed wall clock time (in seconds):14.451
15.42/14.55	o 25389
16.12/15.24	c cleaning 7258 clauses out of 14531 with flag 4000/195790
17.02/16.16	c cleaning 6628 clauses out of 13273 with flag 10000/201790
18.22/17.37	c cleaning 6804 clauses out of 13645 with flag 17000/208790
19.43/18.52	c cleaning 7397 clauses out of 14841 with flag 25000/216790
20.73/19.86	c cleaning 8194 clauses out of 16445 with flag 34001/225791
22.23/21.37	c cleaning 9102 clauses out of 18250 with flag 44000/235790
24.04/23.16	c cleaning 10057 clauses out of 20149 with flag 55001/246791
26.14/25.28	c cleaning 11024 clauses out of 22091 with flag 67000/258790
28.37/27.47	c cleaning 12003 clauses out of 24067 with flag 80000/271790
30.97/30.05	c cleaning 12988 clauses out of 26065 with flag 94001/285791
33.67/32.71	c cleaning 13997 clauses out of 28076 with flag 109000/300790
36.47/35.58	c cleaning 15028 clauses out of 30079 with flag 125000/316790
39.69/38.71	c cleaning 16015 clauses out of 32053 with flag 142002/333792
43.14/42.19	c cleaning 17009 clauses out of 34036 with flag 160000/351790
46.94/45.98	c cleaning 18001 clauses out of 36027 with flag 179000/370790
51.74/50.78	c cleaning 19008 clauses out of 38027 with flag 199001/390791
51.86/50.86	c Got one! Elapsed wall clock time (in seconds):50.756
51.86/50.86	o 25149
52.77/51.72	c cleaning 12159 clauses out of 24332 with flag 5000/396104
53.68/52.60	c cleaning 9080 clauses out of 18174 with flag 11001/402105
54.69/53.61	c cleaning 8013 clauses out of 16093 with flag 18000/409104
55.79/54.78	c cleaning 8035 clauses out of 16080 with flag 26000/417104
57.22/56.15	c cleaning 8508 clauses out of 17045 with flag 35000/426104
58.63/57.57	c cleaning 9262 clauses out of 18539 with flag 45002/436106
60.33/59.28	c cleaning 10111 clauses out of 20275 with flag 56000/447104
62.34/61.24	c cleaning 11061 clauses out of 22167 with flag 68003/459107
64.64/63.53	c cleaning 12033 clauses out of 24103 with flag 81000/472104
66.94/65.87	c cleaning 13019 clauses out of 26070 with flag 95000/486104
69.74/68.67	c cleaning 13995 clauses out of 28051 with flag 110000/501104
72.74/71.67	c cleaning 15006 clauses out of 30056 with flag 126000/517104
75.95/74.83	c cleaning 15995 clauses out of 32051 with flag 143001/534105
79.25/78.18	c cleaning 17001 clauses out of 34056 with flag 161001/552105
82.87/81.78	c cleaning 17994 clauses out of 36055 with flag 180001/571105
86.68/85.50	c cleaning 19008 clauses out of 38060 with flag 200000/591104
90.98/89.80	c cleaning 20011 clauses out of 40052 with flag 221000/612104
95.72/94.59	c cleaning 20997 clauses out of 42044 with flag 243003/634107
101.24/100.05	c cleaning 22001 clauses out of 44044 with flag 266000/657104
107.05/105.87	c cleaning 22992 clauses out of 46043 with flag 290000/681104
113.16/111.93	c cleaning 24020 clauses out of 48051 with flag 315000/706104
119.06/117.82	c cleaning 24977 clauses out of 50031 with flag 341000/732104
125.77/124.52	c cleaning 26007 clauses out of 52054 with flag 368000/759104
133.21/131.96	c cleaning 27005 clauses out of 54048 with flag 396001/787105
141.43/140.10	c cleaning 28015 clauses out of 56044 with flag 425002/816106
150.75/149.40	c cleaning 29002 clauses out of 58028 with flag 455001/846105
160.96/159.61	c cleaning 30007 clauses out of 60027 with flag 486002/877106
168.77/167.45	c cleaning 30941 clauses out of 62018 with flag 518000/909104
177.08/175.70	c cleaning 32005 clauses out of 64078 with flag 551001/942105
187.99/186.63	c cleaning 32997 clauses out of 66073 with flag 585001/976105
197.71/196.37	c cleaning 34008 clauses out of 68075 with flag 620000/1011104
209.25/207.83	c cleaning 35008 clauses out of 70067 with flag 656000/1047104
221.57/220.15	c cleaning 36012 clauses out of 72059 with flag 693000/1084104
232.58/231.19	c cleaning 37007 clauses out of 74047 with flag 731000/1122104
244.20/242.76	c cleaning 38013 clauses out of 76040 with flag 770000/1161104
255.83/254.39	c cleaning 39003 clauses out of 78030 with flag 810003/1201107
268.35/266.81	c cleaning 39998 clauses out of 80024 with flag 851000/1242104
281.38/279.84	c cleaning 40990 clauses out of 82026 with flag 893000/1284104
295.30/293.74	c cleaning 41982 clauses out of 84036 with flag 936000/1327104
308.10/306.59	c cleaning 42988 clauses out of 86054 with flag 980000/1371104
323.43/321.80	c cleaning 43994 clauses out of 88068 with flag 1025002/1416106
338.74/337.10	c cleaning 44976 clauses out of 90072 with flag 1071000/1462104
353.97/352.35	c cleaning 45998 clauses out of 92101 with flag 1118005/1509109
369.99/368.30	c cleaning 47022 clauses out of 94103 with flag 1166005/1557109
386.91/385.22	c cleaning 47979 clauses out of 96076 with flag 1215000/1606104
404.74/403.03	c cleaning 49016 clauses out of 98099 with flag 1265002/1656106
423.24/421.51	c cleaning 49983 clauses out of 100083 with flag 1316002/1707106
447.01/445.22	c cleaning 51014 clauses out of 102099 with flag 1368001/1759105
467.84/466.02	c cleaning 51988 clauses out of 104084 with flag 1421000/1812104
488.87/487.01	c cleaning 53023 clauses out of 106097 with flag 1475001/1866105
511.18/509.35	c cleaning 54017 clauses out of 108073 with flag 1530000/1921104
534.69/532.82	c cleaning 54975 clauses out of 110056 with flag 1586000/1977104
556.51/554.66	c cleaning 56024 clauses out of 112083 with flag 1643002/2034106
580.44/578.57	c cleaning 57003 clauses out of 114057 with flag 1701000/2092104
602.84/600.99	c cleaning 57998 clauses out of 116057 with flag 1760003/2151107
626.46/624.53	c cleaning 59006 clauses out of 118057 with flag 1820001/2211105
650.29/648.39	c cleaning 59986 clauses out of 120051 with flag 1881001/2272105
679.51/677.54	c cleaning 61002 clauses out of 122064 with flag 1943000/2334104
709.53/707.57	c cleaning 62020 clauses out of 124064 with flag 2006002/2397106
739.36/737.34	c cleaning 62977 clauses out of 126044 with flag 2070002/2461106
768.69/766.63	c cleaning 63990 clauses out of 128065 with flag 2135000/2526104
799.09/797.02	c cleaning 65003 clauses out of 130075 with flag 2201000/2592104
831.92/829.89	c cleaning 66009 clauses out of 132073 with flag 2268001/2659105
864.84/862.75	c cleaning 66962 clauses out of 134065 with flag 2336002/2727106
897.58/895.44	c cleaning 67989 clauses out of 136102 with flag 2405001/2796105
924.33/922.16	c Got one! Elapsed wall clock time (in seconds):922.061
924.33/922.16	o 25104
927.13/924.95	c cleaning 66790 clauses out of 133591 with flag 5000/2861583
928.94/926.74	c cleaning 36389 clauses out of 72803 with flag 11002/2867585
930.65/928.44	c cleaning 21693 clauses out of 43413 with flag 18001/2874584
932.36/930.17	c cleaning 14838 clauses out of 29720 with flag 26001/2882584
934.17/931.93	c cleaning 11936 clauses out of 23881 with flag 35000/2891583
935.88/933.66	c cleaning 10945 clauses out of 21945 with flag 45000/2901583
937.90/935.60	c cleaning 10977 clauses out of 22000 with flag 56000/2912583
940.11/937.85	c cleaning 11491 clauses out of 23024 with flag 68001/2924584
940.73/938.43	c Got one! Elapsed wall clock time (in seconds):938.323
940.73/938.43	o 24965
941.26/938.80	c cleaning 8571 clauses out of 17164 with flag 2001/2930215
942.07/939.68	c cleaning 7260 clauses out of 14592 with flag 8000/2936214
943.18/940.74	c cleaning 7149 clauses out of 14332 with flag 15000/2943214
944.38/941.96	c cleaning 7578 clauses out of 15184 with flag 23001/2951215
945.89/943.44	c cleaning 8290 clauses out of 16605 with flag 32000/2960214
947.59/945.17	c cleaning 9141 clauses out of 18317 with flag 42002/2970216
949.51/947.05	c cleaning 10070 clauses out of 20174 with flag 53000/2981214
950.02/947.54	c Got one! Elapsed wall clock time (in seconds):947.438
950.02/947.54	o 24942
950.32/947.86	c cleaning 7575 clauses out of 15174 with flag 2002/2986284
951.02/948.59	c cleaning 6782 clauses out of 13598 with flag 8001/2992283
952.03/949.50	c cleaning 6893 clauses out of 13816 with flag 15001/2999283
952.95/950.44	c cleaning 7425 clauses out of 14924 with flag 23002/3007284
954.06/951.56	c cleaning 8247 clauses out of 16498 with flag 32001/3016283
955.57/953.07	c cleaning 9118 clauses out of 18251 with flag 42001/3026283
957.08/954.57	c cleaning 10028 clauses out of 20132 with flag 53000/3037282
958.78/956.25	c cleaning 11005 clauses out of 22105 with flag 65001/3049283
960.79/958.22	c cleaning 12016 clauses out of 24101 with flag 78002/3062284
963.10/960.50	c cleaning 13020 clauses out of 26083 with flag 92000/3076282
965.52/962.94	c cleaning 14016 clauses out of 28063 with flag 107000/3091282
968.22/965.67	c cleaning 15001 clauses out of 30047 with flag 123000/3107282
971.13/968.53	c cleaning 15966 clauses out of 32048 with flag 140002/3124284
974.34/971.70	c cleaning 16994 clauses out of 34080 with flag 158000/3142282
977.75/975.11	c cleaning 18019 clauses out of 36088 with flag 177002/3161284
981.75/979.11	c cleaning 19009 clauses out of 38069 with flag 197002/3181284
985.66/983.06	c cleaning 20006 clauses out of 40060 with flag 218002/3202284
990.38/987.71	c cleaning 20988 clauses out of 42052 with flag 240000/3224282
995.49/992.83	c cleaning 22012 clauses out of 44064 with flag 263000/3247282
1000.80/998.14	c cleaning 23011 clauses out of 46053 with flag 287001/3271283
1006.32/1003.65	c cleaning 24012 clauses out of 48043 with flag 312002/3296284
1012.54/1009.83	c cleaning 24997 clauses out of 50029 with flag 338000/3322282
1019.06/1016.32	c cleaning 25999 clauses out of 52032 with flag 365000/3349282
1025.67/1022.95	c cleaning 26993 clauses out of 54035 with flag 393002/3377284
1032.48/1029.77	c cleaning 27996 clauses out of 56040 with flag 422000/3406282
1040.03/1037.27	c cleaning 29007 clauses out of 58044 with flag 452000/3436282
1047.94/1045.15	c cleaning 30012 clauses out of 60037 with flag 483000/3467282
1055.94/1053.19	c cleaning 31001 clauses out of 62025 with flag 515000/3499282
1064.87/1062.09	c cleaning 31987 clauses out of 64024 with flag 548000/3532282
1074.20/1071.38	c cleaning 32995 clauses out of 66038 with flag 582001/3566283
1083.52/1080.61	c cleaning 33993 clauses out of 68042 with flag 617000/3601282
1093.53/1090.69	c cleaning 35008 clauses out of 70051 with flag 653002/3637284
1102.74/1099.80	c cleaning 36008 clauses out of 72043 with flag 690002/3674284
1112.66/1109.72	c cleaning 36969 clauses out of 74034 with flag 728001/3712283
1122.79/1119.85	c cleaning 37998 clauses out of 76065 with flag 767001/3751283
1133.59/1130.66	c cleaning 38997 clauses out of 78067 with flag 807001/3791283
1144.81/1141.88	c cleaning 39979 clauses out of 80070 with flag 848001/3832283
1157.52/1154.50	c cleaning 40978 clauses out of 82090 with flag 890000/3874282
1170.73/1167.76	c cleaning 42006 clauses out of 84112 with flag 933000/3917282
1183.95/1180.97	c cleaning 43017 clauses out of 86107 with flag 977001/3961283
1198.76/1195.71	c cleaning 43991 clauses out of 88089 with flag 1022000/4006282
1216.27/1213.30	c cleaning 45021 clauses out of 90098 with flag 1068000/4052282
1234.07/1231.05	c cleaning 45997 clauses out of 92078 with flag 1115001/4099283
1253.59/1250.59	c cleaning 47008 clauses out of 94083 with flag 1163003/4147285
1272.42/1269.38	c cleaning 48000 clauses out of 96072 with flag 1212000/4196282
1292.74/1289.64	c cleaning 48989 clauses out of 98072 with flag 1262000/4246282
1313.06/1309.90	c cleaning 50005 clauses out of 100084 with flag 1313001/4297283
1335.29/1332.17	c cleaning 51019 clauses out of 102080 with flag 1365002/4349284
1356.91/1353.74	c cleaning 51983 clauses out of 104059 with flag 1418000/4402282
1379.42/1376.29	c cleaning 52985 clauses out of 106076 with flag 1472000/4456282
1400.95/1397.75	c cleaning 54028 clauses out of 108092 with flag 1527001/4511283
1420.65/1417.43	c cleaning 54952 clauses out of 110065 with flag 1583002/4567284
1448.77/1445.52	c cleaning 56048 clauses out of 112112 with flag 1640001/4624283
1475.70/1472.41	c cleaning 57003 clauses out of 114063 with flag 1698000/4682282
1499.32/1496.01	c cleaning 57993 clauses out of 116060 with flag 1757000/4741282
1523.63/1520.39	c cleaning 59006 clauses out of 118067 with flag 1817000/4801282
1551.05/1547.73	c cleaning 59985 clauses out of 120062 with flag 1878001/4862283
1558.36/1555.01	c Got one! Elapsed wall clock time (in seconds):1554.91
1558.36/1555.01	o 24892
1560.06/1556.70	c cleaning 43556 clauses out of 87121 with flag 5000/4889327
1561.56/1558.24	c cleaning 24778 clauses out of 49566 with flag 11001/4895328
1563.09/1559.77	c cleaning 15865 clauses out of 31788 with flag 18001/4902328
1564.69/1561.35	c cleaning 11948 clauses out of 23923 with flag 26001/4910328
1566.31/1562.99	c cleaning 10468 clauses out of 20975 with flag 35001/4919328
1568.12/1564.74	c cleaning 10237 clauses out of 20507 with flag 45001/4929328
1569.93/1566.53	c cleaning 10615 clauses out of 21270 with flag 56001/4940328
1572.07/1568.65	c cleaning 11301 clauses out of 22654 with flag 68000/4952327
1574.48/1571.01	c cleaning 12169 clauses out of 24355 with flag 81002/4965329
1577.20/1573.72	c cleaning 13068 clauses out of 26185 with flag 95001/4979328
1580.11/1576.64	c cleaning 14052 clauses out of 28116 with flag 110000/4994327
1583.72/1580.25	c cleaning 15015 clauses out of 30065 with flag 126001/5010328
1587.44/1583.93	c cleaning 16008 clauses out of 32050 with flag 143001/5027328
1591.25/1587.70	c cleaning 16999 clauses out of 34043 with flag 161002/5045329
1595.37/1591.82	c cleaning 18016 clauses out of 36043 with flag 180001/5064328
1600.19/1596.61	c cleaning 19000 clauses out of 38027 with flag 200001/5084328
1605.49/1601.98	c cleaning 20001 clauses out of 40026 with flag 221000/5105327
1611.01/1607.40	c cleaning 20987 clauses out of 42026 with flag 243001/5127328
1616.63/1613.01	c cleaning 22016 clauses out of 44038 with flag 266000/5150327
1623.15/1619.51	c cleaning 22998 clauses out of 46024 with flag 290002/5174329
1629.57/1625.94	c cleaning 23997 clauses out of 48024 with flag 315000/5199327
1636.47/1632.81	c cleaning 24999 clauses out of 50029 with flag 341002/5225329
1643.88/1640.25	c cleaning 26007 clauses out of 52029 with flag 368001/5252328
1651.31/1647.64	c cleaning 26998 clauses out of 54023 with flag 396002/5280329
1659.44/1655.80	c cleaning 28002 clauses out of 56023 with flag 425000/5309327
1668.34/1664.69	c cleaning 28995 clauses out of 58021 with flag 455000/5339327
1677.26/1673.53	c cleaning 30002 clauses out of 60028 with flag 486002/5370329
1686.86/1683.14	c cleaning 30977 clauses out of 62025 with flag 518001/5402328
1696.68/1692.99	c cleaning 32000 clauses out of 64047 with flag 551000/5435327
1706.61/1702.87	c cleaning 32997 clauses out of 66047 with flag 585000/5469327
1716.13/1712.39	c cleaning 33983 clauses out of 68050 with flag 620000/5504327
1726.65/1722.87	c cleaning 34974 clauses out of 70067 with flag 656000/5540327
1737.77/1733.92	c cleaning 35995 clauses out of 72093 with flag 693000/5577327
1748.20/1744.38	c cleaning 37004 clauses out of 74098 with flag 731000/5615327
1759.70/1755.83	c cleaning 38016 clauses out of 76094 with flag 770000/5654327
1770.53/1766.67	c cleaning 39016 clauses out of 78079 with flag 810001/5694328
1782.65/1778.75	c cleaning 40018 clauses out of 80063 with flag 851001/5735328
1795.46/1791.56	c cleaning 41015 clauses out of 82045 with flag 893001/5777328
1800.08/1796.11	c starts		: 291
1800.08/1796.11	c conflicts		: 5795103
1800.08/1796.11	c decisions		: 7502981
1800.08/1796.11	c propagations		: 378806948
1800.08/1796.11	c inspects		: 26770300912
1800.08/1796.11	c shortcuts		: 0
1800.08/1796.11	c learnt literals	: 0
1800.08/1796.11	c learnt binary clauses	: 0
1800.08/1796.11	c learnt ternary clauses	: 67
1800.08/1796.11	c learnt constraints	: 5795103
1800.08/1796.11	c ignored constraints	: 0
1800.08/1796.11	c root simplifications	: 0
1800.08/1796.11	c removed literals (reason simplification)	: 0
1800.08/1796.11	c reason swapping (by a shorter reason)	: 0
1800.08/1796.11	c Calls to reduceDB	: 211
1800.08/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.11	c number of learned constraints concerned by reduction	: 0
1800.08/1796.11	c number of learning phase by resolution	: 0
1800.08/1796.11	c number of learning phase by cutting planes	: 0
1800.08/1796.11	c speed (assignments/second)	: 210946.51312627766
1800.08/1796.11	c non guided choices	228
1800.08/1796.14	c learnt constraints type 
1800.08/1796.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58853
1800.08/1796.14	c constraints type 
1800.08/1796.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1800.08/1796.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1800.08/1796.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1800.08/1796.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1681
1800.08/1796.14	c 4627 constraints processed.
1800.08/1796.14	s SATISFIABLE
1800.08/1796.14	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 
1800.08/1796.14	c objective function=24892
1800.08/1796.14	c Total wall clock time (in seconds): 1796.037

Verifier Data

OK	24892

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687663-1337874463/watcher-3687663-1337874463 -o /tmp/evaluation-result-3687663-1337874463/solver-3687663-1337874463 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687663-1337874463.opb 

running on 4 cores: 0,2,4,6

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: 2.03 2.07 1.89 3/194 9708
/proc/meminfo: memFree=27859032/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/9708/stat : 9708 (java) R 9706 9708 8709 0 -1 4202496 1038 0 0 0 0 0 0 0 20 0 1 0 253571201 23793664 765 33554432000 1073741824 1073778376 140734555147088 140734555136152 140412059200256 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 5809 786 583 9 0 128 0

[startup+0.0657999 s]
/proc/loadavg: 2.03 2.07 1.89 3/194 9708
/proc/meminfo: memFree=27859032/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 3286 0 1 0 4 1 0 0 20 0 18 0 253571201 9787813888 4494 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2389603 4494 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100256 s]
/proc/loadavg: 2.03 2.07 1.89 3/194 9708
/proc/meminfo: memFree=27859032/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 4403 0 1 0 9 1 0 0 20 0 18 0 253571201 9787813888 6112 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2389603 6113 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300216 s]
/proc/loadavg: 2.03 2.07 1.89 3/194 9708
/proc/meminfo: memFree=27859032/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 6000 0 1 0 48 2 0 0 20 0 18 0 253571201 9787813888 9108 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2389603 9108 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700207 s]
/proc/loadavg: 2.03 2.07 1.89 3/194 9708
/proc/meminfo: memFree=27859032/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9624976 CPUtime=1.33 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 8782 0 1 0 131 2 0 0 20 0 19 0 253571201 9855975424 12272 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2406244 12272 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9624976

[startup+1.50072 s]
/proc/loadavg: 1.95 2.05 1.89 3/213 9727
/proc/meminfo: memFree=27809812/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9624976 CPUtime=2.28 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 9758 0 1 0 225 3 0 0 20 0 19 0 253571201 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2406244 15410 2278 9 0 2396937 0
[pid=9708/tid=9710] ppid=9706 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 8709 0 -1 4202560 2472 0 1 0 141 1 0 0 20 0 19 0 253571201 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140412052103576 140411893603178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9711] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140412013595176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140412012542376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140412011489576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 8709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411892918440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411891866664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 8709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411890813864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411889761064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411888708264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 8709 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 253571203 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411406379496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411405325560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9721] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411404272648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9722] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9722/stat : 9722 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411403221136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9723] ppid=9706 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/9708/task/9723/stat : 9723 (java) S 9706 9708 8709 0 -1 4202560 2042 0 0 0 38 0 0 0 20 0 19 0 253571206 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411402169272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9724] ppid=9706 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/9708/task/9724/stat : 9724 (java) S 9706 9708 8709 0 -1 4202560 3995 0 0 0 38 0 0 0 20 0 19 0 253571206 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411401116472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9725] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9725/stat : 9725 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411400063864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9726] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9726/stat : 9726 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411399011272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9727] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9727/stat : 9727 (java) S 9706 9708 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253571237 9855975424 15410 33554432000 1073741824 1073778376 140734555147088 140411397956776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9624976

[startup+3.10071 s]
/proc/loadavg: 1.95 2.05 1.89 3/213 9727
/proc/meminfo: memFree=27803172/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9624976 CPUtime=3.9 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 9794 0 1 0 386 4 0 0 20 0 19 0 253571201 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2406244 16968 2278 9 0 2396937 0
[pid=9708/tid=9710] ppid=9706 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 8709 0 -1 4202560 2478 0 1 0 293 1 0 0 20 0 19 0 253571201 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140412052103456 140411893550920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9711] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 8709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140412013595176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140412012542376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140412011489576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 8709 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411892918440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411891866664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 8709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411890813864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411889761064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411888708264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 8709 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 253571203 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411406379496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411405325560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9721] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411404272648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9722] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9722/stat : 9722 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411403221136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9723] ppid=9706 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/9708/task/9723/stat : 9723 (java) S 9706 9708 8709 0 -1 4202560 2042 0 0 0 38 0 0 0 20 0 19 0 253571206 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411402169272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9724] ppid=9706 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/9708/task/9724/stat : 9724 (java) S 9706 9708 8709 0 -1 4202560 3995 0 0 0 39 0 0 0 20 0 19 0 253571206 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411401116472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9725] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9725/stat : 9725 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411400063864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9726] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9726/stat : 9726 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411399011272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9727] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9727/stat : 9727 (java) S 9706 9708 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253571237 9855975424 16968 33554432000 1073741824 1073778376 140734555147088 140411397956776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 1.95 2.05 1.89 3/213 9727
/proc/meminfo: memFree=27798828/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9624976 CPUtime=7.18 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 9826 0 1 0 714 4 0 0 20 0 19 0 253571201 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2406244 17477 2278 9 0 2396937 0
[pid=9708/tid=9710] ppid=9706 vsize=9624976 CPUtime=6.07 cores=0,2,4,6
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 8709 0 -1 4202560 2482 0 1 0 606 1 0 0 20 0 19 0 253571201 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140412052103456 140411893542967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9711] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 8709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140412013595176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140412012542376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 8709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140412011489576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 8709 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411892918440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411891866664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 8709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411890813864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411889761064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253571202 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411888708264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 8709 0 -1 4202560 33 0 0 0 14 0 0 0 20 0 19 0 253571203 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411406379496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411405325560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9721] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411404272648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9722] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9722/stat : 9722 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411403221136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9723] ppid=9706 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/9708/task/9723/stat : 9723 (java) S 9706 9708 8709 0 -1 4202560 2042 0 0 0 41 0 0 0 20 0 19 0 253571206 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411402169272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9724] ppid=9706 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/9708/task/9724/stat : 9724 (java) S 9706 9708 8709 0 -1 4202560 4017 0 0 0 40 0 0 0 20 0 19 0 253571206 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411401116472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9725] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9725/stat : 9725 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411400063864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9726] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9726/stat : 9726 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411399011272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9727] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9727/stat : 9727 (java) S 9706 9708 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253571237 9855975424 17477 33554432000 1073741824 1073778376 140734555147088 140411397956776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=9708/tid=9723] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9723/stat : 9723 (java) S 9706 9708 8709 0 -1 4202560 6346 0 0 0 54 2 0 0 20 0 19 0 253571206 9855975424 42602 33554432000 1073741824 1073778376 140734555147088 140411402169272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9724] ppid=9706 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/9708/task/9724/stat : 9724 (java) S 9706 9708 8709 0 -1 4202560 4017 0 0 0 40 0 0 0 20 0 19 0 253571206 9855975424 42602 33554432000 1073741824 1073778376 140734555147088 140411401116472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9725] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9725/stat : 9725 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 42602 33554432000 1073741824 1073778376 140734555147088 140411400063864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9726] ppid=9706 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9708/task/9726/stat : 9726 (java) S 9706 9708 8709 0 -1 4202560 98 0 0 0 25 25 0 0 20 0 19 0 253571206 9855975424 42602 33554432000 1073741824 1073778376 140734555147088 140411399011272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=9708/tid=9727] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9727/stat : 9727 (java) S 9706 9708 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253571237 9855975424 42602 33554432000 1073741824 1073778376 140734555147088 140411397956776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.15
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.06 1.96 3/213 10052
/proc/meminfo: memFree=26124376/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9624976 CPUtime=1786.26 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 15197 0 1 0 178587 39 0 0 20 0 19 0 253571201 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2406244 42608 2279 9 0 2396937 0
[pid=9708/tid=9710] ppid=9706 vsize=9624976 CPUtime=1771.41 cores=0,2,4,6
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 8709 0 -1 4202560 2697 0 1 0 177112 29 0 0 20 0 19 0 253571201 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412052103456 140411893543005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9711] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 8709 0 -1 4202560 138 0 0 0 56 0 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412013595176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 8709 0 -1 4202560 65 0 0 0 50 1 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412012542376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 8709 0 -1 4202560 129 0 0 0 55 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412011489576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 8709 0 -1 4202560 108 0 0 0 48 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411892918440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 8709 0 -1 4202560 59 0 0 0 54 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411891866664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 8709 0 -1 4202560 106 0 0 0 55 0 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411890813864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 8709 0 -1 4202560 46 0 0 0 50 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411889761064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 8709 0 -1 4202560 60 0 0 0 50 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411888708264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=9624976 CPUtime=4.79 cores=0,2,4,6
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 8709 0 -1 4202560 143 0 0 0 476 3 0 0 20 0 19 0 253571203 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411406379496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411405325560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9721] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411404272648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9722] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9722/stat : 9722 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411403221136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9723] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9723/stat : 9723 (java) S 9706 9708 8709 0 -1 4202560 6346 0 0 0 54 2 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411402169272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9724] ppid=9706 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/9708/task/9724/stat : 9724 (java) S 9706 9708 8709 0 -1 4202560 4017 0 0 0 40 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411401116472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9725] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9725/stat : 9725 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411400063864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9726] ppid=9706 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9708/task/9726/stat : 9726 (java) S 9706 9708 8709 0 -1 4202560 102 0 0 0 25 27 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411399011272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=9708/tid=9727] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9727/stat : 9727 (java) S 9706 9708 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253571237 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411397956776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.26
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.01 2.05 1.96 3/213 10052
/proc/meminfo: memFree=26124128/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 15198 0 1 0 179969 39 0 0 20 0 19 0 253571201 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2406244 42608 2279 9 0 2396937 0
[pid=9708/tid=9710] ppid=9706 vsize=9624976 CPUtime=1785.14 cores=0,2,4,6
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 8709 0 -1 4202560 2698 0 1 0 178484 30 0 0 20 0 19 0 253571201 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412052103456 140411893550763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9711] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 8709 0 -1 4202560 138 0 0 0 56 0 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412013595176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 8709 0 -1 4202560 65 0 0 0 51 1 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412012542376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 8709 0 -1 4202560 129 0 0 0 56 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412011489576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 8709 0 -1 4202560 108 0 0 0 48 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411892918440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 8709 0 -1 4202560 59 0 0 0 54 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411891866664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 8709 0 -1 4202560 106 0 0 0 55 0 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411890813864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 8709 0 -1 4202560 46 0 0 0 51 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411889761064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 8709 0 -1 4202560 60 0 0 0 50 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411888708264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=9624976 CPUtime=4.82 cores=0,2,4,6
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 8709 0 -1 4202560 143 0 0 0 479 3 0 0 20 0 19 0 253571203 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411406379496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411405325560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9721] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411404272648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9722] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9722/stat : 9722 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411403221136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9723] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9723/stat : 9723 (java) S 9706 9708 8709 0 -1 4202560 6346 0 0 0 54 2 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411402169272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9724] ppid=9706 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/9708/task/9724/stat : 9724 (java) S 9706 9708 8709 0 -1 4202560 4017 0 0 0 40 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411401116472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9725] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9725/stat : 9725 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411400063864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9726] ppid=9706 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9708/task/9726/stat : 9726 (java) S 9706 9708 8709 0 -1 4202560 102 0 0 0 26 27 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411399011272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=9708/tid=9727] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9727/stat : 9727 (java) S 9706 9708 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253571237 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411397956776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1796.1 s]
/proc/loadavg: 2.01 2.05 1.96 3/213 10052
/proc/meminfo: memFree=26124128/32873844 swapFree=6592/6592
[pid=9708] ppid=9706 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/9708/stat : 9708 (java) S 9706 9708 8709 0 -1 4202496 15198 0 1 0 179969 39 0 0 20 0 19 0 253571201 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140734555138224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9708/statm: 2406244 42608 2279 9 0 2396937 0
[pid=9708/tid=9710] ppid=9706 vsize=9624976 CPUtime=1785.14 cores=0,2,4,6
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 8709 0 -1 4202560 2698 0 1 0 178484 30 0 0 20 0 19 0 253571201 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412052103456 140411893550763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9711] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 8709 0 -1 4202560 138 0 0 0 56 0 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412013595176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 8709 0 -1 4202560 65 0 0 0 51 1 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412012542376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 8709 0 -1 4202560 129 0 0 0 56 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140412011489576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 8709 0 -1 4202560 108 0 0 0 48 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411892918440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 8709 0 -1 4202560 59 0 0 0 54 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411891866664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 8709 0 -1 4202560 106 0 0 0 55 0 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411890813864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 8709 0 -1 4202560 46 0 0 0 51 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411889761064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 8709 0 -1 4202560 60 0 0 0 50 2 0 0 20 0 19 0 253571202 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411888708264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=9624976 CPUtime=4.82 cores=0,2,4,6
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 8709 0 -1 4202560 143 0 0 0 479 3 0 0 20 0 19 0 253571203 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411406379496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411405325560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9721] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253571204 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411404272648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9722] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9722/stat : 9722 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411403221136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9723] ppid=9706 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9708/task/9723/stat : 9723 (java) S 9706 9708 8709 0 -1 4202560 6346 0 0 0 54 2 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411402169272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9708/tid=9724] ppid=9706 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/9708/task/9724/stat : 9724 (java) S 9706 9708 8709 0 -1 4202560 4017 0 0 0 40 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411401116472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9708/tid=9725] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9725/stat : 9725 (java) S 9706 9708 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411400063864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9708/tid=9726] ppid=9706 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9708/task/9726/stat : 9726 (java) S 9706 9708 8709 0 -1 4202560 102 0 0 0 26 27 0 0 20 0 19 0 253571206 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411399011272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=9708/tid=9727] ppid=9706 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9708/task/9727/stat : 9727 (java) S 9706 9708 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253571237 9855975424 42608 33554432000 1073741824 1073778376 140734555147088 140411397956776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9708 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=249080
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=881865
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.15
CPU time (s): 1800.08
CPU user time (s): 1799.69
CPU system time (s): 0.39
CPU usage (%): 100.219
Max. virtual memory (cumulated for all children) (KiB): 9625292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.25
system time used= 0.881865
maximum resident set size= 172300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15233
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43573
involuntary context switches= 24984

runsolver used 5.37018 second user time and 14.8547 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 17:47:44
IDJOB=3687663
IDBENCH=2010
IDSOLVER=2269
FILE ID=node140/3687663-1337874463
RUNJOBID= node140-1337871881-8725
PBS_JOBID= 14620064
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687663-1337874463/watcher-3687663-1337874463 -o /tmp/evaluation-result-3687663-1337874463/solver-3687663-1337874463 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687663-1337874463.opb

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=1171761471

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27859296 kB
Buffers:          221436 kB
Cached:          3279464 kB
SwapCached:            0 kB
Active:          1131340 kB
Inactive:        3104336 kB
Active(anon):     736420 kB
Inactive(anon):        0 kB
Active(file):     394920 kB
Inactive(file):  3104336 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               544 kB
Writeback:             0 kB
AnonPages:        750136 kB
Mapped:            22600 kB
Shmem:               200 kB
Slab:             640236 kB
SReclaimable:      82488 kB
SUnreclaim:       557748 kB
KernelStack:        1760 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1082840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node140 at 2012-05-24 18:17:42