Trace number 4119433

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)-150 1800.03 898.867

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament32.opb
MD5SUM2c087d749e90bc6bd30965d7d10eb2ac
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-153
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 1286
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 1378
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1378
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)960
Sum of products size (including duplicates)1920
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4119433-1467255779.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.21/0.27	c ... done. Wall clock time 0.151s.
0.21/0.27	c declared #vars     496
0.21/0.27	c internal #vars     1456
0.21/0.27	c #constraints  1920
0.21/0.28	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.28	c constraints type 
0.21/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 960
0.21/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
0.21/0.28	c 1920 constraints processed.
0.21/0.28	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.28	c constraints type 
0.21/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 960
0.21/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
0.21/0.28	c 1920 constraints processed.
0.21/0.28	c objective function length is 1286 literals
0.45/0.30	c And the winner is solver0
0.49/0.78	c SATISFIABLE
0.49/0.78	c OPTIMIZING...
0.49/0.78	c Got one! Elapsed wall clock time (in seconds):0.656
0.49/0.78	o -122
0.54/0.82	c And the winner is solver0
1.07/1.29	c Got one! Elapsed wall clock time (in seconds):1.168
1.07/1.29	o -123
3.16/2.12	c cleaning 2501 clauses out of 5005 with flag 10003/5005
3.16/2.13	c And the winner is solver0
3.28/2.30	c Got one! Elapsed wall clock time (in seconds):2.176
3.28/2.30	o -124
5.08/3.06	c cleaning 3781 clauses out of 7567 with flag 10004/10068
6.90/3.96	c cleaning 4888 clauses out of 9785 with flag 22012/16067
9.11/5.05	c cleaning 5942 clauses out of 11897 with flag 36013/23067
11.83/6.39	c cleaning 6971 clauses out of 13955 with flag 52023/31067
12.23/6.59	c And the winner is solver1
12.41/6.80	c Got one! Elapsed wall clock time (in seconds):6.681
12.41/6.80	o -126
13.65/7.45	c cleaning 6176 clauses out of 12363 with flag 8467/36446
15.72/8.44	c cleaning 6086 clauses out of 12188 with flag 21107/42447
17.94/9.58	c cleaning 6545 clauses out of 13101 with flag 35920/49446
20.61/10.89	c cleaning 7275 clauses out of 14556 with flag 52782/57446
23.61/12.37	c cleaning 8141 clauses out of 16281 with flag 71779/66446
26.81/13.95	c cleaning 9065 clauses out of 18140 with flag 92885/76446
30.53/15.75	c cleaning 10037 clauses out of 20076 with flag 116179/87447
34.15/17.52	c And the winner is solver1
34.15/17.81	c Got one! Elapsed wall clock time (in seconds):17.686
34.15/17.81	o -131
35.81/18.70	c cleaning 13257 clauses out of 26514 with flag 10555/103922
37.81/19.62	c cleaning 9627 clauses out of 19258 with flag 23214/109923
39.81/20.65	c cleaning 8310 clauses out of 16630 with flag 37965/116922
42.01/21.77	c cleaning 8156 clauses out of 16321 with flag 54829/124923
44.61/23.04	c cleaning 8580 clauses out of 17165 with flag 73799/133923
47.56/24.49	c cleaning 9290 clauses out of 18585 with flag 94874/143923
51.34/26.29	c cleaning 10147 clauses out of 20294 with flag 118055/154922
55.14/28.17	c cleaning 11073 clauses out of 22148 with flag 143514/166923
57.95/29.56	c And the winner is solver1
58.03/29.83	c Got one! Elapsed wall clock time (in seconds):29.712
58.03/29.83	o -133
59.36/30.58	c cleaning 12460 clauses out of 24928 with flag 10501/180776
61.54/31.55	c cleaning 9227 clauses out of 18468 with flag 23122/186776
63.54/32.52	c cleaning 8116 clauses out of 16242 with flag 37883/193777
65.74/33.67	c cleaning 8057 clauses out of 16125 with flag 54758/201776
68.34/34.95	c cleaning 8532 clauses out of 17068 with flag 73775/210776
71.54/36.52	c cleaning 9267 clauses out of 18537 with flag 94816/220777
74.95/38.22	c cleaning 10132 clauses out of 20270 with flag 117907/231777
76.60/39.08	c And the winner is solver1
76.74/39.34	c Got one! Elapsed wall clock time (in seconds):39.218
76.74/39.34	o -134
78.05/40.05	c cleaning 10258 clauses out of 20526 with flag 10679/242165
79.66/40.88	c cleaning 8134 clauses out of 16268 with flag 23308/248165
81.66/41.85	c cleaning 7560 clauses out of 15134 with flag 38040/255165
84.55/43.11	c cleaning 7788 clauses out of 15575 with flag 54856/263166
86.15/43.93	c And the winner is solver1
86.22/44.37	c Got one! Elapsed wall clock time (in seconds):44.243
86.22/44.37	o -135
87.48/45.05	c cleaning 9267 clauses out of 18545 with flag 10669/273924
89.20/45.89	c cleaning 7632 clauses out of 15278 with flag 23295/279924
91.20/46.85	c cleaning 7320 clauses out of 14646 with flag 38025/286924
93.40/47.93	c cleaning 7661 clauses out of 15328 with flag 54894/294926
95.80/49.16	c cleaning 8329 clauses out of 16665 with flag 73809/303924
98.83/50.68	c cleaning 9165 clauses out of 18337 with flag 94853/313925
102.93/52.51	c cleaning 10083 clauses out of 20172 with flag 118074/324925
106.52/54.31	c cleaning 11042 clauses out of 22090 with flag 143420/336926
110.52/56.39	c cleaning 12019 clauses out of 24046 with flag 170874/349924
115.12/58.64	c cleaning 13011 clauses out of 26027 with flag 200646/363924
120.12/61.18	c cleaning 14007 clauses out of 28017 with flag 232349/378925
125.92/64.01	c cleaning 14999 clauses out of 30009 with flag 266144/394924
132.91/67.55	c cleaning 16002 clauses out of 32011 with flag 302202/411925
142.05/72.30	c cleaning 17004 clauses out of 34008 with flag 340387/429924
149.45/76.06	c cleaning 18001 clauses out of 36004 with flag 380670/448924
151.65/77.13	c And the winner is solver1
151.65/77.58	c Got one! Elapsed wall clock time (in seconds):77.461
151.65/77.58	o -136
153.09/78.35	c cleaning 14654 clauses out of 29315 with flag 10531/460236
154.69/79.18	c cleaning 10324 clauses out of 20660 with flag 23164/466235
156.69/80.13	c cleaning 8662 clauses out of 17336 with flag 37896/473235
158.89/81.21	c cleaning 8335 clauses out of 16675 with flag 54978/481236
161.29/82.46	c cleaning 8666 clauses out of 17340 with flag 74052/490236
164.29/83.90	c cleaning 9336 clauses out of 18673 with flag 95446/500235
167.29/85.49	c cleaning 10169 clauses out of 20338 with flag 118964/511236
171.49/87.46	c cleaning 11081 clauses out of 22169 with flag 144387/523236
176.09/89.71	c cleaning 12039 clauses out of 24087 with flag 171854/536235
180.89/92.12	c cleaning 13025 clauses out of 26049 with flag 201524/550236
186.48/94.90	c cleaning 14012 clauses out of 28023 with flag 233175/565235
192.08/97.70	c cleaning 15003 clauses out of 30011 with flag 267064/581235
198.08/100.71	c And the winner is solver1
198.08/101.09	c Got one! Elapsed wall clock time (in seconds):100.969
198.08/101.09	o -140
199.57/101.84	c cleaning 17876 clauses out of 35765 with flag 10508/601992
201.18/102.68	c cleaning 11942 clauses out of 23890 with flag 23146/607993
203.38/103.70	c cleaning 9472 clauses out of 18947 with flag 37886/614992
205.78/104.93	c cleaning 8732 clauses out of 17475 with flag 54728/622992
209.11/106.46	c cleaning 8868 clauses out of 17744 with flag 73686/631993
212.13/107.96	c cleaning 9435 clauses out of 18876 with flag 94771/641993
215.54/109.66	c cleaning 10216 clauses out of 20441 with flag 117966/652993
219.34/111.55	c cleaning 11110 clauses out of 22224 with flag 143272/664992
223.54/113.68	c cleaning 12054 clauses out of 24114 with flag 170735/677992
228.13/115.95	c cleaning 13028 clauses out of 26061 with flag 200379/691993
233.33/118.50	c cleaning 14012 clauses out of 28033 with flag 231962/706993
238.55/121.16	c cleaning 15010 clauses out of 30020 with flag 266095/722992
244.13/123.96	c cleaning 16004 clauses out of 32012 with flag 302429/739994
251.84/128.17	c cleaning 16999 clauses out of 34006 with flag 340682/757992
257.86/131.12	c And the winner is solver1
257.86/131.32	c Got one! Elapsed wall clock time (in seconds):131.202
257.86/131.32	o -141
259.40/132.18	c cleaning 19487 clauses out of 38982 with flag 10466/779967
261.40/133.11	c cleaning 12743 clauses out of 25495 with flag 23110/785967
263.39/134.11	c cleaning 9873 clauses out of 19752 with flag 37826/792967
265.59/135.24	c cleaning 8935 clauses out of 17880 with flag 54706/800968
268.39/136.66	c cleaning 8964 clauses out of 17944 with flag 73677/809967
271.79/138.34	c cleaning 9487 clauses out of 18980 with flag 94727/819967
275.39/140.17	c cleaning 10243 clauses out of 20494 with flag 117919/830968
280.08/142.44	c cleaning 11120 clauses out of 22250 with flag 143258/842967
285.08/144.96	c cleaning 12062 clauses out of 24130 with flag 170842/855967
290.49/147.69	c cleaning 13031 clauses out of 26069 with flag 200541/869968
296.64/150.69	c cleaning 14012 clauses out of 28039 with flag 232405/884969
303.45/154.09	c cleaning 15012 clauses out of 30025 with flag 266266/900967
310.03/157.33	c cleaning 16002 clauses out of 32013 with flag 302267/917967
317.21/160.90	c cleaning 17000 clauses out of 34012 with flag 340579/935968
324.42/164.59	c cleaning 18006 clauses out of 36011 with flag 380947/954967
332.87/168.69	c cleaning 19000 clauses out of 38006 with flag 423417/974968
341.86/173.12	c cleaning 20002 clauses out of 40007 with flag 467856/995969
351.06/177.77	c cleaning 20995 clauses out of 42003 with flag 514407/1017967
362.53/183.95	c And the winner is solver1
362.53/184.28	c Got one! Elapsed wall clock time (in seconds):184.16
362.53/184.28	o -142
364.15/185.13	c cleaning 23719 clauses out of 47443 with flag 10501/1044402
365.97/186.05	c cleaning 14856 clauses out of 29725 with flag 23153/1050403
368.17/187.14	c cleaning 10929 clauses out of 21869 with flag 38008/1057403
370.55/188.35	c cleaning 9465 clauses out of 18939 with flag 54925/1065402
373.15/189.70	c cleaning 9232 clauses out of 18474 with flag 73944/1074402
376.35/191.21	c cleaning 9619 clauses out of 19242 with flag 95066/1084402
379.55/192.89	c cleaning 10307 clauses out of 20623 with flag 118292/1095402
383.36/194.73	c cleaning 11159 clauses out of 22317 with flag 143577/1107403
387.35/196.76	c cleaning 12074 clauses out of 24158 with flag 171059/1120403
391.75/198.94	c cleaning 13038 clauses out of 26084 with flag 200682/1134403
396.57/201.39	c cleaning 14021 clauses out of 28045 with flag 232468/1149402
402.35/204.26	c cleaning 15010 clauses out of 30024 with flag 266167/1165402
408.69/207.38	c cleaning 16002 clauses out of 32016 with flag 301994/1182404
415.29/210.67	c cleaning 17006 clauses out of 34012 with flag 340123/1200402
422.49/214.29	c cleaning 18004 clauses out of 36007 with flag 380214/1219403
430.28/218.17	c cleaning 18999 clauses out of 38004 with flag 422366/1239404
439.88/222.96	c cleaning 20002 clauses out of 40003 with flag 466560/1260402
450.52/228.13	c cleaning 21002 clauses out of 42003 with flag 512969/1282404
461.72/233.75	c cleaning 21995 clauses out of 43999 with flag 561435/1305402
472.32/239.04	c cleaning 22998 clauses out of 46004 with flag 611978/1329402
482.32/244.03	c cleaning 24004 clauses out of 48007 with flag 664718/1354403
492.88/249.11	c cleaning 25001 clauses out of 50002 with flag 719470/1380402
503.09/254.28	c cleaning 25997 clauses out of 52002 with flag 776514/1407403
513.78/259.54	c cleaning 27001 clauses out of 54004 with flag 835756/1435402
526.87/265.81	c cleaning 28002 clauses out of 56003 with flag 897370/1464402
538.88/271.86	c cleaning 29001 clauses out of 58001 with flag 960777/1494402
554.07/279.46	c cleaning 29999 clauses out of 60002 with flag 1026168/1525404
570.47/288.69	c cleaning 30996 clauses out of 62002 with flag 1094157/1557403
579.06/292.98	c And the winner is solver1
579.06/293.04	c Got one! Elapsed wall clock time (in seconds):292.912
579.06/293.04	o -143
580.78/293.95	c cleaning 28424 clauses out of 56858 with flag 10500/1583255
582.79/294.98	c cleaning 17213 clauses out of 34434 with flag 23167/1589255
584.99/296.03	c cleaning 12106 clauses out of 24221 with flag 37898/1596255
587.44/297.27	c cleaning 10054 clauses out of 20115 with flag 54778/1604255
590.24/298.65	c cleaning 9522 clauses out of 19060 with flag 73808/1613254
593.44/300.20	c cleaning 9765 clauses out of 19539 with flag 94962/1623255
596.84/301.92	c cleaning 10383 clauses out of 20774 with flag 118209/1634255
601.05/304.02	c cleaning 11190 clauses out of 22390 with flag 143515/1646254
605.44/306.22	c cleaning 12099 clauses out of 24200 with flag 170845/1659254
610.24/308.60	c cleaning 13051 clauses out of 26102 with flag 200376/1673255
616.15/311.50	c cleaning 14021 clauses out of 28050 with flag 231961/1688254
622.36/314.70	c cleaning 15013 clauses out of 30029 with flag 265610/1704254
629.94/318.45	c cleaning 16009 clauses out of 32017 with flag 301406/1721255
638.14/322.51	c cleaning 17002 clauses out of 34008 with flag 339307/1739255
647.51/327.18	c cleaning 18000 clauses out of 36005 with flag 379275/1758254
658.11/332.49	c cleaning 18999 clauses out of 38005 with flag 421461/1778254
658.71/332.71	c And the winner is solver1
658.71/333.05	c Got one! Elapsed wall clock time (in seconds):332.925
658.71/333.05	o -148
659.99/333.70	c cleaning 12001 clauses out of 24009 with flag 8412/1783257
662.18/334.75	c cleaning 9002 clauses out of 18009 with flag 21057/1789258
664.38/335.80	c cleaning 7996 clauses out of 16007 with flag 35810/1796258
666.78/337.07	c cleaning 8000 clauses out of 16011 with flag 52734/1804258
669.38/338.37	c cleaning 8500 clauses out of 17011 with flag 71833/1813258
672.38/339.82	c cleaning 9251 clauses out of 18510 with flag 93152/1823257
675.58/341.44	c cleaning 10130 clauses out of 20261 with flag 116570/1834259
679.39/343.31	c cleaning 11062 clauses out of 22130 with flag 142046/1846258
683.79/345.58	c cleaning 12032 clauses out of 24068 with flag 169594/1859258
689.43/348.25	c cleaning 13013 clauses out of 26035 with flag 199133/1873257
695.05/351.09	c cleaning 14008 clauses out of 28022 with flag 230820/1888257
701.83/354.42	c cleaning 15006 clauses out of 30015 with flag 264480/1904258
708.24/357.65	c cleaning 16001 clauses out of 32009 with flag 300280/1921258
716.33/361.52	c cleaning 17000 clauses out of 34007 with flag 338245/1939257
725.72/366.25	c cleaning 17999 clauses out of 36007 with flag 378498/1958257
735.72/371.24	c cleaning 19004 clauses out of 38011 with flag 420891/1978260
746.46/376.43	c cleaning 19998 clauses out of 40004 with flag 465216/1999257
758.26/382.37	c cleaning 21000 clauses out of 42006 with flag 511769/2021257
771.62/388.84	c cleaning 21999 clauses out of 44007 with flag 560268/2044258
784.42/395.28	c cleaning 23002 clauses out of 46007 with flag 610853/2068257
799.47/402.55	c cleaning 24002 clauses out of 48006 with flag 663493/2093258
812.61/408.83	c cleaning 25002 clauses out of 50003 with flag 718314/2119257
824.80/414.92	c cleaning 26001 clauses out of 52001 with flag 775311/2146257
839.35/421.93	c cleaning 26998 clauses out of 54000 with flag 834518/2174257
853.76/429.11	c cleaning 27997 clauses out of 56003 with flag 895824/2203258
870.36/437.10	c cleaning 29002 clauses out of 58005 with flag 959127/2233257
891.41/447.37	c cleaning 29999 clauses out of 60003 with flag 1024423/2264257
915.26/458.66	c cleaning 30998 clauses out of 62005 with flag 1091959/2296258
930.64/466.05	c And the winner is solver1
930.64/466.12	c Got one! Elapsed wall clock time (in seconds):465.997
930.64/466.12	o -150
932.59/467.18	c cleaning 29229 clauses out of 58466 with flag 10544/2323717
935.84/468.52	c cleaning 17613 clauses out of 35236 with flag 23168/2329716
938.04/469.65	c cleaning 12306 clauses out of 24625 with flag 37918/2336718
940.66/470.91	c cleaning 10155 clauses out of 20317 with flag 54832/2344716
943.44/472.32	c cleaning 9578 clauses out of 19163 with flag 73797/2353717
949.98/476.60	c cleaning 9786 clauses out of 19584 with flag 94906/2363716
953.38/478.34	c cleaning 10398 clauses out of 20799 with flag 118134/2374717
956.98/480.19	c cleaning 11197 clauses out of 22400 with flag 143500/2386716
961.46/482.34	c cleaning 12102 clauses out of 24203 with flag 171204/2399716
966.26/484.72	c cleaning 13045 clauses out of 26101 with flag 200857/2413716
971.62/487.35	c cleaning 14021 clauses out of 28057 with flag 232649/2428717
976.81/489.93	c cleaning 15016 clauses out of 30035 with flag 266651/2444716
982.41/492.76	c cleaning 16006 clauses out of 32019 with flag 302632/2461716
989.35/496.17	c cleaning 17003 clauses out of 34013 with flag 340523/2479716
997.13/500.07	c cleaning 18006 clauses out of 36011 with flag 380547/2498717
1005.85/504.30	c cleaning 19000 clauses out of 38005 with flag 422654/2518717
1013.99/508.35	c cleaning 20002 clauses out of 40006 with flag 466934/2539718
1022.59/512.67	c cleaning 21000 clauses out of 42003 with flag 513565/2561717
1032.70/517.66	c cleaning 21999 clauses out of 44003 with flag 561954/2584717
1044.07/523.29	c cleaning 22999 clauses out of 46004 with flag 612480/2608717
1055.07/528.78	c cleaning 23998 clauses out of 48004 with flag 665093/2633716
1068.23/535.25	c cleaning 25004 clauses out of 50007 with flag 720016/2659717
1082.38/542.30	c cleaning 25998 clauses out of 52002 with flag 777364/2686716
1096.79/549.35	c cleaning 26999 clauses out of 54004 with flag 836855/2714716
1111.03/556.33	c cleaning 28002 clauses out of 56005 with flag 898367/2743716
1127.32/564.38	c cleaning 28996 clauses out of 58004 with flag 961673/2773717
1142.97/572.09	c cleaning 30004 clauses out of 60008 with flag 1027022/2804717
1159.04/579.91	c cleaning 30998 clauses out of 62004 with flag 1094644/2836717
1173.03/586.92	c cleaning 31997 clauses out of 64006 with flag 1164560/2869717
1186.69/593.69	c cleaning 33001 clauses out of 66008 with flag 1236711/2903716
1202.70/601.61	c cleaning 33999 clauses out of 68007 with flag 1310860/2938716
1219.39/609.89	c cleaning 35000 clauses out of 70009 with flag 1387430/2974717
1234.58/617.26	c cleaning 36002 clauses out of 72008 with flag 1466269/3011716
1250.97/625.46	c cleaning 37001 clauses out of 74006 with flag 1547136/3049716
1274.23/636.82	c cleaning 38000 clauses out of 76007 with flag 1629738/3088718
1294.14/646.58	c cleaning 39003 clauses out of 78006 with flag 1714500/3128717
1311.12/655.05	c cleaning 39996 clauses out of 80002 with flag 1802520/3169716
1330.19/664.35	c cleaning 40999 clauses out of 82006 with flag 1891707/3211716
1354.26/676.13	c cleaning 42004 clauses out of 84007 with flag 1982604/3254716
1372.68/685.37	c cleaning 43000 clauses out of 86004 with flag 2075695/3298717
1390.29/693.90	c cleaning 44000 clauses out of 88004 with flag 2171933/3343717
1407.89/702.72	c cleaning 44999 clauses out of 90004 with flag 2270985/3389717
1429.56/713.35	c cleaning 45999 clauses out of 92005 with flag 2370837/3436717
1451.43/724.01	c cleaning 46998 clauses out of 94005 with flag 2473284/3484716
1477.26/736.76	c cleaning 48003 clauses out of 96008 with flag 2576768/3533717
1506.90/752.73	c cleaning 49002 clauses out of 98004 with flag 2683124/3583716
1530.39/764.40	c cleaning 49996 clauses out of 100003 with flag 2791818/3634717
1555.91/776.91	c cleaning 51000 clauses out of 102006 with flag 2903566/3686716
1587.90/792.55	c cleaning 52000 clauses out of 104006 with flag 3017317/3739716
1614.59/805.73	c cleaning 52999 clauses out of 106006 with flag 3132392/3793716
1642.20/819.34	c cleaning 54004 clauses out of 108007 with flag 3249576/3848716
1672.37/834.25	c cleaning 55000 clauses out of 110003 with flag 3368914/3904716
1712.12/855.34	c cleaning 55997 clauses out of 112004 with flag 3489502/3961717
1754.50/876.35	c cleaning 56997 clauses out of 114007 with flag 3612620/4019717
1788.87/893.38	c cleaning 58001 clauses out of 116009 with flag 3737441/4078716
1800.03/898.81	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.03/898.81	c starts		: 80419
1800.03/898.81	c conflicts		: 4095302
1800.03/898.81	c decisions		: 35167827
1800.03/898.81	c propagations		: 206275952
1800.03/898.81	c inspects		: 6048568076
1800.03/898.81	c shortcuts		: 0
1800.03/898.81	c learnt literals	: 0
1800.03/898.81	c learnt binary clauses	: 0
1800.03/898.81	c learnt ternary clauses	: 0
1800.03/898.81	c learnt constraints	: 4095302
1800.03/898.81	c ignored constraints	: 0
1800.03/898.81	c root simplifications	: 0
1800.03/898.81	c removed literals (reason simplification)	: 26786570
1800.03/898.81	c reason swapping (by a shorter reason)	: 0
1800.03/898.81	c Calls to reduceDB	: 217
1800.03/898.81	c Number of update (reduction) of LBD	: 172249
1800.03/898.81	c Imported unit clauses	: 0
1800.03/898.81	c number of reductions to clauses (during analyze)	: 0
1800.03/898.81	c number of learned constraints concerned by reduction	: 0
1800.03/898.81	c number of learning phase by resolution	: 0
1800.03/898.81	c number of learning phase by cutting planes	: 0
1800.03/898.81	c speed (assignments/second)	: 476738.00158083765
1800.03/898.81	c non guided choices	12
1800.03/898.84	c learnt constraints type 
1800.03/898.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74594
1800.03/898.84	c >>>>>>>>>> Solver number 1 (12 answers) <<<<<<<<<<<<<<<<<<
1800.03/898.84	c starts		: 48
1800.03/898.84	c conflicts		: 9392
1800.03/898.84	c decisions		: 62230
1800.03/898.84	c propagations		: 357763
1800.03/898.84	c inspects		: 296560245
1800.03/898.84	c shortcuts		: 0
1800.03/898.84	c learnt literals	: 0
1800.03/898.84	c learnt binary clauses	: 0
1800.03/898.84	c learnt ternary clauses	: 0
1800.03/898.84	c learnt constraints	: 9391
1800.03/898.84	c ignored constraints	: 0
1800.03/898.84	c root simplifications	: 0
1800.03/898.84	c removed literals (reason simplification)	: 0
1800.03/898.84	c reason swapping (by a shorter reason)	: 0
1800.03/898.84	c Calls to reduceDB	: 0
1800.03/898.84	c Number of update (reduction) of LBD	: 0
1800.03/898.84	c Imported unit clauses	: 0
1800.03/898.84	c number of reductions to clauses (during analyze)	: 0
1800.03/898.84	c number of learned constraints concerned by reduction	: 0
1800.03/898.84	c number of learning phase by resolution	: 0
1800.03/898.84	c number of learning phase by cutting planes	: 0
1800.03/898.84	c speed (assignments/second)	: 399.0516801947056
1800.03/898.84	c non guided choices	29
1800.03/898.84	c learnt constraints type 
1800.03/898.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7
1800.03/898.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9384
1800.03/898.84	s SATISFIABLE
1800.03/898.84	c Found 15 solution(s)
1800.03/898.84	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 
1800.03/898.84	c objective function=-150
1800.03/898.84	c Total wall clock time (in seconds): 898.72

Verifier Data

OK	-150

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

pid=9082
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: 3.82 4.01 3.98 4/197 9085
/proc/meminfo: memFree=28224220/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9085/stat : 9085 (java) R 9082 9085 5416 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 4608964 9515008 184 33554432000 1073741824 1073778376 140737207469904 140737207452632 251146586832 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.82 4.01 3.98 4/197 9085
/proc/meminfo: memFree=28224220/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 4399 0 1 0 7 1 0 0 20 0 18 0 4608964 9787879424 6034 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 3.82 4.01 3.98 4/197 9085
/proc/meminfo: memFree=28224220/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 4554 0 1 0 20 1 0 0 20 0 18 0 4608964 9787879424 7183 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2389619 7183 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 3.82 4.01 3.98 4/197 9085
/proc/meminfo: memFree=28224220/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 5579 0 1 0 43 2 0 0 20 0 22 0 4608964 10060525568 9328 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2456183 9328 2238 9 0 2446860 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+0.700267 s]
/proc/loadavg: 3.82 4.01 3.98 4/197 9085
/proc/meminfo: memFree=28224220/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 5596 0 1 0 45 4 0 0 20 0 19 0 4608964 10060525568 9323 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2456183 9323 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 3.82 4.01 3.98 3/216 9110
/proc/meminfo: memFree=28169336/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 14447 0 1 0 169 8 0 0 20 0 22 0 4608964 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2456183 18537 2257 9 0 2446860 0
[pid=9085/tid=9087] ppid=9082 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/9085/task/9087/stat : 9087 (java) S 9082 9085 5416 0 -1 4202560 2425 0 1 0 25 1 0 0 20 0 22 0 4608965 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513268949880 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9088] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9088/stat : 9088 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513230440872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9089] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9089/stat : 9089 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513229388328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9090] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9090/stat : 9090 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513228335272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9091] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9091/stat : 9091 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513227282728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9092] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9092/stat : 9092 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513226230696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9093] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9093/stat : 9093 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513225178152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9094] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9094/stat : 9094 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513224125096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9095] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9095/stat : 9095 (java) S 9082 9085 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513223072552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9096] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9096/stat : 9096 (java) S 9082 9085 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513093085544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9097] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9097/stat : 9097 (java) S 9082 9085 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513092031864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9098] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9098/stat : 9098 (java) S 9082 9085 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4608968 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513090978696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9099] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9099/stat : 9099 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513089927440 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9100] ppid=9082 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/9085/task/9100/stat : 9100 (java) S 9082 9085 5416 0 -1 4202560 5564 0 0 0 46 0 0 0 20 0 22 0 4608970 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513088875320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9101] ppid=9082 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/9085/task/9101/stat : 9101 (java) S 9082 9085 5416 0 -1 4202560 5081 0 0 0 45 2 0 0 20 0 22 0 4608970 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513087822776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9102] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9102/stat : 9102 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513086769912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9103] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9103/stat : 9103 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513085717576 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9107] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9107/stat : 9107 (java) S 9082 9085 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4608993 10060525568 18537 33554432000 1073741824 1073778376 140737207469904 140513081504680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 3.82 4.01 3.98 3/216 9113
/proc/meminfo: memFree=28123884/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 16344 0 1 0 518 11 0 0 20 0 22 0 4608964 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2456183 38561 2270 9 0 2446860 0
[pid=9085/tid=9087] ppid=9082 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9085/task/9087/stat : 9087 (java) S 9082 9085 5416 0 -1 4202560 2425 0 1 0 25 2 0 0 20 0 22 0 4608965 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513268949880 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9088] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9088/stat : 9088 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513230440872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9089] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9089/stat : 9089 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513229388328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9090] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9090/stat : 9090 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513228335272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9091] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9091/stat : 9091 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513227282728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9092] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9092/stat : 9092 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513226230696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9093] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9093/stat : 9093 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513225178152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9094] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9094/stat : 9094 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513224125096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9095] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9095/stat : 9095 (java) S 9082 9085 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513223072552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9096] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9096/stat : 9096 (java) S 9082 9085 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513093085544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9097] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9097/stat : 9097 (java) S 9082 9085 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513092031864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9098] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9098/stat : 9098 (java) S 9082 9085 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4608968 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513090978696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9099] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9099/stat : 9099 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513089927440 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9100] ppid=9082 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/9085/task/9100/stat : 9100 (java) S 9082 9085 5416 0 -1 4202560 6164 0 0 0 89 2 0 0 20 0 22 0 4608970 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513088875320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9101] ppid=9082 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/9085/task/9101/stat : 9101 (java) S 9082 9085 5416 0 -1 4202560 6325 0 0 0 66 2 0 0 20 0 22 0 4608970 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513087822776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9102] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9102/stat : 9102 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513086769912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9103] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9103/stat : 9103 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513085717576 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9107] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9107/stat : 9107 (java) S 9082 9085 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4608993 10060525568 38561 33554432000 1073741824 1073778376 140737207469904 140513081504680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.84 4.01 3.98 5/219 9116
/proc/meminfo: memFree=28028752/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9824732 CPUtime=11.83 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 17075 0 1 0 1164 19 0 0 20 0 22 0 4608964 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2456183 62120 2283 9 0 2446860 0
[pid=9085/tid=9087] ppid=9082 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9085/task/9087/stat : 9087 (java) S 9082 9085 5416 0 -1 4202560 2425 0 1 0 25 2 0 0 20 0 22 0 4608965 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513268949880 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9088] ppid=9082 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9085/task/9088/stat : 9088 (java) S 9082 9085 5416 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 4608966 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513230440872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9089] ppid=9082 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9085/task/9089/stat : 9089 (java) S 9082 9085 5416 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4608966 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513229388328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9090] ppid=9082 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9085/task/9090/stat : 9090 (java) S 9082 9085 5416 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 22 0 4608966 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513228335272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9091] ppid=9082 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9085/task/9091/stat : 9091 (java) S 9082 9085 5416 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 4608966 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513227282728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9092] ppid=9082 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9085/task/9092/stat : 9092 (java) S 9082 9085 5416 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 4608966 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513226230696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9093] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9093/stat : 9093 (java) S 9082 9085 5416 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 22 0 4608966 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513225178152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9094] ppid=9082 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9085/task/9094/stat : 9094 (java) S 9082 9085 5416 0 -1 4202560 69 0 0 0 0 1 0 0 20 0 22 0 4608966 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513224125096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9095] ppid=9082 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9085/task/9095/stat : 9095 (java) S 9082 9085 5416 0 -1 4202560 69 0 0 0 1 2 0 0 20 0 22 0 4608966 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513223072552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9096] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9096/stat : 9096 (java) S 9082 9085 5416 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513093085544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9097] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9097/stat : 9097 (java) S 9082 9085 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513092031864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9098] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9098/stat : 9098 (java) S 9082 9085 5416 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4608968 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513090978696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9099] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9099/stat : 9099 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513089927440 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9100] ppid=9082 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/9085/task/9100/stat : 9100 (java) S 9082 9085 5416 0 -1 4202560 6164 0 0 0 90 2 0 0 20 0 22 0 4608970 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513088875320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9101] ppid=9082 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/9085/task/9101/stat : 9101 (java) S 9082 9085 5416 0 -1 4202560 6325 0 0 0 73 2 0 0 20 0 22 0 4608970 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513087822776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9102] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9102/stat : 9102 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513086769912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9103] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9103/stat : 9103 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513085717576 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9107] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9107/stat : 9107 (java) S 9082 9085 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4608993 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513081504680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9114] ppid=9082 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/9085/task/9114/stat : 9114 (java) R 9082 9085 5416 0 -1 4202560 9 0 0 0 391 0 0 0 20 0 22 0 4609194 10060525568 62120 33554432000 1073741824 1073778376 140737207469904 140513083607408 140513093818672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9115] ppid=9082 vsize=9824732 CPUtime=3.89 cores=0,2,4,6

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

[pid=9085/tid=9095] ppid=9082 vsize=9824732 CPUtime=5.74 cores=0,2,4,6
/proc/9085/task/9095/stat : 9095 (java) S 9082 9085 5416 0 -1 4202560 2048 0 0 0 530 44 0 0 20 0 22 0 4608966 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513223072552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9096] ppid=9082 vsize=9824732 CPUtime=11.05 cores=0,2,4,6
/proc/9085/task/9096/stat : 9096 (java) S 9082 9085 5416 0 -1 4202560 4028 0 0 0 1098 7 0 0 20 0 22 0 4608967 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513093085544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9097] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9097/stat : 9097 (java) S 9082 9085 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513092031864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9098] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9098/stat : 9098 (java) S 9082 9085 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4608968 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513090978696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9099] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9099/stat : 9099 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513089927440 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9100] ppid=9082 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/9085/task/9100/stat : 9100 (java) S 9082 9085 5416 0 -1 4202560 6180 0 0 0 125 2 0 0 20 0 22 0 4608970 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513088875320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9101] ppid=9082 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/9085/task/9101/stat : 9101 (java) S 9082 9085 5416 0 -1 4202560 6401 0 0 0 138 2 0 0 20 0 22 0 4608970 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513087822776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9102] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9102/stat : 9102 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513086769912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9103] ppid=9082 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9085/task/9103/stat : 9103 (java) S 9082 9085 5416 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 4608970 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513085717576 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9116] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9116/stat : 9116 (java) S 9082 9085 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4609194 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513084663336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9162] ppid=9082 vsize=9824732 CPUtime=344.21 cores=0,2,4,6
/proc/9085/task/9162/stat : 9162 (java) R 9082 9085 5416 0 -1 4202560 20 0 0 0 34416 5 0 0 20 0 22 0 4655577 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513083607840 140513093941445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9163] ppid=9082 vsize=9824732 CPUtime=344.23 cores=0,2,4,6
/proc/9085/task/9163/stat : 9163 (java) R 9082 9085 5416 0 -1 4202560 19 0 0 0 34418 5 0 0 20 0 22 0 4655577 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513082556144 140513093778861 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9164] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9164/stat : 9164 (java) S 9082 9085 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4655577 10060525568 1302560 33554432000 1073741824 1073778376 140737207469904 140513081504808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1646.93
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.07 4.03 4.00 5/219 9280
/proc/meminfo: memFree=23795316/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9824732 CPUtime=1765.29 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 39057 0 1 0 176092 437 0 0 20 0 22 0 4608964 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2456183 1306660 2295 9 0 2446860 0
[pid=9085/tid=9087] ppid=9082 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/9085/task/9087/stat : 9087 (java) S 9082 9085 5416 0 -1 4202560 2453 0 1 0 34 3 0 0 20 0 22 0 4608965 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513268949880 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9088] ppid=9082 vsize=9824732 CPUtime=5.83 cores=0,2,4,6
/proc/9085/task/9088/stat : 9088 (java) S 9082 9085 5416 0 -1 4202560 1656 0 0 0 543 40 0 0 20 0 22 0 4608966 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513230440872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9089] ppid=9082 vsize=9824732 CPUtime=5.94 cores=0,2,4,6
/proc/9085/task/9089/stat : 9089 (java) S 9082 9085 5416 0 -1 4202560 2800 0 0 0 550 44 0 0 20 0 22 0 4608966 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513229388328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9090] ppid=9082 vsize=9824732 CPUtime=6.25 cores=0,2,4,6
/proc/9085/task/9090/stat : 9090 (java) S 9082 9085 5416 0 -1 4202560 2649 0 0 0 577 48 0 0 20 0 22 0 4608966 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513228335272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9091] ppid=9082 vsize=9824732 CPUtime=6.26 cores=0,2,4,6
/proc/9085/task/9091/stat : 9091 (java) S 9082 9085 5416 0 -1 4202560 2322 0 0 0 585 41 0 0 20 0 22 0 4608966 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513227282728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9092] ppid=9082 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/9085/task/9092/stat : 9092 (java) S 9082 9085 5416 0 -1 4202560 2020 0 0 0 587 49 0 0 20 0 22 0 4608966 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513226230696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9093] ppid=9082 vsize=9824732 CPUtime=6.07 cores=0,2,4,6
/proc/9085/task/9093/stat : 9093 (java) S 9082 9085 5416 0 -1 4202560 1710 0 0 0 563 44 0 0 20 0 22 0 4608966 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513225178152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9094] ppid=9082 vsize=9824732 CPUtime=5.87 cores=0,2,4,6
/proc/9085/task/9094/stat : 9094 (java) S 9082 9085 5416 0 -1 4202560 1554 0 0 0 545 42 0 0 20 0 22 0 4608966 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513224125096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9095] ppid=9082 vsize=9824732 CPUtime=6.11 cores=0,2,4,6
/proc/9085/task/9095/stat : 9095 (java) S 9082 9085 5416 0 -1 4202560 2103 0 0 0 564 47 0 0 20 0 22 0 4608966 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513223072552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9096] ppid=9082 vsize=9824732 CPUtime=14.02 cores=0,2,4,6
/proc/9085/task/9096/stat : 9096 (java) S 9082 9085 5416 0 -1 4202560 4521 0 0 0 1394 8 0 0 20 0 22 0 4608967 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513093085544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9097] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9097/stat : 9097 (java) S 9082 9085 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513092031864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9098] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9098/stat : 9098 (java) S 9082 9085 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4608968 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513090978696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9099] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9099/stat : 9099 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513089927440 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9100] ppid=9082 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/9085/task/9100/stat : 9100 (java) S 9082 9085 5416 0 -1 4202560 6180 0 0 0 125 2 0 0 20 0 22 0 4608970 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513088875320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9101] ppid=9082 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/9085/task/9101/stat : 9101 (java) S 9082 9085 5416 0 -1 4202560 6401 0 0 0 138 2 0 0 20 0 22 0 4608970 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513087822776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9102] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9102/stat : 9102 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513086769912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9103] ppid=9082 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9085/task/9103/stat : 9103 (java) S 9082 9085 5416 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 4608970 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513085717576 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9116] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9116/stat : 9116 (java) S 9082 9085 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4609194 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513084663336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9162] ppid=9082 vsize=9824732 CPUtime=400.36 cores=0,2,4,6
/proc/9085/task/9162/stat : 9162 (java) R 9082 9085 5416 0 -1 4202560 23 0 0 0 40030 6 0 0 20 0 22 0 4655577 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513083608720 140513093863712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9163] ppid=9082 vsize=9824732 CPUtime=400.35 cores=0,2,4,6
/proc/9085/task/9163/stat : 9163 (java) R 9082 9085 5416 0 -1 4202560 24 0 0 0 40029 6 0 0 20 0 22 0 4655577 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513082555424 140513093907415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9164] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9164/stat : 9164 (java) S 9082 9085 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4655577 10060525568 1306660 33554432000 1073741824 1073778376 140737207469904 140513081504808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1765.29
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.808 s]
/proc/loadavg: 4.06 4.03 4.00 5/219 9280
/proc/meminfo: memFree=23423828/32872528 swapFree=239532/272236
[pid=9085] ppid=9082 vsize=9824732 CPUtime=1798.64 cores=0,2,4,6
/proc/9085/stat : 9085 (java) S 9082 9085 5416 0 -1 4202496 39110 0 1 0 179427 437 0 0 20 0 22 0 4608964 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140737207461040 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9085/statm: 2456183 1306707 2295 9 0 2446860 0
[pid=9085/tid=9087] ppid=9082 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/9085/task/9087/stat : 9087 (java) S 9082 9085 5416 0 -1 4202560 2453 0 1 0 34 3 0 0 20 0 22 0 4608965 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513268949880 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9088] ppid=9082 vsize=9824732 CPUtime=5.93 cores=0,2,4,6
/proc/9085/task/9088/stat : 9088 (java) S 9082 9085 5416 0 -1 4202560 1656 0 0 0 552 41 0 0 20 0 22 0 4608966 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513230440872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9089] ppid=9082 vsize=9824732 CPUtime=6.02 cores=0,2,4,6
/proc/9085/task/9089/stat : 9089 (java) S 9082 9085 5416 0 -1 4202560 2800 0 0 0 558 44 0 0 20 0 22 0 4608966 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513229388328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9090] ppid=9082 vsize=9824732 CPUtime=6.35 cores=0,2,4,6
/proc/9085/task/9090/stat : 9090 (java) S 9082 9085 5416 0 -1 4202560 2649 0 0 0 587 48 0 0 20 0 22 0 4608966 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513228335272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9091] ppid=9082 vsize=9824732 CPUtime=6.37 cores=0,2,4,6
/proc/9085/task/9091/stat : 9091 (java) S 9082 9085 5416 0 -1 4202560 2322 0 0 0 596 41 0 0 20 0 22 0 4608966 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513227282728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9092] ppid=9082 vsize=9824732 CPUtime=6.44 cores=0,2,4,6
/proc/9085/task/9092/stat : 9092 (java) S 9082 9085 5416 0 -1 4202560 2020 0 0 0 595 49 0 0 20 0 22 0 4608966 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513226230696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9093] ppid=9082 vsize=9824732 CPUtime=6.22 cores=0,2,4,6
/proc/9085/task/9093/stat : 9093 (java) S 9082 9085 5416 0 -1 4202560 1710 0 0 0 578 44 0 0 20 0 22 0 4608966 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513225178152 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9094] ppid=9082 vsize=9824732 CPUtime=5.96 cores=0,2,4,6
/proc/9085/task/9094/stat : 9094 (java) S 9082 9085 5416 0 -1 4202560 1556 0 0 0 554 42 0 0 20 0 22 0 4608966 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513224125096 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9095] ppid=9082 vsize=9824732 CPUtime=6.17 cores=0,2,4,6
/proc/9085/task/9095/stat : 9095 (java) S 9082 9085 5416 0 -1 4202560 2103 0 0 0 570 47 0 0 20 0 22 0 4608966 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513223072552 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9096] ppid=9082 vsize=9824732 CPUtime=14.02 cores=0,2,4,6
/proc/9085/task/9096/stat : 9096 (java) S 9082 9085 5416 0 -1 4202560 4568 0 0 0 1394 8 0 0 20 0 22 0 4608967 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513093085544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9097] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9097/stat : 9097 (java) S 9082 9085 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4608967 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513092031864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9098] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9098/stat : 9098 (java) S 9082 9085 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4608968 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513090978696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9099] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9099/stat : 9099 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513089927440 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9100] ppid=9082 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/9085/task/9100/stat : 9100 (java) S 9082 9085 5416 0 -1 4202560 6180 0 0 0 125 2 0 0 20 0 22 0 4608970 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513088875320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9085/tid=9101] ppid=9082 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/9085/task/9101/stat : 9101 (java) S 9082 9085 5416 0 -1 4202560 6401 0 0 0 138 2 0 0 20 0 22 0 4608970 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513087822776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9102] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9102/stat : 9102 (java) S 9082 9085 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4608970 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513086769912 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9085/tid=9103] ppid=9082 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9085/task/9103/stat : 9103 (java) S 9082 9085 5416 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 4608970 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513085717576 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9116] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9116/stat : 9116 (java) S 9082 9085 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4609194 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513084663336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9162] ppid=9082 vsize=9824732 CPUtime=416.6 cores=0,2,4,6
/proc/9085/task/9162/stat : 9162 (java) R 9082 9085 5416 0 -1 4202560 24 0 0 0 41654 6 0 0 20 0 22 0 4655577 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513083608720 140513093823175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9085/tid=9163] ppid=9082 vsize=9824732 CPUtime=416.62 cores=0,2,4,6
/proc/9085/task/9163/stat : 9163 (java) R 9082 9085 5416 0 -1 4202560 25 0 0 0 41656 6 0 0 20 0 22 0 4655577 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513082555104 140513093778987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9085/tid=9164] ppid=9082 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9085/task/9164/stat : 9164 (java) S 9082 9085 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4655577 10060525568 1306707 33554432000 1073741824 1073778376 140737207469904 140513081504808 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
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 9085 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9085 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=137553
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=683288
# CPU time returned by wait4() is 1796.82
# while last known CPU time is 1798.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.38994
#  lost CPU user time (s): 1.54996
#  lost CPU system time (s): -0.160001

Real time (s): 898.867
CPU time (s): 1800.03
CPU user time (s): 1795.82
CPU system time (s): 4.21
CPU usage (%): 200.255
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.14
system time used= 4.68329
maximum resident set size= 5312920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39153
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24470
involuntary context switches= 32806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.57215 second user time and 7.33488 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 05:02:59
IDJOB=4119433
IDBENCH=111729
IDSOLVER=2543
FILE ID=node107/4119433-1467255779
RUNJOBID= node107-1467248484-5592
PBS_JOBID= 20004476
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament32.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119433-1467255779/watcher-4119433-1467255779 -o /tmp/evaluation-result-4119433-1467255779/solver-4119433-1467255779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5592 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119433-1467255779.opb

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

MD5SUM BENCH= 2c087d749e90bc6bd30965d7d10eb2ac
RANDOM SEED=385087692

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28225128 kB
Buffers:          101224 kB
Cached:           425000 kB
SwapCached:            0 kB
Active:          3193988 kB
Inactive:         434632 kB
Active(anon):    3105108 kB
Inactive(anon):        4 kB
Active(file):      88880 kB
Inactive(file):   434628 kB
Unevictable:      272236 kB
Mlocked:          239532 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       3462280 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             604844 kB
SReclaimable:      48800 kB
SUnreclaim:       556044 kB
KernelStack:        1808 kB
PageTables:        10852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3707372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3164160 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= 71720 MiB
End job on node107 at 2016-06-30 05:17:58