Trace number 3718247

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 NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28MSAT (TO) 1800.63 1794.16

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-3_wcsp.wbo
MD5SUM531d8636127ef9c1ca088d2ef0ec4c38
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.361944
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables90
Total number of constraints273
Number of soft constraints243
Number of constraints which are clauses243
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 243
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.2.v20120528
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718247-1338259161.wbo
0.10/0.11	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.04s.
0.10/0.15	c declared #vars     90
0.10/0.15	c internal #vars     333
0.10/0.15	c #constraints  304
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 273
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
0.10/0.15	c 304 constraints processed.
0.10/0.15	c objective function length is 243 literals
0.10/0.17	c SATISFIABLE
0.10/0.17	c OPTIMIZING...
0.10/0.17	c Got one! Elapsed wall clock time (in seconds):0.062
0.10/0.17	o 25
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.079
0.10/0.19	o 24
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.088
0.27/0.20	o 20
0.71/0.49	c cleaning 2546 clauses out of 5092 with flag 15395/5092
0.96/0.69	c cleaning 4270 clauses out of 8547 with flag 36022/11093
1.30/0.93	c cleaning 5629 clauses out of 11277 with flag 60883/18093
1.61/1.21	c cleaning 6823 clauses out of 13649 with flag 89663/26094
1.93/1.52	c cleaning 7906 clauses out of 15824 with flag 115116/35092
2.24/1.85	c cleaning 8951 clauses out of 17918 with flag 143571/45092
2.65/2.22	c cleaning 9982 clauses out of 19967 with flag 178843/56092
3.04/2.65	c cleaning 10985 clauses out of 21985 with flag 219552/68092
3.45/3.09	c cleaning 11995 clauses out of 24002 with flag 261737/81094
3.95/3.58	c cleaning 13001 clauses out of 26005 with flag 306717/95092
4.57/4.12	c cleaning 13994 clauses out of 28004 with flag 355266/110092
5.18/4.70	c cleaning 15004 clauses out of 30011 with flag 408412/126093
5.78/5.35	c cleaning 16002 clauses out of 32006 with flag 466385/143092
6.49/6.01	c cleaning 16997 clauses out of 34004 with flag 523001/161092
7.20/6.73	c cleaning 18001 clauses out of 36008 with flag 584088/180093
7.90/7.47	c cleaning 18992 clauses out of 38006 with flag 650197/200092
8.70/8.25	c cleaning 20001 clauses out of 40016 with flag 716935/221094
9.60/9.12	c cleaning 21007 clauses out of 42013 with flag 786195/243092
10.50/10.04	c cleaning 21988 clauses out of 44006 with flag 860338/266092
11.51/11.07	c cleaning 23006 clauses out of 46018 with flag 940266/290092
12.52/12.03	c cleaning 24006 clauses out of 48012 with flag 1018554/315092
13.62/13.16	c cleaning 24999 clauses out of 50007 with flag 1100599/341093
14.75/14.28	c cleaning 26003 clauses out of 52007 with flag 1185472/368092
15.96/15.42	c cleaning 26995 clauses out of 54006 with flag 1272087/396094
17.28/16.74	c cleaning 27997 clauses out of 56010 with flag 1363579/425093
18.68/18.12	c cleaning 29005 clauses out of 58013 with flag 1458745/455093
19.98/19.46	c cleaning 30004 clauses out of 60007 with flag 1557812/486092
21.41/20.85	c cleaning 30995 clauses out of 62003 with flag 1656775/518092
22.84/22.21	c cleaning 31997 clauses out of 64010 with flag 1760496/551094
22.95/22.34	c Got one! Elapsed wall clock time (in seconds):22.233
22.95/22.34	o 19
22.95/22.34	c Got one! Elapsed wall clock time (in seconds):22.236
22.95/22.34	o 14
22.95/22.36	c Got one! Elapsed wall clock time (in seconds):22.255
22.95/22.36	o 13
23.05/22.46	c cleaning 19153 clauses out of 38312 with flag 8002/557393
23.25/22.67	c cleaning 12571 clauses out of 25160 with flag 29836/563394
23.56/22.90	c cleaning 9785 clauses out of 19590 with flag 55591/570395
23.77/23.17	c cleaning 8891 clauses out of 17802 with flag 86013/578392
24.08/23.48	c cleaning 8951 clauses out of 17912 with flag 119367/587393
24.38/23.77	c cleaning 9481 clauses out of 18965 with flag 150389/597397
24.68/24.10	c cleaning 10228 clauses out of 20479 with flag 187618/608392
25.10/24.46	c cleaning 11115 clauses out of 22251 with flag 227361/620392
25.52/24.85	c cleaning 12062 clauses out of 24136 with flag 271809/633392
25.95/25.27	c cleaning 13032 clauses out of 26074 with flag 320580/647392
26.45/25.73	c cleaning 14019 clauses out of 28042 with flag 370904/662392
26.96/26.24	c cleaning 15005 clauses out of 30024 with flag 427475/678393
27.47/26.76	c cleaning 16003 clauses out of 32018 with flag 477337/695392
28.12/27.35	c cleaning 17000 clauses out of 34015 with flag 536958/713392
28.72/27.93	c cleaning 18000 clauses out of 36015 with flag 598918/732392
29.33/28.56	c cleaning 19006 clauses out of 38015 with flag 668967/752392
30.03/29.21	c cleaning 20005 clauses out of 40009 with flag 739243/773392
30.73/29.93	c cleaning 20993 clauses out of 42008 with flag 813752/795396
31.43/30.67	c cleaning 22004 clauses out of 44011 with flag 891323/818392
32.24/31.44	c cleaning 22997 clauses out of 46007 with flag 976691/842392
33.04/32.26	c cleaning 24005 clauses out of 48011 with flag 1059460/867393
33.86/33.07	c cleaning 24996 clauses out of 50006 with flag 1143579/893393
34.76/33.94	c cleaning 26005 clauses out of 52009 with flag 1230110/920392
35.66/34.87	c cleaning 27000 clauses out of 54004 with flag 1312393/948392
36.66/35.84	c cleaning 27993 clauses out of 56004 with flag 1404085/977392
37.67/36.84	c cleaning 29002 clauses out of 58018 with flag 1497047/1007399
38.67/37.86	c cleaning 30003 clauses out of 60012 with flag 1587014/1038395
39.78/38.97	c cleaning 30995 clauses out of 62007 with flag 1681912/1070393
40.90/40.10	c cleaning 31985 clauses out of 64012 with flag 1785048/1103393
42.20/41.31	c cleaning 33007 clauses out of 66026 with flag 1897189/1137392
43.44/42.51	c cleaning 34002 clauses out of 68019 with flag 2010643/1172392
44.76/43.81	c cleaning 35002 clauses out of 70019 with flag 2116870/1208394
45.97/45.10	c cleaning 36001 clauses out of 72015 with flag 2227567/1245392
47.29/46.33	c cleaning 36994 clauses out of 74014 with flag 2353905/1283392
48.70/47.76	c cleaning 38004 clauses out of 76020 with flag 2492113/1322392
50.22/49.23	c cleaning 38985 clauses out of 78016 with flag 2617574/1362392
51.73/50.74	c cleaning 40016 clauses out of 80031 with flag 2745977/1403392
53.34/52.32	c cleaning 41007 clauses out of 82016 with flag 2860013/1445393
55.10/54.01	c cleaning 41998 clauses out of 84008 with flag 2977110/1488392
56.62/55.58	c cleaning 43004 clauses out of 86011 with flag 3118451/1532393
58.53/57.43	c cleaning 44002 clauses out of 88007 with flag 3242787/1577393
60.33/59.20	c cleaning 45001 clauses out of 90004 with flag 3368160/1623392
62.34/61.21	c cleaning 46002 clauses out of 92004 with flag 3494561/1670393
64.26/63.16	c cleaning 46995 clauses out of 94002 with flag 3622509/1718393
66.16/65.04	c cleaning 47999 clauses out of 96011 with flag 3761121/1767397
68.18/67.05	c cleaning 48997 clauses out of 98007 with flag 3907412/1817392
70.19/69.00	c cleaning 50007 clauses out of 100015 with flag 4054472/1868397
72.03/70.89	c cleaning 50998 clauses out of 102003 with flag 4219332/1920392
74.26/73.00	c cleaning 51999 clauses out of 104005 with flag 4373321/1973392
76.48/75.23	c cleaning 52995 clauses out of 106006 with flag 4528155/2027392
78.49/77.27	c cleaning 54003 clauses out of 108012 with flag 4695420/2082393
80.60/79.38	c cleaning 54991 clauses out of 110010 with flag 4866957/2138394
82.80/81.54	c cleaning 55996 clauses out of 112017 with flag 5056187/2195392
85.13/83.82	c cleaning 57008 clauses out of 114021 with flag 5222328/2253392
87.34/86.09	c cleaning 57994 clauses out of 116014 with flag 5401868/2312393
89.74/88.45	c cleaning 59004 clauses out of 118019 with flag 5600224/2372392
92.25/90.90	c cleaning 60005 clauses out of 120016 with flag 5796855/2433393
94.78/93.46	c cleaning 60999 clauses out of 122010 with flag 5996162/2495392
97.69/96.32	c cleaning 62000 clauses out of 124011 with flag 6162021/2558392
100.51/99.15	c cleaning 63002 clauses out of 126012 with flag 6326555/2622393
103.65/102.28	c cleaning 64004 clauses out of 128010 with flag 6504764/2687393
106.76/105.33	c cleaning 64996 clauses out of 130005 with flag 6684754/2753392
109.57/108.18	c cleaning 66006 clauses out of 132011 with flag 6883420/2820394
112.49/111.03	c cleaning 66996 clauses out of 134004 with flag 7077747/2888393
115.83/114.37	c cleaning 67993 clauses out of 136008 with flag 7274354/2957393
118.83/117.36	c cleaning 69002 clauses out of 138014 with flag 7498499/3027392
121.94/120.41	c cleaning 70002 clauses out of 140015 with flag 7715614/3098395
125.35/123.81	c cleaning 71008 clauses out of 142017 with flag 7926027/3170399
128.37/126.82	c cleaning 71999 clauses out of 144002 with flag 8153352/3243392
131.51/129.98	c cleaning 72990 clauses out of 146003 with flag 8381110/3317392
134.72/133.14	c cleaning 74000 clauses out of 148013 with flag 8637525/3392392
137.74/136.13	c cleaning 74999 clauses out of 150013 with flag 8905237/3468392
141.16/139.57	c cleaning 76000 clauses out of 152014 with flag 9136504/3545392
144.88/143.24	c cleaning 76990 clauses out of 154014 with flag 9373066/3623392
149.11/147.43	c cleaning 78007 clauses out of 156025 with flag 9602561/3702393
153.72/152.02	c cleaning 79007 clauses out of 158017 with flag 9843688/3782392
158.04/156.33	c cleaning 79994 clauses out of 160010 with flag 10085585/3863392
161.86/160.14	c cleaning 80994 clauses out of 162016 with flag 10327757/3945392
165.77/164.08	c cleaning 82005 clauses out of 164024 with flag 10590460/4028394
169.78/168.00	c cleaning 82997 clauses out of 166017 with flag 10864420/4112392
173.49/171.75	c cleaning 84005 clauses out of 168021 with flag 11141576/4197393
178.00/176.28	c cleaning 84999 clauses out of 170015 with flag 11400299/4283392
182.81/181.08	c cleaning 85996 clauses out of 172016 with flag 11651658/4370392
187.45/185.69	c cleaning 87010 clauses out of 174021 with flag 11910816/4458393
192.55/190.75	c cleaning 87986 clauses out of 176010 with flag 12166934/4547392
197.29/195.47	c cleaning 89002 clauses out of 178024 with flag 12429217/4637392
201.80/199.99	c cleaning 90003 clauses out of 180022 with flag 12690417/4728392
207.31/205.44	c cleaning 91004 clauses out of 182019 with flag 12950956/4820392
211.75/209.85	c cleaning 92005 clauses out of 184015 with flag 13239094/4913392
216.66/214.72	c cleaning 92991 clauses out of 186012 with flag 13536861/5007394
221.19/219.27	c cleaning 94006 clauses out of 188020 with flag 13829072/5102393
225.71/223.80	c cleaning 95002 clauses out of 190014 with flag 14118894/5198393
230.45/228.45	c cleaning 96000 clauses out of 192012 with flag 14398784/5295393
235.37/233.39	c cleaning 96998 clauses out of 194014 with flag 14680665/5393395
240.38/238.35	c cleaning 97999 clauses out of 196013 with flag 14975612/5492392
245.20/243.16	c cleaning 98986 clauses out of 198014 with flag 15297610/5592392
249.97/247.86	c cleaning 99995 clauses out of 200029 with flag 15674114/5693393
255.18/253.05	c cleaning 100992 clauses out of 202033 with flag 16022684/5795392
259.91/257.71	c cleaning 102012 clauses out of 204041 with flag 16347199/5898392
265.02/262.88	c cleaning 103007 clauses out of 206029 with flag 16713805/6002392
270.93/268.79	c cleaning 104010 clauses out of 208022 with flag 17013909/6107392
277.06/274.90	c cleaning 104997 clauses out of 210013 with flag 17310691/6213393
283.27/281.09	c cleaning 106005 clauses out of 212015 with flag 17616533/6320392
289.80/287.59	c cleaning 106997 clauses out of 214010 with flag 17932883/6428392
296.42/294.11	c cleaning 107996 clauses out of 216013 with flag 18233921/6537392
303.35/301.00	c cleaning 108998 clauses out of 218018 with flag 18543055/6647393
309.89/307.59	c cleaning 110001 clauses out of 220019 with flag 18856695/6758392
316.00/313.66	c cleaning 111002 clauses out of 222021 with flag 19204590/6870395
321.93/319.54	c cleaning 111989 clauses out of 224016 with flag 19535887/6983392
328.75/326.38	c cleaning 113013 clauses out of 226032 with flag 19888041/7097397
334.36/331.95	c cleaning 113998 clauses out of 228015 with flag 20240553/7212393
340.67/338.28	c cleaning 114992 clauses out of 230016 with flag 20580689/7328392
347.40/344.94	c cleaning 116009 clauses out of 232028 with flag 20912743/7445396
354.02/351.54	c cleaning 116995 clauses out of 234016 with flag 21252350/7563393
360.75/358.30	c cleaning 118002 clauses out of 236020 with flag 21579795/7682392
368.46/365.95	c cleaning 119002 clauses out of 238018 with flag 21910142/7802392
375.78/373.25	c cleaning 119995 clauses out of 240016 with flag 22259728/7923392
381.89/379.38	c cleaning 121002 clauses out of 242022 with flag 22627844/8045393
389.92/387.30	c cleaning 122000 clauses out of 244019 with flag 22969198/8168392
398.65/396.07	c cleaning 123009 clauses out of 246019 with flag 23310088/8292392
405.65/403.00	c cleaning 124000 clauses out of 248011 with flag 23679227/8417393
413.19/410.59	c cleaning 124997 clauses out of 250010 with flag 24032926/8543392
422.01/419.38	c cleaning 126006 clauses out of 252015 with flag 24377127/8670394
432.06/429.39	c cleaning 126992 clauses out of 254007 with flag 24728139/8798392
441.79/439.02	c cleaning 128006 clauses out of 256015 with flag 25090228/8927392
451.62/448.88	c cleaning 129004 clauses out of 258011 with flag 25446421/9057394
461.84/459.03	c cleaning 129999 clauses out of 260005 with flag 25814195/9188392
471.86/469.09	c cleaning 130998 clauses out of 262006 with flag 26177775/9320392
481.71/478.87	c cleaning 132002 clauses out of 264009 with flag 26556692/9453393
492.05/489.10	c cleaning 132989 clauses out of 266006 with flag 26932911/9587392
499.86/496.98	c cleaning 134005 clauses out of 268017 with flag 27329820/9722392
508.29/505.39	c cleaning 135001 clauses out of 270012 with flag 27773069/9858392
517.71/514.76	c cleaning 136004 clauses out of 272012 with flag 28190097/9995393
529.74/526.74	c cleaning 136997 clauses out of 274007 with flag 28557336/10133392
540.66/537.68	c cleaning 138003 clauses out of 276010 with flag 28951665/10272392
553.00/549.92	c cleaning 138994 clauses out of 278007 with flag 29348045/10412392
563.94/560.90	c cleaning 140005 clauses out of 280021 with flag 29717943/10553400
575.79/572.65	c cleaning 140999 clauses out of 282008 with flag 30107871/10695392
587.12/583.95	c cleaning 141998 clauses out of 284011 with flag 30510063/10838394
599.55/596.34	c cleaning 142996 clauses out of 286011 with flag 30890876/10982392
612.19/608.97	c cleaning 144002 clauses out of 288015 with flag 31274918/11127392
626.32/623.08	c cleaning 145002 clauses out of 290013 with flag 31662528/11273392
639.45/636.14	c cleaning 146000 clauses out of 292011 with flag 32055651/11420392
653.87/650.51	c cleaning 147002 clauses out of 294012 with flag 32448450/11568393
668.00/664.64	c cleaning 147994 clauses out of 296009 with flag 32860366/11717392
677.53/674.20	c cleaning 149002 clauses out of 298016 with flag 33306720/11867393
687.06/683.63	c cleaning 150000 clauses out of 300014 with flag 33757253/12018393
697.89/694.42	c cleaning 151000 clauses out of 302013 with flag 34195542/12170392
706.52/703.06	c cleaning 151999 clauses out of 304013 with flag 34652107/12323392
716.26/712.71	c cleaning 152995 clauses out of 306014 with flag 35132530/12477392
725.80/722.29	c cleaning 153988 clauses out of 308025 with flag 35598596/12632398
738.34/734.76	c cleaning 155013 clauses out of 310033 with flag 36030399/12788394
749.07/745.46	c cleaning 155983 clauses out of 312018 with flag 36486785/12945392
760.29/756.67	c cleaning 157003 clauses out of 314035 with flag 36944403/13103392
770.82/767.15	c cleaning 157989 clauses out of 316032 with flag 37435468/13262392
781.26/777.50	c cleaning 159007 clauses out of 318043 with flag 37940356/13422392
791.49/787.73	c cleaning 160005 clauses out of 320037 with flag 38439571/13583393
802.02/798.22	c cleaning 161009 clauses out of 322031 with flag 38938932/13745392
812.54/808.71	c cleaning 162001 clauses out of 324022 with flag 39469088/13908392
823.09/819.29	c cleaning 163005 clauses out of 326021 with flag 40002184/14072392
835.01/831.15	c cleaning 164001 clauses out of 328016 with flag 40532231/14237392
852.74/848.89	c cleaning 165004 clauses out of 330015 with flag 40978554/14403392
867.57/863.67	c cleaning 165999 clauses out of 332014 with flag 41431501/14570395
878.98/875.05	c cleaning 167000 clauses out of 334015 with flag 41901706/14738395
890.30/886.37	c cleaning 167994 clauses out of 336012 with flag 42404611/14907392
903.03/899.05	c cleaning 169005 clauses out of 338019 with flag 42896527/15077393
916.57/912.56	c cleaning 169993 clauses out of 340013 with flag 43392448/15248392
930.19/926.10	c cleaning 171000 clauses out of 342020 with flag 43880067/15420392
943.31/939.22	c cleaning 172001 clauses out of 344023 with flag 44402320/15593395
961.25/957.10	c cleaning 173007 clauses out of 346020 with flag 44857430/15767393
976.68/972.51	c cleaning 173996 clauses out of 348012 with flag 45320243/15942392
989.82/985.67	c cleaning 175001 clauses out of 350017 with flag 45850468/16118393
1003.35/999.17	c cleaning 176004 clauses out of 352016 with flag 46370102/16295393
1014.86/1010.69	c cleaning 176994 clauses out of 354011 with flag 46913719/16473392
1029.17/1024.90	c cleaning 177997 clauses out of 356018 with flag 47411701/16652393
1041.79/1037.52	c cleaning 178991 clauses out of 358021 with flag 47945884/16832393
1054.93/1050.67	c cleaning 179997 clauses out of 360029 with flag 48551395/17013392
1068.25/1063.94	c cleaning 180996 clauses out of 362032 with flag 49209677/17195392
1081.48/1077.14	c cleaning 182010 clauses out of 364037 with flag 49809738/17378393
1102.00/1097.70	c cleaning 183012 clauses out of 366032 with flag 50349149/17562398
1119.44/1115.08	c cleaning 183997 clauses out of 368014 with flag 50850373/17747392
1139.08/1134.69	c cleaning 185003 clauses out of 370017 with flag 51341201/17933392
1156.94/1152.48	c cleaning 185990 clauses out of 372014 with flag 51832634/18120392
1172.17/1167.62	c cleaning 187005 clauses out of 374024 with flag 52341599/18308392
1191.99/1187.49	c cleaning 188009 clauses out of 376022 with flag 52853946/18497395
1211.34/1206.72	c cleaning 189000 clauses out of 378011 with flag 53370228/18687393
1225.07/1220.45	c cleaning 189969 clauses out of 380011 with flag 53921117/18878393
1242.42/1237.73	c cleaning 191013 clauses out of 382041 with flag 54477882/19070392
1257.36/1252.63	c cleaning 192000 clauses out of 384028 with flag 55083213/19263392
1271.21/1266.44	c cleaning 192998 clauses out of 386028 with flag 55707636/19457392
1284.93/1280.11	c cleaning 194012 clauses out of 388031 with flag 56323776/19652393
1299.15/1294.36	c cleaning 195004 clauses out of 390018 with flag 56948691/19848392
1316.78/1311.99	c cleaning 195999 clauses out of 392014 with flag 57527990/20045392
1331.70/1326.86	c cleaning 196994 clauses out of 394015 with flag 58119075/20243392
1354.54/1349.56	c cleaning 198004 clauses out of 396023 with flag 58646890/20442394
1375.89/1370.80	c cleaning 199004 clauses out of 398017 with flag 59176916/20642392
1399.01/1393.95	c cleaning 200004 clauses out of 400014 with flag 59699621/20843393
1420.97/1415.80	c cleaning 201000 clauses out of 402009 with flag 60225894/21045392
1439.62/1434.41	c cleaning 201999 clauses out of 404009 with flag 60752142/21248392
1462.65/1457.46	c cleaning 202999 clauses out of 406010 with flag 61295879/21452392
1484.49/1479.27	c cleaning 203997 clauses out of 408011 with flag 61832270/21657392
1507.45/1502.18	c cleaning 205001 clauses out of 410014 with flag 62377503/21863392
1528.49/1523.10	c cleaning 206003 clauses out of 412016 with flag 62936218/22070395
1548.73/1543.35	c cleaning 206996 clauses out of 414010 with flag 63492655/22278392
1570.88/1565.42	c cleaning 208004 clauses out of 416014 with flag 64040598/22487392
1590.65/1585.15	c cleaning 209000 clauses out of 418010 with flag 64580152/22697392
1607.77/1602.27	c cleaning 209990 clauses out of 420010 with flag 65186426/22908392
1628.99/1623.48	c cleaning 211009 clauses out of 422021 with flag 65802363/23120393
1647.96/1642.33	c cleaning 211998 clauses out of 424011 with flag 66399477/23333392
1664.17/1658.52	c cleaning 212996 clauses out of 426013 with flag 67040257/23547392
1680.10/1674.47	c cleaning 214001 clauses out of 428017 with flag 67676216/23762392
1699.31/1693.62	c cleaning 214999 clauses out of 430016 with flag 68300105/23978392
1716.86/1711.19	c cleaning 215999 clauses out of 432017 with flag 68925534/24195392
1735.60/1729.85	c cleaning 217005 clauses out of 434019 with flag 69567922/24413393
1757.02/1751.27	c cleaning 217998 clauses out of 436014 with flag 70191680/24632393
1774.36/1768.58	c cleaning 218998 clauses out of 438015 with flag 70855031/24852392
1794.29/1788.45	c cleaning 220002 clauses out of 440017 with flag 71520588/25073392
1800.04/1794.12	c starts		: 381
1800.04/1794.12	c conflicts		: 25154945
1800.04/1794.12	c decisions		: 55839415
1800.04/1794.12	c propagations		: 892111786
1800.04/1794.12	c inspects		: 16947144672
1800.04/1794.12	c shortcuts		: 0
1800.04/1794.12	c learnt literals	: 0
1800.04/1794.12	c learnt binary clauses	: 0
1800.04/1794.12	c learnt ternary clauses	: 0
1800.04/1794.12	c learnt constraints	: 25154947
1800.04/1794.12	c ignored constraints	: 0
1800.04/1794.12	c root simplifications	: 0
1800.04/1794.12	c removed literals (reason simplification)	: 0
1800.04/1794.12	c reason swapping (by a shorter reason)	: 0
1800.04/1794.12	c Calls to reduceDB	: 246
1800.04/1794.12	c Number of update (reduction) of LBD	: 6961496
1800.04/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.12	c number of learned constraints concerned by reduction	: 0
1800.04/1794.12	c number of learning phase by resolution	: 0
1800.04/1794.12	c number of learning phase by cutting planes	: 0
1800.04/1794.12	c speed (assignments/second)	: 497285.597306076
1800.04/1794.12	c non guided choices	40
1800.04/1794.15	c learnt constraints type 
1800.04/1794.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 302039
1800.04/1794.15	c constraints type 
1800.04/1794.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 273
1800.04/1794.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.04/1794.15	c 305 constraints processed.
1800.04/1794.15	s SATISFIABLE
1800.04/1794.15	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 
1800.04/1794.15	c objective function=13
1800.04/1794.15	c Total wall clock time (in seconds): 1794.045

Verifier Data

OK	13

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

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.11 2.04 3/194 2359
/proc/meminfo: memFree=30465672/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2359/stat : 2359 (java) D 2357 2359 30566 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 292043457 9515008 182 33554432000 1073741824 1073778376 140734102092096 140734102083128 219513962165 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/2359/statm: 2323 182 140 9 0 71 0

[startup+0.082178 s]
/proc/loadavg: 2.09 2.11 2.04 3/194 2359
/proc/meminfo: memFree=30465672/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9558416 CPUtime=0.06 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 3500 0 1 0 6 0 0 0 20 0 18 0 292043457 9787817984 4710 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2389604 4729 1854 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558416

[startup+0.100308 s]
/proc/loadavg: 2.09 2.11 2.04 3/194 2359
/proc/meminfo: memFree=30465672/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 4354 0 1 0 9 1 0 0 20 0 18 0 292043457 9787817984 5555 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2389604 5555 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300162 s]
/proc/loadavg: 2.09 2.11 2.04 3/194 2359
/proc/meminfo: memFree=30465672/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 8555 0 1 0 55 2 0 0 20 0 19 0 292043457 9855979520 8232 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2406245 8232 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9624980

[startup+0.700157 s]
/proc/loadavg: 2.09 2.11 2.04 3/194 2359
/proc/meminfo: memFree=30465672/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9624980 CPUtime=1.1 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 9482 0 1 0 108 2 0 0 20 0 19 0 292043457 9855979520 10397 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2406245 10397 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 2.09 2.11 2.04 3/213 2378
/proc/meminfo: memFree=30432720/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9624980 CPUtime=1.93 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 9623 0 1 0 190 3 0 0 20 0 19 0 292043457 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2406245 10913 2267 9 0 2396937 0
[pid=2359/tid=2361] ppid=2357 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 30566 0 -1 4202560 2463 0 1 0 143 0 0 0 20 0 19 0 292043458 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292790038776 140292640972180 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2362] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292762491048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292761438504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292760385960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292759333416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292629506728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292628454184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292627401640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292626349096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 30566 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 292043460 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292143835240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292142781560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292141728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2373] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2373/stat : 2373 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292140677648 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2374] ppid=2357 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/2359/task/2374/stat : 2374 (java) S 2357 2359 30566 0 -1 4202560 2525 0 0 0 18 0 0 0 20 0 19 0 292043463 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292139625016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2375] ppid=2357 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/2359/task/2375/stat : 2375 (java) S 2357 2359 30566 0 -1 4202560 3383 0 0 0 24 0 0 0 20 0 19 0 292043463 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292138572472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2376] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2376/stat : 2376 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292137520120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2377] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2377/stat : 2377 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292136467784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2378] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2378/stat : 2378 (java) S 2357 2359 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292043473 9855979520 10913 33554432000 1073741824 1073778376 140737358478032 140292135412520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9624980

[startup+3.10056 s]
/proc/loadavg: 2.09 2.11 2.04 3/213 2378
/proc/meminfo: memFree=30427748/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9624980 CPUtime=3.55 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 9639 0 1 0 352 3 0 0 20 0 19 0 292043457 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2406245 11436 2267 9 0 2396937 0
[pid=2359/tid=2361] ppid=2357 vsize=9624980 CPUtime=2.98 cores=1,3,5,7
/proc/2359/task/2361/stat : 2361 (java) S 2357 2359 30566 0 -1 4202560 2467 0 1 0 298 0 0 0 20 0 19 0 292043458 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292790038936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2362] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292762491048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292761438504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292760385960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292759333416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292629506728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292628454184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292627401640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292626349096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/2359/task/2370/stat : 2370 (java) R 2357 2359 30566 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 292043460 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292143834096 140292796165364 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292142781560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292141728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2373] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2373/stat : 2373 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292140677648 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2374] ppid=2357 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/2359/task/2374/stat : 2374 (java) S 2357 2359 30566 0 -1 4202560 2525 0 0 0 18 0 0 0 20 0 19 0 292043463 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292139625016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2375] ppid=2357 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/2359/task/2375/stat : 2375 (java) S 2357 2359 30566 0 -1 4202560 3383 0 0 0 24 0 0 0 20 0 19 0 292043463 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292138572472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2376] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2376/stat : 2376 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292137520120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2377] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2377/stat : 2377 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292136467784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2378] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2378/stat : 2378 (java) S 2357 2359 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292043473 9855979520 11436 33554432000 1073741824 1073778376 140737358478032 140292135412520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 2.09 2.11 2.04 3/213 2378
/proc/meminfo: memFree=30421636/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9624980 CPUtime=6.8 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 9672 0 1 0 677 3 0 0 20 0 19 0 292043457 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2406245 12411 2267 9 0 2396937 0
[pid=2359/tid=2361] ppid=2357 vsize=9624980 CPUtime=6.09 cores=1,3,5,7
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 30566 0 -1 4202560 2474 0 1 0 609 0 0 0 20 0 19 0 292043458 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292790038816 140292640994100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2362] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 30566 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292762491048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 30566 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 292043459 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292761438504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292760385960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292759333416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 30566 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 292043459 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292629506728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292628454184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292627401640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292043459 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292626349096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 30566 0 -1 4202560 31 0 0 0 12 0 0 0 20 0 19 0 292043460 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292143835240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292142781560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292141728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2373] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2373/stat : 2373 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292140677648 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2374] ppid=2357 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/2359/task/2374/stat : 2374 (java) S 2357 2359 30566 0 -1 4202560 2525 0 0 0 18 0 0 0 20 0 19 0 292043463 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292139625016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2375] ppid=2357 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/2359/task/2375/stat : 2375 (java) S 2357 2359 30566 0 -1 4202560 3383 0 0 0 24 0 0 0 20 0 19 0 292043463 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292138572472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2376] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2376/stat : 2376 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292137520120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2377] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2377/stat : 2377 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292136467784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2378] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2378/stat : 2378 (java) S 2357 2359 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292043473 9855979520 12411 33554432000 1073741824 1073778376 140737358478032 140292135412520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=2359/tid=2367] ppid=2357 vsize=9624980 CPUtime=0.9 cores=1,3,5,7
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 30566 0 -1 4202560 195 0 0 0 89 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292628454184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 30566 0 -1 4202560 234 0 0 0 84 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292627401640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=9624980 CPUtime=0.82 cores=1,3,5,7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 30566 0 -1 4202560 132 0 0 0 81 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292626349096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=9624980 CPUtime=9.74 cores=1,3,5,7
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 30566 0 -1 4202560 155 0 0 0 971 3 0 0 20 0 19 0 292043460 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292143835240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292142781560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292141728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2373] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2373/stat : 2373 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292140677648 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2374] ppid=2357 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/2359/task/2374/stat : 2374 (java) S 2357 2359 30566 0 -1 4202560 2563 0 0 0 20 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292139625016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2375] ppid=2357 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/2359/task/2375/stat : 2375 (java) S 2357 2359 30566 0 -1 4202560 3383 0 0 0 24 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292138572472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2376] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2376/stat : 2376 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292137520120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2377] ppid=2357 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/2359/task/2377/stat : 2377 (java) S 2357 2359 30566 0 -1 4202560 99 0 0 0 31 35 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292136467784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2378] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2378/stat : 2378 (java) S 2357 2359 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292043473 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292135412520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.09
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 1.00 1.26 1.64 2/189 2444
/proc/meminfo: memFree=30454340/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9624980 CPUtime=1788.19 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 11943 0 1 0 178766 53 0 0 20 0 19 0 292043457 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2406245 42672 2268 9 0 2396937 0
[pid=2359/tid=2361] ppid=2357 vsize=9624980 CPUtime=1770.21 cores=1,3,5,7
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 30566 0 -1 4202560 2717 0 1 0 176993 28 0 0 20 0 19 0 292043458 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292790038816 140292640894669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2362] ppid=2357 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 30566 0 -1 4202560 269 0 0 0 84 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292762491048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=9624980 CPUtime=0.85 cores=1,3,5,7
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 30566 0 -1 4202560 266 0 0 0 84 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292761438504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 30566 0 -1 4202560 197 0 0 0 85 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292760385960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 30566 0 -1 4202560 270 0 0 0 91 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292759333416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 30566 0 -1 4202560 272 0 0 0 94 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292629506728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=9624980 CPUtime=0.9 cores=1,3,5,7
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 30566 0 -1 4202560 195 0 0 0 89 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292628454184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 30566 0 -1 4202560 234 0 0 0 86 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292627401640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=9624980 CPUtime=0.84 cores=1,3,5,7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 30566 0 -1 4202560 132 0 0 0 83 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292626349096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=9624980 CPUtime=9.99 cores=1,3,5,7
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 30566 0 -1 4202560 157 0 0 0 996 3 0 0 20 0 19 0 292043460 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292143835240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292142781560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292141728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2373] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2373/stat : 2373 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292140677648 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2374] ppid=2357 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/2359/task/2374/stat : 2374 (java) S 2357 2359 30566 0 -1 4202560 2563 0 0 0 20 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292139625016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2375] ppid=2357 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/2359/task/2375/stat : 2375 (java) S 2357 2359 30566 0 -1 4202560 3383 0 0 0 24 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292138572472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2376] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2376/stat : 2376 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292137520120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2377] ppid=2357 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/2359/task/2377/stat : 2377 (java) S 2357 2359 30566 0 -1 4202560 103 0 0 0 32 37 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292136467784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2378] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2378/stat : 2378 (java) S 2357 2359 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292043473 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292135412520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.19
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 1.00 1.25 1.63 3/189 2444
/proc/meminfo: memFree=30454344/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9624980 CPUtime=1800.04 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 11946 0 1 0 179951 53 0 0 20 0 19 0 292043457 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2406245 42672 2268 9 0 2396937 0
[pid=2359/tid=2361] ppid=2357 vsize=9624980 CPUtime=1781.94 cores=1,3,5,7
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 30566 0 -1 4202560 2718 0 1 0 178165 29 0 0 20 0 19 0 292043458 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292790038816 140292640896806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2362] ppid=2357 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 30566 0 -1 4202560 269 0 0 0 85 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292762491048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 30566 0 -1 4202560 266 0 0 0 85 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292761438504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 30566 0 -1 4202560 197 0 0 0 86 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292760385960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 30566 0 -1 4202560 270 0 0 0 91 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292759333416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=9624980 CPUtime=0.97 cores=1,3,5,7
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 30566 0 -1 4202560 272 0 0 0 95 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292629506728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=9624980 CPUtime=0.9 cores=1,3,5,7
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 30566 0 -1 4202560 195 0 0 0 89 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292628454184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 30566 0 -1 4202560 234 0 0 0 86 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292627401640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=9624980 CPUtime=0.84 cores=1,3,5,7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 30566 0 -1 4202560 132 0 0 0 83 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292626349096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=9624980 CPUtime=10.06 cores=1,3,5,7
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 30566 0 -1 4202560 159 0 0 0 1003 3 0 0 20 0 19 0 292043460 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292143835240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292142781560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292141728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2373] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2373/stat : 2373 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292140677648 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2374] ppid=2357 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/2359/task/2374/stat : 2374 (java) S 2357 2359 30566 0 -1 4202560 2563 0 0 0 20 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292139625016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2375] ppid=2357 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/2359/task/2375/stat : 2375 (java) S 2357 2359 30566 0 -1 4202560 3383 0 0 0 24 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292138572472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2376] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2376/stat : 2376 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292137520120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2377] ppid=2357 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/2359/task/2377/stat : 2377 (java) S 2357 2359 30566 0 -1 4202560 103 0 0 0 33 37 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292136467784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2378] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2378/stat : 2378 (java) S 2357 2359 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292043473 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292135412520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1794.11 s]
/proc/loadavg: 1.00 1.25 1.63 3/189 2444
/proc/meminfo: memFree=30454344/32873648 swapFree=7116/7116
[pid=2359] ppid=2357 vsize=9624980 CPUtime=1800.04 cores=1,3,5,7
/proc/2359/stat : 2359 (java) S 2357 2359 30566 0 -1 4202496 11946 0 1 0 179951 53 0 0 20 0 19 0 292043457 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140737358469168 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2359/statm: 2406245 42672 2268 9 0 2396937 0
[pid=2359/tid=2361] ppid=2357 vsize=9624980 CPUtime=1781.94 cores=1,3,5,7
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 30566 0 -1 4202560 2718 0 1 0 178165 29 0 0 20 0 19 0 292043458 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292790038816 140292640896806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2362] ppid=2357 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 30566 0 -1 4202560 269 0 0 0 85 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292762491048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 30566 0 -1 4202560 266 0 0 0 85 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292761438504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 30566 0 -1 4202560 197 0 0 0 86 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292760385960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=9624980 CPUtime=0.93 cores=1,3,5,7
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 30566 0 -1 4202560 270 0 0 0 91 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292759333416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=9624980 CPUtime=0.97 cores=1,3,5,7
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 30566 0 -1 4202560 272 0 0 0 95 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292629506728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=9624980 CPUtime=0.9 cores=1,3,5,7
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 30566 0 -1 4202560 195 0 0 0 89 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292628454184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 30566 0 -1 4202560 234 0 0 0 86 2 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292627401640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=9624980 CPUtime=0.84 cores=1,3,5,7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 30566 0 -1 4202560 132 0 0 0 83 1 0 0 20 0 19 0 292043459 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292626349096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=9624980 CPUtime=10.06 cores=1,3,5,7
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 30566 0 -1 4202560 159 0 0 0 1003 3 0 0 20 0 19 0 292043460 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292143835240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292142781560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292043461 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292141728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2373] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2373/stat : 2373 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292140677648 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2374] ppid=2357 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/2359/task/2374/stat : 2374 (java) S 2357 2359 30566 0 -1 4202560 2563 0 0 0 20 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292139625016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2359/tid=2375] ppid=2357 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/2359/task/2375/stat : 2375 (java) S 2357 2359 30566 0 -1 4202560 3383 0 0 0 24 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292138572472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2359/tid=2376] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2376/stat : 2376 (java) S 2357 2359 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292137520120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2377] ppid=2357 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/2359/task/2377/stat : 2377 (java) S 2357 2359 30566 0 -1 4202560 103 0 0 0 33 37 0 0 20 0 19 0 292043463 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292136467784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2359/tid=2378] ppid=2357 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2359/task/2378/stat : 2378 (java) S 2357 2359 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292043473 9855979520 42672 33554432000 1073741824 1073778376 140737358478032 140292135412520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624980

Child status: 143
Real time (s): 1794.16
CPU time (s): 1800.63
CPU user time (s): 1799.67
CPU system time (s): 0.963853
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.963853
maximum resident set size= 170856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11991
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= 44802
involuntary context switches= 17441

runsolver used 6.52201 second user time and 14.9317 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 04:39:21
IDJOB=3718247
IDBENCH=79659
IDSOLVER=2301
FILE ID=node114/3718247-1338259161
RUNJOBID= node114-1338248715-32682
PBS_JOBID= 14624648
Free space on /tmp= 71464 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom30a-3_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718247-1338259161/watcher-3718247-1338259161 -o /tmp/evaluation-result-3718247-1338259161/solver-3718247-1338259161 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718247-1338259161.wbo

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

MD5SUM BENCH= 531d8636127ef9c1ca088d2ef0ec4c38
RANDOM SEED=817446132

node114.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		: 2666.242
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	: 5332.48
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		: 2666.242
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		: 2666.242
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	: 5451.90
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		: 2666.242
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		: 2666.242
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.91
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		: 2666.242
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.91
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		: 2666.242
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.91
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		: 2666.242
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:       32873648 kB
MemFree:        30465928 kB
Buffers:          867884 kB
Cached:           429512 kB
SwapCached:         2272 kB
Active:          1412828 kB
Inactive:          49820 kB
Active(anon):     150440 kB
Inactive(anon):     9072 kB
Active(file):    1262388 kB
Inactive(file):    40748 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:        165848 kB
Mapped:            19236 kB
Shmem:               104 kB
Slab:             802664 kB
SReclaimable:     246740 kB
SUnreclaim:       555924 kB
KernelStack:        1600 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71464 MiB
End job on node114 at 2012-05-29 05:09:17