Trace number 4081269

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)6 1800.62 900.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
MD5SUM4dfe0aab63c58302cf08520fc713ceae
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables372
Total number of constraints421
Number of constraints which are clauses345
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 372
Biggest coefficient in the objective function 220
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 983
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 220
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 983
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081269-1465226387.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.19	c ... done. Wall clock time 0.084s.
0.11/0.19	c declared #vars     372
0.11/0.19	c #constraints  422
0.11/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
0.11/0.19	c org.sat4j.specs.Constr$1 => 1
0.11/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
0.11/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 338
0.11/0.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.11/0.19	c 422 constraints processed.
0.11/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 338
0.11/0.19	c org.sat4j.specs.Constr$1 => 1
0.11/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7
0.11/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
0.11/0.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.11/0.19	c 422 constraints processed.
0.11/0.19	c objective function length is 372 literals
0.26/0.20	c And the winner is solver1
0.26/0.69	c SATISFIABLE
0.26/0.69	c OPTIMIZING...
0.26/0.69	c Got one! Elapsed wall clock time (in seconds):0.589
0.26/0.69	o 12
0.61/0.88	c And the winner is solver1
1.35/1.20	c Got one! Elapsed wall clock time (in seconds):1.098
1.35/1.20	o 11
1.71/1.30	c And the winner is solver1
2.19/1.71	c Got one! Elapsed wall clock time (in seconds):1.601
2.19/1.71	o 10
3.08/2.02	c cleaning 2834 clauses out of 5668 with flag 10691/5668
4.04/2.46	c cleaning 4417 clauses out of 8834 with flag 27294/11668
4.51/2.66	c And the winner is solver1
4.65/2.71	c Got one! Elapsed wall clock time (in seconds):2.605
4.65/2.71	o 9
4.83/2.89	c cleaning 4768 clauses out of 9548 with flag 5454/16799
5.93/3.34	c cleaning 5390 clauses out of 10780 with flag 21490/22799
6.96/3.82	c cleaning 6195 clauses out of 12389 with flag 40463/29798
8.26/4.44	c cleaning 7097 clauses out of 14195 with flag 62550/37799
9.52/5.09	c cleaning 8047 clauses out of 16097 with flag 87859/46798
11.21/5.89	c cleaning 9026 clauses out of 18051 with flag 116812/56799
11.39/5.95	c And the winner is solver1
11.52/6.22	c Got one! Elapsed wall clock time (in seconds):6.116
11.52/6.22	o 8
12.38/6.61	c cleaning 7465 clauses out of 14946 with flag 13603/62720
13.17/7.03	c cleaning 6738 clauses out of 13482 with flag 30180/68721
14.23/7.55	c cleaning 6869 clauses out of 13743 with flag 49240/75720
15.43/8.13	c cleaning 7434 clauses out of 14874 with flag 71731/83720
16.63/8.80	c cleaning 8214 clauses out of 16440 with flag 97628/92720
18.23/9.55	c cleaning 9106 clauses out of 18226 with flag 125145/102720
20.11/10.42	c cleaning 10055 clauses out of 20120 with flag 155501/113720
21.71/11.25	c cleaning 11032 clauses out of 22065 with flag 189475/125720
23.52/12.14	c cleaning 12017 clauses out of 24033 with flag 227248/138720
25.79/13.29	c cleaning 13005 clauses out of 26016 with flag 268355/152720
28.58/14.67	c cleaning 14005 clauses out of 28011 with flag 314416/167720
31.57/16.16	c cleaning 15001 clauses out of 30006 with flag 363045/183720
34.88/17.75	c cleaning 16002 clauses out of 32005 with flag 412991/200720
37.65/19.18	c cleaning 17002 clauses out of 34003 with flag 464655/218720
41.05/20.89	c cleaning 18001 clauses out of 36001 with flag 517774/237720
45.33/22.93	c cleaning 19000 clauses out of 38000 with flag 573132/257720
49.12/24.81	c cleaning 20000 clauses out of 40000 with flag 632778/278720
49.32/24.92	c And the winner is solver1
49.40/25.24	c Got one! Elapsed wall clock time (in seconds):25.133
49.40/25.24	o 7
49.91/25.59	c cleaning 12741 clauses out of 25498 with flag 10760/284218
50.91/26.01	c cleaning 9364 clauses out of 18757 with flag 28467/290218
51.72/26.46	c cleaning 8182 clauses out of 16391 with flag 48588/297216
52.71/26.95	c cleaning 8094 clauses out of 16209 with flag 71131/305216
53.91/27.52	c cleaning 8549 clauses out of 17116 with flag 96330/314217
55.10/28.18	c cleaning 9283 clauses out of 18566 with flag 125093/324216
56.71/28.95	c cleaning 10139 clauses out of 20284 with flag 156986/335217
58.34/29.80	c cleaning 11060 clauses out of 22144 with flag 192527/347216
60.41/30.77	c cleaning 12038 clauses out of 24084 with flag 230448/360216
62.41/31.78	c cleaning 13025 clauses out of 26050 with flag 270687/374220
64.81/32.91	c cleaning 14011 clauses out of 28021 with flag 314082/389216
67.01/34.10	c cleaning 15006 clauses out of 30011 with flag 360431/405217
69.62/35.37	c cleaning 15993 clauses out of 32005 with flag 410916/422217
72.41/36.75	c cleaning 16996 clauses out of 34013 with flag 465933/440218
75.40/38.20	c cleaning 18008 clauses out of 36015 with flag 521644/459216
78.61/39.80	c cleaning 19003 clauses out of 38007 with flag 578210/479216
81.60/41.38	c cleaning 19997 clauses out of 40004 with flag 639227/500216
85.41/43.24	c cleaning 21004 clauses out of 42009 with flag 701778/522218
89.42/45.27	c cleaning 22001 clauses out of 44004 with flag 770003/545217
93.62/47.34	c cleaning 22999 clauses out of 46007 with flag 841263/569221
98.32/49.62	c cleaning 24000 clauses out of 48003 with flag 915021/594216
102.52/51.76	c cleaning 25002 clauses out of 50003 with flag 989764/620216
106.51/53.79	c cleaning 26000 clauses out of 52001 with flag 1066222/647216
111.71/56.35	c cleaning 27001 clauses out of 54001 with flag 1150836/675216
116.91/58.94	c cleaning 28000 clauses out of 56000 with flag 1238022/704216
122.52/61.77	c cleaning 29001 clauses out of 58001 with flag 1325109/734217
128.51/64.75	c cleaning 30000 clauses out of 59999 with flag 1412794/765216
134.71/67.86	c cleaning 30998 clauses out of 61999 with flag 1503665/797216
141.12/71.06	c cleaning 32001 clauses out of 64001 with flag 1597768/830216
147.32/74.13	c cleaning 32997 clauses out of 66000 with flag 1689706/864216
153.33/77.16	c cleaning 34002 clauses out of 68003 with flag 1785258/899216
160.12/80.58	c cleaning 34998 clauses out of 70002 with flag 1879365/935217
167.32/84.11	c cleaning 36002 clauses out of 72003 with flag 1981101/972216
174.72/87.85	c cleaning 37002 clauses out of 74003 with flag 2086895/1010218
182.31/91.66	c cleaning 37992 clauses out of 76002 with flag 2193980/1049219
191.11/96.06	c cleaning 38997 clauses out of 78007 with flag 2315963/1089216
201.05/100.95	c cleaning 39995 clauses out of 80012 with flag 2430395/1130218
211.45/106.19	c cleaning 40998 clauses out of 82015 with flag 2551220/1172216
222.53/111.65	c cleaning 42003 clauses out of 84018 with flag 2672553/1215217
232.13/116.46	c cleaning 43008 clauses out of 86015 with flag 2817674/1259217
242.01/121.37	c cleaning 43998 clauses out of 88006 with flag 2946608/1304216
252.20/126.48	c cleaning 45000 clauses out of 90008 with flag 3073879/1350216
262.61/131.69	c cleaning 46001 clauses out of 92010 with flag 3207967/1397218
274.01/137.33	c cleaning 46993 clauses out of 94007 with flag 3340746/1445216
284.80/142.72	c cleaning 47993 clauses out of 96015 with flag 3489927/1494217
295.40/148.07	c cleaning 49001 clauses out of 98022 with flag 3651743/1544217
306.40/153.51	c cleaning 50003 clauses out of 100020 with flag 3813119/1595216
317.80/159.29	c cleaning 50998 clauses out of 102018 with flag 3960708/1647217
330.40/165.51	c cleaning 52009 clauses out of 104019 with flag 4120967/1700216
343.00/171.80	c cleaning 52992 clauses out of 106010 with flag 4291338/1754216
355.00/177.81	c cleaning 54008 clauses out of 108018 with flag 4469812/1809216
369.40/185.00	c cleaning 54994 clauses out of 110010 with flag 4639794/1865216
384.19/192.44	c cleaning 56000 clauses out of 112017 with flag 4805570/1922217
398.40/199.55	c cleaning 57005 clauses out of 114016 with flag 4959403/1980216
415.98/208.40	c cleaning 58003 clauses out of 116011 with flag 5125657/2039216
433.00/216.93	c cleaning 58997 clauses out of 118009 with flag 5315557/2099217
448.65/224.75	c cleaning 59992 clauses out of 120011 with flag 5489777/2160216
464.24/232.58	c cleaning 61007 clauses out of 122019 with flag 5655953/2222216
479.63/240.22	c cleaning 61997 clauses out of 124012 with flag 5832788/2285216
497.70/249.20	c cleaning 63003 clauses out of 126015 with flag 6004309/2349216
519.00/259.80	c cleaning 64006 clauses out of 128013 with flag 6179411/2414217
528.43/264.54	c And the winner is solver1
528.60/264.96	c Got one! Elapsed wall clock time (in seconds):264.856
528.60/264.96	o 6
530.34/265.86	c cleaning 54269 clauses out of 108538 with flag 13590/2458748
531.57/266.49	c cleaning 30126 clauses out of 60267 with flag 29861/2464746
532.76/267.03	c cleaning 18548 clauses out of 37141 with flag 49206/2471746
533.97/267.61	c cleaning 13291 clauses out of 26593 with flag 72322/2479746
535.17/268.25	c cleaning 11137 clauses out of 22302 with flag 97561/2488746
536.57/268.98	c cleaning 10568 clauses out of 21165 with flag 126037/2498746
538.20/269.78	c cleaning 10793 clauses out of 21598 with flag 157264/2509747
540.01/270.63	c cleaning 11399 clauses out of 22805 with flag 190970/2521747
541.80/271.57	c cleaning 12202 clauses out of 24405 with flag 227407/2534746
544.03/272.64	c cleaning 13103 clauses out of 26205 with flag 266027/2548748
546.23/273.71	c cleaning 14050 clauses out of 28100 with flag 308330/2563746
548.23/274.79	c cleaning 15026 clauses out of 30051 with flag 353779/2579747
550.64/275.97	c cleaning 16001 clauses out of 32025 with flag 401580/2596747
553.25/277.30	c cleaning 17005 clauses out of 34023 with flag 452688/2614746
556.26/278.71	c cleaning 18004 clauses out of 36018 with flag 506559/2633746
559.46/280.37	c cleaning 19004 clauses out of 38015 with flag 565881/2653747
562.88/282.05	c cleaning 20005 clauses out of 40010 with flag 627391/2674746
566.09/283.64	c cleaning 21004 clauses out of 42007 with flag 689958/2696748
569.29/285.29	c cleaning 22001 clauses out of 44001 with flag 757026/2719746
573.12/287.19	c cleaning 22987 clauses out of 46000 with flag 824870/2743746
577.34/289.26	c cleaning 24000 clauses out of 48016 with flag 896880/2768749
581.54/291.39	c cleaning 25003 clauses out of 50013 with flag 972407/2794746
585.96/293.57	c cleaning 26005 clauses out of 52012 with flag 1050875/2821748
590.55/295.90	c cleaning 27002 clauses out of 54005 with flag 1132196/2849746
595.36/298.27	c cleaning 27997 clauses out of 56005 with flag 1217280/2878748
600.54/300.89	c cleaning 29002 clauses out of 58007 with flag 1304392/2908747
606.20/303.66	c cleaning 29996 clauses out of 60004 with flag 1391308/2939746
611.99/306.50	c cleaning 30998 clauses out of 62008 with flag 1484530/2971746
618.38/309.78	c cleaning 32005 clauses out of 64010 with flag 1579494/3004746
626.50/313.78	c cleaning 32999 clauses out of 66005 with flag 1678307/3038746
635.15/318.09	c cleaning 33989 clauses out of 68006 with flag 1779518/3073746
643.98/322.70	c cleaning 35009 clauses out of 70017 with flag 1882966/3109746
652.84/327.04	c cleaning 36004 clauses out of 72008 with flag 1989208/3146746
662.07/331.60	c cleaning 37003 clauses out of 74005 with flag 2102743/3184747
671.75/336.43	c cleaning 38001 clauses out of 76001 with flag 2215728/3223746
683.02/342.00	c cleaning 38997 clauses out of 78001 with flag 2339581/3263747
694.69/347.88	c cleaning 39998 clauses out of 80003 with flag 2461822/3304746
706.51/353.72	c cleaning 40996 clauses out of 82005 with flag 2591984/3346746
718.99/359.96	c cleaning 42003 clauses out of 84010 with flag 2721587/3389747
730.81/365.87	c cleaning 42999 clauses out of 86006 with flag 2857950/3433746
742.42/371.66	c cleaning 43983 clauses out of 88007 with flag 2997459/3478746
753.48/377.18	c cleaning 45004 clauses out of 90025 with flag 3130300/3524747
762.27/381.58	c cleaning 46005 clauses out of 92020 with flag 3264215/3571746
771.07/385.96	c cleaning 47003 clauses out of 94015 with flag 3403387/3619746
779.27/390.05	c cleaning 48004 clauses out of 96012 with flag 3547871/3668746
788.27/394.51	c cleaning 48992 clauses out of 98010 with flag 3689105/3718748
797.74/399.24	c cleaning 49991 clauses out of 100016 with flag 3830384/3769746
808.33/404.51	c cleaning 51004 clauses out of 102026 with flag 3972252/3821747
818.13/409.49	c cleaning 52004 clauses out of 104021 with flag 4115966/3874746
828.94/414.86	c cleaning 53007 clauses out of 106017 with flag 4264379/3928746
839.94/420.32	c cleaning 54003 clauses out of 108010 with flag 4415905/3983746
853.97/427.30	c cleaning 55004 clauses out of 110008 with flag 4580920/4039747
867.97/434.36	c cleaning 55997 clauses out of 112003 with flag 4755166/4096746
883.78/442.25	c cleaning 56998 clauses out of 114007 with flag 4937666/4154747
900.16/450.49	c cleaning 57991 clauses out of 116008 with flag 5119322/4213746
914.36/457.59	c cleaning 59003 clauses out of 118017 with flag 5297903/4273746
929.76/465.22	c cleaning 60005 clauses out of 120015 with flag 5479069/4334747
944.96/472.86	c cleaning 60996 clauses out of 122010 with flag 5667648/4396747
961.75/481.27	c cleaning 62002 clauses out of 124013 with flag 5861188/4459746
978.95/489.82	c cleaning 63002 clauses out of 126012 with flag 6053336/4523747
996.16/498.47	c cleaning 64003 clauses out of 128009 with flag 6244872/4588746
1012.35/506.51	c cleaning 65001 clauses out of 130008 with flag 6433628/4654748
1030.55/515.62	c cleaning 65996 clauses out of 132007 with flag 6639043/4721748
1048.96/524.83	c cleaning 67000 clauses out of 134009 with flag 6852851/4789746
1067.54/534.14	c cleaning 67998 clauses out of 136009 with flag 7074145/4858746
1086.93/543.85	c cleaning 69002 clauses out of 138011 with flag 7303355/4928746
1105.61/553.36	c cleaning 69998 clauses out of 140009 with flag 7515584/4999746
1126.39/563.70	c cleaning 71002 clauses out of 142012 with flag 7732496/5071747
1147.79/574.40	c cleaning 71999 clauses out of 144009 with flag 7949397/5144746
1167.59/584.38	c cleaning 72998 clauses out of 146010 with flag 8174900/5218746
1187.99/594.56	c cleaning 74003 clauses out of 148012 with flag 8399914/5293746
1209.58/605.32	c cleaning 74997 clauses out of 150009 with flag 8633156/5369746
1230.99/616.08	c cleaning 76003 clauses out of 152012 with flag 8858878/5446746
1254.57/627.87	c cleaning 76995 clauses out of 154010 with flag 9087163/5524747
1276.57/638.88	c cleaning 78006 clauses out of 156016 with flag 9316756/5603748
1293.77/647.41	c cleaning 78999 clauses out of 158009 with flag 9550075/5683747
1312.38/656.73	c cleaning 79986 clauses out of 160011 with flag 9790938/5764748
1329.37/665.26	c cleaning 81011 clauses out of 162024 with flag 10034070/5846747
1348.76/674.95	c cleaning 82002 clauses out of 164013 with flag 10276622/5929747
1368.76/684.97	c cleaning 82993 clauses out of 166010 with flag 10522293/6013746
1387.37/694.27	c cleaning 83997 clauses out of 168018 with flag 10776874/6098747
1407.96/704.50	c cleaning 85004 clauses out of 170021 with flag 11045103/6184747
1429.76/715.43	c cleaning 86003 clauses out of 172016 with flag 11302555/6271746
1449.83/725.40	c cleaning 86996 clauses out of 174013 with flag 11568644/6359746
1469.43/735.20	c cleaning 88000 clauses out of 176017 with flag 11842275/6448746
1491.02/746.05	c cleaning 88996 clauses out of 178018 with flag 12115240/6538747
1513.43/757.24	c cleaning 90006 clauses out of 180022 with flag 12388187/6629747
1537.03/769.06	c cleaning 90998 clauses out of 182015 with flag 12665199/6721746
1561.41/781.26	c cleaning 92003 clauses out of 184018 with flag 12955124/6814747
1584.92/792.99	c cleaning 92994 clauses out of 186014 with flag 13239459/6908746
1609.54/805.27	c cleaning 94000 clauses out of 188021 with flag 13519044/7003747
1636.14/818.53	c cleaning 94999 clauses out of 190020 with flag 13804967/7099746
1660.33/830.62	c cleaning 95999 clauses out of 192021 with flag 14086953/7196746
1687.11/844.04	c cleaning 97010 clauses out of 194022 with flag 14372211/7294746
1712.92/856.99	c cleaning 98001 clauses out of 196014 with flag 14662202/7393748
1737.12/869.04	c cleaning 99002 clauses out of 198011 with flag 14951158/7493746
1761.23/881.04	c cleaning 100003 clauses out of 200010 with flag 15246193/7594747
1787.63/894.30	c cleaning 100994 clauses out of 202006 with flag 15543614/7696746
1800.03/900.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/900.40	c starts		: 120215
1800.03/900.40	c conflicts		: 7760366
1800.03/900.40	c decisions		: 25169712
1800.03/900.40	c propagations		: 275547140
1800.03/900.40	c inspects		: 10436283499
1800.03/900.40	c shortcuts		: 0
1800.03/900.40	c learnt literals	: 0
1800.03/900.40	c learnt binary clauses	: 0
1800.03/900.40	c learnt ternary clauses	: 0
1800.03/900.40	c learnt constraints	: 7760366
1800.03/900.40	c ignored constraints	: 0
1800.03/900.40	c root simplifications	: 0
1800.03/900.40	c removed literals (reason simplification)	: 656308039
1800.03/900.40	c reason swapping (by a shorter reason)	: 0
1800.03/900.40	c Calls to reduceDB	: 184
1800.03/900.40	c Number of update (reduction) of LBD	: 1863267
1800.03/900.40	c Imported unit clauses	: 0
1800.03/900.40	c number of reductions to clauses (during analyze)	: 0
1800.03/900.40	c number of learned constraints concerned by reduction	: 0
1800.03/900.40	c number of learning phase by resolution	: 0
1800.03/900.40	c number of learning phase by cutting planes	: 0
1800.03/900.40	c speed (assignments/second)	: 433632.81605315383
1800.03/900.40	c non guided choices	0
1800.03/900.43	c learnt constraints type 
1800.03/900.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164633
1800.03/900.43	c >>>>>>>>>> Solver number 1 (7 answers) <<<<<<<<<<<<<<<<<<
1800.03/900.43	c starts		: 34
1800.03/900.43	c conflicts		: 6605
1800.03/900.43	c decisions		: 22333
1800.03/900.43	c propagations		: 152920
1800.03/900.43	c inspects		: 142621164
1800.03/900.43	c shortcuts		: 0
1800.03/900.43	c learnt literals	: 0
1800.03/900.43	c learnt binary clauses	: 0
1800.03/900.43	c learnt ternary clauses	: 0
1800.03/900.43	c learnt constraints	: 6604
1800.03/900.43	c ignored constraints	: 0
1800.03/900.43	c root simplifications	: 0
1800.03/900.43	c removed literals (reason simplification)	: 0
1800.03/900.43	c reason swapping (by a shorter reason)	: 0
1800.03/900.43	c Calls to reduceDB	: 0
1800.03/900.43	c Number of update (reduction) of LBD	: 0
1800.03/900.43	c Imported unit clauses	: 0
1800.03/900.43	c number of reductions to clauses (during analyze)	: 0
1800.03/900.43	c number of learned constraints concerned by reduction	: 0
1800.03/900.43	c number of learning phase by resolution	: 0
1800.03/900.43	c number of learning phase by cutting planes	: 0
1800.03/900.43	c speed (assignments/second)	: 169.86694570522775
1800.03/900.43	c non guided choices	39
1800.03/900.44	c learnt constraints type 
1800.03/900.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6604
1800.03/900.44	s SATISFIABLE
1800.03/900.44	c Found 7 solution(s)
1800.03/900.44	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 
1800.03/900.44	c objective function=6
1800.03/900.44	c Total wall clock time (in seconds): 900.332

Verifier Data

OK	6

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-4081269-1465226387/watcher-4081269-1465226387 -o /tmp/evaluation-result-4081269-1465226387/solver-4081269-1465226387 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465223671-12332 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081269-1465226387.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.02 4.08 3.95 4/197 13320
/proc/meminfo: memFree=31488396/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 104572004 98570240 977 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 24065 977 743 9 0 16771 0
[pid=13320/tid=13321] ppid=13317 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) R 13317 13320 12316 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 104572004 98570240 978 33554432000 1073741824 1073778376 140733929726544 140027929304616 262962759040 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.02 4.08 3.95 4/197 13320
/proc/meminfo: memFree=31488396/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 18 0 104572004 9787879424 6127 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2389619 6127 2158 9 0 2380296 0
[pid=13320/tid=13321] ppid=13317 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) R 13317 13320 12316 0 -1 4202560 2388 0 1 0 8 0 0 0 20 0 18 0 104572004 9787879424 6127 33554432000 1073741824 1073778376 140733929726544 140027929309928 262966144045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 4.02 4.08 3.95 4/197 13320
/proc/meminfo: memFree=31488396/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9691604 CPUtime=0.26 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 4756 0 1 0 25 1 0 0 20 0 20 0 104572004 9924202496 7849 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2422901 7849 2210 9 0 2413578 0
[pid=13320/tid=13321] ppid=13317 vsize=9691604 CPUtime=0.17 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) S 13317 13320 12316 0 -1 4202560 2417 0 1 0 17 0 0 0 20 0 20 0 104572004 9924202496 7849 33554432000 1073741824 1073778376 140733929726544 140027929310072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9691604

[startup+0.300339 s]
/proc/loadavg: 4.02 4.08 3.95 4/197 13320
/proc/meminfo: memFree=31488396/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 4792 0 1 0 25 1 0 0 20 0 19 0 104572004 10060525568 7876 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2456183 7876 2224 9 0 2446860 0
[pid=13320/tid=13321] ppid=13317 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) S 13317 13320 12316 0 -1 4202560 2417 0 1 0 17 0 0 0 20 0 19 0 104572004 10060525568 7876 33554432000 1073741824 1073778376 140733929726544 140027929310072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.700258 s]
/proc/loadavg: 4.02 4.08 3.95 4/197 13320
/proc/meminfo: memFree=31488396/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 4793 0 1 0 25 1 0 0 20 0 19 0 104572004 10060525568 7877 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2456183 7877 2224 9 0 2446860 0
[pid=13320/tid=13321] ppid=13317 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) R 13317 13320 12316 0 -1 4202560 2418 0 1 0 17 0 0 0 20 0 19 0 104572004 10060525568 7877 33554432000 1073741824 1073778376 140733929726544 140027929301296 140027761866081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 4.02 4.08 3.95 4/216 13345
/proc/meminfo: memFree=31423132/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 25147 0 1 0 204 8 0 0 20 0 19 0 104572004 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2456183 22295 2261 9 0 2446860 0
[pid=13320/tid=13321] ppid=13317 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) S 13317 13320 12316 0 -1 4202560 2419 0 1 0 18 0 0 0 20 0 19 0 104572004 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027929310072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13323] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13323/stat : 13323 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572005 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027890801704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13324] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13324/stat : 13324 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572005 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027889748904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13325] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13325/stat : 13325 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572005 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027888696104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13326] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13326/stat : 13326 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572005 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027887643304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13327] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13327/stat : 13327 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572005 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027886590504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13328] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13328/stat : 13328 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572005 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027885537704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13329] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13329/stat : 13329 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572005 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027884484904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13330] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13330/stat : 13330 (java) S 13317 13320 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104572005 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027883432104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13331] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13331/stat : 13331 (java) S 13317 13320 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104572006 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027753360360 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13332] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13332/stat : 13332 (java) S 13317 13320 12316 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104572006 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027752306424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13333] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13333/stat : 13333 (java) S 13317 13320 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104572006 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027751253512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13334] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13334/stat : 13334 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572008 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027750202000 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13335] ppid=13317 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/13320/task/13335/stat : 13335 (java) R 13317 13320 12316 0 -1 4202560 11645 0 0 0 69 2 0 0 20 0 19 0 104572008 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027749126360 140027933398932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13336] ppid=13317 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/13320/task/13336/stat : 13336 (java) R 13317 13320 12316 0 -1 4202560 9732 0 0 0 63 2 0 0 20 0 19 0 104572008 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027748095880 140027932696699 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13337] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13337/stat : 13337 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572009 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140027747043704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13338] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13338/stat : 13338 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104572009 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140026738371016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13341] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13341/stat : 13341 (java) S 13317 13320 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104572024 10060525568 22295 33554432000 1073741824 1073778376 140733929726544 140026735211944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 4.02 4.08 3.95 6/219 13351
/proc/meminfo: memFree=31301348/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9824732 CPUtime=5.48 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 27872 0 1 0 531 17 0 0 20 0 22 0 104572004 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2456183 54787 2284 9 0 2446860 0
[pid=13320/tid=13321] ppid=13317 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) S 13317 13320 12316 0 -1 4202560 2419 0 1 0 19 0 0 0 20 0 22 0 104572004 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027929310072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13323] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13323/stat : 13323 (java) S 13317 13320 12316 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104572005 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027890801704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13324] ppid=13317 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13320/task/13324/stat : 13324 (java) S 13317 13320 12316 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 104572005 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027889748904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13325] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13325/stat : 13325 (java) S 13317 13320 12316 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104572005 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027888696104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13326] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13326/stat : 13326 (java) S 13317 13320 12316 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104572005 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027887643304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13327] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13327/stat : 13327 (java) S 13317 13320 12316 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104572005 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027886590504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13328] ppid=13317 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13320/task/13328/stat : 13328 (java) S 13317 13320 12316 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 104572005 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027885537704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13329] ppid=13317 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13320/task/13329/stat : 13329 (java) S 13317 13320 12316 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 104572005 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027884484904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13330] ppid=13317 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13320/task/13330/stat : 13330 (java) S 13317 13320 12316 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 104572005 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027883432104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13331] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13331/stat : 13331 (java) S 13317 13320 12316 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027753360360 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13332] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13332/stat : 13332 (java) S 13317 13320 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027752306424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13333] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13333/stat : 13333 (java) S 13317 13320 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027751253512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13334] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13334/stat : 13334 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572008 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027750202000 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13335] ppid=13317 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/13320/task/13335/stat : 13335 (java) S 13317 13320 12316 0 -1 4202560 11654 0 0 0 95 3 0 0 20 0 22 0 104572008 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027749149112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13336] ppid=13317 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/13320/task/13336/stat : 13336 (java) S 13317 13320 12316 0 -1 4202560 12231 0 0 0 97 2 0 0 20 0 22 0 104572008 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027748096312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13337] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13337/stat : 13337 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572009 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140027747043704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13338] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13338/stat : 13338 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572009 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140026738371016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13341] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13341/stat : 13341 (java) S 13317 13320 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104572024 10060525568 54787 33554432000 1073741824 1073778376 140733929726544 140026735211944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 4.42 4.16 3.97 5/219 13354
/proc/meminfo: memFree=30971184/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9824732 CPUtime=11.75 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 30023 0 1 0 1137 38 0 0 20 0 22 0 104572004 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2456183 157554 2285 9 0 2446860 0
[pid=13320/tid=13321] ppid=13317 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) S 13317 13320 12316 0 -1 4202560 2419 0 1 0 19 0 0 0 20 0 22 0 104572004 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027929310072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13323] ppid=13317 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13320/task/13323/stat : 13323 (java) S 13317 13320 12316 0 -1 4202560 138 0 0 0 5 3 0 0 20 0 22 0 104572005 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027890801704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13324] ppid=13317 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13320/task/13324/stat : 13324 (java) S 13317 13320 12316 0 -1 4202560 120 0 0 0 4 2 0 0 20 0 22 0 104572005 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027889748904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13325] ppid=13317 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/13320/task/13325/stat : 13325 (java) S 13317 13320 12316 0 -1 4202560 43 0 0 0 6 3 0 0 20 0 22 0 104572005 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027888696104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13326] ppid=13317 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/13320/task/13326/stat : 13326 (java) S 13317 13320 12316 0 -1 4202560 136 0 0 0 5 3 0 0 20 0 22 0 104572005 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027887643304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13327] ppid=13317 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13320/task/13327/stat : 13327 (java) S 13317 13320 12316 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 104572005 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027886590504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13328] ppid=13317 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13320/task/13328/stat : 13328 (java) S 13317 13320 12316 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 22 0 104572005 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027885537704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13329] ppid=13317 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/13320/task/13329/stat : 13329 (java) S 13317 13320 12316 0 -1 4202560 137 0 0 0 8 3 0 0 20 0 22 0 104572005 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027884484904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13330] ppid=13317 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13320/task/13330/stat : 13330 (java) S 13317 13320 12316 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 104572005 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027883432104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13331] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13331/stat : 13331 (java) S 13317 13320 12316 0 -1 4202560 456 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027753360360 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13332] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13332/stat : 13332 (java) S 13317 13320 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027752306424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13333] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13333/stat : 13333 (java) S 13317 13320 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027751253512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13334] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13334/stat : 13334 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572008 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027750202000 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13335] ppid=13317 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/13320/task/13335/stat : 13335 (java) S 13317 13320 12316 0 -1 4202560 11654 0 0 0 98 3 0 0 20 0 22 0 104572008 10060525568 157554 33554432000 1073741824 1073778376 140733929726544 140027749149112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13336] ppid=13317 vsize=9824732 CPUtime=1.12 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.07 4.07 4.00 5/219 13385
/proc/meminfo: memFree=24945408/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9824732 CPUtime=1643.73 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 34774 0 1 0 164207 166 0 0 20 0 22 0 104572004 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2456183 519348 2294 9 0 2446860 0
[pid=13320/tid=13321] ppid=13317 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) S 13317 13320 12316 0 -1 4202560 2423 0 1 0 20 3 0 0 20 0 22 0 104572004 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027929310072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13323] ppid=13317 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/13320/task/13323/stat : 13323 (java) S 13317 13320 12316 0 -1 4202560 454 0 0 0 74 12 0 0 20 0 22 0 104572005 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027890801704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13324] ppid=13317 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/13320/task/13324/stat : 13324 (java) S 13317 13320 12316 0 -1 4202560 411 0 0 0 67 12 0 0 20 0 22 0 104572005 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027889748904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13325] ppid=13317 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/13320/task/13325/stat : 13325 (java) S 13317 13320 12316 0 -1 4202560 260 0 0 0 70 9 0 0 20 0 22 0 104572005 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027888696104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13326] ppid=13317 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13320/task/13326/stat : 13326 (java) S 13317 13320 12316 0 -1 4202560 412 0 0 0 73 12 0 0 20 0 22 0 104572005 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027887643304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13327] ppid=13317 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/13320/task/13327/stat : 13327 (java) S 13317 13320 12316 0 -1 4202560 322 0 0 0 69 12 0 0 20 0 22 0 104572005 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027886590504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13328] ppid=13317 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/13320/task/13328/stat : 13328 (java) S 13317 13320 12316 0 -1 4202560 359 0 0 0 66 11 0 0 20 0 22 0 104572005 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027885537704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13329] ppid=13317 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13320/task/13329/stat : 13329 (java) S 13317 13320 12316 0 -1 4202560 528 0 0 0 73 12 0 0 20 0 22 0 104572005 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027884484904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13330] ppid=13317 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/13320/task/13330/stat : 13330 (java) S 13317 13320 12316 0 -1 4202560 328 0 0 0 61 10 0 0 20 0 22 0 104572005 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027883432104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13331] ppid=13317 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/13320/task/13331/stat : 13331 (java) S 13317 13320 12316 0 -1 4202560 1550 0 0 0 123 5 0 0 20 0 22 0 104572006 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027753360360 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13332] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13332/stat : 13332 (java) S 13317 13320 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027752306424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13333] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13333/stat : 13333 (java) S 13317 13320 12316 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027751253512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13334] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13334/stat : 13334 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572008 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027750202000 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13335] ppid=13317 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/13320/task/13335/stat : 13335 (java) S 13317 13320 12316 0 -1 4202560 11654 0 0 0 98 3 0 0 20 0 22 0 104572008 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027749149112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13336] ppid=13317 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/13320/task/13336/stat : 13336 (java) S 13317 13320 12316 0 -1 4202560 13235 0 0 0 131 3 0 0 20 0 22 0 104572008 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027748096312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13337] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13337/stat : 13337 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572009 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140027747043704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13338] ppid=13317 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/13320/task/13338/stat : 13338 (java) S 13317 13320 12316 0 -1 4202560 46 0 0 0 11 11 0 0 20 0 22 0 104572009 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140026738371016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13341] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13341/stat : 13341 (java) S 13317 13320 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104572024 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140026735211944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13369] ppid=13317 vsize=9824732 CPUtime=555.51 cores=0,2,4,6
/proc/13320/task/13369/stat : 13369 (java) R 13317 13320 12316 0 -1 4202560 20 0 0 0 55541 10 0 0 20 0 22 0 104598501 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140026734149472 140027762252386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13370] ppid=13317 vsize=9824732 CPUtime=555.52 cores=0,2,4,6
/proc/13320/task/13370/stat : 13370 (java) R 13317 13320 12316 0 -1 4202560 26 0 0 0 55544 8 0 0 20 0 22 0 104598501 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140026737313776 140027762054560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13371] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13371/stat : 13371 (java) S 13317 13320 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104598501 10060525568 519348 33554432000 1073741824 1073778376 140733929726544 140026736264872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1643.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.14 4.08 4.01 5/219 13386
/proc/meminfo: memFree=24936992/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9824732 CPUtime=1763.84 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 34925 0 1 0 176216 168 0 0 20 0 22 0 104572004 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2456183 516345 2294 9 0 2446860 0
[pid=13320/tid=13321] ppid=13317 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) S 13317 13320 12316 0 -1 4202560 2423 0 1 0 21 3 0 0 20 0 22 0 104572004 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027929310072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13323] ppid=13317 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/13320/task/13323/stat : 13323 (java) S 13317 13320 12316 0 -1 4202560 522 0 0 0 77 13 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027890801704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13324] ppid=13317 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13320/task/13324/stat : 13324 (java) S 13317 13320 12316 0 -1 4202560 440 0 0 0 73 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027889748904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13325] ppid=13317 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13320/task/13325/stat : 13325 (java) S 13317 13320 12316 0 -1 4202560 287 0 0 0 75 10 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027888696104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13326] ppid=13317 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/13320/task/13326/stat : 13326 (java) S 13317 13320 12316 0 -1 4202560 412 0 0 0 75 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027887643304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13327] ppid=13317 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/13320/task/13327/stat : 13327 (java) S 13317 13320 12316 0 -1 4202560 322 0 0 0 71 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027886590504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13328] ppid=13317 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/13320/task/13328/stat : 13328 (java) S 13317 13320 12316 0 -1 4202560 379 0 0 0 69 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027885537704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13329] ppid=13317 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/13320/task/13329/stat : 13329 (java) S 13317 13320 12316 0 -1 4202560 528 0 0 0 74 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027884484904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13330] ppid=13317 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/13320/task/13330/stat : 13330 (java) S 13317 13320 12316 0 -1 4202560 328 0 0 0 64 10 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027883432104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13331] ppid=13317 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/13320/task/13331/stat : 13331 (java) S 13317 13320 12316 0 -1 4202560 1552 0 0 0 123 5 0 0 20 0 22 0 104572006 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027753360360 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13332] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13332/stat : 13332 (java) S 13317 13320 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027752306424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13333] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13333/stat : 13333 (java) S 13317 13320 12316 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027751253512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13334] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13334/stat : 13334 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572008 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027750202000 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13335] ppid=13317 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/13320/task/13335/stat : 13335 (java) S 13317 13320 12316 0 -1 4202560 11654 0 0 0 98 3 0 0 20 0 22 0 104572008 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027749149112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13336] ppid=13317 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/13320/task/13336/stat : 13336 (java) S 13317 13320 12316 0 -1 4202560 13235 0 0 0 131 3 0 0 20 0 22 0 104572008 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027748096312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13337] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13337/stat : 13337 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572009 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027747043704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13338] ppid=13317 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13320/task/13338/stat : 13338 (java) S 13317 13320 12316 0 -1 4202560 50 0 0 0 11 12 0 0 20 0 22 0 104572009 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026738371016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13341] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13341/stat : 13341 (java) S 13317 13320 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104572024 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026735211944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13369] ppid=13317 vsize=9824732 CPUtime=615.45 cores=0,2,4,6
/proc/13320/task/13369/stat : 13369 (java) R 13317 13320 12316 0 -1 4202560 21 0 0 0 61534 11 0 0 20 0 22 0 104598501 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026734149472 140027762277039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13370] ppid=13317 vsize=9824732 CPUtime=615.45 cores=0,2,4,6
/proc/13320/task/13370/stat : 13370 (java) R 13317 13320 12316 0 -1 4202560 26 0 0 0 61536 9 0 0 20 0 22 0 104598501 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026737313776 140027763030420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13371] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13371/stat : 13371 (java) S 13317 13320 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104598501 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026736264872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1763.84
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.401 s]
/proc/loadavg: 3.97 4.04 4.00 6/219 13470
/proc/meminfo: memFree=28056208/32872528 swapFree=11320/319964
[pid=13320] ppid=13317 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/13320/stat : 13320 (java) S 13317 13320 12316 0 -1 4202496 34925 0 1 0 179834 169 0 0 20 0 22 0 104572004 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140733929717680 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13320/statm: 2456183 516345 2294 9 0 2446860 0
[pid=13320/tid=13321] ppid=13317 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/13320/task/13321/stat : 13321 (java) S 13317 13320 12316 0 -1 4202560 2423 0 1 0 21 3 0 0 20 0 22 0 104572004 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027929310072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13323] ppid=13317 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/13320/task/13323/stat : 13323 (java) S 13317 13320 12316 0 -1 4202560 522 0 0 0 77 13 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027890801704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13324] ppid=13317 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13320/task/13324/stat : 13324 (java) S 13317 13320 12316 0 -1 4202560 440 0 0 0 73 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027889748904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13325] ppid=13317 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13320/task/13325/stat : 13325 (java) S 13317 13320 12316 0 -1 4202560 287 0 0 0 75 10 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027888696104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13326] ppid=13317 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/13320/task/13326/stat : 13326 (java) S 13317 13320 12316 0 -1 4202560 412 0 0 0 75 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027887643304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13327] ppid=13317 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/13320/task/13327/stat : 13327 (java) S 13317 13320 12316 0 -1 4202560 322 0 0 0 71 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027886590504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13328] ppid=13317 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/13320/task/13328/stat : 13328 (java) S 13317 13320 12316 0 -1 4202560 379 0 0 0 69 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027885537704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13329] ppid=13317 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/13320/task/13329/stat : 13329 (java) S 13317 13320 12316 0 -1 4202560 528 0 0 0 74 12 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027884484904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13330] ppid=13317 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/13320/task/13330/stat : 13330 (java) S 13317 13320 12316 0 -1 4202560 328 0 0 0 64 10 0 0 20 0 22 0 104572005 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027883432104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13331] ppid=13317 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/13320/task/13331/stat : 13331 (java) S 13317 13320 12316 0 -1 4202560 1552 0 0 0 123 5 0 0 20 0 22 0 104572006 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027753360360 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13332] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13332/stat : 13332 (java) S 13317 13320 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027752306424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13333] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13333/stat : 13333 (java) S 13317 13320 12316 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104572006 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027751253512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13334] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13334/stat : 13334 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572008 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027750202000 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13335] ppid=13317 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/13320/task/13335/stat : 13335 (java) S 13317 13320 12316 0 -1 4202560 11654 0 0 0 98 3 0 0 20 0 22 0 104572008 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027749149112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13336] ppid=13317 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/13320/task/13336/stat : 13336 (java) S 13317 13320 12316 0 -1 4202560 13235 0 0 0 131 3 0 0 20 0 22 0 104572008 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027748096312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13337] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13337/stat : 13337 (java) S 13317 13320 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104572009 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140027747043704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13320/tid=13338] ppid=13317 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13320/task/13338/stat : 13338 (java) S 13317 13320 12316 0 -1 4202560 50 0 0 0 11 12 0 0 20 0 22 0 104572009 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026738371016 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13341] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13341/stat : 13341 (java) S 13317 13320 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104572024 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026735211944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13320/tid=13369] ppid=13317 vsize=9824732 CPUtime=633.54 cores=0,2,4,6
/proc/13320/task/13369/stat : 13369 (java) R 13317 13320 12316 0 -1 4202560 21 0 0 0 63343 11 0 0 20 0 22 0 104598501 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026734149472 140027762376275 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13320/tid=13370] ppid=13317 vsize=9824732 CPUtime=633.54 cores=0,2,4,6
/proc/13320/task/13370/stat : 13370 (java) R 13317 13320 12316 0 -1 4202560 26 0 0 0 63343 11 0 0 20 0 22 0 104598501 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026737313776 140027762482384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13320/tid=13371] ppid=13317 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13320/task/13371/stat : 13371 (java) S 13317 13320 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104598501 10060525568 516345 33554432000 1073741824 1073778376 140733929726544 140026736264872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 13320 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 900.47
CPU time (s): 1800.62
CPU user time (s): 1798.49
CPU system time (s): 2.13168
CPU usage (%): 199.965
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 2.13167
maximum resident set size= 3036936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34969
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23199
involuntary context switches= 22388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2732 second user time and 7.67583 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-06 17:19:47
IDJOB=4081269
IDBENCH=2222
IDSOLVER=2543
FILE ID=node128/4081269-1465226387
RUNJOBID= node128-1465223671-12332
PBS_JOBID= 19843236
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081269-1465226387/watcher-4081269-1465226387 -o /tmp/evaluation-result-4081269-1465226387/solver-4081269-1465226387 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465223671-12332 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081269-1465226387.opb

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

MD5SUM BENCH= 4dfe0aab63c58302cf08520fc713ceae
RANDOM SEED=617848443

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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:        31489040 kB
Buffers:           16596 kB
Cached:            79744 kB
SwapCached:         1660 kB
Active:           310456 kB
Inactive:          38448 kB
Active(anon):     254288 kB
Inactive(anon):      512 kB
Active(file):      56168 kB
Inactive(file):    37936 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098448 kB
Dirty:              2072 kB
Writeback:             0 kB
AnonPages:        528812 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             568008 kB
SReclaimable:      11328 kB
SUnreclaim:       556680 kB
KernelStack:        1592 kB
PageTables:         4860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1012152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node128 at 2016-06-06 17:34:48