Trace number 3688726

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-98 1800.56 934.439

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
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-144
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688726-1337879485.opb
0.08/0.13	c reading problem ... 
1.26/0.67	c ... done. Wall clock time 0.544s.
1.26/0.67	c declared #vars     1000
1.26/0.67	c internal #vars     7326
1.26/0.67	c #constraints  14154
1.26/0.67	c constraints type 
1.26/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1.26/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.26/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.26/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1.26/0.67	c 14154 constraints processed.
1.26/0.67	c constraints type 
1.26/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.26/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6326
1.26/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
1.26/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1.26/0.67	c 14154 constraints processed.
1.26/0.67	c objective function length is 500 literals
4.35/1.46	c  And the winner is solver1
4.74/1.68	c SATISFIABLE
4.74/1.68	c OPTIMIZING...
4.74/1.68	c Got one! Elapsed wall clock time (in seconds):1.547
4.74/1.68	o -12
4.82/1.73	c  And the winner is solver1
4.94/2.18	c Got one! Elapsed wall clock time (in seconds):2.05
4.94/2.18	o -13
5.01/2.25	c  And the winner is solver1
5.22/2.68	c Got one! Elapsed wall clock time (in seconds):2.552
5.22/2.68	o -14
5.28/2.74	c  And the winner is solver1
5.39/3.18	c Got one! Elapsed wall clock time (in seconds):3.054
5.39/3.18	o -15
5.43/3.24	c  And the winner is solver1
5.52/3.68	c Got one! Elapsed wall clock time (in seconds):3.556
5.52/3.68	o -25
5.56/3.73	c  And the winner is solver1
5.64/4.18	c Got one! Elapsed wall clock time (in seconds):4.058
5.64/4.19	o -26
5.66/4.23	c  And the winner is solver1
5.75/4.69	c Got one! Elapsed wall clock time (in seconds):4.559
5.75/4.69	o -27
5.78/4.73	c  And the winner is solver1
5.91/5.19	c Got one! Elapsed wall clock time (in seconds):5.06
5.91/5.19	o -28
5.95/5.27	c  And the winner is solver1
6.15/5.69	c Got one! Elapsed wall clock time (in seconds):5.561
6.15/5.69	o -29
6.17/5.73	c  And the winner is solver1
6.26/6.19	c Got one! Elapsed wall clock time (in seconds):6.063
6.26/6.19	o -31
6.28/6.25	c  And the winner is solver1
6.40/6.69	c Got one! Elapsed wall clock time (in seconds):6.564
6.40/6.69	o -32
6.40/6.74	c  And the winner is solver1
6.50/7.19	c Got one! Elapsed wall clock time (in seconds):7.065
6.50/7.19	o -33
6.50/7.27	c  And the winner is solver1
6.73/7.69	c Got one! Elapsed wall clock time (in seconds):7.566
6.73/7.69	o -34
6.75/7.74	c  And the winner is solver1
6.85/8.19	c Got one! Elapsed wall clock time (in seconds):8.067
6.85/8.19	o -35
6.85/8.24	c  And the winner is solver1
6.95/8.70	c Got one! Elapsed wall clock time (in seconds):8.568
6.95/8.70	o -36
6.96/8.77	c  And the winner is solver1
7.13/9.20	c Got one! Elapsed wall clock time (in seconds):9.069
7.13/9.20	o -37
7.13/9.28	c  And the winner is solver1
7.32/9.70	c Got one! Elapsed wall clock time (in seconds):9.57
7.32/9.70	o -38
7.32/9.77	c  And the winner is solver1
7.53/10.20	c Got one! Elapsed wall clock time (in seconds):10.071
7.53/10.20	o -39
7.53/10.29	c  And the winner is solver1
7.73/10.70	c Got one! Elapsed wall clock time (in seconds):10.572
7.73/10.70	o -40
7.73/10.78	c  And the winner is solver1
7.95/11.20	c Got one! Elapsed wall clock time (in seconds):11.073
7.95/11.20	o -41
8.15/11.30	c  And the winner is solver1
8.16/11.70	c Got one! Elapsed wall clock time (in seconds):11.574
8.16/11.70	o -42
8.16/11.77	c  And the winner is solver1
8.31/12.20	c Got one! Elapsed wall clock time (in seconds):12.074
8.31/12.20	o -43
8.31/12.26	c  And the winner is solver1
8.46/12.70	c Got one! Elapsed wall clock time (in seconds):12.575
8.46/12.70	o -47
8.46/12.76	c  And the winner is solver1
8.60/13.20	c Got one! Elapsed wall clock time (in seconds):13.076
8.60/13.20	o -48
8.60/13.25	c  And the winner is solver1
8.70/13.70	c Got one! Elapsed wall clock time (in seconds):13.577
8.70/13.70	o -49
8.92/13.80	c  And the winner is solver1
8.94/14.21	c Got one! Elapsed wall clock time (in seconds):14.078
8.94/14.21	o -50
8.94/14.25	c  And the winner is solver1
9.05/14.71	c Got one! Elapsed wall clock time (in seconds):14.579
9.05/14.71	o -54
9.05/14.77	c  And the winner is solver1
9.20/15.21	c Got one! Elapsed wall clock time (in seconds):15.08
9.20/15.21	o -55
9.20/15.28	c  And the winner is solver1
9.35/15.71	c Got one! Elapsed wall clock time (in seconds):15.581
9.35/15.71	o -56
9.58/15.82	c  And the winner is solver1
9.65/16.21	c Got one! Elapsed wall clock time (in seconds):16.081
9.65/16.21	o -57
9.65/16.28	c  And the winner is solver1
9.79/16.71	c Got one! Elapsed wall clock time (in seconds):16.582
9.79/16.71	o -58
9.97/16.81	c  And the winner is solver1
10.00/17.21	c Got one! Elapsed wall clock time (in seconds):17.083
10.00/17.21	o -61
10.00/17.27	c  And the winner is solver1
10.14/17.71	c Got one! Elapsed wall clock time (in seconds):17.584
10.14/17.71	o -62
10.14/17.77	c  And the winner is solver1
10.31/18.21	c Got one! Elapsed wall clock time (in seconds):18.085
10.31/18.21	o -63
10.31/18.26	c  And the winner is solver1
10.42/18.71	c Got one! Elapsed wall clock time (in seconds):18.586
10.42/18.71	o -64
10.42/18.76	c  And the winner is solver1
10.54/19.21	c Got one! Elapsed wall clock time (in seconds):19.087
10.54/19.21	o -65
10.54/19.29	c  And the winner is solver1
10.70/19.72	c Got one! Elapsed wall clock time (in seconds):19.588
10.70/19.72	o -66
10.70/19.77	c  And the winner is solver1
10.82/20.22	c Got one! Elapsed wall clock time (in seconds):20.089
10.82/20.22	o -68
10.82/20.27	c  And the winner is solver1
10.94/20.72	c Got one! Elapsed wall clock time (in seconds):20.59
10.94/20.72	o -69
11.36/20.99	c  And the winner is solver1
11.54/21.22	c Got one! Elapsed wall clock time (in seconds):21.09
11.54/21.22	o -70
15.22/23.07	c  And the winner is solver1
15.39/23.22	c Got one! Elapsed wall clock time (in seconds):23.092
15.39/23.22	o -71
18.58/24.88	c cleaning 5021 clauses out of 10042 with flag 3000/10042
27.41/29.29	c cleaning 5509 clauses out of 11021 with flag 9000/16042
37.53/34.39	c cleaning 6251 clauses out of 12512 with flag 16000/23042
49.25/40.23	c cleaning 7125 clauses out of 14261 with flag 24000/31042
62.21/46.88	c cleaning 8065 clauses out of 16136 with flag 33000/40042
77.08/54.34	c cleaning 9033 clauses out of 18071 with flag 43000/50042
93.01/62.31	c cleaning 10017 clauses out of 20038 with flag 54000/61042
102.47/67.12	c  And the winner is solver0
102.59/67.23	c Got one! Elapsed wall clock time (in seconds):67.102
102.59/67.23	o -84
109.42/70.63	c cleaning 10833 clauses out of 21666 with flag 5001/72687
115.91/74.00	c cleaning 8416 clauses out of 16832 with flag 11000/78686
122.50/77.49	c cleaning 7705 clauses out of 15416 with flag 18000/85686
133.09/82.87	c cleaning 7851 clauses out of 15711 with flag 26000/93686
143.46/88.16	c  And the winner is solver0
143.71/88.31	c Got one! Elapsed wall clock time (in seconds):88.18
143.71/88.31	o -86
150.11/91.59	c cleaning 9824 clauses out of 19648 with flag 5000/105474
156.96/95.19	c cleaning 7910 clauses out of 15825 with flag 11001/111475
163.11/98.33	c cleaning 7454 clauses out of 14915 with flag 18001/118475
173.26/103.57	c cleaning 7726 clauses out of 15461 with flag 26001/126475
185.46/109.77	c cleaning 8344 clauses out of 16734 with flag 35000/135474
197.90/116.11	c cleaning 9188 clauses out of 18403 with flag 45013/145487
231.34/132.96	c  And the winner is solver1
231.48/133.40	c Got one! Elapsed wall clock time (in seconds):133.277
231.48/133.40	o -87
238.48/136.94	c cleaning 11427 clauses out of 22853 with flag 5000/159125
243.85/139.79	c  And the winner is solver1
244.02/139.91	c Got one! Elapsed wall clock time (in seconds):139.78
244.02/139.91	o -88
250.24/143.07	c cleaning 10885 clauses out of 21780 with flag 5001/169479
255.15/145.66	c cleaning 8322 clauses out of 16895 with flag 11001/175479
264.78/150.64	c cleaning 7769 clauses out of 15575 with flag 18003/182481
283.78/160.20	c cleaning 7823 clauses out of 15805 with flag 26002/190480
297.74/167.36	c cleaning 8382 clauses out of 16980 with flag 35000/199478
312.26/174.75	c  And the winner is solver1
312.41/175.19	c Got one! Elapsed wall clock time (in seconds):175.059
312.41/175.19	o -89
318.29/178.10	c cleaning 11275 clauses out of 22549 with flag 5001/213429
324.84/181.67	c cleaning 8551 clauses out of 17273 with flag 11000/219428
334.37/186.59	c cleaning 7848 clauses out of 15727 with flag 18005/226433
349.95/194.46	c  And the winner is solver1
350.09/194.92	c Got one! Elapsed wall clock time (in seconds):194.796
350.09/194.92	o -90
356.12/197.98	c cleaning 9297 clauses out of 18701 with flag 5004/237255
363.84/201.93	c cleaning 7655 clauses out of 15401 with flag 11001/243252
374.84/207.60	c cleaning 7276 clauses out of 14746 with flag 18001/250252
387.26/213.94	c cleaning 7702 clauses out of 15469 with flag 26000/258251
402.81/221.86	c  And the winner is solver1
402.94/222.32	c Got one! Elapsed wall clock time (in seconds):222.19
402.94/222.32	o -91
407.95/224.81	c cleaning 9718 clauses out of 19573 with flag 5003/270057
416.68/229.32	c cleaning 7867 clauses out of 15918 with flag 11066/276120
427.20/234.86	c cleaning 7473 clauses out of 14996 with flag 18011/283065
457.26/249.94	c cleaning 7749 clauses out of 15519 with flag 26007/291061
499.11/270.98	c  And the winner is solver1
499.30/271.39	c Got one! Elapsed wall clock time (in seconds):271.261
499.30/271.39	o -92
505.88/274.64	c cleaning 10707 clauses out of 21415 with flag 5001/304706
513.33/278.59	c cleaning 8267 clauses out of 16711 with flag 11004/310709
523.76/284.06	c cleaning 7687 clauses out of 15440 with flag 18000/317705
555.22/299.88	c cleaning 7864 clauses out of 15763 with flag 26010/325715
595.06/319.81	c cleaning 8440 clauses out of 16895 with flag 35006/334711
631.25/338.03	c cleaning 9223 clauses out of 18449 with flag 45000/344705
671.71/358.45	c cleaning 10113 clauses out of 20226 with flag 56000/355705
703.31/374.31	c cleaning 11062 clauses out of 22126 with flag 68013/367718
764.34/404.80	c cleaning 12023 clauses out of 24059 with flag 81008/380713
801.88/423.79	c  And the winner is solver1
802.13/424.28	c Got one! Elapsed wall clock time (in seconds):424.149
802.13/424.28	o -93
808.83/427.62	c cleaning 13634 clauses out of 27268 with flag 5004/395945
815.99/431.59	c cleaning 9807 clauses out of 19632 with flag 11002/401943
825.24/436.37	c cleaning 8376 clauses out of 16826 with flag 18003/408944
840.31/444.09	c cleaning 8188 clauses out of 16452 with flag 26005/416946
857.18/452.69	c cleaning 8556 clauses out of 17262 with flag 35003/425944
872.80/460.74	c cleaning 9334 clauses out of 18704 with flag 45001/435942
917.60/483.25	c cleaning 10169 clauses out of 20374 with flag 56005/446946
945.56/497.38	c cleaning 11065 clauses out of 22201 with flag 68001/458942
995.45/522.33	c cleaning 12005 clauses out of 24135 with flag 81000/471941
1051.83/550.73	c cleaning 13033 clauses out of 26130 with flag 95000/485941
1097.31/573.50	c cleaning 14050 clauses out of 28105 with flag 110008/500949
1154.05/602.04	c cleaning 15023 clauses out of 30047 with flag 126000/516941
1188.36/619.34	c  And the winner is solver1
1188.47/619.66	c Got one! Elapsed wall clock time (in seconds):619.535
1188.47/619.66	o -94
1193.94/622.49	c cleaning 14369 clauses out of 28739 with flag 5003/530656
1206.14/628.94	c cleaning 10167 clauses out of 20371 with flag 11004/536657
1220.75/636.44	c cleaning 8572 clauses out of 17206 with flag 18006/543659
1240.48/646.54	c cleaning 8213 clauses out of 16628 with flag 26000/551653
1269.52/661.20	c cleaning 8664 clauses out of 17416 with flag 35001/560654
1310.28/681.96	c cleaning 9357 clauses out of 18803 with flag 45052/570705
1331.84/692.96	c cleaning 10174 clauses out of 20396 with flag 56002/581655
1381.99/718.44	c cleaning 11072 clauses out of 22223 with flag 68003/593656
1448.78/752.14	c cleaning 11987 clauses out of 24148 with flag 81000/606653
1509.46/782.64	c  And the winner is solver1
1509.59/782.88	c Got one! Elapsed wall clock time (in seconds):782.757
1509.59/782.88	o -95
1516.07/786.12	c cleaning 14833 clauses out of 29856 with flag 5007/624348
1523.81/790.31	c cleaning 10470 clauses out of 21016 with flag 11000/630341
1531.37/794.45	c cleaning 8760 clauses out of 17555 with flag 18009/637350
1541.13/799.81	c cleaning 8355 clauses out of 16786 with flag 26000/645341
1556.16/807.60	c cleaning 8666 clauses out of 17431 with flag 35000/654341
1573.13/816.49	c cleaning 9334 clauses out of 18765 with flag 45000/664341
1607.60/833.92	c cleaning 10207 clauses out of 20434 with flag 56003/675344
1624.96/843.12	c  And the winner is solver1
1625.02/843.58	c Got one! Elapsed wall clock time (in seconds):843.449
1625.02/843.58	o -97
1630.93/846.58	c cleaning 11269 clauses out of 22538 with flag 5000/687655
1640.87/851.89	c cleaning 8589 clauses out of 17270 with flag 11001/693656
1651.19/857.36	c cleaning 7816 clauses out of 15683 with flag 18003/700658
1670.18/867.12	c cleaning 7869 clauses out of 15865 with flag 26001/708656
1684.56/874.89	c cleaning 8475 clauses out of 16997 with flag 35002/717657
1725.42/895.52	c  And the winner is solver1
1725.50/895.64	c Got one! Elapsed wall clock time (in seconds):895.517
1725.50/895.64	o -98
1731.68/898.73	c cleaning 11490 clauses out of 23151 with flag 5000/732286
1738.39/902.44	c cleaning 8814 clauses out of 17664 with flag 11003/738289
1755.38/911.20	c cleaning 7894 clauses out of 15847 with flag 18000/745286
1774.53/921.30	c cleaning 7932 clauses out of 15953 with flag 26000/753286
1800.16/934.41	c starts		: 99
1800.16/934.41	c conflicts		: 10834
1800.16/934.41	c decisions		: 678199
1800.16/934.41	c propagations		: 8347882
1800.16/934.41	c inspects		: 1009388314
1800.16/934.41	c shortcuts		: 0
1800.16/934.41	c learnt literals	: 0
1800.16/934.41	c learnt binary clauses	: 0
1800.16/934.41	c learnt ternary clauses	: 0
1800.16/934.41	c learnt constraints	: 10833
1800.16/934.41	c ignored constraints	: 0
1800.16/934.41	c root simplifications	: 0
1800.16/934.41	c removed literals (reason simplification)	: 0
1800.16/934.41	c reason swapping (by a shorter reason)	: 0
1800.16/934.41	c Calls to reduceDB	: 0
1800.16/934.41	c number of reductions to clauses (during analyze)	: 0
1800.16/934.41	c number of learned constraints concerned by reduction	: 0
1800.16/934.41	c number of learning phase by resolution	: 0
1800.16/934.41	c number of learning phase by cutting planes	: 0
1800.16/934.41	c speed (assignments/second)	: 9866.283261356197
1800.16/934.41	c non guided choices	39
1800.16/934.42	c learnt constraints type 
1800.16/934.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.16/934.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10825
1800.16/934.42	c constraints type 
1800.16/934.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1800.16/934.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.16/934.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.16/934.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1800.16/934.42	c 14155 constraints processed.
1800.16/934.42	c constraints type 
1800.16/934.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.16/934.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6326
1800.16/934.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.16/934.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1800.16/934.42	c 14155 constraints processed.
1800.16/934.42	s SATISFIABLE
1800.16/934.42	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 
1800.16/934.42	c objective function=-98
1800.16/934.42	c Total wall clock time (in seconds): 934.291

Verifier Data

OK	-98

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-3688726-1337879485/watcher-3688726-1337879485 -o /tmp/evaluation-result-3688726-1337879485/solver-3688726-1337879485 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688726-1337879485.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.69 3.77 3.81 4/197 24668
/proc/meminfo: memFree=27963092/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24668/stat : 24668 (java) D 24666 24668 22059 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254075488 9515008 182 33554432000 1073741824 1073778376 140737088264528 140737088255560 233411788469 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24668/statm: 2323 182 140 9 0 71 0

[startup+0.013588 s]
/proc/loadavg: 3.69 3.77 3.81 4/197 24668
/proc/meminfo: memFree=27963092/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 1260 0 0 0 0 0 0 0 20 0 2 0 254075488 98570240 962 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 24065 970 738 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100237 s]
/proc/loadavg: 3.69 3.77 3.81 4/197 24668
/proc/meminfo: memFree=27963092/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 4219 0 1 0 7 1 0 0 20 0 18 0 254075488 9787813888 4908 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2389603 4908 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30026 s]
/proc/loadavg: 3.69 3.77 3.81 4/197 24668
/proc/meminfo: memFree=27963092/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 5822 0 1 0 42 2 0 0 20 0 18 0 254075488 9787813888 8164 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2389603 8164 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700247 s]
/proc/loadavg: 3.69 3.77 3.81 4/197 24668
/proc/meminfo: memFree=27963092/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9691540 CPUtime=1.57 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 17578 0 1 0 150 7 0 0 20 0 20 0 254075488 9924136960 45415 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2422885 45415 2245 9 0 2413578 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9691540

[startup+1.50084 s]
/proc/loadavg: 3.69 3.77 3.81 7/219 24690
/proc/meminfo: memFree=27756368/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9824668 CPUtime=4.68 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 29168 0 1 0 454 14 0 0 20 0 19 0 254075488 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2456167 57235 2269 9 0 2446860 0
[pid=24668/tid=24670] ppid=24666 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/24668/task/24670/stat : 24670 (java) S 24666 24668 22059 0 -1 4202560 2588 0 1 0 60 4 0 0 20 0 19 0 254075489 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574823572472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24671] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24671/stat : 24671 (java) S 24666 24668 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574667393576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24672] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24672/stat : 24672 (java) S 24666 24668 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574666340776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24673] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24673/stat : 24673 (java) S 24666 24668 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574665287976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24674] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24674/stat : 24674 (java) S 24666 24668 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574664235176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24675] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24675/stat : 24675 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574663183400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24676] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24676/stat : 24676 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574662130600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24677] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24677/stat : 24677 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574661077800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24678] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24678/stat : 24678 (java) S 24666 24668 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574660025000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24679] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24679/stat : 24679 (java) S 24666 24668 22059 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574647826920 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24680] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24680/stat : 24680 (java) S 24666 24668 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574646772984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24681] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24681/stat : 24681 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574645720072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24682] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24682/stat : 24682 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574644668560 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24683] ppid=24666 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/24668/task/24683/stat : 24683 (java) R 24666 24668 22059 0 -1 4202560 12120 0 0 0 116 4 0 0 20 0 19 0 254075495 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574643603312 140574829414962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24684] ppid=24666 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/24668/task/24684/stat : 24684 (java) R 24666 24668 22059 0 -1 4202560 13041 0 0 0 119 3 0 0 20 0 19 0 254075495 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574642551176 233415157353 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24685] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24685/stat : 24685 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574641511288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24686] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24686/stat : 24686 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574640458696 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24690] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24690/stat : 24690 (java) S 24666 24668 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254075558 10060460032 57235 33554432000 1073741824 1073778376 140736026592032 140574636245800 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824668

[startup+3.10064 s]
/proc/loadavg: 3.69 3.77 3.81 3/216 24693
/proc/meminfo: memFree=27742360/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9824668 CPUtime=5.39 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 29232 0 1 0 519 20 0 0 20 0 19 0 254075488 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2456167 57278 2271 9 0 2446860 0
[pid=24668/tid=24670] ppid=24666 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/24668/task/24670/stat : 24670 (java) S 24666 24668 22059 0 -1 4202560 2589 0 1 0 61 4 0 0 20 0 19 0 254075489 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574823572472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24671] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24671/stat : 24671 (java) S 24666 24668 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574667393576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24672] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24672/stat : 24672 (java) S 24666 24668 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574666340776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24673] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24673/stat : 24673 (java) S 24666 24668 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574665287976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24674] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24674/stat : 24674 (java) S 24666 24668 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574664235176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24675] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24675/stat : 24675 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574663183400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24676] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24676/stat : 24676 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574662130600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24677] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24677/stat : 24677 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574661077800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24678] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24678/stat : 24678 (java) S 24666 24668 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574660025000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24679] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24679/stat : 24679 (java) S 24666 24668 22059 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574647826920 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24680] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24680/stat : 24680 (java) S 24666 24668 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574646772984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24681] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24681/stat : 24681 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574645720072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24682] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24682/stat : 24682 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574644668560 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24683] ppid=24666 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/24668/task/24683/stat : 24683 (java) S 24666 24668 22059 0 -1 4202560 12152 0 0 0 134 4 0 0 20 0 19 0 254075495 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574643616696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24684] ppid=24666 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/24668/task/24684/stat : 24684 (java) S 24666 24668 22059 0 -1 4202560 13052 0 0 0 132 3 0 0 20 0 19 0 254075495 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574642563896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24685] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24685/stat : 24685 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574641511288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24686] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24686/stat : 24686 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574640458696 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24690] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24690/stat : 24690 (java) S 24666 24668 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254075558 10060460032 57278 33554432000 1073741824 1073778376 140736026592032 140574636245800 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 9824668

[startup+6.30075 s]
/proc/loadavg: 3.55 3.74 3.80 3/216 24714
/proc/meminfo: memFree=27726220/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9824668 CPUtime=6.4 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 29341 0 1 0 603 37 0 0 20 0 19 0 254075488 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2456167 59870 2276 9 0 2446860 0
[pid=24668/tid=24670] ppid=24666 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24668/task/24670/stat : 24670 (java) S 24666 24668 22059 0 -1 4202560 2591 0 1 0 62 4 0 0 20 0 19 0 254075489 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574823572472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24671] ppid=24666 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24668/task/24671/stat : 24671 (java) S 24666 24668 22059 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254075491 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574667393576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24672] ppid=24666 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24668/task/24672/stat : 24672 (java) S 24666 24668 22059 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254075491 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574666340776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24673] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24673/stat : 24673 (java) S 24666 24668 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574665287976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24674] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24674/stat : 24674 (java) S 24666 24668 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574664235176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24675] ppid=24666 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24668/task/24675/stat : 24675 (java) S 24666 24668 22059 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 254075491 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574663183400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24676] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24676/stat : 24676 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574662130600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24677] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24677/stat : 24677 (java) S 24666 24668 22059 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574661077800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24678] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24678/stat : 24678 (java) S 24666 24668 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254075491 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574660025000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24679] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24679/stat : 24679 (java) S 24666 24668 22059 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574647826920 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24680] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24680/stat : 24680 (java) S 24666 24668 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574646772984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24681] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24681/stat : 24681 (java) S 24666 24668 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254075492 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574645720072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24682] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24682/stat : 24682 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574644668560 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24683] ppid=24666 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/24668/task/24683/stat : 24683 (java) S 24666 24668 22059 0 -1 4202560 12156 0 0 0 139 4 0 0 20 0 19 0 254075495 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574643616696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24684] ppid=24666 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/24668/task/24684/stat : 24684 (java) S 24666 24668 22059 0 -1 4202560 13066 0 0 0 140 3 0 0 20 0 19 0 254075495 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574642563896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24685] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24685/stat : 24685 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574641511288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24686] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24686/stat : 24686 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254075495 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574640458696 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24690] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24690/stat : 24690 (java) S 24666 24668 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254075558 10060460032 59870 33554432000 1073741824 1073778376 140736026592032 140574636245800 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 9824668

############

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

[startup+822.301 s]
/proc/loadavg: 3.78 3.90 3.82 5/219 24916
/proc/meminfo: memFree=26848696/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9824668 CPUtime=1584.29 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 35799 0 1 0 158119 310 0 0 20 0 22 0 254075488 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2456167 434129 2289 9 0 2446860 0
[pid=24668/tid=24670] ppid=24666 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/24668/task/24670/stat : 24670 (java) S 24666 24668 22059 0 -1 4202560 2636 0 1 0 67 7 0 0 20 0 22 0 254075489 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574823572472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24671] ppid=24666 vsize=9824668 CPUtime=3.24 cores=1,3,5,7
/proc/24668/task/24671/stat : 24671 (java) S 24666 24668 22059 0 -1 4202560 314 0 0 0 309 15 0 0 20 0 22 0 254075491 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574667393576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24672] ppid=24666 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/24668/task/24672/stat : 24672 (java) S 24666 24668 22059 0 -1 4202560 298 0 0 0 289 14 0 0 20 0 22 0 254075491 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574666340776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24673] ppid=24666 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/24668/task/24673/stat : 24673 (java) S 24666 24668 22059 0 -1 4202560 317 0 0 0 303 12 0 0 20 0 22 0 254075491 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574665287976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24674] ppid=24666 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/24668/task/24674/stat : 24674 (java) S 24666 24668 22059 0 -1 4202560 324 0 0 0 289 14 0 0 20 0 22 0 254075491 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574664235176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24675] ppid=24666 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/24668/task/24675/stat : 24675 (java) S 24666 24668 22059 0 -1 4202560 278 0 0 0 277 13 0 0 20 0 22 0 254075491 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574663183400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24676] ppid=24666 vsize=9824668 CPUtime=3.08 cores=1,3,5,7
/proc/24668/task/24676/stat : 24676 (java) S 24666 24668 22059 0 -1 4202560 329 0 0 0 296 12 0 0 20 0 22 0 254075491 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574662130600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24677] ppid=24666 vsize=9824668 CPUtime=3.05 cores=1,3,5,7
/proc/24668/task/24677/stat : 24677 (java) S 24666 24668 22059 0 -1 4202560 339 0 0 0 292 13 0 0 20 0 22 0 254075491 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574661077800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24678] ppid=24666 vsize=9824668 CPUtime=3.18 cores=1,3,5,7
/proc/24668/task/24678/stat : 24678 (java) S 24666 24668 22059 0 -1 4202560 310 0 0 0 305 13 0 0 20 0 22 0 254075491 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574660025000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24679] ppid=24666 vsize=9824668 CPUtime=33.54 cores=1,3,5,7
/proc/24668/task/24679/stat : 24679 (java) S 24666 24668 22059 0 -1 4202560 1681 0 0 0 3324 30 0 0 20 0 22 0 254075492 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574647826920 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24680] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24680/stat : 24680 (java) S 24666 24668 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254075492 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574646772984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24681] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24681/stat : 24681 (java) S 24666 24668 22059 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 254075492 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574645720072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24682] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24682/stat : 24682 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254075495 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574644668560 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24683] ppid=24666 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/24668/task/24683/stat : 24683 (java) S 24666 24668 22059 0 -1 4202560 12210 0 0 0 183 4 0 0 20 0 22 0 254075495 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574643616696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24684] ppid=24666 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/24668/task/24684/stat : 24684 (java) S 24666 24668 22059 0 -1 4202560 13111 0 0 0 180 3 0 0 20 0 22 0 254075495 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574642563896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24685] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24685/stat : 24685 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254075495 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574641511288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24686] ppid=24666 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/24668/task/24686/stat : 24686 (java) S 24666 24668 22059 0 -1 4202560 47 0 0 0 26 20 0 0 20 0 22 0 254075495 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574640458696 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24822] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24822/stat : 24822 (java) S 24666 24668 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254084320 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574639404712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24852] ppid=24666 vsize=9824668 CPUtime=34.49 cores=1,3,5,7
/proc/24668/task/24852/stat : 24852 (java) R 24666 24668 22059 0 -1 4202560 3 0 0 0 3449 0 0 0 20 0 22 0 254153777 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574638349408 140574696854275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24853] ppid=24666 vsize=9824668 CPUtime=34.52 cores=1,3,5,7
/proc/24668/task/24853/stat : 24853 (java) R 24666 24668 22059 0 -1 4202560 7 0 0 0 3452 0 0 0 20 0 22 0 254153777 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574637297432 140574696876213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24854] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24854/stat : 24854 (java) S 24666 24668 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254153777 10060460032 434129 33554432000 1073741824 1073778376 140736026592032 140574636246312 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1584.29
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.77 3.87 3.81 5/219 24920
/proc/meminfo: memFree=25477928/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9824668 CPUtime=1698.93 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 36590 0 1 0 169575 318 0 0 20 0 22 0 254075488 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2456167 440810 2289 9 0 2446860 0
[pid=24668/tid=24670] ppid=24666 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/24668/task/24670/stat : 24670 (java) S 24666 24668 22059 0 -1 4202560 2641 0 1 0 68 7 0 0 20 0 22 0 254075489 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574823572472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24671] ppid=24666 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/24668/task/24671/stat : 24671 (java) S 24666 24668 22059 0 -1 4202560 419 0 0 0 326 15 0 0 20 0 22 0 254075491 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574667393576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24672] ppid=24666 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/24668/task/24672/stat : 24672 (java) S 24666 24668 22059 0 -1 4202560 319 0 0 0 307 15 0 0 20 0 22 0 254075491 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574666340776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24673] ppid=24666 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/24668/task/24673/stat : 24673 (java) S 24666 24668 22059 0 -1 4202560 340 0 0 0 323 12 0 0 20 0 22 0 254075491 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574665287976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24674] ppid=24666 vsize=9824668 CPUtime=3.24 cores=1,3,5,7
/proc/24668/task/24674/stat : 24674 (java) S 24666 24668 22059 0 -1 4202560 349 0 0 0 309 15 0 0 20 0 22 0 254075491 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574664235176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24675] ppid=24666 vsize=9824668 CPUtime=3.05 cores=1,3,5,7
/proc/24668/task/24675/stat : 24675 (java) S 24666 24668 22059 0 -1 4202560 294 0 0 0 292 13 0 0 20 0 22 0 254075491 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574663183400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24676] ppid=24666 vsize=9824668 CPUtime=3.25 cores=1,3,5,7
/proc/24668/task/24676/stat : 24676 (java) S 24666 24668 22059 0 -1 4202560 375 0 0 0 312 13 0 0 20 0 22 0 254075491 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574662130600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24677] ppid=24666 vsize=9824668 CPUtime=3.23 cores=1,3,5,7
/proc/24668/task/24677/stat : 24677 (java) S 24666 24668 22059 0 -1 4202560 362 0 0 0 309 14 0 0 20 0 22 0 254075491 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574661077800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24678] ppid=24666 vsize=9824668 CPUtime=3.37 cores=1,3,5,7
/proc/24668/task/24678/stat : 24678 (java) S 24666 24668 22059 0 -1 4202560 321 0 0 0 324 13 0 0 20 0 22 0 254075491 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574660025000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24679] ppid=24666 vsize=9824668 CPUtime=38.68 cores=1,3,5,7
/proc/24668/task/24679/stat : 24679 (java) S 24666 24668 22059 0 -1 4202560 1726 0 0 0 3837 31 0 0 20 0 22 0 254075492 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574647826920 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24680] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24680/stat : 24680 (java) S 24666 24668 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254075492 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574646772984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24681] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24681/stat : 24681 (java) S 24666 24668 22059 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 254075492 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574645720072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24682] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24682/stat : 24682 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254075495 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574644668560 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24683] ppid=24666 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/24668/task/24683/stat : 24683 (java) S 24666 24668 22059 0 -1 4202560 12210 0 0 0 183 4 0 0 20 0 22 0 254075495 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574643616696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24684] ppid=24666 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/24668/task/24684/stat : 24684 (java) S 24666 24668 22059 0 -1 4202560 13111 0 0 0 180 3 0 0 20 0 22 0 254075495 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574642563896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24685] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24685/stat : 24685 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254075495 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574641511288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24686] ppid=24666 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/24668/task/24686/stat : 24686 (java) S 24666 24668 22059 0 -1 4202560 51 0 0 0 27 22 0 0 20 0 22 0 254075495 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574640458696 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=24668/tid=24822] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24822/stat : 24822 (java) S 24666 24668 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254084320 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574639404712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24917] ppid=24666 vsize=9824668 CPUtime=34.44 cores=1,3,5,7
/proc/24668/task/24917/stat : 24917 (java) R 24666 24668 22059 0 -1 4202560 4 0 0 0 3444 0 0 0 20 0 22 0 254159846 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574638348928 140574696854266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24918] ppid=24666 vsize=9824668 CPUtime=34.44 cores=1,3,5,7
/proc/24668/task/24918/stat : 24918 (java) R 24666 24668 22059 0 -1 4202560 458 0 0 0 3444 0 0 0 20 0 22 0 254159846 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574636244464 140574696958032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24919] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24919/stat : 24919 (java) S 24666 24668 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254159847 10060460032 440810 33554432000 1073741824 1073778376 140736026592032 140574637298600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1698.93
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.401 s]
/proc/loadavg: 3.91 3.89 3.82 5/219 24923
/proc/meminfo: memFree=24539708/32873844 swapFree=7100/7100
[pid=24668] ppid=24666 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/24668/stat : 24668 (java) S 24666 24668 22059 0 -1 4202496 38123 0 1 0 179687 329 0 0 20 0 22 0 254075488 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140736026583168 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24668/statm: 2456167 463202 2289 9 0 2446860 0
[pid=24668/tid=24670] ppid=24666 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/24668/task/24670/stat : 24670 (java) S 24666 24668 22059 0 -1 4202560 2642 0 1 0 68 7 0 0 20 0 22 0 254075489 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574823572472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24671] ppid=24666 vsize=9824668 CPUtime=3.57 cores=1,3,5,7
/proc/24668/task/24671/stat : 24671 (java) S 24666 24668 22059 0 -1 4202560 464 0 0 0 341 16 0 0 20 0 22 0 254075491 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574667393576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24672] ppid=24666 vsize=9824668 CPUtime=3.39 cores=1,3,5,7
/proc/24668/task/24672/stat : 24672 (java) S 24666 24668 22059 0 -1 4202560 338 0 0 0 324 15 0 0 20 0 22 0 254075491 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574666340776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24673] ppid=24666 vsize=9824668 CPUtime=3.52 cores=1,3,5,7
/proc/24668/task/24673/stat : 24673 (java) S 24666 24668 22059 0 -1 4202560 353 0 0 0 339 13 0 0 20 0 22 0 254075491 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574665287976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24674] ppid=24666 vsize=9824668 CPUtime=3.45 cores=1,3,5,7
/proc/24668/task/24674/stat : 24674 (java) S 24666 24668 22059 0 -1 4202560 651 0 0 0 329 16 0 0 20 0 22 0 254075491 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574664235176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24675] ppid=24666 vsize=9824668 CPUtime=3.2 cores=1,3,5,7
/proc/24668/task/24675/stat : 24675 (java) S 24666 24668 22059 0 -1 4202560 442 0 0 0 306 14 0 0 20 0 22 0 254075491 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574663183400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24676] ppid=24666 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/24668/task/24676/stat : 24676 (java) S 24666 24668 22059 0 -1 4202560 408 0 0 0 328 13 0 0 20 0 22 0 254075491 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574662130600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24677] ppid=24666 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/24668/task/24677/stat : 24677 (java) S 24666 24668 22059 0 -1 4202560 542 0 0 0 325 15 0 0 20 0 22 0 254075491 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574661077800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24678] ppid=24666 vsize=9824668 CPUtime=3.55 cores=1,3,5,7
/proc/24668/task/24678/stat : 24678 (java) S 24666 24668 22059 0 -1 4202560 519 0 0 0 341 14 0 0 20 0 22 0 254075491 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574660025000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24679] ppid=24666 vsize=9824668 CPUtime=42.09 cores=1,3,5,7
/proc/24668/task/24679/stat : 24679 (java) S 24666 24668 22059 0 -1 4202560 1777 0 0 0 4178 31 0 0 20 0 22 0 254075492 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574647826920 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24680] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24680/stat : 24680 (java) S 24666 24668 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254075492 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574646772984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24681] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24681/stat : 24681 (java) S 24666 24668 22059 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 254075492 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574645720072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24682] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24682/stat : 24682 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254075495 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574644668560 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24683] ppid=24666 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/24668/task/24683/stat : 24683 (java) S 24666 24668 22059 0 -1 4202560 12210 0 0 0 183 4 0 0 20 0 22 0 254075495 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574643616696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24684] ppid=24666 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/24668/task/24684/stat : 24684 (java) S 24666 24668 22059 0 -1 4202560 13111 0 0 0 180 3 0 0 20 0 22 0 254075495 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574642563896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24668/tid=24685] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24685/stat : 24685 (java) S 24666 24668 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254075495 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574641511288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24686] ppid=24666 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/24668/task/24686/stat : 24686 (java) S 24666 24668 22059 0 -1 4202560 55 0 0 0 29 24 0 0 20 0 22 0 254075495 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574640458696 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=24668/tid=24822] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24822/stat : 24822 (java) S 24666 24668 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254084320 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574639404712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24668/tid=24921] ppid=24666 vsize=9824668 CPUtime=35.04 cores=1,3,5,7
/proc/24668/task/24921/stat : 24921 (java) R 24666 24668 22059 0 -1 4202560 4 0 0 0 3504 0 0 0 20 0 22 0 254165053 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574638348656 140574696854269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24668/tid=24922] ppid=24666 vsize=9824668 CPUtime=35.03 cores=1,3,5,7
/proc/24668/task/24922/stat : 24922 (java) R 24666 24668 22059 0 -1 4202560 531 0 0 0 3503 0 0 0 20 0 22 0 254165053 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574636244880 140574696881170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24668/tid=24923] ppid=24666 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24668/task/24923/stat : 24923 (java) S 24666 24668 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254165053 10060460032 463202 33554432000 1073741824 1073778376 140736026592032 140574637299240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

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:
# 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): 0.0100002
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): 0

Real time (s): 934.439
CPU time (s): 1800.56
CPU user time (s): 1797.04
CPU system time (s): 3.52246
CPU usage (%): 192.689
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.03
system time used= 3.52246
maximum resident set size= 2360156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38153
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34208
involuntary context switches= 54749

runsolver used 3.71344 second user time and 9.14061 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 19:11:25
IDJOB=3688726
IDBENCH=48234
IDSOLVER=2268
FILE ID=node111/3688726-1337879485
RUNJOBID= node111-1337871880-22076
PBS_JOBID= 14620093
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688726-1337879485/watcher-3688726-1337879485 -o /tmp/evaluation-result-3688726-1337879485/solver-3688726-1337879485 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688726-1337879485.opb

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=319892987

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27962720 kB
Buffers:          205876 kB
Cached:          3053216 kB
SwapCached:            0 kB
Active:          1623300 kB
Inactive:        2511096 kB
Active(anon):     877880 kB
Inactive(anon):        0 kB
Active(file):     745420 kB
Inactive(file):  2511096 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        890336 kB
Mapped:            22572 kB
Shmem:               200 kB
Slab:             629772 kB
SReclaimable:      72360 kB
SUnreclaim:       557412 kB
KernelStack:        1624 kB
PageTables:         6228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1375892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 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= 71624 MiB
End job on node111 at 2012-05-24 19:27:02