Trace number 3737262

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)-125 1800.03 957.038

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
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-128
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

Quality of the solution as a function of time


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

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version 2.3.1.v20110525
0.06/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.12	c java.vm.version	19.1-b02
0.06/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		1.6.0_24
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		9996466904
0.06/0.12	c Max memory 		10048897024
0.06/0.12	c Total memory 		10048897024
0.06/0.12	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3737262-1338720652.opb
0.06/0.14	c reading problem ... 
2.11/0.91	c ... done. Wall clock time 0.765s.
2.11/0.91	c #vars     16772
2.11/0.91	c #constraints  48316
2.11/0.91	c constraints type 
2.11/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
2.11/0.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
2.11/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
2.11/0.91	c constraints type 
2.11/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15772
2.11/0.91	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
2.11/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
2.51/1.10	c  And the winner is Resolution
3.17/1.43	c SATISFIABLE
3.17/1.43	c OPTIMIZING...
3.17/1.43	c Got one! Elapsed wall clock time (in seconds):1.285
3.17/1.43	o -102
3.17/1.49	c  And the winner is Resolution
3.48/1.94	c Got one! Elapsed wall clock time (in seconds):1.794
3.48/1.94	o -103
3.70/2.02	c  And the winner is CuttingPlanes
3.94/2.45	c Got one! Elapsed wall clock time (in seconds):2.306
3.94/2.45	o -104
3.94/2.49	c  And the winner is Resolution
4.13/2.96	c Got one! Elapsed wall clock time (in seconds):2.816
4.13/2.96	o -108
4.25/3.00	c  And the winner is Resolution
4.29/3.47	c Got one! Elapsed wall clock time (in seconds):3.324
4.29/3.47	o -109
4.35/3.51	c  And the winner is Resolution
4.46/3.97	c Got one! Elapsed wall clock time (in seconds):3.833
4.46/3.97	o -113
5.64/4.55	c  And the winner is Resolution
5.86/4.98	c Got one! Elapsed wall clock time (in seconds):4.841
5.86/4.98	o -114
7.14/5.61	c cleaning 3066 clauses out of 6142 with flag 3001/6142
9.77/6.92	c  And the winner is Resolution
9.77/6.99	c Got one! Elapsed wall clock time (in seconds):6.849
9.77/6.99	o -115
11.75/7.97	c cleaning 6810 clauses out of 13630 with flag 5000/16696
14.54/9.31	c cleaning 6410 clauses out of 12820 with flag 11000/22696
17.55/10.81	c cleaning 6706 clauses out of 13411 with flag 18001/29697
19.23/11.75	c  And the winner is Resolution
19.78/12.21	c Got one! Elapsed wall clock time (in seconds):12.071
19.78/12.21	o -116
20.55/12.60	c cleaning 6136 clauses out of 12272 with flag 2000/35264
21.44/13.15	c  And the winner is Resolution
21.99/13.62	c Got one! Elapsed wall clock time (in seconds):13.481
21.99/13.62	o -117
23.16/14.21	c cleaning 5621 clauses out of 11250 with flag 3001/40378
25.62/15.53	c cleaning 5812 clauses out of 11628 with flag 9000/46377
28.50/17.06	c cleaning 6404 clauses out of 12817 with flag 16001/53378
31.73/18.73	c cleaning 7199 clauses out of 14413 with flag 24001/61378
35.57/20.74	c cleaning 8107 clauses out of 16213 with flag 33000/70377
39.83/22.92	c cleaning 9052 clauses out of 18106 with flag 43000/80377
44.69/25.47	c cleaning 10021 clauses out of 20054 with flag 54000/91377
50.06/28.30	c cleaning 11010 clauses out of 22033 with flag 66000/103377
51.33/28.95	c  And the winner is Resolution
52.15/29.78	c Got one! Elapsed wall clock time (in seconds):29.637
52.15/29.78	o -118
53.42/30.43	c cleaning 8092 clauses out of 16184 with flag 3000/108538
56.08/31.90	c cleaning 7047 clauses out of 14094 with flag 9002/114540
59.31/33.58	c cleaning 7014 clauses out of 14045 with flag 16000/121538
62.63/35.35	c cleaning 7513 clauses out of 15031 with flag 24000/129538
66.46/37.34	c cleaning 8255 clauses out of 16520 with flag 33002/138540
67.28/37.83	c  And the winner is CuttingPlanes
67.33/38.08	c Got one! Elapsed wall clock time (in seconds):37.933
67.33/38.08	o -119
68.98/38.90	c cleaning 6809 clauses out of 13631 with flag 4000/143906
71.40/40.22	c cleaning 6407 clauses out of 12823 with flag 10001/149907
74.33/41.81	c cleaning 6704 clauses out of 13415 with flag 17000/156906
77.54/43.53	c cleaning 7348 clauses out of 14712 with flag 25001/164907
81.14/45.45	c cleaning 8179 clauses out of 16363 with flag 34000/173906
83.54/46.74	c  And the winner is CuttingPlanes
83.54/46.76	c Got one! Elapsed wall clock time (in seconds):46.616
83.54/46.76	o -120
85.68/47.81	c cleaning 9484 clauses out of 18968 with flag 5000/184690
88.18/49.25	c cleaning 7738 clauses out of 15485 with flag 11001/190691
91.20/50.83	c cleaning 7369 clauses out of 14747 with flag 18001/197691
94.60/52.60	c cleaning 7683 clauses out of 15377 with flag 26000/205690
98.39/54.63	c cleaning 8340 clauses out of 16695 with flag 35001/214691
102.68/56.90	c cleaning 9170 clauses out of 18354 with flag 45000/224690
107.07/59.22	c cleaning 10087 clauses out of 20184 with flag 56000/235690
112.09/61.89	c cleaning 11046 clauses out of 22097 with flag 68000/247690
117.67/64.80	c cleaning 12019 clauses out of 24051 with flag 81000/260690
123.74/67.93	c cleaning 13014 clauses out of 26032 with flag 95000/274690
130.33/71.36	c cleaning 14005 clauses out of 28018 with flag 110000/289690
137.32/74.90	c cleaning 15004 clauses out of 30014 with flag 126001/305691
144.52/78.68	c cleaning 15996 clauses out of 32009 with flag 143000/322690
152.55/82.87	c cleaning 17007 clauses out of 34013 with flag 161000/340690
156.72/85.01	c  And the winner is CuttingPlanes
156.58/85.21	c Got one! Elapsed wall clock time (in seconds):85.064
156.58/85.21	o -121
158.95/86.47	c cleaning 14921 clauses out of 29860 with flag 5001/353544
161.72/87.94	c cleaning 10465 clauses out of 20938 with flag 11000/359543
164.63/89.55	c cleaning 8732 clauses out of 17473 with flag 18000/366543
168.03/91.48	c cleaning 8371 clauses out of 16741 with flag 26000/374543
171.76/93.48	c cleaning 8677 clauses out of 17371 with flag 35001/383544
175.91/95.67	c cleaning 9347 clauses out of 18694 with flag 45001/393544
180.43/98.04	c cleaning 10159 clauses out of 20346 with flag 56000/404543
185.63/100.83	c cleaning 11086 clauses out of 22187 with flag 68000/416543
190.18/103.24	c  And the winner is CuttingPlanes
190.20/103.69	c Got one! Elapsed wall clock time (in seconds):103.549
190.20/103.69	o -122
192.41/104.84	c cleaning 13039 clauses out of 26091 with flag 5001/431533
195.16/106.32	c cleaning 9516 clauses out of 19052 with flag 11001/437533
198.09/107.93	c cleaning 8262 clauses out of 16535 with flag 18000/444532
201.66/109.96	c cleaning 8127 clauses out of 16273 with flag 26000/452532
205.36/111.99	c cleaning 8573 clauses out of 17147 with flag 35001/461533
209.68/114.21	c cleaning 9280 clauses out of 18574 with flag 45001/471533
214.41/116.72	c cleaning 10139 clauses out of 20293 with flag 56000/482532
219.56/119.59	c cleaning 11072 clauses out of 22155 with flag 68001/494533
225.30/122.51	c cleaning 12032 clauses out of 24082 with flag 81000/507532
231.24/125.62	c cleaning 13026 clauses out of 26051 with flag 95001/521533
237.76/129.09	c cleaning 14010 clauses out of 28024 with flag 110000/536532
244.92/132.81	c cleaning 15000 clauses out of 30015 with flag 126001/552533
252.01/136.54	c cleaning 16001 clauses out of 32014 with flag 143000/569532
259.88/140.69	c cleaning 17002 clauses out of 34013 with flag 161000/587532
268.60/145.11	c cleaning 18002 clauses out of 36012 with flag 180001/606533
276.90/149.60	c cleaning 19001 clauses out of 38009 with flag 200000/626532
286.33/154.43	c cleaning 20000 clauses out of 40009 with flag 221001/647533
296.41/159.65	c cleaning 21003 clauses out of 42008 with flag 243000/669532
307.10/165.19	c cleaning 22001 clauses out of 44005 with flag 266000/692532
317.57/170.63	c cleaning 22990 clauses out of 46004 with flag 290000/716532
328.85/176.40	c cleaning 23998 clauses out of 48014 with flag 315000/741532
341.09/182.73	c cleaning 25009 clauses out of 50017 with flag 341001/767533
354.16/189.49	c cleaning 26001 clauses out of 52007 with flag 368000/794532
368.96/197.17	c cleaning 26994 clauses out of 54007 with flag 396001/822533
381.63/203.62	c cleaning 28006 clauses out of 56013 with flag 425001/851533
395.26/210.60	c cleaning 28996 clauses out of 58007 with flag 455001/881533
410.09/218.29	c cleaning 29998 clauses out of 60010 with flag 486000/912532
426.76/226.82	c cleaning 31005 clauses out of 62012 with flag 518000/944532
445.17/236.21	c cleaning 32001 clauses out of 64007 with flag 551000/977532
467.82/247.72	c cleaning 32497 clauses out of 65007 with flag 584001/1010533
482.42/255.22	c cleaning 32743 clauses out of 65509 with flag 617000/1043532
498.09/263.40	c cleaning 32882 clauses out of 65767 with flag 650001/1076533
513.86/271.58	c cleaning 32931 clauses out of 65884 with flag 683000/1109532
530.62/280.13	c cleaning 32973 clauses out of 65954 with flag 716001/1142533
546.97/288.50	c cleaning 32987 clauses out of 65981 with flag 749001/1175533
564.94/297.92	c cleaning 32994 clauses out of 65994 with flag 782001/1208533
581.31/306.39	c cleaning 32987 clauses out of 66000 with flag 815001/1241533
598.23/315.06	c cleaning 33000 clauses out of 66012 with flag 848000/1274532
615.77/324.08	c cleaning 33000 clauses out of 66012 with flag 881000/1307532
630.90/332.06	c cleaning 32998 clauses out of 66012 with flag 914000/1340532
647.20/340.40	c cleaning 32998 clauses out of 66014 with flag 947000/1373532
648.54/341.32	c  And the winner is CuttingPlanes
647.59/341.48	c Got one! Elapsed wall clock time (in seconds):341.338
647.59/341.48	o -123
649.63/342.57	c cleaning 19405 clauses out of 38815 with flag 4001/1379331
652.74/344.33	c cleaning 12694 clauses out of 25409 with flag 10000/1385330
656.34/346.53	c cleaning 9852 clauses out of 19717 with flag 17002/1392332
659.82/348.56	c cleaning 8926 clauses out of 17863 with flag 25000/1400330
663.94/350.83	c cleaning 8969 clauses out of 17937 with flag 34000/1409330
668.41/353.31	c cleaning 9480 clauses out of 18968 with flag 44000/1419330
673.60/356.33	c cleaning 10236 clauses out of 20488 with flag 55000/1430330
678.92/359.21	c cleaning 11123 clauses out of 22253 with flag 67001/1442331
684.65/362.33	c cleaning 12057 clauses out of 24130 with flag 80001/1455331
690.76/365.61	c cleaning 13031 clauses out of 26073 with flag 94001/1469331
697.95/369.68	c cleaning 14020 clauses out of 28042 with flag 109001/1484331
705.02/373.49	c cleaning 15011 clauses out of 30023 with flag 125002/1500332
712.52/377.47	c cleaning 15997 clauses out of 32012 with flag 142002/1517332
720.64/381.80	c cleaning 17001 clauses out of 34013 with flag 160000/1535330
730.17/386.92	c cleaning 17997 clauses out of 36012 with flag 179000/1554330
733.86/389.05	c  And the winner is CuttingPlanes
733.79/389.54	c Got one! Elapsed wall clock time (in seconds):389.396
733.79/389.54	o -124
736.11/390.73	c cleaning 15534 clauses out of 31076 with flag 5000/1567391
739.02/392.49	c cleaning 10767 clauses out of 21543 with flag 11001/1573392
742.29/394.37	c cleaning 8880 clauses out of 17776 with flag 18001/1580392
746.25/396.77	c cleaning 8438 clauses out of 16895 with flag 26000/1588391
750.36/399.04	c cleaning 8726 clauses out of 17457 with flag 35000/1597391
754.67/401.47	c cleaning 9356 clauses out of 18731 with flag 45000/1607391
759.54/404.17	c cleaning 10180 clauses out of 20376 with flag 56001/1618392
765.31/407.40	c cleaning 11098 clauses out of 22195 with flag 68000/1630391
771.17/410.64	c cleaning 12036 clauses out of 24097 with flag 81000/1643391
777.25/413.97	c cleaning 13020 clauses out of 26061 with flag 95000/1657391
784.08/417.63	c cleaning 14021 clauses out of 28042 with flag 110001/1672392
791.37/421.71	c cleaning 15007 clauses out of 30021 with flag 126001/1688392
799.04/425.80	c cleaning 16001 clauses out of 32013 with flag 143000/1705391
807.12/430.17	c cleaning 17001 clauses out of 34012 with flag 161000/1723391
815.96/434.87	c cleaning 17997 clauses out of 36011 with flag 180000/1742391
825.07/439.85	c cleaning 19008 clauses out of 38016 with flag 200002/1762393
834.71/444.95	c cleaning 20000 clauses out of 40006 with flag 221000/1783391
844.77/450.28	c cleaning 20999 clauses out of 42007 with flag 243001/1805392
855.63/455.94	c cleaning 21989 clauses out of 44008 with flag 266001/1828392
866.67/461.91	c cleaning 23007 clauses out of 46018 with flag 290000/1852391
877.91/467.85	c cleaning 23997 clauses out of 48011 with flag 315000/1877391
890.35/474.38	c cleaning 24997 clauses out of 50016 with flag 341002/1903393
903.79/481.30	c cleaning 25997 clauses out of 52017 with flag 368000/1930391
917.89/488.80	c cleaning 27010 clauses out of 54021 with flag 396001/1958392
930.49/495.40	c cleaning 27997 clauses out of 56010 with flag 425000/1987391
944.55/502.79	c cleaning 28995 clauses out of 58013 with flag 455000/2017391
959.75/510.60	c cleaning 30002 clauses out of 60018 with flag 486000/2048391
976.91/519.77	c cleaning 31008 clauses out of 62017 with flag 518001/2080392
994.29/528.75	c cleaning 31996 clauses out of 64008 with flag 551000/2113391
1012.28/538.07	c cleaning 32498 clauses out of 65013 with flag 584001/2146392
1026.47/545.48	c cleaning 32749 clauses out of 65515 with flag 617001/2179392
1042.36/553.91	c cleaning 32870 clauses out of 65765 with flag 650000/2212391
1058.58/562.35	c cleaning 32940 clauses out of 65895 with flag 683000/2245391
1076.21/571.48	c cleaning 32973 clauses out of 65956 with flag 716001/2278392
1092.38/579.87	c cleaning 32992 clauses out of 65984 with flag 749002/2311393
1110.11/589.25	c cleaning 32992 clauses out of 65991 with flag 782001/2344392
1126.88/597.93	c cleaning 32994 clauses out of 65998 with flag 815000/2377391
1145.43/607.56	c cleaning 32999 clauses out of 66004 with flag 848000/2410391
1162.38/616.39	c cleaning 32991 clauses out of 66005 with flag 881000/2443391
1177.23/624.36	c cleaning 32998 clauses out of 66015 with flag 914001/2476392
1192.57/632.32	c cleaning 33002 clauses out of 66016 with flag 947000/2509391
1208.90/640.85	c cleaning 33002 clauses out of 66014 with flag 980000/2542391
1225.61/649.50	c cleaning 32999 clauses out of 66012 with flag 1013000/2575391
1243.24/658.97	c cleaning 33004 clauses out of 66013 with flag 1046000/2608391
1249.98/662.60	c  And the winner is CuttingPlanes
1248.87/662.79	c Got one! Elapsed wall clock time (in seconds):662.648
1248.87/662.79	o -125
1251.68/664.29	c cleaning 24660 clauses out of 49329 with flag 5001/2624711
1255.16/666.35	c cleaning 15329 clauses out of 30668 with flag 11000/2630710
1258.64/668.47	c cleaning 11163 clauses out of 22339 with flag 18000/2637710
1262.93/671.16	c cleaning 9583 clauses out of 19176 with flag 26000/2645710
1267.25/673.61	c cleaning 9288 clauses out of 18593 with flag 35000/2654710
1271.77/676.27	c cleaning 9645 clauses out of 19306 with flag 45001/2664711
1276.88/679.14	c cleaning 10322 clauses out of 20661 with flag 56001/2675711
1282.74/682.68	c cleaning 11170 clauses out of 22339 with flag 68001/2687711
1288.88/686.04	c cleaning 12078 clauses out of 24168 with flag 81000/2700710
1295.18/689.55	c cleaning 13037 clauses out of 26090 with flag 95000/2714710
1302.09/693.33	c cleaning 14023 clauses out of 28053 with flag 110000/2729710
1309.45/697.69	c cleaning 15000 clauses out of 30030 with flag 126000/2745710
1317.21/701.83	c cleaning 16012 clauses out of 32031 with flag 143001/2762711
1325.49/706.36	c cleaning 17009 clauses out of 34018 with flag 161000/2780710
1334.59/711.20	c cleaning 18001 clauses out of 36009 with flag 180000/2799710
1343.81/716.47	c cleaning 18991 clauses out of 38008 with flag 200000/2819710
1353.66/721.80	c cleaning 19999 clauses out of 40017 with flag 221000/2840710
1364.15/727.38	c cleaning 21004 clauses out of 42019 with flag 243001/2862711
1375.44/733.37	c cleaning 21998 clauses out of 44014 with flag 266000/2885710
1386.62/739.54	c cleaning 23002 clauses out of 46017 with flag 290001/2909711
1398.25/745.76	c cleaning 24004 clauses out of 48014 with flag 315000/2934710
1411.30/752.60	c cleaning 25002 clauses out of 50011 with flag 341001/2960711
1423.95/759.35	c cleaning 26004 clauses out of 52008 with flag 368000/2987710
1439.06/767.51	c cleaning 26992 clauses out of 54004 with flag 396000/3015710
1451.94/774.31	c cleaning 28000 clauses out of 56013 with flag 425001/3044711
1465.95/781.80	c cleaning 29002 clauses out of 58012 with flag 455000/3074710
1481.80/790.01	c cleaning 29999 clauses out of 60010 with flag 486000/3105710
1499.70/799.63	c cleaning 31001 clauses out of 62012 with flag 518001/3137711
1516.75/808.53	c cleaning 31999 clauses out of 64011 with flag 551001/3170711
1536.53/818.85	c cleaning 32500 clauses out of 65012 with flag 584001/3203711
1550.96/826.43	c cleaning 32751 clauses out of 65512 with flag 617001/3236711
1567.50/835.41	c cleaning 32878 clauses out of 65760 with flag 650000/3269710
1583.31/843.79	c cleaning 32930 clauses out of 65882 with flag 683000/3302710
1600.89/852.92	c cleaning 32968 clauses out of 65953 with flag 716001/3335711
1617.47/861.65	c cleaning 32977 clauses out of 65984 with flag 749000/3368710
1635.28/871.23	c cleaning 32997 clauses out of 66007 with flag 782000/3401710
1651.69/879.88	c cleaning 33002 clauses out of 66010 with flag 815000/3434710
1670.49/889.66	c cleaning 32996 clauses out of 66008 with flag 848000/3467710
1688.88/899.22	c cleaning 33001 clauses out of 66013 with flag 881001/3500711
1704.04/907.52	c cleaning 33003 clauses out of 66011 with flag 914000/3533710
1719.46/915.68	c cleaning 32996 clauses out of 66008 with flag 947000/3566710
1735.89/924.28	c cleaning 33001 clauses out of 66013 with flag 980001/3599711
1752.73/933.05	c cleaning 32988 clauses out of 66011 with flag 1013000/3632710
1770.12/942.47	c cleaning 32995 clauses out of 66023 with flag 1046000/3665710
1787.91/951.79	c cleaning 33009 clauses out of 66029 with flag 1079001/3698711
1797.76/957.02	c starts		: 49
1797.76/957.02	c conflicts		: 7495
1797.76/957.02	c decisions		: 16880
1797.76/957.02	c propagations		: 169663
1797.76/957.02	c inspects		: 262926831
1797.76/957.02	c shortcuts		: 0
1797.76/957.02	c learnt literals	: 0
1797.76/957.02	c learnt binary clauses	: 0
1797.76/957.02	c learnt ternary clauses	: 0
1797.76/957.02	c learnt constraints	: 7493
1797.76/957.02	c ignored constraints	: 0
1797.76/957.02	c root simplifications	: 0
1797.76/957.02	c removed literals (reason simplification)	: 0
1797.76/957.02	c reason swapping (by a shorter reason)	: 0
1797.76/957.02	c Calls to reduceDB	: 0
1797.76/957.02	c number of reductions to clauses (during analyze)	: 0
1797.76/957.02	c number of learned constraints concerned by reduction	: 0
1797.76/957.02	c number of learning phase by resolution	: 0
1797.76/957.02	c number of learning phase by cutting planes	: 0
1797.76/957.02	c speed (assignments/second)	: 576.6456849203329
1797.76/957.02	c non guided choices	0
1797.76/957.02	c learnt constraints type 
1797.76/957.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 525
1797.76/957.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6968
1797.76/957.02	c constraints type 
1797.76/957.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
1797.76/957.02	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1797.76/957.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1797.76/957.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
1797.76/957.02	c constraints type 
1797.76/957.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15772
1797.76/957.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1797.76/957.02	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1797.76/957.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
1797.76/957.02	s SATISFIABLE
1797.76/957.02	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 x290 -x291 -x292 x293 x294 -x295 x296 -x297 -x298 -x299 -x300 x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 x359 -x360 -x361 x362 -x363 -x364 x365 -x366 -x367 -x368 -x369 x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 x485 -x486 -x487 x488 -x489 -x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 x546 -x547 -x548 -x549 x550 -x551 x552 -x553 -x554 x555 -x556 x557 -x558 -x559 x560 -x561 -x562 x563 x564 -x565 x566 x567 -x568 -x569 -x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 -x582 x583 -x584 -x585 -x586 x587 -x588 x589 -x590 -x591 -x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 x642 x643 -x644 -x645 -x646 -x647 x648 -x649 -x650 -x651 -x652 x653 x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 x693 -x694 -x695 -x696 x697 -x698 x699 x700 -x701 -x702 x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 x751 -x752 -x753 -x754 x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 x764 -x765 -x766 -x767 -x768 -x769 -x770 x771 -x772 x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 x782 -x783 x784 -x785 -x786 -x787 x788 -x789 -x790 x791 -x792 -x793 x794 x795 x796 x797 -x798 -x799 -x800 x801 x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 x894 -x895 -x896 -x897 -x898 x899 -x900 -x901 -x902 -x903 x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 x913 x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 x926 -x927 -x928 -x929 -x930 x931 -x932 x933 -x934 -x935 x936 -x937 -x938 x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 x948 -x949 -x950 -x951 -x952 -x953 x954 x955 x956 -x957 x958 -x959 -x960 x961 -x962 -x963 -x964 x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 x984 -x985 -x986 x987 -x988 x989 x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 
1797.76/957.02	c objective function=-125
1797.76/957.02	c Total wall clock time (in seconds): 956.881

Verifier Data

OK	-125

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737262-1338720652/watcher-3737262-1338720652 -o /tmp/evaluation-result-3737262-1338720652/solver-3737262-1338720652 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737262-1338720652.opb 

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.42 3.38 3.49 3/200 32622
/proc/meminfo: memFree=27537596/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (java) D 32620 32622 30903 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 338190636 2560000 46 33554432000 1073741824 1073778376 140737247110672 140737247107800 273896533287 0 0 4096 0 18446744072100748580 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 625 46 37 9 0 29 0

[startup+0.0291251 s]
/proc/loadavg: 3.42 3.38 3.49 3/200 32622
/proc/meminfo: memFree=27537596/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=152584 CPUtime=0 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 1448 0 1 0 0 0 0 0 20 0 2 0 338190636 156246016 1129 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 38146 1129 865 9 0 29255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.100213 s]
/proc/loadavg: 3.42 3.38 3.49 3/200 32622
/proc/meminfo: memFree=27537596/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 4432 0 1 0 5 1 0 0 20 0 18 0 338190636 11864465408 12795 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 2896598 12795 1766 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300224 s]
/proc/loadavg: 3.42 3.38 3.49 3/200 32622
/proc/meminfo: memFree=27537596/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=11586392 CPUtime=0.4 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 6107 0 1 0 38 2 0 0 20 0 18 0 338190636 11864465408 15657 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 2896598 15657 2216 9 0 2887285 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 11586392

[startup+0.700229 s]
/proc/loadavg: 3.42 3.38 3.49 3/200 32622
/proc/meminfo: memFree=27537596/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=11586392 CPUtime=1.51 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 19516 0 1 0 146 5 0 0 20 0 18 0 338190636 11864465408 31901 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 2896598 31901 2255 9 0 2887285 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 11586392

[startup+1.50059 s]
/proc/loadavg: 3.42 3.38 3.49 9/222 32644
/proc/meminfo: memFree=27367568/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=11852648 CPUtime=3.47 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 21426 0 1 0 338 9 0 0 20 0 20 0 338190636 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 2963162 48336 2270 9 0 2953849 0
[pid=32622/tid=32624] ppid=32620 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/32622/task/32624/stat : 32624 (java) S 32620 32622 30903 0 -1 4202560 3418 0 1 0 86 2 0 0 20 0 20 0 338190638 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287872308376 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32625] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32625/stat : 32625 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190640 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287861369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32626] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32626/stat : 32626 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190640 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287860316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32627] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32627/stat : 32627 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190640 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287707212328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32628] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32628/stat : 32628 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190640 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287706159528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32629] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32629/stat : 32629 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190640 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287705107240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32630] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32630/stat : 32630 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190640 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287704054440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32631] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32631/stat : 32631 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190640 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287703002152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32632] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32632/stat : 32632 (java) S 32620 32622 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 338190640 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287701949352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32633] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32633/stat : 32633 (java) S 32620 32622 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 338190641 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287689750760 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32634] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32634/stat : 32634 (java) S 32620 32622 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 338190642 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287688696824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32635] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32635/stat : 32635 (java) S 32620 32622 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338190642 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287687644424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32636] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32636/stat : 32636 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190645 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287686592912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32637] ppid=32620 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/32622/task/32637/stat : 32637 (java) R 32620 32622 30903 0 -1 4202560 8103 0 0 0 100 1 0 0 20 0 20 0 338190645 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287685517808 140287880051517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32638] ppid=32620 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/32622/task/32638/stat : 32638 (java) S 32620 32622 30903 0 -1 4202560 8592 0 0 0 97 2 0 0 20 0 20 0 338190645 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287684487736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32639] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32639/stat : 32639 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190645 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287683435640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32640] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32640/stat : 32640 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338190645 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287682383048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32643] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32643/stat : 32643 (java) S 32620 32622 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338190734 12137111552 48336 33554432000 1073741824 1073778376 140734937317632 140287679222952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 11852648

[startup+3.1007 s]
/proc/loadavg: 3.42 3.38 3.49 3/219 32650
/proc/meminfo: memFree=27333792/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=11852648 CPUtime=4.29 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 21473 0 1 0 413 16 0 0 20 0 19 0 338190636 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 2963162 62154 2270 9 0 2953849 0
[pid=32622/tid=32624] ppid=32620 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/32622/task/32624/stat : 32624 (java) S 32620 32622 30903 0 -1 4202560 3419 0 1 0 89 2 0 0 20 0 19 0 338190638 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287872308376 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32625] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32625/stat : 32625 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190640 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287861369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32626] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32626/stat : 32626 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190640 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287860316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32627] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32627/stat : 32627 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190640 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287707212328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32628] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32628/stat : 32628 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190640 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287706159528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32629] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32629/stat : 32629 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190640 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287705107240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32630] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32630/stat : 32630 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190640 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287704054440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32631] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32631/stat : 32631 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190640 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287703002152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32632] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32632/stat : 32632 (java) S 32620 32622 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338190640 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287701949352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32633] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32633/stat : 32633 (java) S 32620 32622 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338190641 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287689750760 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32634] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32634/stat : 32634 (java) S 32620 32622 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338190642 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287688696824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32635] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32635/stat : 32635 (java) S 32620 32622 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338190642 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287687644424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32636] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32636/stat : 32636 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190645 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287686592912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32637] ppid=32620 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/32622/task/32637/stat : 32637 (java) S 32620 32622 30903 0 -1 4202560 8103 0 0 0 122 1 0 0 20 0 19 0 338190645 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287685540536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32638] ppid=32620 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/32622/task/32638/stat : 32638 (java) S 32620 32622 30903 0 -1 4202560 8592 0 0 0 118 3 0 0 20 0 19 0 338190645 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287684487736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32639] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32639/stat : 32639 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190645 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287683435640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32640] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32640/stat : 32640 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338190645 12137111552 62154 33554432000 1073741824 1073778376 140734937317632 140287682383048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 3.31 3.36 3.49 5/222 32665
/proc/meminfo: memFree=27097704/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=11852648 CPUtime=8.49 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 21792 0 1 0 820 29 0 0 20 0 22 0 338190636 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 2963162 151214 2296 9 0 2953849 0
[pid=32622/tid=32624] ppid=32620 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/32622/task/32624/stat : 32624 (java) S 32620 32622 30903 0 -1 4202560 3420 0 1 0 91 3 0 0 20 0 22 0 338190638 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287872308360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32625] ppid=32620 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/32622/task/32625/stat : 32625 (java) S 32620 32622 30903 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 22 0 338190640 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287861369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32626] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32626/stat : 32626 (java) S 32620 32622 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338190640 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287860316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32627] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32627/stat : 32627 (java) S 32620 32622 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338190640 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287707212328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32628] ppid=32620 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/32622/task/32628/stat : 32628 (java) S 32620 32622 30903 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 338190640 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287706159528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32629] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32629/stat : 32629 (java) S 32620 32622 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338190640 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287705107240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32630] ppid=32620 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/32622/task/32630/stat : 32630 (java) S 32620 32622 30903 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 22 0 338190640 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287704054440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32631] ppid=32620 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/32622/task/32631/stat : 32631 (java) S 32620 32622 30903 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 338190640 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287703002152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32632] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32632/stat : 32632 (java) S 32620 32622 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338190640 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287701949352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32633] ppid=32620 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/32622/task/32633/stat : 32633 (java) S 32620 32622 30903 0 -1 4202560 55 0 0 0 12 1 0 0 20 0 22 0 338190641 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287689750760 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32634] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32634/stat : 32634 (java) S 32620 32622 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338190642 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287688696824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32635] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32635/stat : 32635 (java) S 32620 32622 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338190642 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287687644424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32636] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32636/stat : 32636 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287686592912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32637] ppid=32620 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/32622/task/32637/stat : 32637 (java) S 32620 32622 30903 0 -1 4202560 8104 0 0 0 130 2 0 0 20 0 22 0 338190645 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287685540536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32638] ppid=32620 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/32622/task/32638/stat : 32638 (java) S 32620 32622 30903 0 -1 4202560 8605 0 0 0 138 3 0 0 20 0 22 0 338190645 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287684487736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32639] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32639/stat : 32639 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287683435640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32640] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32640/stat : 32640 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287682383048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32653] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32653/stat : 32653 (java) S 32620 32622 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338190882 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287679223208 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32663] ppid=32620 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/32622/task/32663/stat : 32663 (java) R 32620 32622 30903 0 -1 4202560 11 0 0 0 109 0 0 0 20 0 22 0 338191135 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287681327976 140287742841919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32664] ppid=32620 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/32622/task/32664/stat : 32664 (java) R 32620 32622 30903 0 -1 4202560 60 0 0 0 108 1 0 0 20 0 22 0 338191135 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287678167704 140287742919153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32665] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32665/stat : 32665 (java) S 32620 32622 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338191135 12137111552 151214 33554432000 1073741824 1073778376 140734937317632 140287680275368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=32622/tid=32628] ppid=32620 vsize=11852648 CPUtime=2.98 cores=0,2,4,6
/proc/32622/task/32628/stat : 32628 (java) S 32620 32622 30903 0 -1 4202560 280 0 0 0 292 6 0 0 20 0 22 0 338190640 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287706159528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32629] ppid=32620 vsize=11852648 CPUtime=2.81 cores=0,2,4,6
/proc/32622/task/32629/stat : 32629 (java) S 32620 32622 30903 0 -1 4202560 210 0 0 0 277 4 0 0 20 0 22 0 338190640 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287705107240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32630] ppid=32620 vsize=11852648 CPUtime=2.93 cores=0,2,4,6
/proc/32622/task/32630/stat : 32630 (java) S 32620 32622 30903 0 -1 4202560 258 0 0 0 288 5 0 0 20 0 22 0 338190640 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287704054440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32631] ppid=32620 vsize=11852648 CPUtime=2.71 cores=0,2,4,6
/proc/32622/task/32631/stat : 32631 (java) S 32620 32622 30903 0 -1 4202560 257 0 0 0 268 3 0 0 20 0 22 0 338190640 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287703002152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32632] ppid=32620 vsize=11852648 CPUtime=2.72 cores=0,2,4,6
/proc/32622/task/32632/stat : 32632 (java) S 32620 32622 30903 0 -1 4202560 231 0 0 0 269 3 0 0 20 0 22 0 338190640 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287701949352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32633] ppid=32620 vsize=11852648 CPUtime=107.34 cores=0,2,4,6
/proc/32622/task/32633/stat : 32633 (java) S 32620 32622 30903 0 -1 4202560 481 0 0 0 10716 18 0 0 20 0 22 0 338190641 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287689750760 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32634] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32634/stat : 32634 (java) S 32620 32622 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338190642 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287688696824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32635] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32635/stat : 32635 (java) S 32620 32622 30903 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338190642 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287687644424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32636] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32636/stat : 32636 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287686592912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32637] ppid=32620 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/32622/task/32637/stat : 32637 (java) S 32620 32622 30903 0 -1 4202560 8106 0 0 0 144 2 0 0 20 0 22 0 338190645 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287685540536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32638] ppid=32620 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/32622/task/32638/stat : 32638 (java) S 32620 32622 30903 0 -1 4202560 8624 0 0 0 180 3 0 0 20 0 22 0 338190645 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287684487736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32639] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32639/stat : 32639 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287683435640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32640] ppid=32620 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/32622/task/32640/stat : 32640 (java) S 32620 32622 30903 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 338190645 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287682383048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32677] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32677/stat : 32677 (java) S 32620 32622 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338193615 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287681328552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32724] ppid=32620 vsize=11852648 CPUtime=182.75 cores=0,2,4,6
/proc/32622/task/32724/stat : 32724 (java) R 32620 32622 30903 0 -1 4202560 5 0 0 0 18273 2 0 0 20 0 22 0 338256916 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287678169936 140287742872400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32725] ppid=32620 vsize=11852648 CPUtime=182.68 cores=0,2,4,6
/proc/32622/task/32725/stat : 32725 (java) R 32620 32622 30903 0 -1 4202560 3 0 0 0 18266 2 0 0 20 0 22 0 338256916 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287680272768 140287742734096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32726] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32726/stat : 32726 (java) S 32620 32622 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338256916 12137111552 511757 33554432000 1073741824 1073778376 140734937317632 140287679222568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1655.89
Current children cumulated vsize (KiB) 11852648

[startup+942.301 s]
/proc/loadavg: 3.78 3.67 3.57 5/221 378
/proc/meminfo: memFree=23073572/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=11852648 CPUtime=1769.92 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 24822 0 1 0 176851 141 0 0 20 0 22 0 338190636 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 2963162 514895 2297 9 0 2953849 0
[pid=32622/tid=32624] ppid=32620 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/32622/task/32624/stat : 32624 (java) S 32620 32622 30903 0 -1 4202560 3565 0 1 0 102 4 0 0 20 0 22 0 338190638 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287872308360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32625] ppid=32620 vsize=11852648 CPUtime=3.16 cores=0,2,4,6
/proc/32622/task/32625/stat : 32625 (java) S 32620 32622 30903 0 -1 4202560 276 0 0 0 312 4 0 0 20 0 22 0 338190640 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287861369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32626] ppid=32620 vsize=11852648 CPUtime=3.05 cores=0,2,4,6
/proc/32622/task/32626/stat : 32626 (java) S 32620 32622 30903 0 -1 4202560 246 0 0 0 301 4 0 0 20 0 22 0 338190640 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287860316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32627] ppid=32620 vsize=11852648 CPUtime=2.88 cores=0,2,4,6
/proc/32622/task/32627/stat : 32627 (java) S 32620 32622 30903 0 -1 4202560 256 0 0 0 283 5 0 0 20 0 22 0 338190640 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287707212328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32628] ppid=32620 vsize=11852648 CPUtime=3.15 cores=0,2,4,6
/proc/32622/task/32628/stat : 32628 (java) S 32620 32622 30903 0 -1 4202560 280 0 0 0 309 6 0 0 20 0 22 0 338190640 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287706159528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32629] ppid=32620 vsize=11852648 CPUtime=2.95 cores=0,2,4,6
/proc/32622/task/32629/stat : 32629 (java) S 32620 32622 30903 0 -1 4202560 224 0 0 0 291 4 0 0 20 0 22 0 338190640 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287705107240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32630] ppid=32620 vsize=11852648 CPUtime=3.06 cores=0,2,4,6
/proc/32622/task/32630/stat : 32630 (java) S 32620 32622 30903 0 -1 4202560 266 0 0 0 301 5 0 0 20 0 22 0 338190640 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287704054440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32631] ppid=32620 vsize=11852648 CPUtime=2.89 cores=0,2,4,6
/proc/32622/task/32631/stat : 32631 (java) S 32620 32622 30903 0 -1 4202560 275 0 0 0 286 3 0 0 20 0 22 0 338190640 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287703002152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32632] ppid=32620 vsize=11852648 CPUtime=2.89 cores=0,2,4,6
/proc/32622/task/32632/stat : 32632 (java) S 32620 32622 30903 0 -1 4202560 234 0 0 0 285 4 0 0 20 0 22 0 338190640 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287701949352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32633] ppid=32620 vsize=11852648 CPUtime=113.82 cores=0,2,4,6
/proc/32622/task/32633/stat : 32633 (java) S 32620 32622 30903 0 -1 4202560 491 0 0 0 11363 19 0 0 20 0 22 0 338190641 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287689750760 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32634] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32634/stat : 32634 (java) S 32620 32622 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338190642 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287688696824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32635] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32635/stat : 32635 (java) S 32620 32622 30903 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338190642 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287687644424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32636] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32636/stat : 32636 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287686592912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32637] ppid=32620 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/32622/task/32637/stat : 32637 (java) S 32620 32622 30903 0 -1 4202560 8106 0 0 0 144 2 0 0 20 0 22 0 338190645 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287685540536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32638] ppid=32620 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/32622/task/32638/stat : 32638 (java) S 32620 32622 30903 0 -1 4202560 8624 0 0 0 180 3 0 0 20 0 22 0 338190645 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287684487736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32639] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32639/stat : 32639 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287683435640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32640] ppid=32620 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/32622/task/32640/stat : 32640 (java) S 32620 32622 30903 0 -1 4202560 55 0 0 0 16 20 0 0 20 0 22 0 338190645 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287682383048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32677] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32677/stat : 32677 (java) S 32620 32622 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338193615 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287681328552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32724] ppid=32620 vsize=11852648 CPUtime=235.8 cores=0,2,4,6
/proc/32622/task/32724/stat : 32724 (java) R 32620 32622 30903 0 -1 4202560 7 0 0 0 23577 3 0 0 20 0 22 0 338256916 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287678169936 140287742872341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32725] ppid=32620 vsize=11852648 CPUtime=235.72 cores=0,2,4,6
/proc/32622/task/32725/stat : 32725 (java) R 32620 32622 30903 0 -1 4202560 3 0 0 0 23569 3 0 0 20 0 22 0 338256916 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287680272768 140287742751083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32726] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32726/stat : 32726 (java) S 32620 32622 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338256916 12137111552 514895 33554432000 1073741824 1073778376 140734937317632 140287679222568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1769.92
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+957.007 s]
/proc/loadavg: 3.83 3.68 3.58 6/221 378
/proc/meminfo: memFree=23071524/32873844 swapFree=7124/7124
[pid=32622] ppid=32620 vsize=11852648 CPUtime=1797.76 cores=0,2,4,6
/proc/32622/stat : 32622 (java) S 32620 32622 30903 0 -1 4202496 24838 0 1 0 179634 142 0 0 20 0 22 0 338190636 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140734937308768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32622/statm: 2963162 515420 2297 9 0 2953849 0
[pid=32622/tid=32624] ppid=32620 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/32622/task/32624/stat : 32624 (java) S 32620 32622 30903 0 -1 4202560 3567 0 1 0 102 4 0 0 20 0 22 0 338190638 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287872308360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32625] ppid=32620 vsize=11852648 CPUtime=3.19 cores=0,2,4,6
/proc/32622/task/32625/stat : 32625 (java) S 32620 32622 30903 0 -1 4202560 276 0 0 0 315 4 0 0 20 0 22 0 338190640 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287861369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32626] ppid=32620 vsize=11852648 CPUtime=3.17 cores=0,2,4,6
/proc/32622/task/32626/stat : 32626 (java) S 32620 32622 30903 0 -1 4202560 248 0 0 0 313 4 0 0 20 0 22 0 338190640 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287860316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32627] ppid=32620 vsize=11852648 CPUtime=2.91 cores=0,2,4,6
/proc/32622/task/32627/stat : 32627 (java) S 32620 32622 30903 0 -1 4202560 261 0 0 0 286 5 0 0 20 0 22 0 338190640 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287707212328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32628] ppid=32620 vsize=11852648 CPUtime=3.22 cores=0,2,4,6
/proc/32622/task/32628/stat : 32628 (java) S 32620 32622 30903 0 -1 4202560 280 0 0 0 316 6 0 0 20 0 22 0 338190640 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287706159528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32629] ppid=32620 vsize=11852648 CPUtime=3.02 cores=0,2,4,6
/proc/32622/task/32629/stat : 32629 (java) S 32620 32622 30903 0 -1 4202560 224 0 0 0 297 5 0 0 20 0 22 0 338190640 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287705107240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32630] ppid=32620 vsize=11852648 CPUtime=3.09 cores=0,2,4,6
/proc/32622/task/32630/stat : 32630 (java) S 32620 32622 30903 0 -1 4202560 266 0 0 0 303 6 0 0 20 0 22 0 338190640 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287704054440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32631] ppid=32620 vsize=11852648 CPUtime=2.97 cores=0,2,4,6
/proc/32622/task/32631/stat : 32631 (java) S 32620 32622 30903 0 -1 4202560 275 0 0 0 293 4 0 0 20 0 22 0 338190640 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287703002152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32632] ppid=32620 vsize=11852648 CPUtime=2.93 cores=0,2,4,6
/proc/32622/task/32632/stat : 32632 (java) S 32620 32622 30903 0 -1 4202560 240 0 0 0 289 4 0 0 20 0 22 0 338190640 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287701949352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32633] ppid=32620 vsize=11852648 CPUtime=115.62 cores=0,2,4,6
/proc/32622/task/32633/stat : 32633 (java) S 32620 32622 30903 0 -1 4202560 492 0 0 0 11543 19 0 0 20 0 22 0 338190641 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287689750760 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32634] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32634/stat : 32634 (java) S 32620 32622 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338190642 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287688696824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32635] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32635/stat : 32635 (java) S 32620 32622 30903 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338190642 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287687644424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32636] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32636/stat : 32636 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287686592912 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32637] ppid=32620 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/32622/task/32637/stat : 32637 (java) S 32620 32622 30903 0 -1 4202560 8106 0 0 0 144 2 0 0 20 0 22 0 338190645 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287685540536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32622/tid=32638] ppid=32620 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/32622/task/32638/stat : 32638 (java) S 32620 32622 30903 0 -1 4202560 8624 0 0 0 180 3 0 0 20 0 22 0 338190645 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287684487736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32622/tid=32639] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32639/stat : 32639 (java) S 32620 32622 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338190645 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287683435640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32640] ppid=32620 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/32622/task/32640/stat : 32640 (java) S 32620 32622 30903 0 -1 4202560 55 0 0 0 16 20 0 0 20 0 22 0 338190645 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287682383048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32677] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32677/stat : 32677 (java) S 32620 32622 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338193615 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287681328552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32724] ppid=32620 vsize=11852648 CPUtime=248.56 cores=0,2,4,6
/proc/32622/task/32724/stat : 32724 (java) R 32620 32622 30903 0 -1 4202560 7 0 0 0 24853 3 0 0 20 0 22 0 338256916 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287678169936 140287742800362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32622/tid=32725] ppid=32620 vsize=11852648 CPUtime=248.48 cores=0,2,4,6
/proc/32622/task/32725/stat : 32725 (java) R 32620 32622 30903 0 -1 4202560 3 0 0 0 24845 3 0 0 20 0 22 0 338256916 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287680272640 140287742734108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32622/tid=32726] ppid=32620 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32622/task/32726/stat : 32726 (java) S 32620 32622 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338256916 12137111552 515420 33554432000 1073741824 1073778376 140734937317632 140287679222568 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32622 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=819146
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=654748
# CPU time returned by wait4() is 1796.47
# while last known CPU time is 1797.76
#
# 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): 2.27
#  lost CPU user time (s): 2.46011
#  lost CPU system time (s): -0.19

Real time (s): 957.038
CPU time (s): 1800.03
CPU user time (s): 1798.8
CPU system time (s): 1.23
CPU usage (%): 188.083
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.82
system time used= 1.65475
maximum resident set size= 2061796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24869
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= 28325
involuntary context switches= 49025

runsolver used 3.60045 second user time and 8.80466 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 12:50:52
IDJOB=3737262
IDBENCH=48209
IDSOLVER=2328
FILE ID=node134/3737262-1338720652
RUNJOBID= node134-1338713778-30919
PBS_JOBID= 14636743
Free space on /tmp= 70360 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737262-1338720652/watcher-3737262-1338720652 -o /tmp/evaluation-result-3737262-1338720652/solver-3737262-1338720652 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737262-1338720652.opb

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=650844178

node134.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.278
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.56
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.278
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		: 2667.278
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.59
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.278
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		: 2667.278
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.278
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.57
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.278
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:       32873844 kB
MemFree:        27537860 kB
Buffers:          485232 kB
Cached:          3303404 kB
SwapCached:           76 kB
Active:          2384096 kB
Inactive:        2049700 kB
Active(anon):     636772 kB
Inactive(anon):    10496 kB
Active(file):    1747324 kB
Inactive(file):  2039204 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        651428 kB
Mapped:            19336 kB
Shmem:                96 kB
Slab:             761316 kB
SReclaimable:     202832 kB
SUnreclaim:       558484 kB
KernelStack:        1656 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70356 MiB
End job on node134 at 2012-06-03 13:06:52