Trace number 3688739

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)-20 1800.03 1787.56

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_3.opb
MD5SUM4ec3492215da9d1ca4e43111c42870de
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1797.3
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688739-1337887071.opb
0.07/0.13	c reading problem ... 
0.42/0.30	c ... done. Wall clock time 0.167s.
0.42/0.30	c declared #vars     200
0.42/0.30	c internal #vars     1444
0.42/0.30	c #constraints  2790
0.42/0.30	c constraints type 
0.42/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
0.42/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.42/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.42/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
0.42/0.30	c 2790 constraints processed.
0.42/0.30	c objective function length is 100 literals
0.67/0.48	c SATISFIABLE
0.67/0.48	c OPTIMIZING...
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.349
0.67/0.48	o -15
1.29/0.99	c cleaning 2781 clauses out of 5566 with flag 5004/5566
1.90/1.43	c cleaning 4382 clauses out of 8781 with flag 11000/11562
2.40/1.91	c cleaning 5703 clauses out of 11405 with flag 18006/18568
2.91/2.48	c cleaning 6846 clauses out of 13702 with flag 26006/26568
3.47/2.96	c cleaning 7919 clauses out of 15851 with flag 35001/35563
3.97/3.41	c cleaning 8967 clauses out of 17934 with flag 45003/45565
4.47/3.95	c cleaning 9993 clauses out of 19986 with flag 56022/56584
5.58/5.03	c cleaning 10990 clauses out of 21979 with flag 68008/68570
6.71/6.15	c cleaning 11957 clauses out of 23989 with flag 81008/81570
8.04/7.48	c cleaning 13017 clauses out of 26033 with flag 95009/95571
9.27/8.60	c cleaning 13997 clauses out of 28011 with flag 110004/110566
10.39/9.74	c cleaning 14997 clauses out of 30010 with flag 126000/126562
11.39/10.74	c cleaning 15998 clauses out of 32013 with flag 143000/143562
12.43/11.75	c cleaning 17006 clauses out of 34015 with flag 161000/161562
13.87/13.18	c cleaning 18004 clauses out of 36021 with flag 180012/180574
15.00/14.30	c cleaning 18993 clauses out of 38008 with flag 200003/200565
16.22/15.46	c cleaning 20001 clauses out of 40012 with flag 221000/221562
17.54/16.70	c cleaning 21007 clauses out of 42016 with flag 243005/243567
19.25/18.46	c cleaning 22011 clauses out of 44022 with flag 266018/266580
21.18/20.38	c cleaning 22991 clauses out of 46002 with flag 290009/290571
23.79/22.94	c cleaning 24008 clauses out of 48016 with flag 315014/315576
25.95/25.10	c cleaning 24967 clauses out of 49998 with flag 341004/341566
27.87/26.96	c cleaning 25989 clauses out of 52027 with flag 368000/368562
29.50/28.60	c cleaning 27010 clauses out of 54043 with flag 396005/396567
32.32/31.36	c cleaning 28023 clauses out of 56047 with flag 425019/425581
33.15/32.10	c Got one! Elapsed wall clock time (in seconds):31.973
33.15/32.10	o -16
33.15/32.13	c Got one! Elapsed wall clock time (in seconds):31.998
33.15/32.13	o -19
33.59/32.57	c cleaning 23226 clauses out of 46451 with flag 5010/444008
34.11/33.03	c cleaning 14606 clauses out of 29215 with flag 11000/449998
34.71/33.60	c cleaning 10805 clauses out of 21617 with flag 18008/457006
35.22/34.16	c cleaning 9370 clauses out of 18804 with flag 26000/464998
35.82/34.71	c cleaning 9219 clauses out of 18448 with flag 35014/474012
36.33/35.22	c cleaning 9597 clauses out of 19216 with flag 45001/483999
36.84/35.79	c cleaning 10308 clauses out of 20622 with flag 56004/495002
37.56/36.44	c cleaning 11155 clauses out of 22310 with flag 68000/506998
38.19/37.09	c cleaning 12074 clauses out of 24158 with flag 81003/520001
39.11/37.97	c cleaning 13044 clauses out of 26087 with flag 95006/534004
39.94/38.75	c cleaning 14012 clauses out of 28042 with flag 110005/549003
40.96/39.73	c cleaning 15012 clauses out of 30025 with flag 126000/564998
42.19/40.90	c cleaning 16009 clauses out of 32017 with flag 143004/582002
43.41/42.11	c cleaning 17000 clauses out of 34004 with flag 161000/599998
44.64/43.33	c cleaning 18001 clauses out of 36004 with flag 180000/618998
45.95/44.63	c cleaning 18996 clauses out of 38003 with flag 200000/638998
47.38/46.04	c cleaning 19981 clauses out of 40007 with flag 221000/659998
48.92/47.57	c cleaning 21017 clauses out of 42042 with flag 243016/682014
50.64/49.26	c cleaning 22007 clauses out of 44015 with flag 266006/705004
52.44/51.08	c cleaning 22992 clauses out of 46005 with flag 290003/729001
54.27/52.81	c cleaning 23990 clauses out of 48017 with flag 315007/754005
56.08/54.70	c cleaning 25012 clauses out of 50036 with flag 341016/780014
58.02/56.58	c cleaning 25984 clauses out of 52010 with flag 368002/807000
60.33/58.88	c cleaning 26997 clauses out of 54024 with flag 396000/834998
62.67/61.18	c cleaning 28010 clauses out of 56032 with flag 425005/864003
64.80/63.20	c cleaning 29006 clauses out of 58019 with flag 455002/894000
66.43/64.85	c cleaning 30000 clauses out of 60011 with flag 486000/924998
69.05/67.47	c cleaning 30993 clauses out of 62013 with flag 518002/957000
70.88/69.28	c cleaning 31995 clauses out of 64021 with flag 551003/990001
73.00/71.38	c cleaning 33005 clauses out of 66023 with flag 585000/1023998
75.72/74.06	c cleaning 34010 clauses out of 68022 with flag 620004/1059002
78.56/76.80	c cleaning 35002 clauses out of 70021 with flag 656013/1095011
81.39/79.69	c cleaning 35995 clauses out of 72011 with flag 693005/1132003
84.21/82.44	c cleaning 36991 clauses out of 74012 with flag 731001/1169999
87.23/85.48	c cleaning 37991 clauses out of 76022 with flag 770002/1209000
90.46/88.64	c cleaning 39010 clauses out of 78030 with flag 810001/1248999
93.60/91.77	c cleaning 40006 clauses out of 80019 with flag 851000/1289998
96.85/94.93	c cleaning 40997 clauses out of 82013 with flag 893000/1331998
100.59/98.63	c cleaning 42000 clauses out of 84016 with flag 936000/1374998
104.72/102.74	c cleaning 43006 clauses out of 86016 with flag 980000/1418998
108.66/106.65	c cleaning 43996 clauses out of 88011 with flag 1025001/1463999
111.28/109.21	c cleaning 45003 clauses out of 90015 with flag 1071001/1509999
114.11/112.03	c cleaning 46009 clauses out of 92017 with flag 1118006/1557004
117.33/115.22	c cleaning 46999 clauses out of 94008 with flag 1166006/1605004
121.86/119.76	c cleaning 47985 clauses out of 96003 with flag 1215000/1653998
126.61/124.40	c cleaning 48993 clauses out of 98024 with flag 1265006/1704004
131.13/128.99	c cleaning 50006 clauses out of 100030 with flag 1316005/1755003
136.72/134.46	c cleaning 51001 clauses out of 102027 with flag 1368008/1807006
141.74/139.45	c cleaning 52002 clauses out of 104022 with flag 1421004/1860002
147.40/145.04	c cleaning 53000 clauses out of 106017 with flag 1475001/1913999
152.94/150.57	c cleaning 54000 clauses out of 108024 with flag 1530008/1969006
157.88/155.49	c cleaning 55008 clauses out of 110026 with flag 1586010/2025008
164.72/162.20	c cleaning 56003 clauses out of 112013 with flag 1643005/2082003
168.36/165.89	c cleaning 57000 clauses out of 114005 with flag 1701000/2139998
172.79/170.27	c cleaning 58008 clauses out of 116016 with flag 1760011/2199009
179.15/176.53	c cleaning 58999 clauses out of 117997 with flag 1820000/2258998
185.59/182.96	c cleaning 59985 clauses out of 119998 with flag 1881000/2319998
191.45/188.70	c cleaning 61000 clauses out of 122013 with flag 1943000/2381998
198.63/195.86	c cleaning 61976 clauses out of 124013 with flag 2006000/2444998
206.59/203.78	c cleaning 63020 clauses out of 126050 with flag 2070013/2509011
213.64/210.70	c cleaning 64008 clauses out of 128030 with flag 2135013/2574011
221.52/218.59	c cleaning 64987 clauses out of 130010 with flag 2201001/2639999
228.92/225.83	c cleaning 65998 clauses out of 132022 with flag 2268000/2706998
236.78/233.64	c cleaning 66987 clauses out of 134028 with flag 2336004/2775002
243.53/240.35	c cleaning 68021 clauses out of 136056 with flag 2405019/2844017
249.59/246.32	c cleaning 69004 clauses out of 138023 with flag 2475007/2914005
256.30/252.94	c cleaning 69996 clauses out of 140014 with flag 2546002/2985000
264.55/261.15	c cleaning 71002 clauses out of 142021 with flag 2618005/3057003
273.59/270.14	c cleaning 71990 clauses out of 144020 with flag 2691006/3130004
283.27/279.70	c cleaning 72998 clauses out of 146033 with flag 2765009/3204007
291.23/287.60	c cleaning 73989 clauses out of 148030 with flag 2840004/3279002
301.27/297.60	c cleaning 75006 clauses out of 150044 with flag 2916007/3355005
308.30/304.63	c cleaning 76011 clauses out of 152034 with flag 2993003/3432001
314.07/310.33	c cleaning 77004 clauses out of 154022 with flag 3071002/3510000
320.11/316.39	c cleaning 77993 clauses out of 156016 with flag 3150000/3588998
327.86/324.04	c cleaning 78993 clauses out of 158025 with flag 3230002/3669000
337.93/334.04	c cleaning 80005 clauses out of 160033 with flag 3311003/3750001
346.66/342.76	c cleaning 81000 clauses out of 162026 with flag 3393001/3831999
355.61/351.60	c cleaning 82003 clauses out of 164029 with flag 3476004/3915002
365.72/361.72	c cleaning 82987 clauses out of 166023 with flag 3560001/3998999
378.22/374.18	c cleaning 84002 clauses out of 168042 with flag 3645007/4084005
390.28/386.15	c cleaning 85006 clauses out of 170037 with flag 3731004/4170002
400.99/396.72	c cleaning 85998 clauses out of 172034 with flag 3818007/4257005
411.85/407.58	c cleaning 87007 clauses out of 174035 with flag 3906006/4345004
422.29/417.91	c cleaning 87997 clauses out of 176028 with flag 3995006/4434004
429.24/424.82	c cleaning 89007 clauses out of 178026 with flag 4085001/4523999
439.90/435.49	c cleaning 90011 clauses out of 180025 with flag 4176007/4615005
454.36/449.90	c cleaning 90991 clauses out of 182017 with flag 4268010/4707008
464.74/460.19	c cleaning 92012 clauses out of 184033 with flag 4361017/4800015
477.11/472.40	c cleaning 92981 clauses out of 186008 with flag 4455004/4894002
488.27/483.56	c cleaning 93999 clauses out of 188023 with flag 4550000/4988998
498.51/493.76	c cleaning 95001 clauses out of 190026 with flag 4646002/5085000
512.70/507.84	c cleaning 95981 clauses out of 192023 with flag 4743000/5181998
530.08/525.11	c cleaning 97014 clauses out of 194047 with flag 4841005/5280003
540.77/535.71	c cleaning 98005 clauses out of 196031 with flag 4940003/5379001
551.72/546.62	c cleaning 98987 clauses out of 198025 with flag 5040002/5479000
566.36/561.15	c cleaning 99986 clauses out of 200036 with flag 5141000/5579998
582.03/576.70	c cleaning 101023 clauses out of 202058 with flag 5243008/5682006
593.03/587.69	c cleaning 101989 clauses out of 204031 with flag 5346004/5785002
605.59/600.15	c cleaning 102997 clauses out of 206038 with flag 5450000/5888998
621.82/616.37	c cleaning 104035 clauses out of 208069 with flag 5555028/5994026
637.61/632.01	c cleaning 105004 clauses out of 210020 with flag 5661014/6100012
651.12/645.44	c cleaning 105999 clauses out of 212024 with flag 5768022/6207020
665.21/659.44	c cleaning 106980 clauses out of 214009 with flag 5876006/6315004
677.62/671.77	c cleaning 108010 clauses out of 216041 with flag 5985018/6424016
690.01/684.04	c cleaning 108980 clauses out of 218014 with flag 6095001/6533999
703.54/697.45	c cleaning 109994 clauses out of 220033 with flag 6206000/6644998
722.95/716.77	c cleaning 111026 clauses out of 222052 with flag 6318013/6757011
743.99/737.69	c cleaning 111979 clauses out of 224013 with flag 6431000/6869998
764.65/758.20	c cleaning 113004 clauses out of 226034 with flag 6545000/6983998
782.35/775.87	c cleaning 114014 clauses out of 228032 with flag 6660002/7099000
794.92/788.35	c cleaning 115003 clauses out of 230016 with flag 6776000/7214998
807.10/800.48	c cleaning 115998 clauses out of 232013 with flag 6893000/7331998
812.09/805.32	c Got one! Elapsed wall clock time (in seconds):805.19
812.09/805.32	o -20
814.39/807.63	c cleaning 92447 clauses out of 184894 with flag 5000/7400877
815.64/808.86	c cleaning 49224 clauses out of 98447 with flag 11000/7406877
816.48/809.66	c cleaning 28116 clauses out of 56232 with flag 18009/7413886
817.11/810.29	c cleaning 18055 clauses out of 36112 with flag 26005/7421882
817.83/810.92	c cleaning 13526 clauses out of 27053 with flag 35001/7430878
818.47/811.59	c cleaning 11758 clauses out of 23530 with flag 45004/7440881
819.31/812.30	c cleaning 11381 clauses out of 22768 with flag 56000/7451877
820.05/813.06	c cleaning 11695 clauses out of 23393 with flag 68006/7463883
820.86/813.83	c cleaning 12337 clauses out of 24692 with flag 81000/7476877
821.68/814.62	c cleaning 13177 clauses out of 26355 with flag 95000/7490877
822.49/815.47	c cleaning 14088 clauses out of 28179 with flag 110001/7505878
823.42/816.39	c cleaning 15052 clauses out of 30104 with flag 126014/7521891
824.47/817.38	c cleaning 16012 clauses out of 32038 with flag 143000/7538877
825.69/818.51	c cleaning 17003 clauses out of 34028 with flag 161002/7556879
826.81/819.68	c cleaning 18008 clauses out of 36028 with flag 180005/7575882
828.15/820.99	c cleaning 19005 clauses out of 38016 with flag 200001/7595878
829.58/822.36	c cleaning 19996 clauses out of 40010 with flag 221000/7616877
831.00/823.71	c cleaning 21008 clauses out of 42018 with flag 243004/7638881
832.43/825.19	c cleaning 22000 clauses out of 44008 with flag 266002/7661879
834.04/826.75	c cleaning 23005 clauses out of 46013 with flag 290007/7685884
835.66/828.35	c cleaning 23975 clauses out of 48001 with flag 315000/7710877
837.39/830.06	c cleaning 24998 clauses out of 50026 with flag 341000/7736877
839.35/831.91	c cleaning 25986 clauses out of 52028 with flag 368000/7763877
841.29/833.82	c cleaning 27015 clauses out of 54044 with flag 396002/7791879
843.30/835.86	c cleaning 28015 clauses out of 56029 with flag 425002/7820879
845.31/837.88	c cleaning 28997 clauses out of 58012 with flag 455000/7850877
847.53/840.01	c cleaning 30001 clauses out of 60016 with flag 486001/7881878
849.55/842.05	c cleaning 31003 clauses out of 62020 with flag 518006/7913883
852.18/844.65	c cleaning 32002 clauses out of 64014 with flag 551003/7946880
854.91/847.31	c cleaning 33008 clauses out of 66017 with flag 585008/7980885
857.52/849.95	c cleaning 33998 clauses out of 68007 with flag 620006/8015883
860.54/852.92	c cleaning 34996 clauses out of 70003 with flag 656000/8051877
863.38/855.79	c cleaning 36001 clauses out of 72009 with flag 693002/8088879
865.90/858.29	c cleaning 36997 clauses out of 74006 with flag 731000/8126877
868.72/861.07	c cleaning 37991 clauses out of 76010 with flag 770001/8165878
871.78/864.02	c cleaning 39005 clauses out of 78019 with flag 810001/8205878
874.72/866.91	c cleaning 39994 clauses out of 80020 with flag 851007/8246884
877.85/870.06	c cleaning 41001 clauses out of 82021 with flag 893002/8288879
881.06/873.24	c cleaning 42004 clauses out of 84018 with flag 936000/8331877
884.60/876.77	c cleaning 42991 clauses out of 86014 with flag 980000/8375877
888.51/880.61	c cleaning 44012 clauses out of 88024 with flag 1025001/8420878
892.34/884.47	c cleaning 45000 clauses out of 90012 with flag 1071001/8466878
895.87/887.93	c cleaning 46000 clauses out of 92011 with flag 1118000/8513877
899.72/891.78	c cleaning 47006 clauses out of 94015 with flag 1166004/8561881
903.84/895.84	c cleaning 47997 clauses out of 96007 with flag 1215002/8610879
907.59/899.58	c cleaning 49005 clauses out of 98010 with flag 1265002/8660879
911.72/903.68	c cleaning 50000 clauses out of 100005 with flag 1316002/8711879
915.36/907.29	c cleaning 50989 clauses out of 102003 with flag 1368000/8763877
919.99/911.88	c cleaning 52004 clauses out of 104014 with flag 1421000/8816877
923.94/915.74	c cleaning 52997 clauses out of 106010 with flag 1475000/8870877
927.86/919.62	c cleaning 53996 clauses out of 108013 with flag 1530000/8925877
931.99/923.70	c cleaning 55008 clauses out of 110017 with flag 1586000/8981877
937.52/929.22	c cleaning 56002 clauses out of 112010 with flag 1643001/9038878
942.57/934.28	c cleaning 56991 clauses out of 114009 with flag 1701002/9096879
947.69/939.31	c cleaning 57999 clauses out of 116017 with flag 1760001/9155878
953.33/944.94	c cleaning 58996 clauses out of 118019 with flag 1820002/9215879
959.56/951.10	c cleaning 59996 clauses out of 120021 with flag 1881000/9276877
965.39/957.00	c cleaning 61001 clauses out of 122025 with flag 1943000/9338877
970.54/962.09	c cleaning 61999 clauses out of 124024 with flag 2006000/9401877
975.59/967.02	c cleaning 63000 clauses out of 126026 with flag 2070001/9465878
981.21/972.64	c cleaning 64004 clauses out of 128028 with flag 2135003/9530880
985.64/977.03	c cleaning 65006 clauses out of 130027 with flag 2201006/9596883
992.87/984.30	c cleaning 66005 clauses out of 132015 with flag 2268000/9663877
1000.52/991.84	c cleaning 66982 clauses out of 134010 with flag 2336000/9731877
1008.77/1000.09	c cleaning 67994 clauses out of 136028 with flag 2405000/9800877
1016.81/1008.08	c cleaning 69005 clauses out of 138035 with flag 2475001/9870878
1023.45/1014.64	c cleaning 70009 clauses out of 140032 with flag 2546003/9941880
1031.20/1022.30	c cleaning 71007 clauses out of 142022 with flag 2618002/10013879
1037.84/1028.92	c cleaning 71994 clauses out of 144015 with flag 2691002/10086879
1048.27/1039.25	c cleaning 73015 clauses out of 146029 with flag 2765010/10160887
1057.02/1047.93	c cleaning 73994 clauses out of 148007 with flag 2840003/10235880
1064.24/1055.18	c cleaning 74999 clauses out of 150019 with flag 2916009/10311886
1072.47/1063.40	c cleaning 75995 clauses out of 152011 with flag 2993000/10388877
1082.24/1073.06	c cleaning 77004 clauses out of 154016 with flag 3071000/10466877
1090.09/1080.85	c cleaning 77998 clauses out of 156012 with flag 3150000/10545877
1100.32/1091.06	c cleaning 79006 clauses out of 158021 with flag 3230007/10625884
1112.28/1102.90	c cleaning 79992 clauses out of 160008 with flag 3311000/10706877
1122.93/1113.53	c cleaning 80994 clauses out of 162017 with flag 3393001/10788878
1133.37/1123.97	c cleaning 81997 clauses out of 164022 with flag 3476000/10871877
1143.51/1134.03	c cleaning 82994 clauses out of 166026 with flag 3560001/10955878
1151.35/1141.90	c cleaning 84007 clauses out of 168034 with flag 3645003/11040880
1157.84/1148.21	c cleaning 85003 clauses out of 170025 with flag 3731001/11126878
1166.12/1156.44	c cleaning 86004 clauses out of 172021 with flag 3818000/11213877
1176.30/1166.53	c cleaning 87003 clauses out of 174019 with flag 3906002/11301879
1188.15/1178.38	c cleaning 87996 clauses out of 176014 with flag 3995000/11390877
1199.24/1189.33	c cleaning 89003 clauses out of 178018 with flag 4085000/11480877
1214.18/1204.28	c cleaning 89998 clauses out of 180016 with flag 4176001/11571878
1231.24/1221.21	c cleaning 90997 clauses out of 182017 with flag 4268000/11663877
1244.61/1234.60	c cleaning 92005 clauses out of 184021 with flag 4361001/11756878
1255.66/1245.52	c cleaning 92998 clauses out of 186015 with flag 4455000/11850877
1269.76/1259.57	c cleaning 94000 clauses out of 188024 with flag 4550007/11945884
1287.00/1276.74	c cleaning 94995 clauses out of 190017 with flag 4646000/12041877
1302.66/1292.30	c cleaning 96004 clauses out of 192023 with flag 4743001/12138878
1313.79/1303.43	c cleaning 96986 clauses out of 194018 with flag 4841000/12236877
1327.22/1316.83	c cleaning 98014 clauses out of 196033 with flag 4940001/12335878
1342.30/1331.88	c cleaning 98987 clauses out of 198020 with flag 5040002/12435879
1356.17/1345.64	c cleaning 100001 clauses out of 200031 with flag 5141000/12536877
1370.79/1360.21	c cleaning 101011 clauses out of 202037 with flag 5243007/12638884
1383.14/1372.54	c cleaning 102007 clauses out of 204019 with flag 5346000/12741877
1394.63/1383.93	c cleaning 103005 clauses out of 206013 with flag 5450001/12845878
1407.16/1396.40	c cleaning 104000 clauses out of 208008 with flag 5555001/12950878
1421.50/1410.79	c cleaning 104982 clauses out of 210007 with flag 5661000/13056877
1436.40/1425.52	c cleaning 106001 clauses out of 212025 with flag 5768000/13163877
1450.42/1439.40	c cleaning 106990 clauses out of 214024 with flag 5876000/13271877
1466.40/1455.33	c cleaning 108011 clauses out of 216034 with flag 5985000/13380877
1481.46/1470.36	c cleaning 108994 clauses out of 218023 with flag 6095000/13490877
1491.42/1480.23	c cleaning 109996 clauses out of 220032 with flag 6206003/13601880
1509.26/1498.07	c cleaning 111008 clauses out of 222041 with flag 6318008/13713885
1527.54/1516.25	c cleaning 111997 clauses out of 224025 with flag 6431000/13826877
1547.27/1535.81	c cleaning 113008 clauses out of 226030 with flag 6545002/13940879
1567.01/1555.51	c cleaning 114017 clauses out of 228035 with flag 6660015/14055892
1584.88/1573.38	c cleaning 114989 clauses out of 230004 with flag 6776001/14171878
1601.82/1590.20	c cleaning 116001 clauses out of 232018 with flag 6893004/14288881
1618.97/1607.31	c cleaning 116990 clauses out of 234013 with flag 7011000/14406877
1635.82/1624.15	c cleaning 117999 clauses out of 236026 with flag 7130003/14525880
1651.11/1639.38	c cleaning 118993 clauses out of 238024 with flag 7250000/14645877
1667.11/1655.26	c cleaning 120000 clauses out of 240031 with flag 7371000/14766877
1684.03/1672.02	c cleaning 121003 clauses out of 242032 with flag 7493001/14888878
1698.27/1686.29	c cleaning 122004 clauses out of 244028 with flag 7616000/15011877
1719.22/1707.13	c cleaning 122998 clauses out of 246027 with flag 7740003/15135880
1742.15/1729.93	c cleaning 124000 clauses out of 248028 with flag 7865002/15260879
1762.95/1750.60	c cleaning 124994 clauses out of 250031 with flag 7991005/15386882
1784.36/1771.91	c cleaning 126016 clauses out of 252040 with flag 8118008/15513885
1800.03/1787.52	c starts		: 349
1800.03/1787.52	c conflicts		: 15640250
1800.03/1787.52	c decisions		: 28041474
1800.03/1787.52	c propagations		: 184522041
1800.03/1787.52	c inspects		: 13570001444
1800.03/1787.52	c shortcuts		: 0
1800.03/1787.52	c learnt literals	: 0
1800.03/1787.52	c learnt binary clauses	: 5
1800.03/1787.52	c learnt ternary clauses	: 2716
1800.03/1787.52	c learnt constraints	: 15640250
1800.03/1787.52	c ignored constraints	: 0
1800.03/1787.52	c root simplifications	: 0
1800.03/1787.52	c removed literals (reason simplification)	: 0
1800.03/1787.52	c reason swapping (by a shorter reason)	: 0
1800.03/1787.52	c Calls to reduceDB	: 261
1800.03/1787.52	c number of reductions to clauses (during analyze)	: 0
1800.03/1787.52	c number of learned constraints concerned by reduction	: 0
1800.03/1787.52	c number of learning phase by resolution	: 0
1800.03/1787.52	c number of learning phase by cutting planes	: 0
1800.03/1787.52	c speed (assignments/second)	: 103245.5232048057
1800.03/1787.52	c non guided choices	0
1800.03/1787.55	c learnt constraints type 
1800.03/1787.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.03/1787.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 252449
1800.03/1787.55	c constraints type 
1800.03/1787.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
1800.03/1787.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.03/1787.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.03/1787.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
1800.03/1787.55	c 2791 constraints processed.
1800.03/1787.55	s SATISFIABLE
1800.03/1787.55	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 
1800.03/1787.56	c objective function=-20
1800.03/1787.56	c Total wall clock time (in seconds): 1787.424

Verifier Data

OK	-20

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688739-1337887071/watcher-3688739-1337887071 -o /tmp/evaluation-result-3688739-1337887071/solver-3688739-1337887071 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688739-1337887071.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 16038
/proc/meminfo: memFree=28836356/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (java) D 16036 16038 14581 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 254831946 2560000 46 33554432000 1073741824 1073778376 140733623075504 140733623072632 233211784487 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 625 46 37 9 0 29 0

[startup+0.0917941 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 16038
/proc/meminfo: memFree=28836356/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 3284 0 1 0 5 1 0 0 20 0 18 0 254831946 9787813888 4492 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2389603 4492 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100335 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 16038
/proc/meminfo: memFree=28836356/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 3364 0 1 0 6 1 0 0 20 0 18 0 254831946 9787813888 4572 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2389603 4573 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300284 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 16038
/proc/meminfo: memFree=28836356/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 5931 0 1 0 41 1 0 0 20 0 18 0 254831946 9787813888 8696 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2389603 8696 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558412

[startup+0.700254 s]
/proc/loadavg: 2.02 2.00 2.00 3/194 16038
/proc/meminfo: memFree=28836356/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9624976 CPUtime=1.08 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 6811 0 1 0 107 1 0 0 20 0 19 0 254831946 9855975424 9612 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2406244 9612 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9624976

[startup+1.50075 s]
/proc/loadavg: 2.09 2.02 2.01 3/213 16057
/proc/meminfo: memFree=28798336/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9624976 CPUtime=2 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 7107 0 1 0 198 2 0 0 20 0 19 0 254831946 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2406244 14279 2279 9 0 2396937 0
[pid=16038/tid=16040] ppid=16036 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/16038/task/16040/stat : 16040 (java) R 16036 16038 14581 0 -1 4202560 2466 0 1 0 141 0 0 0 20 0 19 0 254831948 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800598798744 139800464581220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16041] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800587860264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800586807464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800585755176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 14581 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800584702376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800583650088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16046] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800582597288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800436489256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800435436456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 14581 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 254831950 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800423024872 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16050] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16050/stat : 16050 (java) S 16036 16038 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800421970936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16051] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16051/stat : 16051 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800420918536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16052] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16052/stat : 16052 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800419867024 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16053] ppid=16036 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/16038/task/16053/stat : 16053 (java) S 16036 16038 14581 0 -1 4202560 1155 0 0 0 22 0 0 0 20 0 19 0 254831954 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800418814648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16054] ppid=16036 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/16038/task/16054/stat : 16054 (java) S 16036 16038 14581 0 -1 4202560 2226 0 0 0 27 0 0 0 20 0 19 0 254831954 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800417761848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16055] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16055/stat : 16055 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800416709752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800415657160 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831977 9855975424 14279 33554432000 1073741824 1073778376 140736699040000 139800414602152 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9624976

[startup+3.1008 s]
/proc/loadavg: 2.09 2.02 2.01 3/213 16057
/proc/meminfo: memFree=28785552/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9624976 CPUtime=3.67 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 7144 0 1 0 364 3 0 0 20 0 19 0 254831946 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2406244 15841 2280 9 0 2396937 0
[pid=16038/tid=16040] ppid=16036 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/16038/task/16040/stat : 16040 (java) R 16036 16038 14581 0 -1 4202560 2467 0 1 0 295 0 0 0 20 0 19 0 254831948 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800598798744 139800464686144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16041] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800587860264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800586807464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800585755176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 14581 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800584702376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800583650088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16046] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800582597288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800436489256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 14581 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800435436456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 14581 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 254831950 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800423024872 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16050] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16050/stat : 16050 (java) S 16036 16038 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800421970936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16051] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16051/stat : 16051 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800420918536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16052] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16052/stat : 16052 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800419867024 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16053] ppid=16036 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/16038/task/16053/stat : 16053 (java) S 16036 16038 14581 0 -1 4202560 1159 0 0 0 26 0 0 0 20 0 19 0 254831954 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800418814648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16054] ppid=16036 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/16038/task/16054/stat : 16054 (java) S 16036 16038 14581 0 -1 4202560 2226 0 0 0 27 0 0 0 20 0 19 0 254831954 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800417761848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16055] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16055/stat : 16055 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800416709752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800415657160 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831977 9855975424 15841 33554432000 1073741824 1073778376 140736699040000 139800414602152 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9624976

[startup+6.30081 s]
/proc/loadavg: 2.09 2.02 2.00 3/213 16057
/proc/meminfo: memFree=28775188/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9624976 CPUtime=6.94 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 7176 0 1 0 690 4 0 0 20 0 19 0 254831946 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2406244 18694 2280 9 0 2396937 0
[pid=16038/tid=16040] ppid=16036 vsize=9624976 CPUtime=6.03 cores=1,3,5,7
/proc/16038/task/16040/stat : 16040 (java) R 16036 16038 14581 0 -1 4202560 2472 0 1 0 603 0 0 0 20 0 19 0 254831948 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800598798624 139800464521823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16041] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800587860264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800586807464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 14581 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 254831949 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800585755176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 14581 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 19 0 254831949 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800584702376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800583650088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16046] ppid=16036 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 14581 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 254831949 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800582597288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800436489256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 14581 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254831949 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800435436456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 14581 0 -1 4202560 36 0 0 0 14 0 0 0 20 0 19 0 254831950 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800423024872 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16050] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16050/stat : 16050 (java) S 16036 16038 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800421970936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16051] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16051/stat : 16051 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800420918536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16052] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16052/stat : 16052 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800419867024 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16053] ppid=16036 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/16038/task/16053/stat : 16053 (java) S 16036 16038 14581 0 -1 4202560 1159 0 0 0 26 0 0 0 20 0 19 0 254831954 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800418814648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16054] ppid=16036 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/16038/task/16054/stat : 16054 (java) S 16036 16038 14581 0 -1 4202560 2226 0 0 0 27 0 0 0 20 0 19 0 254831954 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800417761848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16055] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16055/stat : 16055 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800416709752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800415657160 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831977 9855975424 18694 33554432000 1073741824 1073778376 140736699040000 139800414602152 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=16038/tid=16053] ppid=16036 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16038/task/16053/stat : 16053 (java) S 16036 16038 14581 0 -1 4202560 1944 0 0 0 31 0 0 0 20 0 19 0 254831954 9855975424 80114 33554432000 1073741824 1073778376 140736699040000 139800418814648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16054] ppid=16036 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/16038/task/16054/stat : 16054 (java) S 16036 16038 14581 0 -1 4202560 2229 0 0 0 29 0 0 0 20 0 19 0 254831954 9855975424 80114 33554432000 1073741824 1073778376 140736699040000 139800417761848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16055] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16055/stat : 16055 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 80114 33554432000 1073741824 1073778376 140736699040000 139800416709752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 14581 0 -1 4202560 98 0 0 0 56 27 0 0 20 0 19 0 254831954 9855975424 80114 33554432000 1073741824 1073778376 140736699040000 139800415657160 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831977 9855975424 80114 33554432000 1073741824 1073778376 140736699040000 139800414602152 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1734.55
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/213 16132
/proc/meminfo: memFree=28107560/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9624976 CPUtime=1794.81 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 11114 0 1 0 179393 88 0 0 20 0 19 0 254831946 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2406244 80626 2281 9 0 2396937 0
[pid=16038/tid=16040] ppid=16036 vsize=9624976 CPUtime=1757.78 cores=1,3,5,7
/proc/16038/task/16040/stat : 16040 (java) R 16036 16038 14581 0 -1 4202560 2762 0 1 0 175750 28 0 0 20 0 19 0 254831948 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800598798624 139800464660535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16041] ppid=16036 vsize=9624976 CPUtime=1.95 cores=1,3,5,7
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 14581 0 -1 4202560 351 0 0 0 190 5 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800587860264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 14581 0 -1 4202560 315 0 0 0 187 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800586807464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=9624976 CPUtime=1.89 cores=1,3,5,7
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 14581 0 -1 4202560 294 0 0 0 186 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800585755176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=9624976 CPUtime=1.87 cores=1,3,5,7
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 14581 0 -1 4202560 372 0 0 0 183 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800584702376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 14581 0 -1 4202560 373 0 0 0 170 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800583650088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16046] ppid=16036 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 14581 0 -1 4202560 356 0 0 0 184 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800582597288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 14581 0 -1 4202560 299 0 0 0 169 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800436489256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 14581 0 -1 4202560 383 0 0 0 178 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800435436456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=9624976 CPUtime=15.7 cores=1,3,5,7
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 14581 0 -1 4202560 153 0 0 0 1566 4 0 0 20 0 19 0 254831950 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800423024872 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16050] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16050/stat : 16050 (java) S 16036 16038 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800421970936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16051] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16051/stat : 16051 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800420918536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16052] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16052/stat : 16052 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800419867024 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16053] ppid=16036 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16038/task/16053/stat : 16053 (java) S 16036 16038 14581 0 -1 4202560 1944 0 0 0 31 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800418814648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16054] ppid=16036 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/16038/task/16054/stat : 16054 (java) S 16036 16038 14581 0 -1 4202560 2229 0 0 0 29 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800417761848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16055] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16055/stat : 16055 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800416709752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 14581 0 -1 4202560 102 0 0 0 58 28 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800415657160 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831977 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800414602152 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.51 s]
/proc/loadavg: 2.01 2.04 2.01 3/213 16132
/proc/meminfo: memFree=28107436/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 11114 0 1 0 179915 88 0 0 20 0 19 0 254831946 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2406244 80626 2281 9 0 2396937 0
[pid=16038/tid=16040] ppid=16036 vsize=9624976 CPUtime=1762.98 cores=1,3,5,7
/proc/16038/task/16040/stat : 16040 (java) R 16036 16038 14581 0 -1 4202560 2762 0 1 0 176270 28 0 0 20 0 19 0 254831948 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800598798624 139800464660535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16041] ppid=16036 vsize=9624976 CPUtime=1.95 cores=1,3,5,7
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 14581 0 -1 4202560 351 0 0 0 190 5 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800587860264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 14581 0 -1 4202560 315 0 0 0 187 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800586807464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=9624976 CPUtime=1.89 cores=1,3,5,7
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 14581 0 -1 4202560 294 0 0 0 186 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800585755176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=9624976 CPUtime=1.87 cores=1,3,5,7
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 14581 0 -1 4202560 372 0 0 0 183 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800584702376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 14581 0 -1 4202560 373 0 0 0 170 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800583650088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16046] ppid=16036 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 14581 0 -1 4202560 356 0 0 0 184 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800582597288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 14581 0 -1 4202560 299 0 0 0 169 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800436489256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 14581 0 -1 4202560 383 0 0 0 178 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800435436456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=9624976 CPUtime=15.7 cores=1,3,5,7
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 14581 0 -1 4202560 153 0 0 0 1566 4 0 0 20 0 19 0 254831950 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800423024872 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16050] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16050/stat : 16050 (java) S 16036 16038 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800421970936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16051] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16051/stat : 16051 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800420918536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16052] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16052/stat : 16052 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800419867024 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16053] ppid=16036 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16038/task/16053/stat : 16053 (java) S 16036 16038 14581 0 -1 4202560 1944 0 0 0 31 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800418814648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16054] ppid=16036 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/16038/task/16054/stat : 16054 (java) S 16036 16038 14581 0 -1 4202560 2229 0 0 0 29 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800417761848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16055] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16055/stat : 16055 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800416709752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 14581 0 -1 4202560 102 0 0 0 58 29 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800415657160 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831977 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800414602152 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1787.51 s]
/proc/loadavg: 2.01 2.04 2.01 3/213 16132
/proc/meminfo: memFree=28107436/32873844 swapFree=7104/7104
[pid=16038] ppid=16036 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/16038/stat : 16038 (java) S 16036 16038 14581 0 -1 4202496 11114 0 1 0 179915 88 0 0 20 0 19 0 254831946 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 140736699031136 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16038/statm: 2406244 80626 2281 9 0 2396937 0
[pid=16038/tid=16040] ppid=16036 vsize=9624976 CPUtime=1762.98 cores=1,3,5,7
/proc/16038/task/16040/stat : 16040 (java) R 16036 16038 14581 0 -1 4202560 2762 0 1 0 176270 28 0 0 20 0 19 0 254831948 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800598798624 139800464660535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16041] ppid=16036 vsize=9624976 CPUtime=1.95 cores=1,3,5,7
/proc/16038/task/16041/stat : 16041 (java) S 16036 16038 14581 0 -1 4202560 351 0 0 0 190 5 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800587860264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16042] ppid=16036 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/16038/task/16042/stat : 16042 (java) S 16036 16038 14581 0 -1 4202560 315 0 0 0 187 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800586807464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16043] ppid=16036 vsize=9624976 CPUtime=1.89 cores=1,3,5,7
/proc/16038/task/16043/stat : 16043 (java) S 16036 16038 14581 0 -1 4202560 294 0 0 0 186 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800585755176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16044] ppid=16036 vsize=9624976 CPUtime=1.87 cores=1,3,5,7
/proc/16038/task/16044/stat : 16044 (java) S 16036 16038 14581 0 -1 4202560 372 0 0 0 183 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800584702376 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16045] ppid=16036 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/16038/task/16045/stat : 16045 (java) S 16036 16038 14581 0 -1 4202560 373 0 0 0 170 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800583650088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16046] ppid=16036 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/16038/task/16046/stat : 16046 (java) S 16036 16038 14581 0 -1 4202560 356 0 0 0 184 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800582597288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16047] ppid=16036 vsize=9624976 CPUtime=1.73 cores=1,3,5,7
/proc/16038/task/16047/stat : 16047 (java) S 16036 16038 14581 0 -1 4202560 299 0 0 0 169 4 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800436489256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16048] ppid=16036 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/16038/task/16048/stat : 16048 (java) S 16036 16038 14581 0 -1 4202560 383 0 0 0 178 3 0 0 20 0 19 0 254831949 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800435436456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16049] ppid=16036 vsize=9624976 CPUtime=15.7 cores=1,3,5,7
/proc/16038/task/16049/stat : 16049 (java) S 16036 16038 14581 0 -1 4202560 153 0 0 0 1566 4 0 0 20 0 19 0 254831950 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800423024872 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16050] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16050/stat : 16050 (java) S 16036 16038 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800421970936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16051] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16051/stat : 16051 (java) S 16036 16038 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254831951 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800420918536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16052] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16052/stat : 16052 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800419867024 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16038/tid=16053] ppid=16036 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16038/task/16053/stat : 16053 (java) S 16036 16038 14581 0 -1 4202560 1944 0 0 0 31 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800418814648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16038/tid=16054] ppid=16036 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/16038/task/16054/stat : 16054 (java) S 16036 16038 14581 0 -1 4202560 2229 0 0 0 29 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800417761848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16055] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16055/stat : 16055 (java) S 16036 16038 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800416709752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16038/tid=16056] ppid=16036 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/16038/task/16056/stat : 16056 (java) S 16036 16038 14581 0 -1 4202560 102 0 0 0 58 29 0 0 20 0 19 0 254831954 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800415657160 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16038/tid=16057] ppid=16036 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16038/task/16057/stat : 16057 (java) S 16036 16038 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254831977 9855975424 80626 33554432000 1073741824 1073778376 140736699040000 139800414602152 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1787.56
CPU time (s): 1800.03
CPU user time (s): 1799.15
CPU system time (s): 0.88
CPU usage (%): 100.697
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 1.06384
maximum resident set size= 330816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11150
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45134
involuntary context switches= 24139

runsolver used 6.41003 second user time and 16.1945 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 21:17:51
IDJOB=3688739
IDBENCH=48245
IDSOLVER=2269
FILE ID=node142/3688739-1337887071
RUNJOBID= node142-1337871882-14598
PBS_JOBID= 14620062
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688739-1337887071/watcher-3688739-1337887071 -o /tmp/evaluation-result-3688739-1337887071/solver-3688739-1337887071 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688739-1337887071.opb

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

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=1101134836

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28837000 kB
Buffers:          227800 kB
Cached:          2889372 kB
SwapCached:            0 kB
Active:           610976 kB
Inactive:        2654700 kB
Active(anon):     150184 kB
Inactive(anon):        0 kB
Active(file):     460792 kB
Inactive(file):  2654700 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        271144 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             629396 kB
SReclaimable:      71984 kB
SUnreclaim:       557412 kB
KernelStack:        1760 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node142 at 2012-05-24 21:47:40