Trace number 4084808

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 2.3.6 Resolution PB16SAT (TO)26944 1800.44 1798.44

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir03_trarea_ac.opb
MD5SUM3247d1c2d88b8e4a3c1b4f888e937620
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25559
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1343
Total number of constraints2405
Number of constraints which are clauses2405
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint55
Number of terms in the objective function 690
Biggest coefficient in the objective function 2072
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1098481
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2072
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1098481
Number of bits of the biggest sum of numbers21
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4084808-1465253640.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.24/0.28	c ... done. Wall clock time 0.158s.
0.24/0.28	c declared #vars     1343
0.24/0.28	c #constraints  2405
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 649
0.24/0.28	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1753
0.24/0.28	c 2405 constraints processed.
0.24/0.28	c objective function length is 690 literals
0.45/0.31	c SATISFIABLE
0.45/0.31	c OPTIMIZING...
0.45/0.31	c Got one! Elapsed wall clock time (in seconds):0.183
0.45/0.31	o 34935
0.45/0.33	c Got one! Elapsed wall clock time (in seconds):0.206
0.45/0.33	o 33633
0.45/0.34	c Got one! Elapsed wall clock time (in seconds):0.22
0.45/0.34	o 32389
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.233
0.45/0.36	o 31145
0.71/0.40	c Got one! Elapsed wall clock time (in seconds):0.271
0.71/0.40	o 29901
1.95/1.31	c cleaning 2513 clauses out of 5030 with flag 18187/5030
2.71/2.09	c Got one! Elapsed wall clock time (in seconds):1.966
2.71/2.09	o 29875
3.64/2.91	c cleaning 6376 clauses out of 12752 with flag 21124/15265
4.44/3.71	c cleaning 6187 clauses out of 12376 with flag 40390/21265
5.39/4.64	c cleaning 6595 clauses out of 13190 with flag 61660/28266
6.50/5.77	c cleaning 7288 clauses out of 14594 with flag 92429/36265
7.80/7.08	c cleaning 8151 clauses out of 16306 with flag 131281/45265
9.30/8.54	c cleaning 9048 clauses out of 18155 with flag 176613/55265
10.91/10.13	c cleaning 10047 clauses out of 20107 with flag 224522/66265
12.61/11.87	c cleaning 11010 clauses out of 22060 with flag 295134/78265
14.51/13.77	c cleaning 12008 clauses out of 24052 with flag 364065/91267
16.62/15.85	c cleaning 13012 clauses out of 26042 with flag 437124/105265
19.01/18.21	c cleaning 13998 clauses out of 28031 with flag 513914/120266
21.41/20.64	c cleaning 15007 clauses out of 30032 with flag 583561/136265
24.02/23.26	c cleaning 16010 clauses out of 32025 with flag 650085/153265
26.91/26.14	c cleaning 17004 clauses out of 34015 with flag 738941/171265
30.01/29.24	c cleaning 17948 clauses out of 36011 with flag 842122/190265
33.41/32.61	c cleaning 19006 clauses out of 38063 with flag 951684/210265
36.91/36.17	c cleaning 20025 clauses out of 40059 with flag 1057951/231267
40.71/39.93	c cleaning 21017 clauses out of 42033 with flag 1175935/253266
44.61/43.81	c cleaning 22008 clauses out of 44017 with flag 1326465/276267
48.51/47.70	c cleaning 22922 clauses out of 46007 with flag 1457199/300265
52.91/52.14	c cleaning 24009 clauses out of 48085 with flag 1576649/325265
57.31/56.57	c cleaning 25024 clauses out of 50076 with flag 1714742/351265
61.81/61.07	c cleaning 25998 clauses out of 52052 with flag 1896736/378265
66.82/66.09	c cleaning 27005 clauses out of 54054 with flag 2087643/406265
72.02/71.25	c cleaning 28024 clauses out of 56050 with flag 2250601/435266
77.31/76.51	c cleaning 29002 clauses out of 58025 with flag 2390656/465265
82.81/82.08	c cleaning 30007 clauses out of 60024 with flag 2548231/496266
88.64/87.80	c cleaning 31007 clauses out of 62017 with flag 2695010/528266
94.54/93.79	c cleaning 31991 clauses out of 64009 with flag 2817803/561265
100.95/100.14	c cleaning 33002 clauses out of 66019 with flag 2924896/595266
107.55/106.77	c cleaning 33994 clauses out of 68016 with flag 3027158/630265
115.04/114.25	c cleaning 34969 clauses out of 70022 with flag 3167795/666265
120.85/120.02	c Got one! Elapsed wall clock time (in seconds):119.896
120.85/120.02	o 29424
121.95/121.15	c cleaning 35460 clauses out of 70924 with flag 14578/702136
123.05/122.27	c cleaning 20724 clauses out of 41465 with flag 35603/708137
124.15/123.39	c cleaning 13854 clauses out of 27740 with flag 57269/715136
125.44/124.63	c cleaning 10938 clauses out of 21888 with flag 85677/723138
126.84/126.01	c cleaning 9972 clauses out of 19949 with flag 112997/732137
128.34/127.50	c cleaning 9942 clauses out of 19976 with flag 139584/742136
129.94/129.11	c cleaning 10517 clauses out of 21035 with flag 167765/753137
131.64/130.87	c cleaning 11250 clauses out of 22517 with flag 199927/765136
133.74/132.94	c cleaning 12133 clauses out of 24268 with flag 234247/778137
135.94/135.17	c cleaning 13065 clauses out of 26134 with flag 273936/792136
138.54/137.71	c cleaning 14030 clauses out of 28069 with flag 321768/807136
141.04/140.21	c cleaning 15016 clauses out of 30039 with flag 371132/823136
143.54/142.74	c cleaning 16010 clauses out of 32023 with flag 419391/840136
146.15/145.38	c cleaning 17003 clauses out of 34013 with flag 470817/858136
148.94/148.14	c cleaning 17999 clauses out of 36010 with flag 524081/877136
151.94/151.11	c cleaning 19003 clauses out of 38013 with flag 579500/897138
155.14/154.35	c cleaning 20004 clauses out of 40009 with flag 638991/918137
157.64/156.85	c Got one! Elapsed wall clock time (in seconds):156.723
157.64/156.85	o 29410
157.64/156.85	c Got one! Elapsed wall clock time (in seconds):156.728
157.64/156.85	o 28669
157.64/156.86	c Got one! Elapsed wall clock time (in seconds):156.732
157.64/156.86	o 28657
158.62/157.70	c cleaning 20312 clauses out of 40630 with flag 13741/938762
159.45/158.55	c cleaning 13155 clauses out of 26317 with flag 29001/944761
160.45/159.54	c cleaning 10076 clauses out of 20161 with flag 47088/951760
161.55/160.70	c cleaning 9042 clauses out of 18085 with flag 68391/959760
162.94/162.05	c cleaning 9018 clauses out of 18046 with flag 93797/968763
164.34/163.40	c cleaning 9505 clauses out of 19027 with flag 121288/978762
165.74/164.82	c cleaning 10258 clauses out of 20520 with flag 152436/989760
167.34/166.49	c cleaning 11130 clauses out of 22263 with flag 185110/1001761
169.14/168.25	c cleaning 12065 clauses out of 24132 with flag 219370/1014760
171.04/170.13	c cleaning 13028 clauses out of 26067 with flag 257135/1028760
173.04/172.19	c cleaning 14016 clauses out of 28039 with flag 298085/1043760
175.24/174.39	c cleaning 15009 clauses out of 30025 with flag 341310/1059762
177.74/176.82	c cleaning 16002 clauses out of 32015 with flag 387983/1076761
180.34/179.40	c cleaning 17005 clauses out of 34014 with flag 436093/1094762
183.04/182.10	c cleaning 17996 clauses out of 36007 with flag 488033/1113760
185.94/185.05	c cleaning 19003 clauses out of 38013 with flag 543704/1133762
189.24/188.31	c cleaning 19997 clauses out of 40008 with flag 601627/1154760
192.74/191.89	c cleaning 21005 clauses out of 42012 with flag 661830/1176761
196.55/195.60	c cleaning 21999 clauses out of 44006 with flag 726174/1199760
200.35/199.46	c cleaning 23000 clauses out of 46009 with flag 792069/1223762
204.25/203.35	c cleaning 23993 clauses out of 48007 with flag 860351/1248760
208.45/207.50	c cleaning 24999 clauses out of 50015 with flag 929683/1274761
212.65/211.74	c cleaning 26005 clauses out of 52015 with flag 1002953/1301760
217.15/216.26	c cleaning 26998 clauses out of 54010 with flag 1080743/1329760
221.95/221.05	c cleaning 28004 clauses out of 56012 with flag 1161728/1358760
226.85/226.00	c cleaning 29000 clauses out of 58009 with flag 1244247/1388761
231.85/230.95	c cleaning 30002 clauses out of 60008 with flag 1331099/1419760
237.25/236.35	c cleaning 30999 clauses out of 62006 with flag 1421036/1451760
242.65/241.74	c cleaning 32000 clauses out of 64008 with flag 1516331/1484761
248.45/247.53	c cleaning 32999 clauses out of 66007 with flag 1613944/1518760
254.55/253.69	c cleaning 33999 clauses out of 68010 with flag 1714551/1553762
261.25/260.35	c cleaning 34976 clauses out of 70009 with flag 1830095/1589760
267.95/267.07	c cleaning 35992 clauses out of 72033 with flag 1977314/1626760
275.05/274.12	c cleaning 37010 clauses out of 74041 with flag 2134942/1664760
282.16/281.22	c cleaning 38005 clauses out of 76031 with flag 2298368/1703760
289.75/288.82	c cleaning 39007 clauses out of 78027 with flag 2451259/1743761
297.15/296.26	c cleaning 39997 clauses out of 80019 with flag 2612960/1784760
305.05/304.14	c cleaning 41009 clauses out of 82022 with flag 2780415/1826760
312.48/311.50	c Got one! Elapsed wall clock time (in seconds):311.377
312.48/311.50	o 28478
313.73/312.74	c cleaning 43592 clauses out of 87188 with flag 13999/1872935
314.83/313.84	c cleaning 24788 clauses out of 49597 with flag 30955/1878936
315.93/314.99	c cleaning 15896 clauses out of 31809 with flag 52002/1885936
317.33/316.31	c cleaning 11951 clauses out of 23913 with flag 84014/1893936
317.43/316.49	c Got one! Elapsed wall clock time (in seconds):316.364
317.43/316.49	o 28222
318.13/317.10	c cleaning 8616 clauses out of 17232 with flag 14050/1899206
318.94/317.96	c cleaning 7280 clauses out of 14615 with flag 34181/1905205
319.93/318.90	c cleaning 7160 clauses out of 14335 with flag 53947/1912205
320.04/319.01	c Got one! Elapsed wall clock time (in seconds):318.88
320.04/319.01	o 28210
320.73/319.75	c cleaning 6460 clauses out of 12938 with flag 12231/1917968
321.63/320.61	c cleaning 6231 clauses out of 12475 with flag 30262/1923965
322.63/321.65	c cleaning 6618 clauses out of 13244 with flag 50681/1930965
323.83/322.81	c cleaning 7308 clauses out of 14626 with flag 74574/1938965
325.03/324.00	c cleaning 8159 clauses out of 16320 with flag 100795/1947967
326.33/325.30	c cleaning 9081 clauses out of 18161 with flag 129648/1957967
327.93/326.91	c cleaning 10032 clauses out of 20078 with flag 164945/1968965
329.53/328.51	c cleaning 11018 clauses out of 22047 with flag 198877/1980966
331.33/330.32	c cleaning 12010 clauses out of 24028 with flag 235312/1993965
333.23/332.27	c cleaning 13003 clauses out of 26018 with flag 275674/2007965
335.33/334.40	c cleaning 14002 clauses out of 28015 with flag 318275/2022965
337.73/336.71	c cleaning 15004 clauses out of 30014 with flag 361040/2038966
340.13/339.13	c cleaning 15996 clauses out of 32010 with flag 409080/2055966
342.83/341.84	c cleaning 17002 clauses out of 34013 with flag 465286/2073965
345.63/344.63	c cleaning 18000 clauses out of 36011 with flag 518298/2092965
348.63/347.64	c cleaning 19000 clauses out of 38011 with flag 574203/2112965
351.93/350.96	c cleaning 19997 clauses out of 40011 with flag 635065/2133965
355.23/354.26	c cleaning 21007 clauses out of 42016 with flag 698291/2155967
358.93/357.91	c cleaning 22001 clauses out of 44007 with flag 762566/2178965
362.73/361.79	c cleaning 23000 clauses out of 46006 with flag 830165/2202965
366.93/365.93	c cleaning 24002 clauses out of 48006 with flag 903581/2227965
371.23/370.23	c cleaning 24999 clauses out of 50004 with flag 978969/2253965
375.74/374.76	c cleaning 25997 clauses out of 52005 with flag 1056744/2280965
380.54/379.59	c cleaning 26998 clauses out of 54008 with flag 1143095/2308965
385.74/384.76	c cleaning 28001 clauses out of 56010 with flag 1246163/2337965
391.14/390.15	c cleaning 29003 clauses out of 58011 with flag 1343747/2367967
396.74/395.78	c cleaning 29985 clauses out of 60006 with flag 1435033/2398965
402.54/401.56	c cleaning 31005 clauses out of 62022 with flag 1525759/2430966
408.94/407.92	c cleaning 31993 clauses out of 64018 with flag 1623758/2463967
415.34/414.30	c cleaning 32996 clauses out of 66023 with flag 1728115/2497965
421.76/420.70	c cleaning 34009 clauses out of 68028 with flag 1822559/2532966
428.46/427.46	c cleaning 35002 clauses out of 70018 with flag 1919425/2568965
435.46/434.43	c cleaning 36001 clauses out of 72016 with flag 2018698/2605965
442.37/441.35	c cleaning 37005 clauses out of 74015 with flag 2116684/2643965
449.57/448.51	c cleaning 37999 clauses out of 76012 with flag 2222442/2682967
457.17/456.13	c cleaning 39001 clauses out of 78011 with flag 2333471/2722965
464.77/463.72	c cleaning 40001 clauses out of 80013 with flag 2459953/2763968
472.57/471.59	c cleaning 41004 clauses out of 82009 with flag 2586554/2805965
480.68/479.61	c cleaning 41993 clauses out of 84005 with flag 2707486/2848965
488.97/487.92	c cleaning 43001 clauses out of 86012 with flag 2836099/2892965
497.67/496.60	c cleaning 44004 clauses out of 88011 with flag 2978477/2937965
507.27/506.26	c cleaning 45004 clauses out of 90009 with flag 3107935/2983967
516.87/515.87	c cleaning 45995 clauses out of 92003 with flag 3243706/3030965
526.89/525.86	c cleaning 47002 clauses out of 94008 with flag 3375627/3078965
537.58/536.58	c cleaning 47999 clauses out of 96007 with flag 3515594/3127966
548.18/547.17	c cleaning 48998 clauses out of 98007 with flag 3656612/3177965
558.73/557.64	c cleaning 49996 clauses out of 100009 with flag 3804133/3228965
569.53/568.41	c cleaning 51000 clauses out of 102013 with flag 3951765/3280965
580.63/579.51	c cleaning 52003 clauses out of 104013 with flag 4109465/3333965
591.95/590.86	c cleaning 52996 clauses out of 106010 with flag 4265749/3387965
604.14/603.00	c cleaning 54005 clauses out of 108014 with flag 4420610/3442965
616.15/615.05	c cleaning 54987 clauses out of 110009 with flag 4588625/3498965
628.54/627.45	c cleaning 56000 clauses out of 112023 with flag 4753185/3555966
641.35/640.25	c cleaning 57007 clauses out of 114022 with flag 4943079/3613965
654.55/653.48	c cleaning 58004 clauses out of 116015 with flag 5118496/3672965
668.45/667.31	c cleaning 58995 clauses out of 118012 with flag 5306305/3732966
682.25/681.10	c cleaning 60006 clauses out of 120017 with flag 5536441/3793966
696.05/694.90	c cleaning 61000 clauses out of 122013 with flag 5763747/3855968
710.18/709.05	c cleaning 62002 clauses out of 124010 with flag 5990985/3918965
725.08/723.93	c cleaning 62957 clauses out of 126008 with flag 6232819/3982965
740.38/739.23	c cleaning 64023 clauses out of 128051 with flag 6488117/4047965
755.88/754.73	c cleaning 65011 clauses out of 130028 with flag 6775499/4113965
757.37/756.24	c Got one! Elapsed wall clock time (in seconds):756.117
757.37/756.24	o 27391
758.49/757.38	c cleaning 38821 clauses out of 77647 with flag 13682/4126595
759.49/758.38	c cleaning 22405 clauses out of 44823 with flag 30075/4132592
760.49/759.39	c cleaning 14700 clauses out of 29418 with flag 47928/4139592
761.69/760.55	c cleaning 11348 clauses out of 22718 with flag 69798/4147592
762.99/761.87	c cleaning 10179 clauses out of 20370 with flag 93587/4156592
764.49/763.36	c cleaning 10093 clauses out of 20191 with flag 123210/4166592
766.09/764.94	c cleaning 10545 clauses out of 21098 with flag 153859/4177592
767.79/766.66	c cleaning 11274 clauses out of 22553 with flag 184725/4189592
769.79/768.65	c cleaning 12134 clauses out of 24279 with flag 222641/4202592
771.99/770.83	c cleaning 13066 clauses out of 26146 with flag 264553/4216593
774.09/772.97	c cleaning 14034 clauses out of 28081 with flag 306666/4231594
776.49/775.33	c cleaning 15017 clauses out of 30046 with flag 349159/4247593
778.89/777.75	c cleaning 16013 clauses out of 32028 with flag 395713/4264592
781.69/780.54	c cleaning 17001 clauses out of 34016 with flag 451270/4282593
784.49/783.34	c cleaning 17999 clauses out of 36014 with flag 507143/4301592
787.59/786.41	c cleaning 19004 clauses out of 38015 with flag 571506/4321592
790.99/789.83	c cleaning 20001 clauses out of 40011 with flag 632512/4342592
794.39/793.21	c cleaning 21005 clauses out of 42010 with flag 695658/4364592
797.89/796.71	c cleaning 21996 clauses out of 44005 with flag 757953/4387592
801.69/800.55	c cleaning 23002 clauses out of 46009 with flag 832018/4411592
805.69/804.51	c cleaning 24004 clauses out of 48007 with flag 898340/4436592
809.79/808.68	c cleaning 24997 clauses out of 50003 with flag 966995/4462592
814.20/813.08	c cleaning 25994 clauses out of 52006 with flag 1043946/4489592
818.91/817.80	c cleaning 27001 clauses out of 54014 with flag 1124037/4517594
823.91/822.71	c cleaning 28001 clauses out of 56012 with flag 1204803/4546593
829.11/827.91	c cleaning 29000 clauses out of 58013 with flag 1292955/4576595
834.61/833.43	c cleaning 30000 clauses out of 60011 with flag 1379959/4607593
840.51/839.38	c cleaning 30999 clauses out of 62011 with flag 1471524/4639593
846.91/845.74	c cleaning 31998 clauses out of 64011 with flag 1573590/4672592
853.21/852.04	c cleaning 33004 clauses out of 66013 with flag 1673664/4706592
860.11/858.99	c cleaning 34003 clauses out of 68011 with flag 1776483/4741594
866.61/865.45	c cleaning 35001 clauses out of 70007 with flag 1890776/4777593
873.81/872.69	c cleaning 35996 clauses out of 72005 with flag 2021751/4814592
881.32/880.12	c cleaning 36998 clauses out of 74009 with flag 2144221/4852592
888.92/887.79	c cleaning 37990 clauses out of 76011 with flag 2261503/4891592
897.01/895.84	c cleaning 39006 clauses out of 78021 with flag 2388356/4931592
905.02/903.89	c cleaning 40006 clauses out of 80016 with flag 2502622/4972593
913.52/912.39	c cleaning 41006 clauses out of 82011 with flag 2650066/5014594
922.62/921.44	c cleaning 41979 clauses out of 84003 with flag 2819419/5057592
932.02/930.89	c cleaning 43007 clauses out of 86024 with flag 3006000/5101592
942.72/941.54	c cleaning 44009 clauses out of 88018 with flag 3165005/5146593
947.64/946.44	c Got one! Elapsed wall clock time (in seconds):946.314
947.64/946.44	o 27177
948.75/947.57	c cleaning 36405 clauses out of 72821 with flag 13079/5175405
949.75/948.55	c cleaning 21198 clauses out of 42413 with flag 28400/5181402
950.85/949.63	c cleaning 14104 clauses out of 28215 with flag 47369/5188402
951.95/950.73	c cleaning 11050 clauses out of 22113 with flag 69702/5196404
953.15/951.95	c cleaning 10022 clauses out of 20061 with flag 93714/5205402
954.55/953.31	c cleaning 10012 clauses out of 20039 with flag 120908/5215402
955.95/954.80	c cleaning 10511 clauses out of 21027 with flag 149883/5226402
957.65/956.46	c cleaning 11259 clauses out of 22517 with flag 182946/5238403
959.46/958.28	c cleaning 12127 clauses out of 24257 with flag 217894/5251402
961.45/960.28	c cleaning 13064 clauses out of 26132 with flag 255441/5265404
963.65/962.44	c cleaning 14032 clauses out of 28066 with flag 294496/5280402
965.85/964.62	c cleaning 15017 clauses out of 30034 with flag 336577/5296402
968.26/967.01	c cleaning 16006 clauses out of 32017 with flag 379420/5313402
970.85/969.67	c cleaning 17006 clauses out of 34011 with flag 427399/5331402
973.76/972.53	c cleaning 17994 clauses out of 36006 with flag 478046/5350403
976.96/975.71	c cleaning 19004 clauses out of 38014 with flag 531785/5370405
980.26/979.01	c cleaning 19995 clauses out of 40007 with flag 587872/5391402
983.66/982.41	c cleaning 21002 clauses out of 42012 with flag 650921/5413402
987.25/986.05	c cleaning 21998 clauses out of 44011 with flag 713060/5436403
991.05/989.86	c cleaning 22999 clauses out of 46014 with flag 776003/5460404
995.15/993.95	c cleaning 24002 clauses out of 48013 with flag 841923/5485402
999.35/998.16	c cleaning 25003 clauses out of 50012 with flag 910006/5511403
1003.75/1002.50	c cleaning 26001 clauses out of 52009 with flag 981360/5538403
1008.35/1007.16	c cleaning 27000 clauses out of 54009 with flag 1053947/5566404
1013.26/1012.09	c cleaning 28000 clauses out of 56007 with flag 1128617/5595402
1018.35/1017.17	c cleaning 28996 clauses out of 58007 with flag 1206996/5625402
1023.75/1022.52	c cleaning 30006 clauses out of 60013 with flag 1283899/5656404
1029.15/1027.96	c cleaning 31001 clauses out of 62005 with flag 1369431/5688402
1034.95/1033.80	c cleaning 31993 clauses out of 64004 with flag 1455463/5721402
1040.75/1039.53	c cleaning 33001 clauses out of 66012 with flag 1543289/5755403
1047.05/1045.80	c cleaning 33990 clauses out of 68010 with flag 1633412/5790402
1053.25/1052.07	c cleaning 35005 clauses out of 70020 with flag 1724654/5826402
1059.69/1058.42	c cleaning 36006 clauses out of 72016 with flag 1819326/5863403
1066.39/1065.19	c cleaning 37001 clauses out of 74009 with flag 1916479/5901402
1073.39/1072.11	c cleaning 38000 clauses out of 76008 with flag 2020082/5940402
1080.49/1079.26	c cleaning 39003 clauses out of 78008 with flag 2125397/5980402
1087.79/1086.54	c cleaning 39999 clauses out of 80007 with flag 2233310/6021404
1095.59/1094.34	c cleaning 40994 clauses out of 82007 with flag 2343908/6063403
1103.69/1102.48	c cleaning 42004 clauses out of 84013 with flag 2462410/6106403
1112.39/1111.14	c cleaning 43003 clauses out of 86011 with flag 2580665/6150405
1121.39/1120.19	c cleaning 43990 clauses out of 88006 with flag 2705059/6195403
1130.59/1129.38	c cleaning 45002 clauses out of 90015 with flag 2834165/6241402
1139.99/1138.77	c cleaning 45996 clauses out of 92013 with flag 2958442/6288402
1149.99/1148.79	c cleaning 47000 clauses out of 94020 with flag 3080917/6336405
1159.39/1158.14	c cleaning 48008 clauses out of 96019 with flag 3217101/6385404
1168.89/1167.69	c cleaning 48963 clauses out of 98009 with flag 3353474/6435402
1178.47/1177.12	c cleaning 50013 clauses out of 100046 with flag 3495774/6486402
1188.37/1187.03	c cleaning 51013 clauses out of 102033 with flag 3639298/6538402
1198.76/1197.47	c cleaning 52007 clauses out of 104021 with flag 3805806/6591403
1209.67/1208.30	c cleaning 53000 clauses out of 106014 with flag 3982037/6645403
1220.46/1219.19	c cleaning 54002 clauses out of 108013 with flag 4136570/6700402
1231.66/1230.35	c cleaning 55003 clauses out of 110012 with flag 4299350/6756403
1243.16/1241.85	c cleaning 56002 clauses out of 112008 with flag 4494229/6813402
1251.56/1250.28	c Got one! Elapsed wall clock time (in seconds):1250.157
1251.56/1250.28	o 27140
1253.10/1251.70	c cleaning 52986 clauses out of 105993 with flag 13268/6863389
1254.41/1253.03	c cleaning 29492 clauses out of 59008 with flag 28716/6869390
1255.70/1254.31	c cleaning 18250 clauses out of 36515 with flag 48380/6876389
1256.90/1255.57	c cleaning 13125 clauses out of 26266 with flag 74836/6884390
1258.30/1256.91	c cleaning 11064 clauses out of 22140 with flag 114650/6893389
1259.70/1258.40	c cleaning 10518 clauses out of 21078 with flag 163452/6903391
1261.40/1260.04	c cleaning 10747 clauses out of 21558 with flag 215171/6914389
1263.21/1261.87	c cleaning 11400 clauses out of 22812 with flag 278649/6926390
1265.20/1263.81	c cleaning 12198 clauses out of 24411 with flag 320283/6939389
1267.40/1266.00	c cleaning 13106 clauses out of 26214 with flag 367312/6953390
1269.71/1268.32	c cleaning 14037 clauses out of 28107 with flag 420713/6968389
1272.30/1270.91	c cleaning 15035 clauses out of 30070 with flag 480809/6984389
1275.00/1273.60	c cleaning 16002 clauses out of 32035 with flag 557839/7001389
1277.80/1276.46	c cleaning 17013 clauses out of 34033 with flag 640009/7019389
1280.81/1279.43	c cleaning 18004 clauses out of 36021 with flag 698707/7038390
1283.96/1282.57	c cleaning 19000 clauses out of 38016 with flag 760881/7058389
1287.16/1285.77	c cleaning 20005 clauses out of 40017 with flag 826327/7079390
1290.76/1289.36	c cleaning 20996 clauses out of 42011 with flag 893135/7101389
1294.46/1293.06	c cleaning 22005 clauses out of 44015 with flag 964163/7124389
1298.56/1297.13	c cleaning 22999 clauses out of 46010 with flag 1050229/7148389
1302.76/1301.31	c cleaning 24004 clauses out of 48012 with flag 1148116/7173390
1307.06/1305.70	c cleaning 24998 clauses out of 50007 with flag 1242576/7199389
1311.76/1310.33	c cleaning 25998 clauses out of 52009 with flag 1326911/7226389
1316.66/1315.22	c cleaning 27004 clauses out of 54012 with flag 1410860/7254390
1321.76/1320.36	c cleaning 28002 clauses out of 56008 with flag 1501511/7283390
1327.16/1325.70	c cleaning 29002 clauses out of 58006 with flag 1589842/7313390
1332.76/1331.38	c cleaning 29996 clauses out of 60003 with flag 1699098/7344389
1338.66/1337.22	c cleaning 30994 clauses out of 62008 with flag 1814825/7376390
1344.86/1343.41	c cleaning 32006 clauses out of 64016 with flag 1933890/7409392
1351.36/1349.90	c cleaning 32988 clauses out of 66007 with flag 2031199/7443389
1357.96/1356.57	c cleaning 34005 clauses out of 68019 with flag 2155269/7478389
1364.96/1363.51	c cleaning 34972 clauses out of 70014 with flag 2276619/7514389
1372.07/1370.70	c cleaning 36017 clauses out of 72043 with flag 2390782/7551390
1379.37/1377.96	c cleaning 36986 clauses out of 74025 with flag 2496766/7589389
1386.77/1385.39	c cleaning 38018 clauses out of 76040 with flag 2615651/7628390
1394.48/1393.08	c cleaning 39007 clauses out of 78021 with flag 2740262/7668389
1402.08/1400.68	c cleaning 40000 clauses out of 80015 with flag 2874315/7709390
1410.18/1408.78	c cleaning 40974 clauses out of 82014 with flag 3030498/7751389
1418.58/1417.17	c cleaning 42015 clauses out of 84040 with flag 3183746/7794389
1427.28/1425.85	c cleaning 42971 clauses out of 86025 with flag 3335401/7838389
1436.18/1434.78	c cleaning 44025 clauses out of 88055 with flag 3486001/7883390
1444.07/1442.66	c Got one! Elapsed wall clock time (in seconds):1442.534
1444.07/1442.66	o 27089
1445.18/1443.72	c cleaning 45154 clauses out of 90315 with flag 12764/7929675
1446.18/1444.74	c cleaning 25572 clauses out of 51162 with flag 28293/7935676
1447.28/1445.81	c cleaning 16292 clauses out of 32591 with flag 47451/7942677
1448.38/1446.93	c cleaning 12142 clauses out of 24297 with flag 69444/7950675
1449.58/1448.17	c cleaning 10562 clauses out of 21155 with flag 95083/7959675
1450.98/1449.58	c cleaning 10292 clauses out of 20595 with flag 123116/7969677
1452.58/1451.11	c cleaning 10644 clauses out of 21301 with flag 153636/7980675
1454.28/1452.84	c cleaning 11327 clauses out of 22658 with flag 193585/7992676
1456.28/1454.82	c cleaning 12162 clauses out of 24330 with flag 233274/8005675
1458.38/1456.97	c cleaning 13084 clauses out of 26170 with flag 277027/8019677
1460.78/1459.35	c cleaning 14034 clauses out of 28084 with flag 333177/8034675
1463.28/1461.81	c cleaning 14978 clauses out of 30050 with flag 385206/8050675
1465.88/1464.43	c cleaning 16034 clauses out of 32072 with flag 454019/8067675
1468.78/1467.34	c cleaning 17015 clauses out of 34039 with flag 515077/8085676
1471.98/1470.50	c cleaning 18006 clauses out of 36023 with flag 582749/8104675
1475.27/1473.84	c cleaning 19008 clauses out of 38017 with flag 641754/8124675
1478.57/1477.14	c cleaning 20004 clauses out of 40009 with flag 700353/8145675
1481.97/1480.51	c cleaning 20998 clauses out of 42005 with flag 760984/8167675
1485.67/1484.21	c cleaning 22000 clauses out of 44007 with flag 826068/8190675
1489.51/1488.10	c cleaning 22998 clauses out of 46008 with flag 897482/8214676
1493.72/1492.21	c cleaning 23999 clauses out of 48009 with flag 977192/8239675
1498.02/1496.59	c cleaning 24999 clauses out of 50011 with flag 1062895/8265676
1503.02/1501.58	c cleaning 25999 clauses out of 52011 with flag 1164597/8292675
1507.91/1506.48	c cleaning 27006 clauses out of 54012 with flag 1271268/8320675
1513.21/1511.76	c cleaning 27999 clauses out of 56006 with flag 1379851/8349675
1513.51/1512.09	c Got one! Elapsed wall clock time (in seconds):1511.97
1513.51/1512.09	o 27020
1514.02/1512.53	c cleaning 16571 clauses out of 33155 with flag 7947/8354823
1514.81/1513.37	c cleaning 11281 clauses out of 22584 with flag 23092/8360823
1515.81/1514.35	c cleaning 9139 clauses out of 18303 with flag 41321/8367823
1517.01/1515.55	c cleaning 8571 clauses out of 17164 with flag 61501/8375823
1518.41/1516.93	c cleaning 8792 clauses out of 17593 with flag 84664/8384823
1519.91/1518.43	c cleaning 9400 clauses out of 18802 with flag 112364/8394824
1521.51/1520.06	c cleaning 10198 clauses out of 20401 with flag 142805/8405823
1523.20/1521.75	c cleaning 11095 clauses out of 22203 with flag 175964/8417823
1525.11/1523.65	c cleaning 12051 clauses out of 24108 with flag 211647/8430823
1527.21/1525.71	c cleaning 13027 clauses out of 26057 with flag 254117/8444823
1529.41/1527.93	c cleaning 14014 clauses out of 28032 with flag 297299/8459825
1531.72/1530.27	c cleaning 15006 clauses out of 30017 with flag 343110/8475824
1534.31/1532.88	c cleaning 16001 clauses out of 32012 with flag 392859/8492825
1537.12/1535.64	c cleaning 17001 clauses out of 34009 with flag 447771/8510823
1540.11/1538.68	c cleaning 17997 clauses out of 36008 with flag 513026/8529823
1543.41/1541.92	c cleaning 18998 clauses out of 38011 with flag 578904/8549823
1546.71/1545.30	c cleaning 19983 clauses out of 40013 with flag 647737/8570823
1550.31/1548.87	c cleaning 21009 clauses out of 42030 with flag 719330/8592823
1554.11/1552.60	c cleaning 21990 clauses out of 44021 with flag 795954/8615823
1558.01/1556.51	c cleaning 23015 clauses out of 46031 with flag 883524/8639823
1562.20/1560.71	c cleaning 23997 clauses out of 48017 with flag 975714/8664824
1566.70/1565.23	c cleaning 24984 clauses out of 50019 with flag 1081327/8690823
1571.31/1569.82	c cleaning 26007 clauses out of 52035 with flag 1210969/8717823
1576.34/1574.88	c cleaning 27011 clauses out of 54029 with flag 1307247/8745824
1581.34/1579.85	c cleaning 28009 clauses out of 56017 with flag 1420384/8774823
1586.54/1585.03	c cleaning 28992 clauses out of 58008 with flag 1548822/8804823
1592.15/1590.64	c cleaning 30003 clauses out of 60016 with flag 1675285/8835823
1597.84/1596.36	c cleaning 31000 clauses out of 62014 with flag 1804295/8867824
1603.64/1602.16	c cleaning 31998 clauses out of 64014 with flag 1912190/8900824
1609.94/1608.42	c cleaning 32995 clauses out of 66015 with flag 2051712/8934823
1616.23/1614.78	c cleaning 33993 clauses out of 68020 with flag 2196209/8969823
1622.83/1621.32	c cleaning 35015 clauses out of 70029 with flag 2358964/9005825
1629.64/1628.13	c cleaning 36005 clauses out of 72012 with flag 2468829/9042823
1637.03/1635.53	c cleaning 37001 clauses out of 74008 with flag 2586388/9080824
1643.83/1642.37	c cleaning 37985 clauses out of 76006 with flag 2743885/9119823
1651.43/1649.95	c cleaning 39004 clauses out of 78021 with flag 2892868/9159823
1659.12/1657.69	c cleaning 39990 clauses out of 80017 with flag 3055215/9200823
1667.06/1665.54	c cleaning 41006 clauses out of 82027 with flag 3213942/9242823
1675.45/1673.99	c cleaning 42012 clauses out of 84023 with flag 3364644/9285825
1683.65/1682.20	c cleaning 42998 clauses out of 86009 with flag 3556533/9329823
1692.45/1690.95	c cleaning 43997 clauses out of 88011 with flag 3735256/9374823
1701.54/1700.00	c cleaning 44976 clauses out of 90014 with flag 3940927/9420823
1710.84/1709.37	c cleaning 46004 clauses out of 92041 with flag 4105136/9467826
1720.44/1718.91	c cleaning 47015 clauses out of 94034 with flag 4307633/9515823
1730.44/1728.96	c cleaning 48007 clauses out of 96020 with flag 4471645/9564824
1739.95/1738.42	c cleaning 49001 clauses out of 98012 with flag 4672770/9614823
1750.74/1749.27	c cleaning 50003 clauses out of 100011 with flag 4825641/9665823
1761.59/1760.01	c cleaning 50989 clauses out of 102008 with flag 4992630/9717823
1772.18/1770.62	c cleaning 52007 clauses out of 104019 with flag 5148617/9770823
1782.99/1781.47	c cleaning 52999 clauses out of 106012 with flag 5317326/9824823
1794.08/1792.50	c cleaning 54004 clauses out of 108013 with flag 5485653/9879823
1796.89/1795.36	c Got one! Elapsed wall clock time (in seconds):1795.23
1796.89/1795.36	o 26944
1798.02/1796.42	c cleaning 37165 clauses out of 74338 with flag 15029/9900152
1799.02/1797.44	c cleaning 21580 clauses out of 43173 with flag 36514/9906152
1800.01/1798.40	c starts		: 11401
1800.01/1798.40	c conflicts		: 9912665
1800.01/1798.40	c decisions		: 57081280
1800.01/1798.40	c propagations		: 4726538873
1800.01/1798.40	c inspects		: 16683897426
1800.01/1798.40	c shortcuts		: 0
1800.01/1798.40	c learnt literals	: 0
1800.01/1798.40	c learnt binary clauses	: 0
1800.01/1798.40	c learnt ternary clauses	: 0
1800.01/1798.40	c learnt constraints	: 9912665
1800.01/1798.40	c ignored constraints	: 0
1800.01/1798.40	c root simplifications	: 0
1800.01/1798.40	c removed literals (reason simplification)	: 0
1800.01/1798.40	c reason swapping (by a shorter reason)	: 0
1800.01/1798.40	c Calls to reduceDB	: 370
1800.01/1798.40	c Number of update (reduction) of LBD	: 3487940
1800.01/1798.40	c Imported unit clauses	: 0
1800.01/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.40	c number of learned constraints concerned by reduction	: 0
1800.01/1798.40	c number of learning phase by resolution	: 0
1800.01/1798.40	c number of learning phase by cutting planes	: 0
1800.01/1798.40	c speed (assignments/second)	: 2628610.589545818
1800.01/1798.40	c non guided choices	0
1800.01/1798.41	c learnt constraints type 
1800.01/1798.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28106
1800.01/1798.41	s SATISFIABLE
1800.01/1798.41	c Found 19 solution(s)
1800.01/1798.42	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 x1319 -x1320 -x1321 -x1322 -x1323 x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 x1340 x1341 -x1342 x1343 
1800.01/1798.42	c objective function=26944
1800.01/1798.42	c Total wall clock time (in seconds): 1798.293

Verifier Data

OK	26944

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084808-1465253640/watcher-4084808-1465253640 -o /tmp/evaluation-result-4084808-1465253640/solver-4084808-1465253640 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084808-1465253640.opb 

pid=5327
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.01 2.03 2.04 3/194 5330
/proc/meminfo: memFree=31442756/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/5330/stat : 5330 (java) R 5327 5330 32587 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 107298781 8192 1 33554432000 0 0 0 140734275356248 251143024055 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 33 2 0 0 0 22 0

[startup+0.100063 s]
/proc/loadavg: 2.01 2.03 2.04 3/194 5330
/proc/meminfo: memFree=31442756/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 4308 0 1 0 7 1 0 0 20 0 18 0 107298781 9787879424 5434 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2389619 5434 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200241 s]
/proc/loadavg: 2.01 2.03 2.04 3/194 5330
/proc/meminfo: memFree=31442756/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 4706 0 1 0 23 1 0 0 20 0 18 0 107298781 9787879424 6778 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2389619 6778 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 2.01 2.03 2.04 3/194 5330
/proc/meminfo: memFree=31442756/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 5606 0 1 0 44 1 0 0 20 0 19 0 107298781 9856040960 7798 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2406260 7798 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625040

[startup+0.700182 s]
/proc/loadavg: 2.01 2.03 2.04 3/194 5330
/proc/meminfo: memFree=31442756/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 9943 0 1 0 132 2 0 0 20 0 19 0 107298781 9856040960 10625 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2406260 10625 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.01 2.03 2.04 4/213 5349
/proc/meminfo: memFree=31407036/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 9984 0 1 0 215 2 0 0 20 0 19 0 107298781 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2406260 11154 2263 9 0 2396937 0
[pid=5330/tid=5332] ppid=5327 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/5330/task/5332/stat : 5332 (java) R 5327 5330 32587 0 -1 4202560 2419 0 1 0 144 2 0 0 20 0 19 0 107298783 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004560251656 140004408503121 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5333] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5333/stat : 5333 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004532706088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5334] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5334/stat : 5334 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004531653288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5335] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5335/stat : 5335 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004530601000 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5336] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5336/stat : 5336 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004529548200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5337] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5337/stat : 5337 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004528494888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5338] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5338/stat : 5338 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004527442088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5339] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5339/stat : 5339 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004526389800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5340] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5340/stat : 5340 (java) S 5327 5330 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140004396935592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5341] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5341/stat : 5341 (java) S 5327 5330 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107298785 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003913988840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5342] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5342/stat : 5342 (java) S 5327 5330 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003912934904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5343] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5343/stat : 5343 (java) S 5327 5330 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003911882504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5344] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5344/stat : 5344 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003910830992 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5345] ppid=5327 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/5330/task/5345/stat : 5345 (java) S 5327 5330 32587 0 -1 4202560 2767 0 0 0 33 0 0 0 20 0 19 0 107298788 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003909777592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5346] ppid=5327 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/5330/task/5346/stat : 5346 (java) S 5327 5330 32587 0 -1 4202560 3521 0 0 0 34 0 0 0 20 0 19 0 107298788 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003908724792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5347] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5347/stat : 5347 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003907672696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5348] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5348/stat : 5348 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003906620104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5349] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5349/stat : 5349 (java) S 5327 5330 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107298811 9856040960 11154 33554432000 1073741824 1073778376 140733982133136 140003905566120 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.01 2.03 2.04 3/213 5349
/proc/meminfo: memFree=31404360/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 9986 0 1 0 382 2 0 0 20 0 19 0 107298781 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2406260 11666 2263 9 0 2396937 0
[pid=5330/tid=5332] ppid=5327 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/5330/task/5332/stat : 5332 (java) R 5327 5330 32587 0 -1 4202560 2421 0 1 0 304 2 0 0 20 0 19 0 107298783 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004560251224 140004408431912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5333] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5333/stat : 5333 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004532706088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5334] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5334/stat : 5334 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004531653288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5335] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5335/stat : 5335 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004530601000 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5336] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5336/stat : 5336 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004529548200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5337] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5337/stat : 5337 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004528494888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5338] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5338/stat : 5338 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004527442088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5339] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5339/stat : 5339 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004526389800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5340] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5340/stat : 5340 (java) S 5327 5330 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140004396935592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5341] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5341/stat : 5341 (java) S 5327 5330 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107298785 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003913988840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5342] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5342/stat : 5342 (java) S 5327 5330 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003912934904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5343] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5343/stat : 5343 (java) S 5327 5330 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003911882504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5344] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5344/stat : 5344 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003910830992 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5345] ppid=5327 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/5330/task/5345/stat : 5345 (java) S 5327 5330 32587 0 -1 4202560 2767 0 0 0 34 0 0 0 20 0 19 0 107298788 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003909777592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5346] ppid=5327 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/5330/task/5346/stat : 5346 (java) S 5327 5330 32587 0 -1 4202560 3521 0 0 0 40 0 0 0 20 0 19 0 107298788 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003908724792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5347] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5347/stat : 5347 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003907672696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5348] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5348/stat : 5348 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003906620104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5349] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5349/stat : 5349 (java) S 5327 5330 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107298811 9856040960 11666 33554432000 1073741824 1073778376 140733982133136 140003905566120 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.01 2.03 2.04 3/213 5349
/proc/meminfo: memFree=31399800/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9625040 CPUtime=7.1 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 9992 0 1 0 708 2 0 0 20 0 19 0 107298781 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2406260 12619 2264 9 0 2396937 0
[pid=5330/tid=5332] ppid=5327 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/5330/task/5332/stat : 5332 (java) R 5327 5330 32587 0 -1 4202560 2426 0 1 0 624 2 0 0 20 0 19 0 107298783 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004560244416 140004408502916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5333] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5333/stat : 5333 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004532706088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5334] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5334/stat : 5334 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004531653288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5335] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5335/stat : 5335 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004530601000 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5336] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5336/stat : 5336 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004529548200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5337] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5337/stat : 5337 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004528494888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5338] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5338/stat : 5338 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004527442088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5339] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5339/stat : 5339 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004526389800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5340] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5340/stat : 5340 (java) S 5327 5330 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107298784 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140004396935592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5341] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5341/stat : 5341 (java) S 5327 5330 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107298785 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003913988840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5342] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5342/stat : 5342 (java) S 5327 5330 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003912934904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5343] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5343/stat : 5343 (java) S 5327 5330 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003911882504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5344] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5344/stat : 5344 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003910830992 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5345] ppid=5327 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/5330/task/5345/stat : 5345 (java) S 5327 5330 32587 0 -1 4202560 2767 0 0 0 35 0 0 0 20 0 19 0 107298788 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003909777592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5346] ppid=5327 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/5330/task/5346/stat : 5346 (java) S 5327 5330 32587 0 -1 4202560 3521 0 0 0 46 0 0 0 20 0 19 0 107298788 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003908724792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5347] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5347/stat : 5347 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003907672696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5348] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5348/stat : 5348 (java) S 5327 5330 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003906620104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5349] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5349/stat : 5349 (java) S 5327 5330 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107298811 9856040960 12619 33554432000 1073741824 1073778376 140733982133136 140003905566120 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625040


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

[pid=5330/tid=5342] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5342/stat : 5342 (java) S 5327 5330 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003912934904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5343] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5343/stat : 5343 (java) S 5327 5330 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003911882504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5344] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5344/stat : 5344 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003910830992 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5345] ppid=5327 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/5330/task/5345/stat : 5345 (java) S 5327 5330 32587 0 -1 4202560 2772 0 0 0 42 0 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003909777592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5346] ppid=5327 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/5330/task/5346/stat : 5346 (java) S 5327 5330 32587 0 -1 4202560 3530 0 0 0 61 0 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003908724792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5347] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5347/stat : 5347 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003907672696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5348] ppid=5327 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5330/task/5348/stat : 5348 (java) S 5327 5330 32587 0 -1 4202560 96 0 0 0 21 16 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003906620104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5349] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5349/stat : 5349 (java) S 5327 5330 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107298811 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003905566120 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.85
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 5481
/proc/meminfo: memFree=31327940/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9625040 CPUtime=1723.84 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 10476 0 1 0 172361 23 0 0 20 0 19 0 107298781 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2406260 52661 2280 9 0 2396937 0
[pid=5330/tid=5332] ppid=5327 vsize=9625040 CPUtime=1721.93 cores=1,3,5,7
/proc/5330/task/5332/stat : 5332 (java) R 5327 5330 32587 0 -1 4202560 2499 0 1 0 172163 30 0 0 20 0 19 0 107298783 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004560244432 140004408502691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5333] ppid=5327 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5330/task/5333/stat : 5333 (java) S 5327 5330 32587 0 -1 4202560 62 0 0 0 6 0 0 0 20 0 19 0 107298784 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004532706088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5334] ppid=5327 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5330/task/5334/stat : 5334 (java) S 5327 5330 32587 0 -1 4202560 68 0 0 0 7 0 0 0 20 0 19 0 107298784 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004531653288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5335] ppid=5327 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5330/task/5335/stat : 5335 (java) S 5327 5330 32587 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 107298784 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004530601000 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5336] ppid=5327 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5330/task/5336/stat : 5336 (java) S 5327 5330 32587 0 -1 4202560 52 0 0 0 9 0 0 0 20 0 19 0 107298784 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004529548200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5337] ppid=5327 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5330/task/5337/stat : 5337 (java) S 5327 5330 32587 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 107298784 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004528494888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5338] ppid=5327 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5330/task/5338/stat : 5338 (java) S 5327 5330 32587 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 107298784 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004527442088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5339] ppid=5327 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5330/task/5339/stat : 5339 (java) S 5327 5330 32587 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 107298784 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004526389800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5340] ppid=5327 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5330/task/5340/stat : 5340 (java) S 5327 5330 32587 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 107298784 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140004396935592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5341] ppid=5327 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5330/task/5341/stat : 5341 (java) S 5327 5330 32587 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 19 0 107298785 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003913988840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5342] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5342/stat : 5342 (java) S 5327 5330 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003912934904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5343] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5343/stat : 5343 (java) S 5327 5330 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003911882504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5344] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5344/stat : 5344 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003910830992 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5345] ppid=5327 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/5330/task/5345/stat : 5345 (java) S 5327 5330 32587 0 -1 4202560 2772 0 0 0 42 0 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003909777592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5346] ppid=5327 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/5330/task/5346/stat : 5346 (java) S 5327 5330 32587 0 -1 4202560 3531 0 0 0 61 0 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003908724792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5347] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5347/stat : 5347 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003907672696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5348] ppid=5327 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/5330/task/5348/stat : 5348 (java) S 5327 5330 32587 0 -1 4202560 100 0 0 0 22 17 0 0 20 0 19 0 107298788 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003906620104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5349] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5349/stat : 5349 (java) S 5327 5330 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107298811 9856040960 52661 33554432000 1073741824 1073778376 140733982133136 140003905566120 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.84
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/213 5482
/proc/meminfo: memFree=31325900/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9625040 CPUtime=1783.89 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 10489 0 1 0 178364 25 0 0 20 0 19 0 107298781 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2406260 53059 2280 9 0 2396937 0
[pid=5330/tid=5332] ppid=5327 vsize=9625040 CPUtime=1781.9 cores=1,3,5,7
/proc/5330/task/5332/stat : 5332 (java) R 5327 5330 32587 0 -1 4202560 2500 0 1 0 178159 31 0 0 20 0 19 0 107298783 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004560244432 140004408431904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5333] ppid=5327 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5330/task/5333/stat : 5333 (java) S 5327 5330 32587 0 -1 4202560 62 0 0 0 6 0 0 0 20 0 19 0 107298784 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004532706088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5334] ppid=5327 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5330/task/5334/stat : 5334 (java) S 5327 5330 32587 0 -1 4202560 68 0 0 0 8 0 0 0 20 0 19 0 107298784 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004531653288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5335] ppid=5327 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5330/task/5335/stat : 5335 (java) S 5327 5330 32587 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 107298784 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004530601000 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5336] ppid=5327 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/5330/task/5336/stat : 5336 (java) S 5327 5330 32587 0 -1 4202560 53 0 0 0 10 0 0 0 20 0 19 0 107298784 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004529548200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5337] ppid=5327 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5330/task/5337/stat : 5337 (java) S 5327 5330 32587 0 -1 4202560 37 0 0 0 9 0 0 0 20 0 19 0 107298784 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004528494888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5338] ppid=5327 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5330/task/5338/stat : 5338 (java) S 5327 5330 32587 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 107298784 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004527442088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5339] ppid=5327 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5330/task/5339/stat : 5339 (java) S 5327 5330 32587 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 107298784 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004526389800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5340] ppid=5327 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/5330/task/5340/stat : 5340 (java) S 5327 5330 32587 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 107298784 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140004396935592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5341] ppid=5327 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5330/task/5341/stat : 5341 (java) S 5327 5330 32587 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 19 0 107298785 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003913988840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5342] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5342/stat : 5342 (java) S 5327 5330 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003912934904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5343] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5343/stat : 5343 (java) S 5327 5330 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003911882504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5344] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5344/stat : 5344 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003910830992 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5345] ppid=5327 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/5330/task/5345/stat : 5345 (java) S 5327 5330 32587 0 -1 4202560 2772 0 0 0 42 0 0 0 20 0 19 0 107298788 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003909777592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5346] ppid=5327 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/5330/task/5346/stat : 5346 (java) S 5327 5330 32587 0 -1 4202560 3531 0 0 0 61 0 0 0 20 0 19 0 107298788 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003908724792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5347] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5347/stat : 5347 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003907672696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5348] ppid=5327 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/5330/task/5348/stat : 5348 (java) S 5327 5330 32587 0 -1 4202560 104 0 0 0 23 18 0 0 20 0 19 0 107298788 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003906620104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5349] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5349/stat : 5349 (java) S 5327 5330 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107298811 9856040960 53059 33554432000 1073741824 1073778376 140733982133136 140003905566120 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.89
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.10 2.04 2.01 3/213 5483
/proc/meminfo: memFree=31326024/32872528 swapFree=12744/274376
[pid=5330] ppid=5327 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/5330/stat : 5330 (java) S 5327 5330 32587 0 -1 4202496 10633 0 1 0 179976 25 0 0 20 0 19 0 107298781 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140733982124272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5330/statm: 2406260 52897 2280 9 0 2396937 0
[pid=5330/tid=5332] ppid=5327 vsize=9625040 CPUtime=1797.99 cores=1,3,5,7
/proc/5330/task/5332/stat : 5332 (java) R 5327 5330 32587 0 -1 4202560 2500 0 1 0 179768 31 0 0 20 0 19 0 107298783 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004560244432 140004408503310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5333] ppid=5327 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5330/task/5333/stat : 5333 (java) S 5327 5330 32587 0 -1 4202560 62 0 0 0 6 0 0 0 20 0 19 0 107298784 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004532706088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5334] ppid=5327 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5330/task/5334/stat : 5334 (java) S 5327 5330 32587 0 -1 4202560 68 0 0 0 8 0 0 0 20 0 19 0 107298784 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004531653288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5335] ppid=5327 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5330/task/5335/stat : 5335 (java) S 5327 5330 32587 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 107298784 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004530601000 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5336] ppid=5327 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/5330/task/5336/stat : 5336 (java) S 5327 5330 32587 0 -1 4202560 53 0 0 0 10 0 0 0 20 0 19 0 107298784 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004529548200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5337] ppid=5327 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5330/task/5337/stat : 5337 (java) S 5327 5330 32587 0 -1 4202560 37 0 0 0 9 0 0 0 20 0 19 0 107298784 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004528494888 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5338] ppid=5327 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5330/task/5338/stat : 5338 (java) S 5327 5330 32587 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 19 0 107298784 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004527442088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5339] ppid=5327 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5330/task/5339/stat : 5339 (java) S 5327 5330 32587 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 107298784 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004526389800 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5340] ppid=5327 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/5330/task/5340/stat : 5340 (java) S 5327 5330 32587 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 107298784 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140004396935592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5330/tid=5341] ppid=5327 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5330/task/5341/stat : 5341 (java) S 5327 5330 32587 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 19 0 107298785 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003913988840 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5342] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5342/stat : 5342 (java) S 5327 5330 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003912934904 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5343] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5343/stat : 5343 (java) S 5327 5330 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107298786 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003911882504 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5344] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5344/stat : 5344 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003910830992 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5345] ppid=5327 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/5330/task/5345/stat : 5345 (java) S 5327 5330 32587 0 -1 4202560 2772 0 0 0 42 0 0 0 20 0 19 0 107298788 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003909777592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5346] ppid=5327 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/5330/task/5346/stat : 5346 (java) S 5327 5330 32587 0 -1 4202560 3675 0 0 0 64 0 0 0 20 0 19 0 107298788 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003908724792 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5330/tid=5347] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5347/stat : 5347 (java) S 5327 5330 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107298788 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003907672696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5330/tid=5348] ppid=5327 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/5330/task/5348/stat : 5348 (java) S 5327 5330 32587 0 -1 4202560 104 0 0 0 23 18 0 0 20 0 19 0 107298788 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003906620104 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5330/tid=5349] ppid=5327 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5349/stat : 5349 (java) S 5327 5330 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107298811 9856040960 52897 33554432000 1073741824 1073778376 140733982133136 140003905566120 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5330 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.44
CPU time (s): 1800.44
CPU user time (s): 1799.81
CPU system time (s): 0.630904
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.630904
maximum resident set size= 214740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10676
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38472
involuntary context switches= 12636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.919 second user time and 16.5115 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-07 00:54:00
IDJOB=4084808
IDBENCH=25047
IDSOLVER=2546
FILE ID=node107/4084808-1465253640
RUNJOBID= node107-1465220764-32604
PBS_JOBID= 19843224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir03_trarea_ac.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084808-1465253640/watcher-4084808-1465253640 -o /tmp/evaluation-result-4084808-1465253640/solver-4084808-1465253640 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084808-1465253640.opb

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

MD5SUM BENCH= 3247d1c2d88b8e4a3c1b4f888e937620
RANDOM SEED=2146351992

node107.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.441
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.88
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.441
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	: 5332.55
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.441
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	: 5332.54
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.441
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	: 5332.55
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.441
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	: 5332.55
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.441
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	: 5332.55
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.441
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	: 5332.56
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.441
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31443656 kB
Buffers:           44128 kB
Cached:           105656 kB
SwapCached:         1684 kB
Active:           354996 kB
Inactive:          81836 kB
Active(anon):     289012 kB
Inactive(anon):      388 kB
Active(file):      65984 kB
Inactive(file):    81448 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098436 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:        577464 kB
Mapped:            15276 kB
Shmem:                 0 kB
Slab:             568476 kB
SReclaimable:      11736 kB
SUnreclaim:       556740 kB
KernelStack:        1584 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1092164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node107 at 2016-06-07 01:23:59