Trace number 3739134

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1802.03 1796.03

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
9orless/normalized-r-cran-rodbc.cudf.paranoid.opb
MD5SUM61b485d2fa0a12e6ec3f5e6ce7bc808b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark146110
Best CPU time to get the best result obtained on this benchmark505.727
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19771
Total number of constraints96413
Number of constraints which are clauses94848
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7254
Biggest coefficient in the objective function 4296
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12720454
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4296
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12720454
Number of bits of the biggest sum of numbers24
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.1.1.v20090612
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version	1.6.0_24
0.04/0.09	c os.name	Linux
0.04/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch	amd64
0.04/0.09	c Free memory 1299577560
0.04/0.09	c Max memory 1306394624
0.04/0.09	c Total memory 1306394624
0.04/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3739134-1338767683.opb
0.08/0.12	c reading problem ... 
1.36/0.90	c ... done. Wall clock time 0.785s.
1.36/0.90	c #vars     19771
1.36/0.90	c #constraints  96276
1.36/0.90	c constraints type 
1.36/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 1565
1.36/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 36230
1.36/0.90	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 58439
2.20/1.32	c SATISFIABLE
2.20/1.32	c OPTIMIZING...
2.20/1.32	c Got one! Elapsed wall clock time (in seconds):1.196
2.20/1.32	o 459836
2.61/1.58	c Got one! Elapsed wall clock time (in seconds):1.466
2.61/1.58	o 279411
4.95/3.74	c Got one! Elapsed wall clock time (in seconds):3.619
4.95/3.74	o 279396
5.57/4.31	c Got one! Elapsed wall clock time (in seconds):4.187
5.57/4.31	o 279395
5.78/4.51	c Got one! Elapsed wall clock time (in seconds):4.393
5.78/4.51	o 279382
5.99/4.72	c Got one! Elapsed wall clock time (in seconds):4.596
5.99/4.72	o 202008
7.39/6.15	c Got one! Elapsed wall clock time (in seconds):6.032
7.39/6.15	o 202007
7.49/6.27	c Got one! Elapsed wall clock time (in seconds):6.155
7.49/6.27	o 202006
8.69/7.47	c Got one! Elapsed wall clock time (in seconds):7.351
8.69/7.47	o 197766
10.84/9.59	c Got one! Elapsed wall clock time (in seconds):9.474
10.84/9.59	o 197765
12.54/11.25	c Got one! Elapsed wall clock time (in seconds):11.132
12.54/11.25	o 197756
15.54/14.24	c Got one! Elapsed wall clock time (in seconds):14.12
15.54/14.24	o 197755
17.34/16.00	c Got one! Elapsed wall clock time (in seconds):15.883
17.34/16.00	o 197754
18.64/17.38	c Got one! Elapsed wall clock time (in seconds):17.261
18.64/17.38	o 197753
19.74/18.45	c Got one! Elapsed wall clock time (in seconds):18.336
19.74/18.45	o 193562
21.63/20.36	c Got one! Elapsed wall clock time (in seconds):20.238
21.63/20.36	o 193559
22.53/21.24	c Got one! Elapsed wall clock time (in seconds):21.125
22.53/21.24	o 193497
24.93/23.52	c Got one! Elapsed wall clock time (in seconds):23.399
24.93/23.52	o 193494
25.43/24.10	c Got one! Elapsed wall clock time (in seconds):23.981
25.43/24.10	o 193439
27.43/26.06	c Got one! Elapsed wall clock time (in seconds):25.945
27.43/26.06	o 193438
29.33/27.94	c Got one! Elapsed wall clock time (in seconds):27.816
29.33/27.94	o 193437
30.23/28.84	c Got one! Elapsed wall clock time (in seconds):28.726
30.23/28.84	o 189283
31.33/29.98	c Got one! Elapsed wall clock time (in seconds):29.857
31.33/29.98	o 189218
31.53/30.19	c Got one! Elapsed wall clock time (in seconds):30.072
31.53/30.19	o 189152
34.13/32.76	c Got one! Elapsed wall clock time (in seconds):32.645
34.13/32.76	o 189151
34.73/33.34	c Got one! Elapsed wall clock time (in seconds):33.22
34.73/33.34	o 189145
36.13/34.71	c Got one! Elapsed wall clock time (in seconds):34.593
36.13/34.71	o 189144
36.93/35.56	c Got one! Elapsed wall clock time (in seconds):35.442
36.93/35.56	o 189143
38.84/37.44	c Got one! Elapsed wall clock time (in seconds):37.318
38.84/37.44	o 184980
42.74/41.35	c Got one! Elapsed wall clock time (in seconds):41.229
42.74/41.35	o 184904
43.54/42.14	c Got one! Elapsed wall clock time (in seconds):42.017
43.54/42.14	o 184903
47.44/46.09	c Got one! Elapsed wall clock time (in seconds):45.969
47.44/46.09	o 184902
53.54/52.13	c Got one! Elapsed wall clock time (in seconds):52.013
53.54/52.13	o 184901
55.54/54.11	c Got one! Elapsed wall clock time (in seconds):53.988
55.54/54.11	o 184900
59.34/57.94	c Got one! Elapsed wall clock time (in seconds):57.826
59.34/57.94	o 184899
76.73/75.35	c Got one! Elapsed wall clock time (in seconds):75.228
76.73/75.35	o 184898
78.60/77.06	c Got one! Elapsed wall clock time (in seconds):76.941
78.60/77.06	o 184897
79.89/78.35	c Got one! Elapsed wall clock time (in seconds):78.232
79.89/78.35	o 184861
84.49/82.96	c Got one! Elapsed wall clock time (in seconds):82.841
84.49/82.96	o 184860
85.39/83.83	c Got one! Elapsed wall clock time (in seconds):83.714
85.39/83.83	o 184859
87.30/85.79	c Got one! Elapsed wall clock time (in seconds):85.666
87.30/85.79	o 184858
92.00/90.45	c Got one! Elapsed wall clock time (in seconds):90.331
92.00/90.45	o 180685
93.80/92.25	c Got one! Elapsed wall clock time (in seconds):92.132
93.80/92.25	o 180616
95.11/93.57	c Got one! Elapsed wall clock time (in seconds):93.451
95.11/93.57	o 180572
95.80/94.24	c Got one! Elapsed wall clock time (in seconds):94.124
95.80/94.24	o 180571
124.31/122.75	c Got one! Elapsed wall clock time (in seconds):122.63
124.31/122.75	o 176920
125.71/124.16	c Got one! Elapsed wall clock time (in seconds):124.038
125.71/124.16	o 176324
129.71/128.14	c Got one! Elapsed wall clock time (in seconds):128.017
129.71/128.14	o 176323
131.52/129.96	c Got one! Elapsed wall clock time (in seconds):129.839
131.52/129.96	o 176322
132.22/130.66	c Got one! Elapsed wall clock time (in seconds):130.542
132.22/130.66	o 176321
134.22/132.69	c Got one! Elapsed wall clock time (in seconds):132.567
134.22/132.69	o 176320
156.24/154.32	c Got one! Elapsed wall clock time (in seconds):154.196
156.24/154.32	o 176319
159.84/157.91	c Got one! Elapsed wall clock time (in seconds):157.789
159.84/157.91	o 176300
162.84/160.96	c Got one! Elapsed wall clock time (in seconds):160.839
162.84/160.96	o 176297
163.44/161.60	c Got one! Elapsed wall clock time (in seconds):161.478
163.44/161.60	o 176268
164.34/162.46	c Got one! Elapsed wall clock time (in seconds):162.337
164.34/162.46	o 176253
166.54/164.62	c Got one! Elapsed wall clock time (in seconds):164.502
166.54/164.62	o 176249
174.04/172.18	c Got one! Elapsed wall clock time (in seconds):172.062
174.04/172.18	o 176248
175.24/173.30	c Got one! Elapsed wall clock time (in seconds):173.185
175.24/173.30	o 172088
175.94/174.02	c Got one! Elapsed wall clock time (in seconds):173.904
175.94/174.02	o 172018
177.84/175.91	c Got one! Elapsed wall clock time (in seconds):175.794
177.84/175.91	o 172017
179.24/177.39	c Got one! Elapsed wall clock time (in seconds):177.273
179.24/177.39	o 172016
192.06/190.18	c Got one! Elapsed wall clock time (in seconds):190.058
192.06/190.18	o 172015
192.56/190.68	c Got one! Elapsed wall clock time (in seconds):190.56
192.56/190.68	o 172014
193.86/191.92	c Got one! Elapsed wall clock time (in seconds):191.805
193.86/191.92	o 172013
207.77/205.88	c Got one! Elapsed wall clock time (in seconds):205.759
207.77/205.88	o 172012
210.57/208.69	c Got one! Elapsed wall clock time (in seconds):208.575
210.57/208.69	o 172011
243.24/241.06	c Got one! Elapsed wall clock time (in seconds):240.943
243.24/241.06	o 172010
245.24/243.09	c Got one! Elapsed wall clock time (in seconds):242.97
245.24/243.09	o 172009
261.44/259.21	c Got one! Elapsed wall clock time (in seconds):259.093
261.44/259.21	o 172008
265.24/263.01	c Got one! Elapsed wall clock time (in seconds):262.894
265.24/263.01	o 172007
305.55/303.37	c Got one! Elapsed wall clock time (in seconds):303.248
305.55/303.37	o 172006
310.64/308.44	c Got one! Elapsed wall clock time (in seconds):308.321
310.64/308.44	o 172005
311.74/309.57	c Got one! Elapsed wall clock time (in seconds):309.452
311.74/309.57	o 172004
347.32/344.70	c Got one! Elapsed wall clock time (in seconds):344.584
347.32/344.70	o 172003
372.33/369.79	c Got one! Elapsed wall clock time (in seconds):369.669
372.33/369.79	o 172002
374.13/371.52	c Got one! Elapsed wall clock time (in seconds):371.398
374.13/371.52	o 167789
385.14/382.31	c Got one! Elapsed wall clock time (in seconds):382.191
385.14/382.31	o 167788
395.73/392.94	c Got one! Elapsed wall clock time (in seconds):392.824
395.73/392.94	o 167753
429.82/427.07	c Got one! Elapsed wall clock time (in seconds):426.95
429.82/427.07	o 167752
432.22/429.47	c Got one! Elapsed wall clock time (in seconds):429.351
432.22/429.47	o 167719
434.85/431.71	c Got one! Elapsed wall clock time (in seconds):431.589
434.85/431.71	o 167657
435.65/432.51	c Got one! Elapsed wall clock time (in seconds):432.395
435.65/432.51	o 163434
514.51/511.10	c Got one! Elapsed wall clock time (in seconds):510.982
514.51/511.10	o 163433
527.71/524.37	c Got one! Elapsed wall clock time (in seconds):524.252
527.71/524.37	o 163432
541.00/537.34	c Got one! Elapsed wall clock time (in seconds):537.223
541.00/537.34	o 163431
575.41/571.76	c Got one! Elapsed wall clock time (in seconds):571.644
575.41/571.76	o 163430
657.06/652.97	c Got one! Elapsed wall clock time (in seconds):652.851
657.06/652.97	o 163429
676.06/671.99	c Got one! Elapsed wall clock time (in seconds):671.867
676.06/671.99	o 163428
696.75/692.69	c Got one! Elapsed wall clock time (in seconds):692.57
696.75/692.69	o 163427

Verifier Data

ERROR: no interpretation found !

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-3739134-1338767683/watcher-3739134-1338767683 -o /tmp/evaluation-result-3739134-1338767683/solver-3739134-1338767683 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739134-1338767683.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/191 16606
/proc/meminfo: memFree=27443408/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16606/stat : 16606 (java6) D 16604 16606 14627 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342896694 9515008 182 33554432000 1073741824 1073778376 140733586496320 140733586487352 226329706165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/16606/statm: 2323 182 140 9 0 71 0

[startup+0.0609979 s]
/proc/loadavg: 1.92 1.98 1.99 3/191 16606
/proc/meminfo: memFree=27443408/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2315716 CPUtime=0.04 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 3699 0 1 0 3 1 0 0 20 0 13 0 342896694 2371293184 4907 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 578929 4907 1708 9 0 569630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2315716

[startup+0.100295 s]
/proc/loadavg: 1.92 1.98 1.99 3/191 16606
/proc/meminfo: memFree=27443408/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 4390 0 1 0 7 1 0 0 20 0 18 0 342896694 2712133632 6108 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 662142 6110 2065 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300222 s]
/proc/loadavg: 1.92 1.98 1.99 3/191 16606
/proc/meminfo: memFree=27443408/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2648568 CPUtime=0.47 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 5807 0 1 0 46 1 0 0 20 0 18 0 342896694 2712133632 10131 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 662142 10131 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2648568

[startup+0.700228 s]
/proc/loadavg: 1.92 1.98 1.99 3/191 16606
/proc/meminfo: memFree=27443408/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2648568 CPUtime=1.1 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 9225 0 1 0 105 5 0 0 20 0 18 0 342896694 2712133632 52726 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 662142 52726 2241 9 0 652835 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2648568

[startup+1.50065 s]
/proc/loadavg: 1.92 1.98 1.99 4/209 16624
/proc/meminfo: memFree=27074248/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2715132 CPUtime=2.61 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 13671 0 1 0 252 9 0 0 20 0 19 0 342896694 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 678783 94444 2273 9 0 669476 0
[pid=16606/tid=16608] ppid=16604 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 14627 0 -1 4202560 2919 0 1 0 138 7 0 0 20 0 19 0 342896695 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944405852648 139944279113130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16609] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 14627 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342896696 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944272787752 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16610] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944271734952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944270682664 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 14627 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944269629864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944268577576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 14627 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944267524776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16615] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 14627 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944266472488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 14627 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944265419688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 14627 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943782340840 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16618] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943781286904 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16619] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943780234504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16620] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16620/stat : 16620 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943779182992 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16621] ppid=16604 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/16606/task/16621/stat : 16621 (java) S 16604 16606 14627 0 -1 4202560 3816 0 0 0 50 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943778130616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16622] ppid=16604 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/16606/task/16622/stat : 16622 (java) S 16604 16606 14627 0 -1 4202560 5706 0 0 0 57 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943777077816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16623] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16623/stat : 16623 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943776025720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16624] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16624/stat : 16624 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943774973128 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 2715132

[startup+3.1006 s]
/proc/loadavg: 1.92 1.98 1.99 3/210 16625
/proc/meminfo: memFree=27072628/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2715132 CPUtime=4.32 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 13672 0 1 0 423 9 0 0 20 0 19 0 342896694 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 678783 94444 2273 9 0 669476 0
[pid=16606/tid=16608] ppid=16604 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 14627 0 -1 4202560 2920 0 1 0 298 7 0 0 20 0 19 0 342896695 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944405860904 139944279315692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16609] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 14627 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342896696 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944272787752 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16610] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944271734952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944270682664 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 14627 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944269629864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944268577576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 14627 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944267524776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16615] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 14627 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944266472488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 14627 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139944265419688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 14627 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943782340840 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16618] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943781286904 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16619] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943780234504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16620] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16620/stat : 16620 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943779182992 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16621] ppid=16604 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/16606/task/16621/stat : 16621 (java) S 16604 16606 14627 0 -1 4202560 3816 0 0 0 56 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943778130616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16622] ppid=16604 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/16606/task/16622/stat : 16622 (java) S 16604 16606 14627 0 -1 4202560 5706 0 0 0 63 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943777077816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16623] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16623/stat : 16623 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943776025720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16624] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16624/stat : 16624 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943774973128 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16625] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16625/stat : 16625 (java) S 16604 16606 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342896798 2780295168 94444 33554432000 1073741824 1073778376 140735750611648 139943773918120 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 2715132

[startup+6.30069 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 16626
/proc/meminfo: memFree=27072248/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2715132 CPUtime=7.59 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 13673 0 1 0 750 9 0 0 20 0 19 0 342896694 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 678783 94436 2273 9 0 669476 0
[pid=16606/tid=16608] ppid=16604 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 14627 0 -1 4202560 2921 0 1 0 617 7 0 0 20 0 19 0 342896695 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944405860904 139944279105505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16609] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 14627 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342896696 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944272787752 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16610] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944271734952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944270682664 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 14627 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944269629864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944268577576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 14627 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944267524776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16615] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 14627 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944266472488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 14627 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342896697 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139944265419688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 14627 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943782340840 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16618] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943781286904 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16619] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342896698 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943780234504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16620] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16620/stat : 16620 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943779182992 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16621] ppid=16604 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/16606/task/16621/stat : 16621 (java) S 16604 16606 14627 0 -1 4202560 3816 0 0 0 60 0 0 0 20 0 19 0 342896701 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943778130616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16622] ppid=16604 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/16606/task/16622/stat : 16622 (java) S 16604 16606 14627 0 -1 4202560 5706 0 0 0 65 0 0 0 20 0 19 0 342896701 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943777077816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16623] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16623/stat : 16623 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943776025720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16624] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16624/stat : 16624 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943774973128 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16625] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16625/stat : 16625 (java) S 16604 16606 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342896798 2780295168 94436 33554432000 1073741824 1073778376 140735750611648 139943773918120 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 2715132

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 16626
/proc/meminfo: memFree=27071908/32873844 swapFree=6088/6088

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

[pid=16606/tid=16623] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16623/stat : 16623 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342896701 2780295168 344237 33554432000 1073741824 1073778376 140735750611648 139943776025720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16624] ppid=16604 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/16606/task/16624/stat : 16624 (java) S 16604 16606 14627 0 -1 4202560 103 0 0 0 27 19 0 0 20 0 19 0 342896701 2780295168 344237 33554432000 1073741824 1073778376 140735750611648 139943774973128 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16625] ppid=16604 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16625/stat : 16625 (java) S 16604 16606 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342896798 2780295168 344237 33554432000 1073741824 1073778376 140735750611648 139943773918120 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2715132

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16606

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

[startup+1795 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 16947
/proc/meminfo: memFree=26470488/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2781696 CPUtime=1801.03 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 16711 0 1 0 179986 117 0 0 20 0 20 0 342896694 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 695424 344258 2282 9 0 686117 0
[pid=16606/tid=16608] ppid=16604 vsize=2781696 CPUtime=1757.35 cores=0,2,4,6
/proc/16606/task/16608/stat : 16608 (java) S 16604 16606 14627 0 -1 4202560 2967 0 1 0 175699 36 0 0 20 0 20 0 342896695 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944405859800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16609] ppid=16604 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 14627 0 -1 4202560 364 0 0 0 69 12 0 0 20 0 20 0 342896696 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944272787752 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16610] ppid=16604 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 14627 0 -1 4202560 255 0 0 0 57 8 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944271734952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=2781696 CPUtime=0.71 cores=0,2,4,6
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 14627 0 -1 4202560 511 0 0 0 61 10 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944270682664 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 14627 0 -1 4202560 327 0 0 0 74 14 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944269629864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 14627 0 -1 4202560 276 0 0 0 62 11 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944268577576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 14627 0 -1 4202560 455 0 0 0 66 10 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944267524776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16615] ppid=16604 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 14627 0 -1 4202560 196 0 0 0 54 8 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944266472488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 14627 0 -1 4202560 391 0 0 0 71 13 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944265419688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=2781696 CPUtime=31.33 cores=0,2,4,6
/proc/16606/task/16617/stat : 16617 (java) R 16604 16606 14627 0 -1 4202560 120 0 0 0 3131 2 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943782341000 139944411984275 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16618] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943781286904 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16619] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943780234504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16620] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16620/stat : 16620 (java) S 16604 16606 14627 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943779182992 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16621] ppid=16604 vsize=2781696 CPUtime=0.67 cores=0,2,4,6
/proc/16606/task/16621/stat : 16621 (java) S 16604 16606 14627 0 -1 4202560 3825 0 0 0 67 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943778130616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16622] ppid=16604 vsize=2781696 CPUtime=0.67 cores=0,2,4,6
/proc/16606/task/16622/stat : 16622 (java) S 16604 16606 14627 0 -1 4202560 5722 0 0 0 67 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943777077816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16623] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16623/stat : 16623 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943776025720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16624] ppid=16604 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/16606/task/16624/stat : 16624 (java) S 16604 16606 14627 0 -1 4202560 103 0 0 0 28 19 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943774973128 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16625] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16625/stat : 16625 (java) S 16604 16606 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342896798 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943773918120 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 2781696

[startup+1795.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16949
/proc/meminfo: memFree=26470472/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2781696 CPUtime=1801.83 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 16711 0 1 0 180066 117 0 0 20 0 20 0 342896694 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 695424 344258 2282 9 0 686117 0
[pid=16606/tid=16608] ppid=16604 vsize=2781696 CPUtime=1757.35 cores=0,2,4,6
/proc/16606/task/16608/stat : 16608 (java) S 16604 16606 14627 0 -1 4202560 2967 0 1 0 175699 36 0 0 20 0 20 0 342896695 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944405859800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16609] ppid=16604 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 14627 0 -1 4202560 364 0 0 0 69 12 0 0 20 0 20 0 342896696 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944272787752 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16610] ppid=16604 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 14627 0 -1 4202560 255 0 0 0 57 8 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944271734952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=2781696 CPUtime=0.71 cores=0,2,4,6
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 14627 0 -1 4202560 511 0 0 0 61 10 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944270682664 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 14627 0 -1 4202560 327 0 0 0 74 14 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944269629864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 14627 0 -1 4202560 276 0 0 0 62 11 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944268577576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 14627 0 -1 4202560 455 0 0 0 66 10 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944267524776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16615] ppid=16604 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 14627 0 -1 4202560 196 0 0 0 54 8 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944266472488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 14627 0 -1 4202560 391 0 0 0 71 13 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944265419688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=2781696 CPUtime=32.13 cores=0,2,4,6
/proc/16606/task/16617/stat : 16617 (java) R 16604 16606 14627 0 -1 4202560 120 0 0 0 3211 2 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943782341000 139944412368968 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16618] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943781286904 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16619] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943780234504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16620] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16620/stat : 16620 (java) S 16604 16606 14627 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943779182992 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16621] ppid=16604 vsize=2781696 CPUtime=0.67 cores=0,2,4,6
/proc/16606/task/16621/stat : 16621 (java) S 16604 16606 14627 0 -1 4202560 3825 0 0 0 67 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943778130616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16622] ppid=16604 vsize=2781696 CPUtime=0.67 cores=0,2,4,6
/proc/16606/task/16622/stat : 16622 (java) S 16604 16606 14627 0 -1 4202560 5722 0 0 0 67 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943777077816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16623] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16623/stat : 16623 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943776025720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16624] ppid=16604 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/16606/task/16624/stat : 16624 (java) S 16604 16606 14627 0 -1 4202560 103 0 0 0 28 19 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943774973128 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16625] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16625/stat : 16625 (java) S 16604 16606 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342896798 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943773918120 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16949] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16949/stat : 16949 (java) S 16604 16606 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343076096 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943772860792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 2781696

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16949
/proc/meminfo: memFree=26470472/32873844 swapFree=6088/6088
[pid=16606] ppid=16604 vsize=2781696 CPUtime=1802.03 cores=0,2,4,6
/proc/16606/stat : 16606 (java) S 16604 16606 14627 0 -1 4202496 16711 0 1 0 180086 117 0 0 20 0 20 0 342896694 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 140735750602784 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16606/statm: 695424 344258 2282 9 0 686117 0
[pid=16606/tid=16608] ppid=16604 vsize=2781696 CPUtime=1757.35 cores=0,2,4,6
/proc/16606/task/16608/stat : 16608 (java) S 16604 16606 14627 0 -1 4202560 2967 0 1 0 175699 36 0 0 20 0 20 0 342896695 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944405859800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16609] ppid=16604 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 14627 0 -1 4202560 364 0 0 0 69 12 0 0 20 0 20 0 342896696 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944272787752 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16610] ppid=16604 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 14627 0 -1 4202560 255 0 0 0 57 8 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944271734952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=2781696 CPUtime=0.71 cores=0,2,4,6
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 14627 0 -1 4202560 511 0 0 0 61 10 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944270682664 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=2781696 CPUtime=0.88 cores=0,2,4,6
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 14627 0 -1 4202560 327 0 0 0 74 14 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944269629864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 14627 0 -1 4202560 276 0 0 0 62 11 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944268577576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=2781696 CPUtime=0.76 cores=0,2,4,6
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 14627 0 -1 4202560 455 0 0 0 66 10 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944267524776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16615] ppid=16604 vsize=2781696 CPUtime=0.62 cores=0,2,4,6
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 14627 0 -1 4202560 196 0 0 0 54 8 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944266472488 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=2781696 CPUtime=0.84 cores=0,2,4,6
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 14627 0 -1 4202560 391 0 0 0 71 13 0 0 20 0 20 0 342896697 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139944265419688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=2781696 CPUtime=32.33 cores=0,2,4,6
/proc/16606/task/16617/stat : 16617 (java) R 16604 16606 14627 0 -1 4202560 120 0 0 0 3231 2 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943782341000 139944409997658 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16618] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943781286904 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16619] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342896698 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943780234504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16620] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16620/stat : 16620 (java) S 16604 16606 14627 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943779182992 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16621] ppid=16604 vsize=2781696 CPUtime=0.67 cores=0,2,4,6
/proc/16606/task/16621/stat : 16621 (java) S 16604 16606 14627 0 -1 4202560 3825 0 0 0 67 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943778130616 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16606/tid=16622] ppid=16604 vsize=2781696 CPUtime=0.67 cores=0,2,4,6
/proc/16606/task/16622/stat : 16622 (java) S 16604 16606 14627 0 -1 4202560 5722 0 0 0 67 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943777077816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16623] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16623/stat : 16623 (java) S 16604 16606 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943776025720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16606/tid=16624] ppid=16604 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/16606/task/16624/stat : 16624 (java) S 16604 16606 14627 0 -1 4202560 103 0 0 0 28 19 0 0 20 0 20 0 342896701 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943774973128 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16606/tid=16625] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16625/stat : 16625 (java) S 16604 16606 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342896798 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943773918120 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16606/tid=16949] ppid=16604 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/16606/task/16949/stat : 16949 (java) S 16604 16606 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343076096 2848456704 344258 33554432000 1073741824 1073778376 140735750611648 139943772860792 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 2781696

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16606 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=199936
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=561762
# CPU time returned by wait4() is 1797.76
# while last known CPU time is 1802.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.03
CPU time (s): 1802.03
CPU user time (s): 1800.86
CPU system time (s): 1.17
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.2
system time used= 1.56176
maximum resident set size= 1377032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16711
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38628
involuntary context switches= 12964

runsolver used 2.75858 second user time and 7.13492 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-04 01:54:43
IDJOB=3739134
IDBENCH=72287
IDSOLVER=2322
FILE ID=node110/3739134-1338767683
RUNJOBID= node110-1338749152-14643
PBS_JOBID= 14636795
Free space on /tmp= 71072 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-r-cran-rodbc.cudf.paranoid.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739134-1338767683/watcher-3739134-1338767683 -o /tmp/evaluation-result-3739134-1338767683/solver-3739134-1338767683 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739134-1338767683.opb

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

MD5SUM BENCH= 61b485d2fa0a12e6ec3f5e6ce7bc808b
RANDOM SEED=902439349

node110.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.893
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	: 5333.78
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.893
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.893
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.893
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.893
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.92
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.893
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.90
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.893
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.893
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27443680 kB
Buffers:          903180 kB
Cached:          2519980 kB
SwapCached:          604 kB
Active:          2965904 kB
Inactive:        1601480 kB
Active(anon):    1132468 kB
Inactive(anon):    12316 kB
Active(file):    1833436 kB
Inactive(file):  1589164 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:              3916 kB
Writeback:             0 kB
AnonPages:       1162356 kB
Mapped:            19752 kB
Shmem:                40 kB
Slab:             708324 kB
SReclaimable:     150216 kB
SUnreclaim:       558108 kB
KernelStack:        1552 kB
PageTables:         6668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1506128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1122304 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= 71072 MiB
End job on node110 at 2012-06-04 02:24:39