Trace number 4081790

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 Res+CP PB16SAT (TO)-111 1800.69 895.069

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_1.opb
MD5SUM6a7c5d2366cf8704587c2ca2c97e69d0
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-111
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -111
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6318
Sum of products size (including duplicates)12636
Number of different products3159
Sum of products size6318

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4081790-1465255362.opb
0.10/0.12	c reading problem ... 
0.10/0.13	c  objective function found
0.69/0.48	c ... done. Wall clock time 0.364s.
0.69/0.48	c declared #vars     500
0.69/0.48	c internal #vars     3659
0.69/0.48	c #constraints  7318
0.69/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.69/0.49	c constraints type 
0.69/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3159
0.69/0.49	c org.sat4j.minisat.constraints.cnf.UnitClauses => 394
0.69/0.49	c org.sat4j.specs.Constr$1 => 558
0.69/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 48
0.69/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3159
0.69/0.49	c 7318 constraints processed.
0.69/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.69/0.49	c constraints type 
0.69/0.49	c org.sat4j.specs.Constr$1 => 558
0.69/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3159
0.69/0.49	c org.sat4j.pb.constraints.pb.UnitClausesPB => 394
0.69/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 48
0.69/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3159
0.69/0.49	c 7318 constraints processed.
0.69/0.49	c objective function length is 500 literals
1.00/0.54	c And the winner is solver0
1.88/0.99	c SATISFIABLE
1.88/0.99	c OPTIMIZING...
1.88/0.99	c Got one! Elapsed wall clock time (in seconds):0.869
1.88/0.99	o -96
2.36/1.17	c And the winner is solver1
2.99/1.49	c Got one! Elapsed wall clock time (in seconds):1.372
2.99/1.49	o -97
3.76/1.78	c And the winner is solver1
4.17/2.00	c Got one! Elapsed wall clock time (in seconds):1.875
4.17/2.00	o -100
5.00/2.33	c cleaning 2928 clauses out of 5856 with flag 6838/5856
5.00/2.38	c And the winner is solver1
5.24/2.50	c Got one! Elapsed wall clock time (in seconds):2.377
5.24/2.50	o -101
6.17/2.97	c And the winner is solver1
6.34/3.00	c Got one! Elapsed wall clock time (in seconds):2.878
6.34/3.00	o -102
6.54/3.11	c cleaning 4685 clauses out of 9370 with flag 2232/12298
7.65/3.60	c And the winner is solver1
7.67/4.00	c Got one! Elapsed wall clock time (in seconds):3.88
7.67/4.00	o -103
8.81/4.57	c cleaning 7566 clauses out of 15132 with flag 11190/22745
8.81/4.59	c And the winner is solver1
9.10/5.00	c Got one! Elapsed wall clock time (in seconds):4.881
9.10/5.00	o -104
10.27/5.52	c cleaning 6369 clauses out of 12740 with flag 11749/27919
11.47/6.15	c cleaning 6186 clauses out of 12371 with flag 26764/33919
12.88/6.85	c cleaning 6593 clauses out of 13185 with flag 43055/40919
14.82/7.74	c cleaning 7296 clauses out of 14592 with flag 62097/48919
16.64/8.61	c cleaning 8148 clauses out of 16297 with flag 82682/57920
18.76/9.67	c cleaning 9068 clauses out of 18148 with flag 105910/67919
21.39/10.92	c cleaning 10038 clauses out of 20080 with flag 132547/78919
24.96/12.65	c cleaning 11021 clauses out of 22042 with flag 162166/90919
25.56/12.90	c And the winner is solver1
25.59/13.09	c Got one! Elapsed wall clock time (in seconds):12.97
25.59/13.09	o -105
26.20/13.49	c cleaning 8113 clauses out of 16233 with flag 7609/96131
27.60/14.14	c cleaning 7059 clauses out of 14118 with flag 22654/102129
29.00/14.81	c cleaning 7029 clauses out of 14061 with flag 38400/109131
30.41/15.58	c cleaning 7515 clauses out of 15031 with flag 56436/117130
32.82/16.67	c cleaning 8258 clauses out of 16516 with flag 78045/126130
35.41/17.91	c cleaning 9129 clauses out of 18257 with flag 102012/136129
38.01/19.25	c cleaning 10062 clauses out of 20128 with flag 128911/147129
41.20/20.84	c cleaning 11033 clauses out of 22068 with flag 158826/159131
44.40/22.48	c cleaning 12015 clauses out of 24035 with flag 189577/172131
48.68/24.44	c cleaning 13007 clauses out of 26018 with flag 222879/186129
53.28/26.70	c cleaning 14003 clauses out of 28011 with flag 261629/201129
57.69/28.95	c cleaning 15004 clauses out of 30008 with flag 301827/217129
63.38/31.65	c cleaning 16003 clauses out of 32006 with flag 343766/234131
69.18/34.54	c cleaning 16999 clauses out of 34001 with flag 388089/252129
75.19/37.58	c cleaning 17998 clauses out of 36003 with flag 435094/271130
84.61/43.21	c cleaning 18998 clauses out of 38004 with flag 483419/291129
90.63/46.22	c cleaning 19998 clauses out of 40007 with flag 533178/312130
97.02/49.41	c cleaning 20999 clauses out of 42008 with flag 584042/334129
104.73/53.25	c cleaning 21999 clauses out of 44010 with flag 639689/357130
112.75/57.21	c cleaning 23000 clauses out of 46011 with flag 696523/381130
121.13/61.47	c cleaning 23998 clauses out of 48010 with flag 755372/406129
124.10/62.82	c And the winner is solver1
124.13/63.26	c Got one! Elapsed wall clock time (in seconds):63.135
124.13/63.26	o -106
126.01/64.25	c cleaning 17594 clauses out of 35189 with flag 11882/417306
127.81/65.16	c cleaning 11792 clauses out of 23596 with flag 26464/423307
129.82/66.12	c cleaning 9396 clauses out of 18804 with flag 43747/430307
131.41/66.99	c cleaning 8702 clauses out of 17407 with flag 63207/438306
133.40/67.98	c cleaning 8850 clauses out of 17706 with flag 84478/447307
135.89/69.12	c cleaning 9426 clauses out of 18859 with flag 107623/457310
138.50/70.44	c cleaning 10210 clauses out of 20430 with flag 133114/468307
142.06/72.13	c cleaning 11107 clauses out of 22219 with flag 161668/480306
145.67/73.90	c cleaning 12053 clauses out of 24114 with flag 192317/493308
149.47/75.83	c cleaning 13025 clauses out of 26059 with flag 225807/507306
154.08/78.11	c cleaning 14011 clauses out of 28034 with flag 261806/522306
159.47/80.73	c cleaning 15012 clauses out of 30024 with flag 300360/538307
164.63/83.30	c cleaning 15994 clauses out of 32011 with flag 341359/555306
170.02/86.08	c cleaning 17008 clauses out of 34018 with flag 385020/573307
176.82/89.46	c cleaning 18006 clauses out of 36011 with flag 433647/592308
184.62/93.27	c cleaning 18999 clauses out of 38003 with flag 484143/612306
193.22/97.50	c cleaning 20003 clauses out of 40005 with flag 536344/633307
200.23/100.92	c cleaning 20997 clauses out of 42001 with flag 588903/655306
207.83/104.71	c cleaning 21998 clauses out of 44004 with flag 645117/678306
209.03/105.39	c And the winner is solver1
209.26/105.76	c Got one! Elapsed wall clock time (in seconds):105.643
209.26/105.76	o -107
209.53/105.98	c cleaning 13948 clauses out of 27906 with flag 2207/684206
211.13/106.76	c cleaning 9974 clauses out of 19958 with flag 16283/690206
212.72/107.59	c cleaning 8486 clauses out of 16984 with flag 33139/697206
214.72/108.51	c cleaning 8246 clauses out of 16499 with flag 52813/705207
216.52/109.46	c cleaning 8623 clauses out of 17253 with flag 74052/714207
219.39/110.78	c cleaning 9312 clauses out of 18629 with flag 98427/724206
221.99/112.05	c cleaning 10155 clauses out of 20318 with flag 124729/735207
225.39/113.77	c cleaning 11081 clauses out of 22163 with flag 153674/747207
229.20/115.62	c cleaning 12040 clauses out of 24081 with flag 184711/760206
232.99/117.51	c cleaning 13015 clauses out of 26041 with flag 218320/774206
238.26/120.05	c cleaning 14010 clauses out of 28027 with flag 255045/789207
242.99/122.45	c cleaning 15005 clauses out of 30017 with flag 293607/805207
248.19/125.01	c cleaning 16003 clauses out of 32012 with flag 335555/822207
253.99/127.91	c cleaning 17000 clauses out of 34009 with flag 381096/840207
260.55/131.14	c cleaning 18002 clauses out of 36009 with flag 428029/859207
267.35/134.53	c cleaning 18998 clauses out of 38006 with flag 476709/879206
274.55/138.14	c cleaning 20002 clauses out of 40009 with flag 528073/900207
283.40/142.46	c And the winner is solver1
283.53/142.86	c Got one! Elapsed wall clock time (in seconds):142.736
283.53/142.86	o -108
285.80/144.09	c cleaning 23130 clauses out of 46268 with flag 11941/926468
288.00/145.13	c cleaning 14563 clauses out of 29138 with flag 26177/932468
289.80/146.07	c cleaning 10784 clauses out of 21575 with flag 43341/939468
292.00/147.13	c cleaning 9392 clauses out of 18791 with flag 62701/947468
294.00/148.14	c cleaning 9201 clauses out of 18402 with flag 84396/956471
296.20/149.29	c cleaning 9598 clauses out of 19199 with flag 108953/966469
300.94/152.02	c cleaning 10300 clauses out of 20600 with flag 137599/977468
303.74/153.45	c cleaning 11149 clauses out of 22300 with flag 168191/989468
307.15/155.15	c cleaning 12073 clauses out of 24152 with flag 200165/1002469
311.34/157.21	c cleaning 13034 clauses out of 26078 with flag 235820/1016468
315.13/159.19	c cleaning 14022 clauses out of 28044 with flag 273599/1031468
319.93/161.55	c cleaning 15007 clauses out of 30022 with flag 315310/1047468
325.61/164.32	c cleaning 16007 clauses out of 32015 with flag 357775/1064468
331.81/167.44	c cleaning 17003 clauses out of 34008 with flag 403040/1082468
338.41/170.75	c cleaning 18003 clauses out of 36006 with flag 451042/1101469
345.49/174.28	c cleaning 18994 clauses out of 38003 with flag 501328/1121469
353.70/178.35	c cleaning 20003 clauses out of 40009 with flag 551803/1142469
362.81/182.88	c cleaning 21003 clauses out of 42006 with flag 607036/1164469
371.60/187.22	c cleaning 21997 clauses out of 44003 with flag 665026/1187469
381.95/192.37	c cleaning 23001 clauses out of 46007 with flag 725586/1211470
393.56/198.12	c cleaning 24002 clauses out of 48004 with flag 789191/1236468
397.59/200.11	c cleaning 0 clauses out of 7711 with flag 0/7711
404.75/203.50	c cleaning 24998 clauses out of 50003 with flag 853040/1262469
419.35/210.78	c cleaning 26001 clauses out of 52006 with flag 920232/1289470
430.55/216.26	c cleaning 26996 clauses out of 54005 with flag 990116/1317470
443.55/222.76	c cleaning 28003 clauses out of 56008 with flag 1066397/1346469
461.92/231.80	c cleaning 29001 clauses out of 58005 with flag 1145064/1376469
484.19/242.88	c cleaning 29998 clauses out of 60003 with flag 1224683/1407468
493.25/247.26	c And the winner is solver1
493.40/247.36	c Got one! Elapsed wall clock time (in seconds):247.238
493.40/247.36	o -109
495.88/248.64	c cleaning 22715 clauses out of 45445 with flag 11745/1422908
499.46/250.40	c cleaning 14360 clauses out of 28731 with flag 26026/1428909
501.66/251.55	c cleaning 10686 clauses out of 21371 with flag 42401/1435909
503.66/252.51	c cleaning 9337 clauses out of 18685 with flag 60603/1443909
506.38/253.70	c cleaning 9166 clauses out of 18347 with flag 81697/1452908
508.78/254.91	c cleaning 9588 clauses out of 19181 with flag 104829/1462908
511.37/256.26	c cleaning 10295 clauses out of 20594 with flag 131275/1473909
514.37/257.70	c cleaning 11150 clauses out of 22300 with flag 159245/1485910
517.77/259.48	c cleaning 12070 clauses out of 24148 with flag 190697/1498908
521.77/261.49	c cleaning 13036 clauses out of 26078 with flag 225487/1512908
526.87/263.89	c cleaning 14014 clauses out of 28042 with flag 264118/1527908
532.07/266.40	c cleaning 15014 clauses out of 30028 with flag 303429/1543908
537.27/269.03	c cleaning 16001 clauses out of 32015 with flag 344909/1560909
544.59/272.53	c cleaning 17004 clauses out of 34013 with flag 388738/1578908
551.39/275.96	c cleaning 18005 clauses out of 36009 with flag 434398/1597908
559.32/279.73	c cleaning 18998 clauses out of 38004 with flag 482169/1617908
567.92/284.02	c cleaning 19996 clauses out of 40006 with flag 534316/1638908
575.47/287.60	c cleaning 21003 clauses out of 42010 with flag 586677/1660908
585.48/292.63	c cleaning 21999 clauses out of 44007 with flag 643769/1683908
591.42/295.49	c And the winner is solver1
591.62/295.95	c Got one! Elapsed wall clock time (in seconds):295.834
591.62/295.95	o -110
593.71/297.06	c cleaning 21629 clauses out of 43265 with flag 11602/1705165
595.69/298.06	c cleaning 13812 clauses out of 27635 with flag 25038/1711164
597.29/298.87	c cleaning 10409 clauses out of 20824 with flag 40977/1718165
599.09/299.75	c cleaning 9201 clauses out of 18415 with flag 59492/1726165
601.09/300.71	c cleaning 9100 clauses out of 18213 with flag 80476/1735164
603.09/301.79	c cleaning 9550 clauses out of 19114 with flag 103774/1745165
606.44/303.29	c cleaning 10279 clauses out of 20563 with flag 130335/1756164
609.65/304.84	c cleaning 11134 clauses out of 22284 with flag 160215/1768164
612.84/306.42	c cleaning 12072 clauses out of 24151 with flag 191955/1781165
616.44/308.24	c cleaning 13035 clauses out of 26080 with flag 225795/1795166
622.22/310.98	c cleaning 14022 clauses out of 28043 with flag 264139/1810164
628.02/313.87	c cleaning 15010 clauses out of 30022 with flag 305995/1826165
632.82/316.27	c cleaning 16006 clauses out of 32012 with flag 345980/1843165
638.98/319.15	c cleaning 17000 clauses out of 34006 with flag 388814/1861165
644.96/322.14	c cleaning 18002 clauses out of 36005 with flag 436356/1880164
653.30/326.14	c cleaning 19001 clauses out of 38005 with flag 487023/1900166
662.10/330.59	c cleaning 20001 clauses out of 40002 with flag 541822/1921164
670.86/334.73	c cleaning 20993 clauses out of 42001 with flag 594986/1943164
680.42/339.37	c cleaning 22002 clauses out of 44010 with flag 650771/1966166
691.43/344.86	c cleaning 22997 clauses out of 46006 with flag 710358/1990164
704.86/352.26	c cleaning 24004 clauses out of 48010 with flag 773188/2015165
715.13/357.39	c cleaning 25001 clauses out of 50006 with flag 836968/2041165
725.13/362.32	c cleaning 25998 clauses out of 52004 with flag 900621/2068164
737.02/368.26	c cleaning 27000 clauses out of 54006 with flag 969996/2096164
749.14/374.23	c cleaning 28004 clauses out of 56007 with flag 1041156/2125165
761.14/380.20	c cleaning 29000 clauses out of 58002 with flag 1115865/2155164
774.07/386.63	c cleaning 29998 clauses out of 60003 with flag 1191393/2186165
787.00/393.08	c And the winner is solver1
787.20/393.17	c Got one! Elapsed wall clock time (in seconds):393.051
787.20/393.17	o -111
790.45/394.85	c cleaning 32470 clauses out of 64953 with flag 11514/2221113
794.25/396.78	c cleaning 19237 clauses out of 38483 with flag 25745/2227113
797.41/398.22	c cleaning 13114 clauses out of 26244 with flag 42322/2234111
799.39/399.25	c cleaning 10563 clauses out of 21130 with flag 61785/2242111
801.59/400.36	c cleaning 9778 clauses out of 19567 with flag 83275/2251111
804.02/401.51	c cleaning 9891 clauses out of 19790 with flag 106549/2261112
806.42/402.75	c cleaning 10444 clauses out of 20898 with flag 133189/2272111
809.40/404.20	c cleaning 11220 clauses out of 22454 with flag 163161/2284111
813.36/406.10	c cleaning 12113 clauses out of 24234 with flag 196129/2297111
816.96/407.93	c cleaning 13059 clauses out of 26121 with flag 230266/2311111
821.56/410.21	c cleaning 14024 clauses out of 28063 with flag 266668/2326112
826.93/412.87	c cleaning 15018 clauses out of 30038 with flag 306896/2342111
832.13/415.41	c cleaning 16010 clauses out of 32020 with flag 347690/2359111
836.93/417.84	c cleaning 17005 clauses out of 34012 with flag 389890/2377113
842.73/420.60	c cleaning 18003 clauses out of 36006 with flag 436855/2396112
849.72/424.14	c cleaning 19002 clauses out of 38003 with flag 488273/2416112
857.34/427.97	c cleaning 19995 clauses out of 40000 with flag 541308/2437111
864.93/431.66	c cleaning 21001 clauses out of 42005 with flag 595349/2459111
872.13/435.28	c cleaning 21998 clauses out of 44005 with flag 651369/2482112
882.33/440.22	c cleaning 23001 clauses out of 46006 with flag 713654/2506111
891.33/444.71	c cleaning 24000 clauses out of 48005 with flag 775030/2531111
900.92/449.40	c cleaning 24997 clauses out of 50005 with flag 837621/2557111
913.39/455.54	c cleaning 26003 clauses out of 52008 with flag 906556/2584111
924.98/461.31	c cleaning 26999 clauses out of 54005 with flag 977941/2612111
939.22/468.38	c cleaning 28002 clauses out of 56007 with flag 1053421/2641112
950.69/473.96	c cleaning 28995 clauses out of 58005 with flag 1124879/2671112
961.28/479.22	c cleaning 30001 clauses out of 60011 with flag 1198408/2702113
977.57/487.23	c cleaning 30999 clauses out of 62008 with flag 1280274/2734111
990.44/493.51	c cleaning 32002 clauses out of 64011 with flag 1360392/2767113
1004.90/500.68	c cleaning 33000 clauses out of 66007 with flag 1442043/2801111
1032.34/514.28	c cleaning 34002 clauses out of 68008 with flag 1532495/2836112
1062.87/529.24	c cleaning 34999 clauses out of 70007 with flag 1623218/2872113
1084.68/540.09	c cleaning 36001 clauses out of 72008 with flag 1713825/2909113
1111.79/553.46	c cleaning 37003 clauses out of 74006 with flag 1811863/2947112
1140.77/567.61	c cleaning 38002 clauses out of 76004 with flag 1910548/2986113
1158.60/576.46	c cleaning 38998 clauses out of 78000 with flag 2007044/3026111
1178.44/586.23	c cleaning 40001 clauses out of 80003 with flag 2107436/3067112
1197.72/595.78	c cleaning 40999 clauses out of 82001 with flag 2207168/3109111
1232.85/613.08	c cleaning 41993 clauses out of 84002 with flag 2311109/3152111
1258.10/625.59	c cleaning 42998 clauses out of 86010 with flag 2421990/3196112
1289.86/641.13	c cleaning 44002 clauses out of 88012 with flag 2532699/3241112
1317.71/654.99	c cleaning 45002 clauses out of 90010 with flag 2645444/3287112
1353.67/672.68	c cleaning 45999 clauses out of 92008 with flag 2761363/3334112
1396.20/693.60	c cleaning 46999 clauses out of 94008 with flag 2878011/3382111
1434.17/712.37	c cleaning 48005 clauses out of 96010 with flag 3002411/3431112
1478.61/735.85	c cleaning 48998 clauses out of 98004 with flag 3127899/3481111
1524.79/758.86	c cleaning 50004 clauses out of 100008 with flag 3253017/3532113
1565.14/778.88	c cleaning 50996 clauses out of 102002 with flag 3385900/3584111
1607.55/799.96	c cleaning 52003 clauses out of 104006 with flag 3518057/3637111
1660.71/826.21	c cleaning 0 clauses out of 14459 with flag 0/14459
1672.13/831.92	c cleaning 53004 clauses out of 106007 with flag 3652097/3691115
1740.87/865.86	c cleaning 54000 clauses out of 108000 with flag 3789935/3746112
1799.33/894.60	c cleaning 55000 clauses out of 109999 with flag 3929293/3802111
1800.13/895.00	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.00	c starts		: 75088
1800.13/895.00	c conflicts		: 3802866
1800.13/895.00	c decisions		: 31917219
1800.13/895.00	c propagations		: 58785081
1800.13/895.00	c inspects		: 8549584114
1800.13/895.00	c shortcuts		: 0
1800.13/895.00	c learnt literals	: 0
1800.13/895.00	c learnt binary clauses	: 0
1800.13/895.00	c learnt ternary clauses	: 0
1800.13/895.00	c learnt constraints	: 3802866
1800.13/895.00	c ignored constraints	: 0
1800.13/895.00	c root simplifications	: 0
1800.13/895.00	c removed literals (reason simplification)	: 54587967
1800.13/895.00	c reason swapping (by a shorter reason)	: 0
1800.13/895.00	c Calls to reduceDB	: 193
1800.13/895.00	c Number of update (reduction) of LBD	: 98761
1800.13/895.00	c Imported unit clauses	: 0
1800.13/895.00	c number of reductions to clauses (during analyze)	: 0
1800.13/895.00	c number of learned constraints concerned by reduction	: 0
1800.13/895.00	c number of learning phase by resolution	: 0
1800.13/895.00	c number of learning phase by cutting planes	: 0
1800.13/895.00	c speed (assignments/second)	: 117141.42637945121
1800.13/895.00	c non guided choices	0
1800.13/895.02	c learnt constraints type 
1800.13/895.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55754
1800.13/895.02	c >>>>>>>>>> Solver number 1 (13 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.02	c starts		: 56
1800.13/895.02	c conflicts		: 15015
1800.13/895.02	c decisions		: 31097
1800.13/895.02	c propagations		: 297775
1800.13/895.02	c inspects		: 777601316
1800.13/895.02	c shortcuts		: 0
1800.13/895.02	c learnt literals	: 0
1800.13/895.02	c learnt binary clauses	: 0
1800.13/895.02	c learnt ternary clauses	: 0
1800.13/895.02	c learnt constraints	: 15014
1800.13/895.02	c ignored constraints	: 0
1800.13/895.02	c root simplifications	: 0
1800.13/895.02	c removed literals (reason simplification)	: 0
1800.13/895.02	c reason swapping (by a shorter reason)	: 0
1800.13/895.02	c Calls to reduceDB	: 2
1800.13/895.02	c Number of update (reduction) of LBD	: 0
1800.13/895.02	c Imported unit clauses	: 0
1800.13/895.02	c number of reductions to clauses (during analyze)	: 0
1800.13/895.02	c number of learned constraints concerned by reduction	: 0
1800.13/895.02	c number of learning phase by resolution	: 0
1800.13/895.02	c number of learning phase by cutting planes	: 0
1800.13/895.02	c speed (assignments/second)	: 333.07271393161705
1800.13/895.02	c non guided choices	0
1800.13/895.03	c learnt constraints type 
1800.13/895.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 810
1800.13/895.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14204
1800.13/895.03	s SATISFIABLE
1800.13/895.03	c Found 14 solution(s)
1800.13/895.03	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 
1800.13/895.03	c objective function=-111
1800.13/895.03	c Total wall clock time (in seconds): 894.911

Verifier Data

OK	-111

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-4081790-1465255362/watcher-4081790-1465255362 -o /tmp/evaluation-result-4081790-1465255362/solver-4081790-1465255362 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15534 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081790-1465255362.opb 

pid=15993
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.17 4.24 3.89 6/197 15996
/proc/meminfo: memFree=30393952/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 107469448 98570240 977 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 24065 977 743 9 0 16771 0
[pid=15996/tid=15997] ppid=15993 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) R 15993 15996 15518 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107469449 98570240 977 33554432000 1073741824 1073778376 140735072630032 140438321225256 214369650048 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 4.17 4.24 3.89 6/197 15996
/proc/meminfo: memFree=30393952/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 4448 0 1 0 9 1 0 0 20 0 18 0 107469448 9787879424 6069 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2389619 6069 2126 9 0 2380296 0
[pid=15996/tid=15997] ppid=15993 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) R 15993 15996 15518 0 -1 4202560 2416 0 1 0 7 0 0 0 20 0 18 0 107469449 9787879424 6069 33554432000 1073741824 1073778376 140735072630032 140438321228704 140438328382415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 4.17 4.24 3.89 6/197 15996
/proc/meminfo: memFree=30393952/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 4598 0 1 0 22 1 0 0 20 0 18 0 107469448 9787879424 7209 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2389619 7209 2195 9 0 2380296 0
[pid=15996/tid=15997] ppid=15993 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) R 15993 15996 15518 0 -1 4202560 2432 0 1 0 18 0 0 0 20 0 18 0 107469449 9787879424 7209 33554432000 1073741824 1073778376 140735072630032 140438321228704 140438193184336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300337 s]
/proc/loadavg: 4.17 4.24 3.89 6/197 15996
/proc/meminfo: memFree=30393952/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 6040 0 1 0 45 1 0 0 20 0 18 0 107469448 9787879424 8609 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2389619 9121 2225 9 0 2380296 0
[pid=15996/tid=15997] ppid=15993 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) R 15993 15996 15518 0 -1 4202560 2436 0 1 0 26 2 0 0 20 0 18 0 107469449 9787879424 9121 33554432000 1073741824 1073778376 140735072630032 140438321230152 140438193526111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700356 s]
/proc/loadavg: 4.17 4.24 3.89 6/197 15996
/proc/meminfo: memFree=30393952/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9826536 CPUtime=1.47 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 25802 0 1 0 140 7 0 0 20 0 19 0 107469448 10062372864 27768 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2456634 27768 2259 9 0 2447311 0
[pid=15996/tid=15997] ppid=15993 vsize=9826536 CPUtime=0.48 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) S 15993 15996 15518 0 -1 4202560 2476 0 1 0 46 2 0 0 20 0 19 0 107469449 10062372864 27768 33554432000 1073741824 1073778376 140735072630032 140438321230712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9826536

[startup+1.50079 s]
/proc/loadavg: 4.16 4.23 3.89 7/219 16021
/proc/meminfo: memFree=30243496/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 28136 0 1 0 290 10 0 0 20 0 21 0 107469448 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2456183 31627 2271 9 0 2446860 0
[pid=15996/tid=15997] ppid=15993 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) S 15993 15996 15518 0 -1 4202560 2476 0 1 0 46 2 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438321230712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=15999] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/15999/stat : 15999 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438165338664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16000] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16000/stat : 16000 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438164285864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16001] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16001/stat : 16001 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438163233064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16002] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16002/stat : 16002 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438162180264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16003] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16003/stat : 16003 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438161128488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16004] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16004/stat : 16004 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438160075688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16005] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16005/stat : 16005 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438159022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16006] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16006/stat : 16006 (java) S 15993 15996 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 107469449 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438157970088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16007] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16007/stat : 16007 (java) S 15993 15996 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 107469451 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438145559016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16008] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16008/stat : 16008 (java) S 15993 15996 15518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 107469451 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438144505080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16009] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16009/stat : 16009 (java) S 15993 15996 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 107469451 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438143452168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16010] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16010/stat : 16010 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469454 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438142400656 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16011] ppid=15993 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/15996/task/16011/stat : 16011 (java) R 15993 15996 15518 0 -1 4202560 12308 0 0 0 98 3 0 0 20 0 21 0 107469454 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438141348792 140438327224907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16012] ppid=15993 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/15996/task/16012/stat : 16012 (java) R 15993 15996 15518 0 -1 4202560 11993 0 0 0 100 3 0 0 20 0 21 0 107469454 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438140295832 140438325362243 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16013] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16013/stat : 16013 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469454 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438139243384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16014] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16014/stat : 16014 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 107469454 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438138190792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16021] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16021/stat : 16021 (java) S 15993 15996 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 107469549 10060525568 31627 33554432000 1073741824 1073778376 140735072630032 140438133880232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.16 4.23 3.89 13/219 16027
/proc/meminfo: memFree=29996340/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9824732 CPUtime=6.54 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 28789 0 1 0 632 22 0 0 20 0 22 0 107469448 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2456183 69991 2294 9 0 2446860 0
[pid=15996/tid=15997] ppid=15993 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) S 15993 15996 15518 0 -1 4202560 2476 0 1 0 47 2 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438321230712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=15999] ppid=15993 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15996/task/15999/stat : 15999 (java) S 15993 15996 15518 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438165338664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16000] ppid=15993 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15996/task/16000/stat : 16000 (java) S 15993 15996 15518 0 -1 4202560 50 0 0 0 2 1 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438164285864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16001] ppid=15993 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15996/task/16001/stat : 16001 (java) S 15993 15996 15518 0 -1 4202560 148 0 0 0 1 0 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438163233064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16002] ppid=15993 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15996/task/16002/stat : 16002 (java) S 15993 15996 15518 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438162180264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16003] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16003/stat : 16003 (java) S 15993 15996 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438161128488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16004] ppid=15993 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15996/task/16004/stat : 16004 (java) S 15993 15996 15518 0 -1 4202560 183 0 0 0 2 0 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438160075688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16005] ppid=15993 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15996/task/16005/stat : 16005 (java) S 15993 15996 15518 0 -1 4202560 48 0 0 0 1 0 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438159022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16006] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16006/stat : 16006 (java) S 15993 15996 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 107469449 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438157970088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16007] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16007/stat : 16007 (java) S 15993 15996 15518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438145559016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16008] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16008/stat : 16008 (java) S 15993 15996 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438144505080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16009] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16009/stat : 16009 (java) S 15993 15996 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438143452168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16010] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16010/stat : 16010 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438142400656 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16011] ppid=15993 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/15996/task/16011/stat : 16011 (java) R 15993 15996 15518 0 -1 4202560 12313 0 0 0 151 3 0 0 20 0 22 0 107469454 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438141348792 140438327684937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16012] ppid=15993 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/15996/task/16012/stat : 16012 (java) S 15993 15996 15518 0 -1 4202560 12001 0 0 0 144 3 0 0 20 0 22 0 107469454 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438140295992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16013] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16013/stat : 16013 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438139243384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16014] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16014/stat : 16014 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438138190792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16021] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16021/stat : 16021 (java) S 15993 15996 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107469549 10060525568 69991 33554432000 1073741824 1073778376 140735072630032 140438133880232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.14 4.23 3.89 5/219 16039
/proc/meminfo: memFree=29462848/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9824732 CPUtime=11.88 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 29225 0 1 0 1152 36 0 0 20 0 22 0 107469448 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2456183 119739 2295 9 0 2446860 0
[pid=15996/tid=15997] ppid=15993 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) S 15993 15996 15518 0 -1 4202560 2477 0 1 0 47 2 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438321230712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=15999] ppid=15993 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/15996/task/15999/stat : 15999 (java) S 15993 15996 15518 0 -1 4202560 97 0 0 0 9 4 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438165338664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16000] ppid=15993 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15996/task/16000/stat : 16000 (java) S 15993 15996 15518 0 -1 4202560 72 0 0 0 5 2 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438164285864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16001] ppid=15993 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15996/task/16001/stat : 16001 (java) S 15993 15996 15518 0 -1 4202560 172 0 0 0 2 2 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438163233064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16002] ppid=15993 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15996/task/16002/stat : 16002 (java) S 15993 15996 15518 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438162180264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16003] ppid=15993 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15996/task/16003/stat : 16003 (java) S 15993 15996 15518 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438161128488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16004] ppid=15993 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15996/task/16004/stat : 16004 (java) S 15993 15996 15518 0 -1 4202560 193 0 0 0 3 2 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438160075688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16005] ppid=15993 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15996/task/16005/stat : 16005 (java) S 15993 15996 15518 0 -1 4202560 86 0 0 0 4 2 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438159022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16006] ppid=15993 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15996/task/16006/stat : 16006 (java) S 15993 15996 15518 0 -1 4202560 56 0 0 0 5 3 0 0 20 0 22 0 107469449 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438157970088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16007] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16007/stat : 16007 (java) S 15993 15996 15518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438145559016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16008] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16008/stat : 16008 (java) S 15993 15996 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438144505080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16009] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16009/stat : 16009 (java) S 15993 15996 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438143452168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16010] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16010/stat : 16010 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438142400656 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16011] ppid=15993 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/15996/task/16011/stat : 16011 (java) S 15993 15996 15518 0 -1 4202560 12313 0 0 0 167 3 0 0 20 0 22 0 107469454 10060525568 119739 33554432000 1073741824 1073778376 140735072630032 140438141348792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16012] ppid=15993 vsize=9824732 CPUtime=1.69 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.19 4.22 4.09 5/219 16082
/proc/meminfo: memFree=24270300/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9824732 CPUtime=1652.87 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 45316 0 1 0 165009 278 0 0 20 0 22 0 107469448 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2456183 996833 2303 9 0 2446860 0
[pid=15996/tid=15997] ppid=15993 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) S 15993 15996 15518 0 -1 4202560 2495 0 1 0 50 3 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438321230712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=15999] ppid=15993 vsize=9824732 CPUtime=5.26 cores=0,2,4,6
/proc/15996/task/15999/stat : 15999 (java) R 15993 15996 15518 0 -1 4202560 1503 0 0 0 499 27 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438165338840 140438323789109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16000] ppid=15993 vsize=9824732 CPUtime=5.55 cores=0,2,4,6
/proc/15996/task/16000/stat : 16000 (java) R 15993 15996 15518 0 -1 4202560 2294 0 0 0 531 24 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438164286040 140438323701491 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16001] ppid=15993 vsize=9824732 CPUtime=5.7 cores=0,2,4,6
/proc/15996/task/16001/stat : 16001 (java) R 15993 15996 15518 0 -1 4202560 1400 0 0 0 542 28 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438163233240 140438328126380 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16002] ppid=15993 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/15996/task/16002/stat : 16002 (java) R 15993 15996 15518 0 -1 4202560 1636 0 0 0 505 24 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438162180440 140438323701491 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16003] ppid=15993 vsize=9824732 CPUtime=5.26 cores=0,2,4,6
/proc/15996/task/16003/stat : 16003 (java) R 15993 15996 15518 0 -1 4202560 1262 0 0 0 507 19 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438161128664 140438328129071 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16004] ppid=15993 vsize=9824732 CPUtime=5.6 cores=0,2,4,6
/proc/15996/task/16004/stat : 16004 (java) R 15993 15996 15518 0 -1 4202560 1552 0 0 0 536 24 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438160075568 140438323701491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16005] ppid=15993 vsize=9824732 CPUtime=5.48 cores=0,2,4,6
/proc/15996/task/16005/stat : 16005 (java) R 15993 15996 15518 0 -1 4202560 1300 0 0 0 524 24 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438159023064 140438323701491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16006] ppid=15993 vsize=9824732 CPUtime=5.71 cores=0,2,4,6
/proc/15996/task/16006/stat : 16006 (java) R 15993 15996 15518 0 -1 4202560 1088 0 0 0 547 24 0 0 20 0 22 0 107469449 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438157970264 140438325405871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16007] ppid=15993 vsize=9824732 CPUtime=8.27 cores=0,2,4,6
/proc/15996/task/16007/stat : 16007 (java) S 15993 15996 15518 0 -1 4202560 2827 0 0 0 819 8 0 0 20 0 22 0 107469451 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438145557896 214373020732 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16008] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16008/stat : 16008 (java) S 15993 15996 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438144505080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16009] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16009/stat : 16009 (java) S 15993 15996 15518 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438143452168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16010] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16010/stat : 16010 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438142400656 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16011] ppid=15993 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/15996/task/16011/stat : 16011 (java) S 15993 15996 15518 0 -1 4202560 12381 0 0 0 234 3 0 0 20 0 22 0 107469454 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438141348792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16012] ppid=15993 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/15996/task/16012/stat : 16012 (java) S 15993 15996 15518 0 -1 4202560 12011 0 0 0 176 3 0 0 20 0 22 0 107469454 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438140295992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16013] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16013/stat : 16013 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438139243384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16014] ppid=15993 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/15996/task/16014/stat : 16014 (java) S 15993 15996 15518 0 -1 4202560 47 0 0 0 18 16 0 0 20 0 22 0 107469454 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438138190792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16021] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16021/stat : 16021 (java) S 15993 15996 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107469549 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438133880232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16065] ppid=15993 vsize=9824732 CPUtime=420.11 cores=0,2,4,6
/proc/15996/task/16065/stat : 16065 (java) S 15993 15996 15518 0 -1 4202560 8 0 0 0 42005 6 0 0 20 0 22 0 107508766 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438135982584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16066] ppid=15993 vsize=9824732 CPUtime=420.1 cores=0,2,4,6
/proc/15996/task/16066/stat : 16066 (java) S 15993 15996 15518 0 -1 4202560 36 0 0 0 42004 6 0 0 20 0 22 0 107508766 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438137036504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16067] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16067/stat : 16067 (java) S 15993 15996 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107508766 10060525568 996833 33554432000 1073741824 1073778376 140735072630032 140438134933032 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1652.87
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.05 4.17 4.08 5/219 16083
/proc/meminfo: memFree=24302020/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9824732 CPUtime=1774.41 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 45355 0 1 0 177162 279 0 0 20 0 22 0 107469448 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2456183 996855 2303 9 0 2446860 0
[pid=15996/tid=15997] ppid=15993 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) S 15993 15996 15518 0 -1 4202560 2495 0 1 0 51 3 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438321230712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=15999] ppid=15993 vsize=9824732 CPUtime=5.63 cores=0,2,4,6
/proc/15996/task/15999/stat : 15999 (java) S 15993 15996 15518 0 -1 4202560 1503 0 0 0 536 27 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438165338664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16000] ppid=15993 vsize=9824732 CPUtime=6.02 cores=0,2,4,6
/proc/15996/task/16000/stat : 16000 (java) S 15993 15996 15518 0 -1 4202560 2294 0 0 0 578 24 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438164285864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16001] ppid=15993 vsize=9824732 CPUtime=6.03 cores=0,2,4,6
/proc/15996/task/16001/stat : 16001 (java) S 15993 15996 15518 0 -1 4202560 1400 0 0 0 575 28 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438163233064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16002] ppid=15993 vsize=9824732 CPUtime=5.56 cores=0,2,4,6
/proc/15996/task/16002/stat : 16002 (java) S 15993 15996 15518 0 -1 4202560 1636 0 0 0 532 24 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438162180264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16003] ppid=15993 vsize=9824732 CPUtime=5.73 cores=0,2,4,6
/proc/15996/task/16003/stat : 16003 (java) S 15993 15996 15518 0 -1 4202560 1262 0 0 0 554 19 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438161128488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16004] ppid=15993 vsize=9824732 CPUtime=6.01 cores=0,2,4,6
/proc/15996/task/16004/stat : 16004 (java) S 15993 15996 15518 0 -1 4202560 1552 0 0 0 577 24 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438160075688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16005] ppid=15993 vsize=9824732 CPUtime=5.9 cores=0,2,4,6
/proc/15996/task/16005/stat : 16005 (java) S 15993 15996 15518 0 -1 4202560 1300 0 0 0 565 25 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438159022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16006] ppid=15993 vsize=9824732 CPUtime=6.08 cores=0,2,4,6
/proc/15996/task/16006/stat : 16006 (java) S 15993 15996 15518 0 -1 4202560 1088 0 0 0 584 24 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438157970088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16007] ppid=15993 vsize=9824732 CPUtime=8.28 cores=0,2,4,6
/proc/15996/task/16007/stat : 16007 (java) S 15993 15996 15518 0 -1 4202560 2852 0 0 0 819 9 0 0 20 0 22 0 107469451 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438145559016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16008] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16008/stat : 16008 (java) S 15993 15996 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438144505080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16009] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16009/stat : 16009 (java) S 15993 15996 15518 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438143452168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16010] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16010/stat : 16010 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438142400656 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16011] ppid=15993 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/15996/task/16011/stat : 16011 (java) S 15993 15996 15518 0 -1 4202560 12384 0 0 0 238 3 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438141348792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16012] ppid=15993 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/15996/task/16012/stat : 16012 (java) S 15993 15996 15518 0 -1 4202560 12011 0 0 0 176 3 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438140295992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16013] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16013/stat : 16013 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438139243384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16014] ppid=15993 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/15996/task/16014/stat : 16014 (java) S 15993 15996 15518 0 -1 4202560 51 0 0 0 20 17 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438138190792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16021] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16021/stat : 16021 (java) S 15993 15996 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107469549 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438133880232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16065] ppid=15993 vsize=9824732 CPUtime=479.3 cores=0,2,4,6
/proc/15996/task/16065/stat : 16065 (java) R 15993 15996 15518 0 -1 4202560 10 0 0 0 47923 7 0 0 20 0 22 0 107508766 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438135982496 140438193702581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16066] ppid=15993 vsize=9824732 CPUtime=479.3 cores=0,2,4,6
/proc/15996/task/16066/stat : 16066 (java) R 15993 15996 15518 0 -1 4202560 41 0 0 0 47923 7 0 0 20 0 22 0 107508766 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438137036848 140438194200329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16067] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16067/stat : 16067 (java) S 15993 15996 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107508766 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438134933032 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.41
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.13 4.18 4.09 6/219 16083
/proc/meminfo: memFree=24313440/32872528 swapFree=15784/1434320
[pid=15996] ppid=15993 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/15996/stat : 15996 (java) S 15993 15996 15518 0 -1 4202496 45356 0 1 0 179734 279 0 0 20 0 22 0 107469448 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140735072621168 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15996/statm: 2456183 996855 2303 9 0 2446860 0
[pid=15996/tid=15997] ppid=15993 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/15996/task/15997/stat : 15997 (java) S 15993 15996 15518 0 -1 4202560 2496 0 1 0 51 3 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438321230712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=15999] ppid=15993 vsize=9824732 CPUtime=5.66 cores=0,2,4,6
/proc/15996/task/15999/stat : 15999 (java) S 15993 15996 15518 0 -1 4202560 1503 0 0 0 539 27 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438165338664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16000] ppid=15993 vsize=9824732 CPUtime=6.08 cores=0,2,4,6
/proc/15996/task/16000/stat : 16000 (java) S 15993 15996 15518 0 -1 4202560 2294 0 0 0 584 24 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438164285864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16001] ppid=15993 vsize=9824732 CPUtime=6.07 cores=0,2,4,6
/proc/15996/task/16001/stat : 16001 (java) S 15993 15996 15518 0 -1 4202560 1400 0 0 0 579 28 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438163233064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16002] ppid=15993 vsize=9824732 CPUtime=5.68 cores=0,2,4,6
/proc/15996/task/16002/stat : 16002 (java) S 15993 15996 15518 0 -1 4202560 1636 0 0 0 544 24 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438162180264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16003] ppid=15993 vsize=9824732 CPUtime=5.89 cores=0,2,4,6
/proc/15996/task/16003/stat : 16003 (java) S 15993 15996 15518 0 -1 4202560 1262 0 0 0 570 19 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438161128488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15996/tid=16004] ppid=15993 vsize=9824732 CPUtime=6.16 cores=0,2,4,6
/proc/15996/task/16004/stat : 16004 (java) S 15993 15996 15518 0 -1 4202560 1552 0 0 0 592 24 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438160075688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16005] ppid=15993 vsize=9824732 CPUtime=5.94 cores=0,2,4,6
/proc/15996/task/16005/stat : 16005 (java) S 15993 15996 15518 0 -1 4202560 1300 0 0 0 569 25 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438159022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16006] ppid=15993 vsize=9824732 CPUtime=6.17 cores=0,2,4,6
/proc/15996/task/16006/stat : 16006 (java) S 15993 15996 15518 0 -1 4202560 1088 0 0 0 593 24 0 0 20 0 22 0 107469449 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438157970088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16007] ppid=15993 vsize=9824732 CPUtime=8.28 cores=0,2,4,6
/proc/15996/task/16007/stat : 16007 (java) S 15993 15996 15518 0 -1 4202560 2852 0 0 0 819 9 0 0 20 0 22 0 107469451 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438145559016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16008] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16008/stat : 16008 (java) S 15993 15996 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438144505080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16009] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16009/stat : 16009 (java) S 15993 15996 15518 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 107469451 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438143452168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16010] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16010/stat : 16010 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438142400656 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16011] ppid=15993 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/15996/task/16011/stat : 16011 (java) S 15993 15996 15518 0 -1 4202560 12384 0 0 0 238 3 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438141348792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16012] ppid=15993 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/15996/task/16012/stat : 16012 (java) S 15993 15996 15518 0 -1 4202560 12011 0 0 0 176 3 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438140295992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16013] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16013/stat : 16013 (java) S 15993 15996 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438139243384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16014] ppid=15993 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/15996/task/16014/stat : 16014 (java) S 15993 15996 15518 0 -1 4202560 51 0 0 0 21 17 0 0 20 0 22 0 107469454 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438138190792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16021] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16021/stat : 16021 (java) S 15993 15996 15518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107469549 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438133880232 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15996/tid=16065] ppid=15993 vsize=9824732 CPUtime=491.82 cores=0,2,4,6
/proc/15996/task/16065/stat : 16065 (java) R 15993 15996 15518 0 -1 4202560 10 0 0 0 49175 7 0 0 20 0 22 0 107508766 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438135983280 140438193702581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15996/tid=16066] ppid=15993 vsize=9824732 CPUtime=491.82 cores=0,2,4,6
/proc/15996/task/16066/stat : 16066 (java) R 15993 15996 15518 0 -1 4202560 41 0 0 0 49175 7 0 0 20 0 22 0 107508766 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438137035808 140438194200346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15996/tid=16067] ppid=15993 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15996/task/16067/stat : 16067 (java) S 15993 15996 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107508766 10060525568 996855 33554432000 1073741824 1073778376 140735072630032 140438134933032 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

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 15996 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.069
CPU time (s): 1800.69
CPU user time (s): 1797.49
CPU system time (s): 3.20051
CPU usage (%): 201.179
Max. virtual memory (cumulated for all children) (KiB): 9826536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.49
system time used= 3.20051
maximum resident set size= 4009564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45392
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24665
involuntary context switches= 31897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.08007 second user time and 7.16591 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 01:22:42
IDJOB=4081790
IDBENCH=48176
IDSOLVER=2543
FILE ID=node130/4081790-1465255362
RUNJOBID= node130-1465253566-15534
PBS_JOBID= 19843263
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081790-1465255362/watcher-4081790-1465255362 -o /tmp/evaluation-result-4081790-1465255362/solver-4081790-1465255362 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15534 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081790-1465255362.opb

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

MD5SUM BENCH= 6a7c5d2366cf8704587c2ca2c97e69d0
RANDOM SEED=1625554720

node130.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.261
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.52
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.261
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.261
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.55
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.261
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.61
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.261
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.261
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.261
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.55
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.261
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:        30395008 kB
Buffers:           49576 kB
Cached:           112104 kB
SwapCached:         1748 kB
Active:           237708 kB
Inactive:          97452 kB
Active(anon):     174812 kB
Inactive(anon):     1200 kB
Active(file):      62896 kB
Inactive(file):    96252 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098356 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:       1529308 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             569160 kB
SReclaimable:      12416 kB
SUnreclaim:       556744 kB
KernelStack:        1576 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2126520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1484800 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= 71748 MiB
End job on node130 at 2016-06-07 01:37:37