Trace number 3710724

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)3954 1800.02 1793.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-5.opb
MD5SUMed36462db2ffa04ea65b986069441496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2642
Best CPU time to get the best result obtained on this benchmark0.050991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2642
Optimality of the best value was proved YES
Number of variables907
Total number of constraints403
Number of constraints which are clauses126
Number of constraints which are cardinality constraints (but not clauses)277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 748
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 33855
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 33855
Number of bits of the biggest sum of numbers16
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3710724-1338146585.opb
0.09/0.13	c reading problem ... 
0.24/0.23	c ... done. Wall clock time 0.109s.
0.24/0.23	c declared #vars     907
0.24/0.23	c #constraints  663
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 260
0.24/0.23	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.24/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 275
0.24/0.23	c ignored satisfied constraints => 1
0.24/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 126
0.24/0.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.24/0.23	c 664 constraints processed.
0.47/0.33	c SATISFIABLE
0.47/0.33	c OPTIMIZING...
0.47/0.33	c Got one! Elapsed wall clock time (in seconds):0.202
0.47/0.33	o 9721
0.47/0.34	c Got one! Elapsed wall clock time (in seconds):0.213
0.47/0.34	o 9121
0.47/0.35	c Got one! Elapsed wall clock time (in seconds):0.223
0.47/0.35	o 8716
0.73/0.42	c Got one! Elapsed wall clock time (in seconds):0.29
0.73/0.42	o 6379
0.73/0.43	c Got one! Elapsed wall clock time (in seconds):0.3
0.73/0.43	o 5972
0.73/0.43	c Got one! Elapsed wall clock time (in seconds):0.306
0.73/0.43	o 5774
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.321
0.73/0.45	o 5773
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.328
0.73/0.45	o 5675
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.335
0.73/0.46	o 5165
0.73/0.47	c Got one! Elapsed wall clock time (in seconds):0.341
0.73/0.47	o 5065
0.73/0.47	c Got one! Elapsed wall clock time (in seconds):0.349
0.73/0.47	o 4965
1.01/0.52	c Got one! Elapsed wall clock time (in seconds):0.398
1.01/0.52	o 4858
1.38/0.86	c Got one! Elapsed wall clock time (in seconds):0.732
1.38/0.86	o 4454
1.51/0.96	c cleaning 3043 clauses out of 6085 with flag 1000/6085
1.64/1.05	c Got one! Elapsed wall clock time (in seconds):0.928
1.64/1.05	o 4357
1.75/1.15	c Got one! Elapsed wall clock time (in seconds):1.025
1.75/1.15	o 4255
2.02/1.37	c cleaning 4126 clauses out of 8263 with flag 3001/11306
2.53/1.82	c cleaning 5065 clauses out of 10136 with flag 9000/17305
3.04/2.34	c cleaning 6035 clauses out of 12071 with flag 16000/24305
3.66/2.97	c cleaning 7019 clauses out of 14037 with flag 24001/32306
4.48/3.72	c cleaning 8002 clauses out of 16017 with flag 33000/41305
5.39/4.65	c cleaning 9005 clauses out of 18015 with flag 43000/51305
6.40/5.61	c cleaning 10002 clauses out of 20011 with flag 54001/62306
7.50/6.75	c cleaning 11005 clauses out of 22009 with flag 66001/74306
8.62/7.81	c cleaning 12000 clauses out of 24004 with flag 79001/87306
9.95/9.15	c cleaning 12997 clauses out of 26004 with flag 93001/101306
11.88/11.00	c Got one! Elapsed wall clock time (in seconds):10.88
11.88/11.01	o 4051
12.37/11.50	c cleaning 16220 clauses out of 32447 with flag 5000/120746
12.91/12.10	c cleaning 11107 clauses out of 22227 with flag 11000/126746
13.61/12.75	c cleaning 9052 clauses out of 18120 with flag 18000/133746
14.41/13.54	c cleaning 8531 clauses out of 17069 with flag 26001/141747
15.52/14.61	c cleaning 8765 clauses out of 17538 with flag 35001/150747
16.53/15.66	c cleaning 9383 clauses out of 18773 with flag 45001/160747
18.05/17.18	c cleaning 10194 clauses out of 20390 with flag 56001/171747
19.08/18.15	c cleaning 11095 clauses out of 22195 with flag 68000/183746
20.28/19.31	c cleaning 12049 clauses out of 24100 with flag 81000/196746
21.68/20.76	c cleaning 13026 clauses out of 26051 with flag 95000/210746
23.11/22.17	c cleaning 14013 clauses out of 28025 with flag 110000/225746
24.62/23.66	c cleaning 15003 clauses out of 30012 with flag 126000/241746
26.84/25.89	c cleaning 16001 clauses out of 32009 with flag 143000/258746
28.57/27.58	c cleaning 17001 clauses out of 34009 with flag 161001/276747
30.27/29.21	c cleaning 18003 clauses out of 36008 with flag 180001/295747
32.39/31.36	c cleaning 19003 clauses out of 38005 with flag 200001/315747
35.12/34.01	c cleaning 19994 clauses out of 40002 with flag 221001/336747
37.24/36.16	c cleaning 20998 clauses out of 42008 with flag 243001/358747
40.05/38.96	c cleaning 21999 clauses out of 44010 with flag 266001/381747
42.48/41.33	c cleaning 23006 clauses out of 46011 with flag 290001/405747
45.21/44.05	c cleaning 23996 clauses out of 48004 with flag 315000/430746
49.31/48.18	c cleaning 24998 clauses out of 50009 with flag 341001/456747
51.95/50.75	c cleaning 26006 clauses out of 52011 with flag 368001/483747
56.36/55.17	c cleaning 26999 clauses out of 54005 with flag 396001/511747
59.59/58.36	c cleaning 27992 clauses out of 56005 with flag 425000/540746
62.59/61.38	c cleaning 29001 clauses out of 58013 with flag 455000/570746
66.32/65.05	c cleaning 30004 clauses out of 60013 with flag 486001/601747
69.64/68.38	c cleaning 31003 clauses out of 62009 with flag 518001/633747
75.47/74.14	c cleaning 31999 clauses out of 64006 with flag 551001/666747
79.10/77.79	c cleaning 33001 clauses out of 66007 with flag 585001/700747
82.45/81.06	c cleaning 34003 clauses out of 68006 with flag 620001/735747
86.38/84.91	c cleaning 35001 clauses out of 70003 with flag 656001/771747
91.13/89.69	c cleaning 36001 clauses out of 72002 with flag 693001/808747
100.04/98.55	c cleaning 37001 clauses out of 74001 with flag 731001/846747
110.48/108.91	c cleaning 37993 clauses out of 75999 with flag 770000/885746
110.72/109.14	c Got one! Elapsed wall clock time (in seconds):109.012
110.72/109.14	o 3954
111.22/109.65	c cleaning 21928 clauses out of 43870 with flag 4000/891610
111.84/110.29	c cleaning 13969 clauses out of 27942 with flag 10000/897610
112.66/111.01	c cleaning 10480 clauses out of 20973 with flag 17000/904610
113.46/111.81	c cleaning 9243 clauses out of 18494 with flag 25001/912611
114.46/112.89	c cleaning 9122 clauses out of 18251 with flag 34001/921611
115.79/114.14	c cleaning 9564 clauses out of 19129 with flag 44001/931611
117.20/115.51	c cleaning 10283 clauses out of 20565 with flag 55001/942611
118.21/116.59	c cleaning 11139 clauses out of 22282 with flag 67001/954611
119.52/117.80	c cleaning 12070 clauses out of 24143 with flag 80001/967611
121.13/119.40	c cleaning 13035 clauses out of 26072 with flag 94000/981610
123.53/121.83	c cleaning 14019 clauses out of 28037 with flag 109000/996610
126.45/124.73	c cleaning 15009 clauses out of 30018 with flag 125000/1012610
128.30/126.52	c cleaning 16005 clauses out of 32009 with flag 142000/1029610
130.21/128.45	c cleaning 17000 clauses out of 34004 with flag 160000/1047610
132.22/130.45	c cleaning 18002 clauses out of 36004 with flag 179000/1066610
134.34/132.57	c cleaning 18996 clauses out of 38002 with flag 199000/1086610
137.25/135.43	c cleaning 19998 clauses out of 40006 with flag 220000/1107610
140.27/138.48	c cleaning 21002 clauses out of 42008 with flag 242000/1129610
144.38/142.50	c cleaning 22000 clauses out of 44006 with flag 265000/1152610
149.09/147.25	c cleaning 23001 clauses out of 46006 with flag 289000/1176610
152.29/150.44	c cleaning 24001 clauses out of 48006 with flag 314001/1201611
157.32/155.44	c cleaning 25003 clauses out of 50005 with flag 340001/1227611
163.14/161.24	c cleaning 25999 clauses out of 52002 with flag 367001/1254611
170.95/169.04	c cleaning 27001 clauses out of 54003 with flag 395001/1282611
179.18/177.21	c cleaning 28001 clauses out of 56002 with flag 424001/1311611
184.41/182.44	c cleaning 28996 clauses out of 58000 with flag 454000/1341610
188.12/186.20	c cleaning 29994 clauses out of 60004 with flag 485000/1372610
192.43/190.47	c cleaning 31001 clauses out of 62010 with flag 517000/1404610
195.83/193.82	c cleaning 32004 clauses out of 64010 with flag 550001/1437611
198.96/196.92	c cleaning 33000 clauses out of 66005 with flag 584000/1471610
203.49/201.46	c cleaning 33999 clauses out of 68006 with flag 619001/1506611
207.73/205.61	c cleaning 34995 clauses out of 70006 with flag 655000/1542610
211.63/209.55	c cleaning 36002 clauses out of 72011 with flag 692000/1579610
215.75/213.64	c cleaning 37001 clauses out of 74009 with flag 730000/1617610
219.89/217.75	c cleaning 38002 clauses out of 76008 with flag 769000/1656610
224.42/222.25	c cleaning 39001 clauses out of 78006 with flag 809000/1696610
229.15/226.93	c cleaning 40002 clauses out of 80005 with flag 850000/1737610
233.80/231.53	c cleaning 40995 clauses out of 82003 with flag 892000/1779610
242.53/240.20	c cleaning 41999 clauses out of 84008 with flag 935000/1822610
252.37/250.07	c cleaning 43002 clauses out of 86009 with flag 979000/1866610
263.00/260.66	c cleaning 43999 clauses out of 88007 with flag 1024000/1911610
274.72/272.30	c cleaning 44998 clauses out of 90008 with flag 1070000/1957610
284.34/281.90	c cleaning 46005 clauses out of 92011 with flag 1117001/2004611
290.78/288.34	c cleaning 46996 clauses out of 94005 with flag 1165000/2052610
296.22/293.74	c cleaning 47996 clauses out of 96010 with flag 1214001/2101611
301.84/299.31	c cleaning 49001 clauses out of 98014 with flag 1264001/2151611
310.66/308.12	c cleaning 50006 clauses out of 100012 with flag 1315000/2202610
320.03/317.41	c cleaning 51003 clauses out of 102006 with flag 1367000/2254610
330.56/327.94	c cleaning 51998 clauses out of 104003 with flag 1420000/2307610
340.69/338.03	c cleaning 52997 clauses out of 106005 with flag 1474000/2361610
354.22/351.54	c cleaning 54002 clauses out of 108008 with flag 1529000/2416610
361.46/358.70	c cleaning 55003 clauses out of 110006 with flag 1585000/2472610
375.17/372.48	c cleaning 56002 clauses out of 112003 with flag 1642000/2529610
396.30/393.53	c cleaning 57001 clauses out of 114001 with flag 1700000/2587610
417.68/414.81	c cleaning 57996 clauses out of 116000 with flag 1759000/2646610
430.33/427.43	c cleaning 58997 clauses out of 118005 with flag 1819001/2706611
445.66/442.72	c cleaning 60001 clauses out of 120008 with flag 1880001/2767611
462.11/459.14	c cleaning 61001 clauses out of 122007 with flag 1942001/2829611
478.86/475.87	c cleaning 61998 clauses out of 124006 with flag 2005001/2892611
497.89/494.81	c cleaning 63000 clauses out of 126008 with flag 2069001/2956611
509.43/506.31	c cleaning 63999 clauses out of 128007 with flag 2134000/3021610
519.07/515.96	c cleaning 64998 clauses out of 130008 with flag 2200000/3087610
528.59/525.49	c cleaning 66000 clauses out of 132011 with flag 2267001/3154611
536.08/532.83	c cleaning 66999 clauses out of 134010 with flag 2335000/3222610
543.71/540.49	c cleaning 68006 clauses out of 136011 with flag 2404000/3291610
552.88/549.52	c cleaning 69000 clauses out of 138005 with flag 2474000/3361610
561.47/558.03	c cleaning 69997 clauses out of 140005 with flag 2545000/3432610
577.23/573.74	c cleaning 71001 clauses out of 142008 with flag 2617000/3504610
596.76/593.20	c cleaning 72001 clauses out of 144007 with flag 2690000/3577610
617.00/613.48	c cleaning 73000 clauses out of 146006 with flag 2764000/3651610
626.14/622.54	c cleaning 73994 clauses out of 148006 with flag 2839000/3726610
635.20/631.53	c cleaning 75003 clauses out of 150012 with flag 2915000/3802610
644.88/641.17	c cleaning 76002 clauses out of 152009 with flag 2992000/3879610
654.02/650.29	c cleaning 77001 clauses out of 154007 with flag 3070000/3957610
666.94/663.14	c cleaning 78000 clauses out of 156006 with flag 3149000/4036610
692.89/689.05	c cleaning 78999 clauses out of 158006 with flag 3229000/4116610
721.65/717.78	c cleaning 80001 clauses out of 160007 with flag 3310000/4197610
751.60/747.67	c cleaning 80992 clauses out of 162006 with flag 3392000/4279610
784.12/780.15	c cleaning 82001 clauses out of 164014 with flag 3475000/4362610
818.99/814.98	c cleaning 82999 clauses out of 166013 with flag 3559000/4446610
837.03/832.93	c cleaning 84002 clauses out of 168014 with flag 3644000/4531610
848.08/843.91	c cleaning 85001 clauses out of 170013 with flag 3730001/4617611
855.75/851.53	c cleaning 86003 clauses out of 172012 with flag 3817001/4704611
866.97/862.73	c cleaning 87003 clauses out of 174008 with flag 3905000/4792610
892.24/887.95	c cleaning 88001 clauses out of 176005 with flag 3994000/4881610
912.27/907.81	c cleaning 88998 clauses out of 178004 with flag 4084000/4971610
938.42/933.92	c cleaning 90001 clauses out of 180006 with flag 4175000/5062610
964.77/960.28	c cleaning 91003 clauses out of 182005 with flag 4267000/5154610
987.09/982.54	c cleaning 92001 clauses out of 184002 with flag 4360000/5247610
1019.74/1015.17	c cleaning 93000 clauses out of 186001 with flag 4454000/5341610
1058.52/1053.86	c cleaning 94001 clauses out of 188001 with flag 4549000/5436610
1082.09/1077.39	c cleaning 95001 clauses out of 190001 with flag 4645001/5532611
1115.35/1110.56	c cleaning 95996 clauses out of 192000 with flag 4742001/5629611
1150.57/1145.61	c cleaning 96995 clauses out of 194004 with flag 4840001/5727611
1181.47/1176.44	c cleaning 98000 clauses out of 196009 with flag 4939001/5826611
1227.55/1222.41	c cleaning 99005 clauses out of 198009 with flag 5039001/5926611
1260.81/1255.51	c cleaning 99999 clauses out of 200004 with flag 5140001/6027611
1291.06/1285.74	c cleaning 100995 clauses out of 202005 with flag 5242001/6129611
1322.76/1317.44	c cleaning 102002 clauses out of 204010 with flag 5345001/6232611
1357.27/1351.83	c cleaning 103002 clauses out of 206008 with flag 5449001/6336611
1390.35/1384.87	c cleaning 103999 clauses out of 208006 with flag 5554001/6441611
1426.78/1421.21	c cleaning 105002 clauses out of 210007 with flag 5660001/6547611
1467.28/1461.70	c cleaning 105997 clauses out of 212005 with flag 5767001/6654611
1494.78/1489.10	c cleaning 107002 clauses out of 214007 with flag 5875000/6762610
1507.04/1501.21	c cleaning 107999 clauses out of 216005 with flag 5984000/6871610
1521.57/1515.60	c cleaning 108998 clauses out of 218006 with flag 6094000/6981610
1534.00/1528.04	c cleaning 110001 clauses out of 220008 with flag 6205000/7092610
1549.96/1543.91	c cleaning 110999 clauses out of 222007 with flag 6317000/7204610
1590.74/1584.63	c cleaning 111998 clauses out of 224008 with flag 6430000/7317610
1617.82/1611.69	c cleaning 112999 clauses out of 226010 with flag 6544000/7431610
1638.22/1631.93	c cleaning 113995 clauses out of 228012 with flag 6659001/7546611
1660.98/1654.66	c cleaning 115000 clauses out of 230017 with flag 6775001/7662611
1680.39/1673.97	c cleaning 116005 clauses out of 232017 with flag 6892001/7779611
1724.84/1718.33	c cleaning 117001 clauses out of 234012 with flag 7010001/7897611
1772.93/1766.31	c cleaning 118003 clauses out of 236011 with flag 7129001/8016611
1800.02/1793.31	c starts		: 315
1800.02/1793.31	c conflicts		: 8096053
1800.02/1793.31	c decisions		: 8167791
1800.02/1793.31	c propagations		: 46250370
1800.02/1793.31	c inspects		: 5787438036
1800.02/1793.31	c shortcuts		: 0
1800.02/1793.31	c learnt literals	: 0
1800.02/1793.31	c learnt binary clauses	: 0
1800.02/1793.31	c learnt ternary clauses	: 0
1800.02/1793.31	c learnt constraints	: 8096053
1800.02/1793.31	c ignored constraints	: 0
1800.02/1793.31	c root simplifications	: 315
1800.02/1793.31	c removed literals (reason simplification)	: 43740759
1800.02/1793.31	c reason swapping (by a shorter reason)	: 0
1800.02/1793.31	c Calls to reduceDB	: 161
1800.02/1793.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.31	c number of learned constraints concerned by reduction	: 0
1800.02/1793.31	c number of learning phase by resolution	: 0
1800.02/1793.31	c number of learning phase by cutting planes	: 0
1800.02/1793.31	c speed (assignments/second)	: 25793.944578881707
1800.02/1793.31	c non guided choices	9689
1800.02/1793.34	c learnt constraints type 
1800.02/1793.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 197503
1800.02/1793.34	c constraints type 
1800.02/1793.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 260
1800.02/1793.34	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.02/1793.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 275
1800.02/1793.34	c ignored satisfied constraints => 1
1800.02/1793.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 126
1800.02/1793.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.02/1793.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1793.34	c 665 constraints processed.
1800.02/1793.34	s SATISFIABLE
1800.02/1793.34	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 
1800.02/1793.34	c objective function=3954
1800.02/1793.34	c Total wall clock time (in seconds): 1793.218

Verifier Data

OK	3954

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-3710724-1338146585/watcher-3710724-1338146585 -o /tmp/evaluation-result-3710724-1338146585/solver-3710724-1338146585 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710724-1338146585.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: 1.91 1.98 2.11 3/194 31205
/proc/meminfo: memFree=30543640/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/31205/stat : 31205 (java) D 31203 31205 28151 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 280783331 9515008 183 33554432000 1073741824 1073778376 140734896009104 140734896000136 213419638453 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2323 183 140 9 0 71 0

[startup+0.0655859 s]
/proc/loadavg: 1.91 1.98 2.11 3/194 31205
/proc/meminfo: memFree=30543640/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 3196 0 1 0 3 0 0 0 20 0 18 0 280783331 9787842560 4403 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2389610 4403 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558440

[startup+0.100249 s]
/proc/loadavg: 1.91 1.98 2.11 3/194 31205
/proc/meminfo: memFree=30543640/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 4210 0 1 0 8 1 0 0 20 0 18 0 280783331 9787842560 5416 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2389610 5416 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300221 s]
/proc/loadavg: 1.91 1.98 2.11 3/194 31205
/proc/meminfo: memFree=30543640/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 5875 0 1 0 45 2 0 0 20 0 19 0 280783331 9856004096 8539 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2406251 8539 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625004

[startup+0.700221 s]
/proc/loadavg: 1.91 1.98 2.11 3/194 31205
/proc/meminfo: memFree=30543640/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 7750 0 1 0 126 2 0 0 20 0 19 0 280783331 9856004096 11276 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2406251 11276 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 1.91 1.98 2.11 3/213 31224
/proc/meminfo: memFree=30488516/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9625004 CPUtime=2.23 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 8008 0 1 0 220 3 0 0 20 0 19 0 280783331 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2406251 17989 2283 9 0 2396937 0
[pid=31205/tid=31207] ppid=31203 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/31205/task/31207/stat : 31207 (java) R 31203 31205 28151 0 -1 4202560 2520 0 1 0 142 1 0 0 20 0 19 0 280783332 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179600851248 140179428394805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31208/stat : 31208 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179562342824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31209] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31209/stat : 31209 (java) S 31203 31205 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179561290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31210] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31210/stat : 31210 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179560237224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31211] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31211/stat : 31211 (java) S 31203 31205 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179559184680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31212] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31212/stat : 31212 (java) S 31203 31205 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179558132648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31213] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31213/stat : 31213 (java) S 31203 31205 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179557080104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31214] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31214/stat : 31214 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179556027048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31215] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31215/stat : 31215 (java) S 31203 31205 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179554974504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31216] ppid=31203 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/31205/task/31216/stat : 31216 (java) S 31203 31205 28151 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 280783334 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179424655720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31217] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31217/stat : 31217 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179423602040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31218] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31218/stat : 31218 (java) S 31203 31205 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179422548872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31219] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31219/stat : 31219 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179421497616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31220] ppid=31203 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/31205/task/31220/stat : 31220 (java) S 31203 31205 28151 0 -1 4202560 2066 0 0 0 40 0 0 0 20 0 19 0 280783337 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179420445496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31221] ppid=31203 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/31205/task/31221/stat : 31221 (java) S 31203 31205 28151 0 -1 4202560 2157 0 0 0 31 0 0 0 20 0 19 0 280783337 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179419392952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31222] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31222/stat : 31222 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179418340088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31223] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31223/stat : 31223 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179417287752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31224] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31224/stat : 31224 (java) S 31203 31205 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280783355 9856004096 17989 33554432000 1073741824 1073778376 140735008681248 140179416233000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.91 1.98 2.11 3/213 31224
/proc/meminfo: memFree=30477780/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9625004 CPUtime=3.87 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 8030 0 1 0 383 4 0 0 20 0 19 0 280783331 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2406251 20046 2283 9 0 2396937 0
[pid=31205/tid=31207] ppid=31203 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/31205/task/31207/stat : 31207 (java) R 31203 31205 28151 0 -1 4202560 2521 0 1 0 297 1 0 0 20 0 19 0 280783332 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179600851368 140179428261995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31208/stat : 31208 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179562342824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31209] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31209/stat : 31209 (java) S 31203 31205 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179561290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31210] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31210/stat : 31210 (java) S 31203 31205 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179560237224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31211] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31211/stat : 31211 (java) S 31203 31205 28151 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179559184680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31212] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31212/stat : 31212 (java) S 31203 31205 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179558132648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31213] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31213/stat : 31213 (java) S 31203 31205 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179557080104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31214] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31214/stat : 31214 (java) S 31203 31205 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179556027048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31215] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31215/stat : 31215 (java) S 31203 31205 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179554974504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31216] ppid=31203 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/31205/task/31216/stat : 31216 (java) S 31203 31205 28151 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 280783334 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179424655720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31217] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31217/stat : 31217 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179423602040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31218] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31218/stat : 31218 (java) S 31203 31205 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179422548872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31219] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31219/stat : 31219 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179421497616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31220] ppid=31203 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/31205/task/31220/stat : 31220 (java) S 31203 31205 28151 0 -1 4202560 2068 0 0 0 42 0 0 0 20 0 19 0 280783337 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179420445496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31221] ppid=31203 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/31205/task/31221/stat : 31221 (java) S 31203 31205 28151 0 -1 4202560 2158 0 0 0 31 0 0 0 20 0 19 0 280783337 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179419392952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31222] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31222/stat : 31222 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179418340088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31223] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31223/stat : 31223 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179417287752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31224] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31224/stat : 31224 (java) S 31203 31205 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280783355 9856004096 20046 33554432000 1073741824 1073778376 140735008681248 140179416233000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 1.92 1.98 2.11 3/213 31224
/proc/meminfo: memFree=30465988/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9625004 CPUtime=7.1 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 8047 0 1 0 706 4 0 0 20 0 19 0 280783331 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2406251 21856 2283 9 0 2396937 0
[pid=31205/tid=31207] ppid=31203 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/31205/task/31207/stat : 31207 (java) R 31203 31205 28151 0 -1 4202560 2525 0 1 0 610 1 0 0 20 0 19 0 280783332 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179600851248 140179428295597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31208/stat : 31208 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179562342824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31209] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31209/stat : 31209 (java) S 31203 31205 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179561290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31210] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31210/stat : 31210 (java) S 31203 31205 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179560237224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31211] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31211/stat : 31211 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179559184680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31212] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31212/stat : 31212 (java) S 31203 31205 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179558132648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31213] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31213/stat : 31213 (java) S 31203 31205 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179557080104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31214] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31214/stat : 31214 (java) S 31203 31205 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179556027048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31215] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31215/stat : 31215 (java) S 31203 31205 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280783333 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179554974504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31216] ppid=31203 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/31205/task/31216/stat : 31216 (java) S 31203 31205 28151 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 280783334 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179424655720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31217] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31217/stat : 31217 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179423602040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31218] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31218/stat : 31218 (java) S 31203 31205 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179422548872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31219] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31219/stat : 31219 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179421497616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31220] ppid=31203 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/31205/task/31220/stat : 31220 (java) S 31203 31205 28151 0 -1 4202560 2068 0 0 0 43 0 0 0 20 0 19 0 280783337 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179420445496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31221] ppid=31203 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/31205/task/31221/stat : 31221 (java) S 31203 31205 28151 0 -1 4202560 2158 0 0 0 31 0 0 0 20 0 19 0 280783337 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179419392952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31222] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31222/stat : 31222 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179418340088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31223] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31223/stat : 31223 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179417287752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31224] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31224/stat : 31224 (java) S 31203 31205 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280783355 9856004096 21856 33554432000 1073741824 1073778376 140735008681248 140179416233000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=31205/tid=31220] ppid=31203 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/31205/task/31220/stat : 31220 (java) S 31203 31205 28151 0 -1 4202560 2316 0 0 0 46 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179420445496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31221] ppid=31203 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/31205/task/31221/stat : 31221 (java) S 31203 31205 28151 0 -1 4202560 2158 0 0 0 31 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179419392952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31222] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31222/stat : 31222 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179418340088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31223] ppid=31203 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/31205/task/31223/stat : 31223 (java) S 31203 31205 28151 0 -1 4202560 99 0 0 0 22 29 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179417287752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31224] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31224/stat : 31224 (java) S 31203 31205 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280783355 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179416233000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.94
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 31298
/proc/meminfo: memFree=29925636/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9625004 CPUtime=1789.02 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 12113 0 1 0 178834 68 0 0 20 0 19 0 280783331 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2406251 131409 2284 9 0 2396937 0
[pid=31205/tid=31207] ppid=31203 vsize=9625004 CPUtime=1767.93 cores=0,2,4,6
/proc/31205/task/31207/stat : 31207 (java) R 31203 31205 28151 0 -1 4202560 2732 0 1 0 176763 30 0 0 20 0 19 0 280783332 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179600851248 140179428428660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/31205/task/31208/stat : 31208 (java) S 31203 31205 28151 0 -1 4202560 391 0 0 0 104 6 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179562342824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31209] ppid=31203 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/31205/task/31209/stat : 31209 (java) S 31203 31205 28151 0 -1 4202560 333 0 0 0 92 6 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179561290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31210] ppid=31203 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/31205/task/31210/stat : 31210 (java) S 31203 31205 28151 0 -1 4202560 388 0 0 0 100 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179560237224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31211] ppid=31203 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/31205/task/31211/stat : 31211 (java) S 31203 31205 28151 0 -1 4202560 394 0 0 0 106 7 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179559184680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31212] ppid=31203 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/31205/task/31212/stat : 31212 (java) S 31203 31205 28151 0 -1 4202560 554 0 0 0 109 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179558132648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31213] ppid=31203 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/31205/task/31213/stat : 31213 (java) S 31203 31205 28151 0 -1 4202560 246 0 0 0 101 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179557080104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31214] ppid=31203 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/31205/task/31214/stat : 31214 (java) S 31203 31205 28151 0 -1 4202560 574 0 0 0 95 5 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179556027048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31215] ppid=31203 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/31205/task/31215/stat : 31215 (java) S 31203 31205 28151 0 -1 4202560 286 0 0 0 99 5 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179554974504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31216] ppid=31203 vsize=9625004 CPUtime=7.09 cores=0,2,4,6
/proc/31205/task/31216/stat : 31216 (java) S 31203 31205 28151 0 -1 4202560 454 0 0 0 706 3 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179424655720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31217] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31217/stat : 31217 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179423602040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31218] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31218/stat : 31218 (java) S 31203 31205 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179422548872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31219] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31219/stat : 31219 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179421497616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31220] ppid=31203 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/31205/task/31220/stat : 31220 (java) S 31203 31205 28151 0 -1 4202560 2316 0 0 0 46 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179420445496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31221] ppid=31203 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/31205/task/31221/stat : 31221 (java) S 31203 31205 28151 0 -1 4202560 2158 0 0 0 31 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179419392952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31222] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31222/stat : 31222 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179418340088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31223] ppid=31203 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/31205/task/31223/stat : 31223 (java) S 31203 31205 28151 0 -1 4202560 103 0 0 0 23 30 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179417287752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31224] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31224/stat : 31224 (java) S 31203 31205 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280783355 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179416233000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1789.02
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 31298
/proc/meminfo: memFree=29923464/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 12113 0 1 0 179934 68 0 0 20 0 19 0 280783331 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2406251 131409 2284 9 0 2396937 0
[pid=31205/tid=31207] ppid=31203 vsize=9625004 CPUtime=1778.91 cores=0,2,4,6
/proc/31205/task/31207/stat : 31207 (java) R 31203 31205 28151 0 -1 4202560 2732 0 1 0 177860 31 0 0 20 0 19 0 280783332 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179600851248 140179428295236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/31205/task/31208/stat : 31208 (java) S 31203 31205 28151 0 -1 4202560 391 0 0 0 104 6 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179562342824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31209] ppid=31203 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/31205/task/31209/stat : 31209 (java) S 31203 31205 28151 0 -1 4202560 333 0 0 0 92 6 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179561290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31210] ppid=31203 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/31205/task/31210/stat : 31210 (java) S 31203 31205 28151 0 -1 4202560 388 0 0 0 100 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179560237224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31211] ppid=31203 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/31205/task/31211/stat : 31211 (java) S 31203 31205 28151 0 -1 4202560 394 0 0 0 106 7 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179559184680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31212] ppid=31203 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/31205/task/31212/stat : 31212 (java) S 31203 31205 28151 0 -1 4202560 554 0 0 0 109 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179558132648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31213] ppid=31203 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/31205/task/31213/stat : 31213 (java) S 31203 31205 28151 0 -1 4202560 246 0 0 0 101 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179557080104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31214] ppid=31203 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/31205/task/31214/stat : 31214 (java) S 31203 31205 28151 0 -1 4202560 574 0 0 0 95 5 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179556027048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31215] ppid=31203 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/31205/task/31215/stat : 31215 (java) S 31203 31205 28151 0 -1 4202560 286 0 0 0 99 5 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179554974504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31216] ppid=31203 vsize=9625004 CPUtime=7.09 cores=0,2,4,6
/proc/31205/task/31216/stat : 31216 (java) S 31203 31205 28151 0 -1 4202560 454 0 0 0 706 3 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179424655720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31217] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31217/stat : 31217 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179423602040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31218] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31218/stat : 31218 (java) S 31203 31205 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179422548872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31219] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31219/stat : 31219 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179421497616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31220] ppid=31203 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/31205/task/31220/stat : 31220 (java) S 31203 31205 28151 0 -1 4202560 2316 0 0 0 46 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179420445496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31221] ppid=31203 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/31205/task/31221/stat : 31221 (java) S 31203 31205 28151 0 -1 4202560 2158 0 0 0 31 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179419392952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31222] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31222/stat : 31222 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179418340088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31223] ppid=31203 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/31205/task/31223/stat : 31223 (java) S 31203 31205 28151 0 -1 4202560 103 0 0 0 23 30 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179417287752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31224] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31224/stat : 31224 (java) S 31203 31205 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280783355 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179416233000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1793.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 31298
/proc/meminfo: memFree=29923464/32873844 swapFree=6600/6600
[pid=31205] ppid=31203 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/31205/stat : 31205 (java) S 31203 31205 28151 0 -1 4202496 12113 0 1 0 179934 68 0 0 20 0 19 0 280783331 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140735008672384 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31205/statm: 2406251 131409 2284 9 0 2396937 0
[pid=31205/tid=31207] ppid=31203 vsize=9625004 CPUtime=1778.91 cores=0,2,4,6
/proc/31205/task/31207/stat : 31207 (java) R 31203 31205 28151 0 -1 4202560 2732 0 1 0 177860 31 0 0 20 0 19 0 280783332 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179600851248 140179428295236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/31205/task/31208/stat : 31208 (java) S 31203 31205 28151 0 -1 4202560 391 0 0 0 104 6 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179562342824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31209] ppid=31203 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/31205/task/31209/stat : 31209 (java) S 31203 31205 28151 0 -1 4202560 333 0 0 0 92 6 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179561290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31210] ppid=31203 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/31205/task/31210/stat : 31210 (java) S 31203 31205 28151 0 -1 4202560 388 0 0 0 100 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179560237224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31211] ppid=31203 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/31205/task/31211/stat : 31211 (java) S 31203 31205 28151 0 -1 4202560 394 0 0 0 106 7 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179559184680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31212] ppid=31203 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/31205/task/31212/stat : 31212 (java) S 31203 31205 28151 0 -1 4202560 554 0 0 0 109 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179558132648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31213] ppid=31203 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/31205/task/31213/stat : 31213 (java) S 31203 31205 28151 0 -1 4202560 246 0 0 0 101 4 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179557080104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31214] ppid=31203 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/31205/task/31214/stat : 31214 (java) S 31203 31205 28151 0 -1 4202560 574 0 0 0 95 5 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179556027048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31215] ppid=31203 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/31205/task/31215/stat : 31215 (java) S 31203 31205 28151 0 -1 4202560 286 0 0 0 99 5 0 0 20 0 19 0 280783333 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179554974504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31216] ppid=31203 vsize=9625004 CPUtime=7.09 cores=0,2,4,6
/proc/31205/task/31216/stat : 31216 (java) S 31203 31205 28151 0 -1 4202560 454 0 0 0 706 3 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179424655720 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31217] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31217/stat : 31217 (java) S 31203 31205 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179423602040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31218] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31218/stat : 31218 (java) S 31203 31205 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280783334 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179422548872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31219] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31219/stat : 31219 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179421497616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31205/tid=31220] ppid=31203 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/31205/task/31220/stat : 31220 (java) S 31203 31205 28151 0 -1 4202560 2316 0 0 0 46 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179420445496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31221] ppid=31203 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/31205/task/31221/stat : 31221 (java) S 31203 31205 28151 0 -1 4202560 2158 0 0 0 31 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179419392952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31205/tid=31222] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31222/stat : 31222 (java) S 31203 31205 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179418340088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31205/tid=31223] ppid=31203 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/31205/task/31223/stat : 31223 (java) S 31203 31205 28151 0 -1 4202560 103 0 0 0 23 30 0 0 20 0 19 0 280783337 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179417287752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31205/tid=31224] ppid=31203 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31205/task/31224/stat : 31224 (java) S 31203 31205 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280783355 9856004096 131409 33554432000 1073741824 1073778376 140735008681248 140179416233000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31205 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=938127
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=192818
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.35
CPU time (s): 1800.02
CPU user time (s): 1799.34
CPU system time (s): 0.68
CPU usage (%): 100.372
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.94
system time used= 1.19282
maximum resident set size= 525968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12227
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42549
involuntary context switches= 26167

runsolver used 5.55215 second user time and 14.8017 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 21:23:05
IDJOB=3710724
IDBENCH=2231
IDSOLVER=2289
FILE ID=node140/3710724-1338146585
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-5.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710724-1338146585/watcher-3710724-1338146585 -o /tmp/evaluation-result-3710724-1338146585/solver-3710724-1338146585 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710724-1338146585.opb

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

MD5SUM BENCH= ed36462db2ffa04ea65b986069441496
RANDOM SEED=1302079744

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:        30544516 kB
Buffers:          393212 kB
Cached:           710100 kB
SwapCached:         1492 kB
Active:          1193832 kB
Inactive:         260588 kB
Active(anon):     342900 kB
Inactive(anon):     8612 kB
Active(file):     850932 kB
Inactive(file):   251976 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        371260 kB
Mapped:            19888 kB
Shmem:                 8 kB
Slab:             718772 kB
SReclaimable:     160848 kB
SUnreclaim:       557924 kB
KernelStack:        1600 kB
PageTables:         4944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71332 MiB
End job on node140 at 2012-05-27 21:53:00