Trace number 3492713

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 79.095 77.5226

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-0-100-0.wbo
MD5SUM4da1e5a9e75693d50d2c099f4fe591bc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1.58676
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1294
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492713-1307911171.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.139
0.28/0.25	o 668
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.152
0.28/0.26	o 462
0.62/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.62/0.44	o 444
0.76/0.56	c Got one! Elapsed wall clock time (in seconds):0.453
0.76/0.56	o 427
0.86/0.63	c cleaning 3079 clauses out of 6165 with flag 1000/6165
0.99/0.73	c Got one! Elapsed wall clock time (in seconds):0.624
0.99/0.73	o 413
0.99/0.76	c Got one! Elapsed wall clock time (in seconds):0.655
0.99/0.76	o 399
1.21/0.92	c Got one! Elapsed wall clock time (in seconds):0.812
1.21/0.92	o 373
1.21/0.96	c cleaning 5322 clauses out of 10649 with flag 1000/13728
1.43/1.16	c Got one! Elapsed wall clock time (in seconds):1.057
1.43/1.16	o 362
1.62/1.32	c cleaning 5637 clauses out of 11282 with flag 3003/19683
1.62/1.35	c Got one! Elapsed wall clock time (in seconds):1.243
1.62/1.35	o 361
1.73/1.40	c Got one! Elapsed wall clock time (in seconds):1.296
1.73/1.40	o 339
1.73/1.49	c Got one! Elapsed wall clock time (in seconds):1.382
1.73/1.49	o 336
1.83/1.57	c Got one! Elapsed wall clock time (in seconds):1.469
1.83/1.57	o 315
1.94/1.63	c cleaning 6687 clauses out of 13381 with flag 1000/27419
2.16/1.82	c Got one! Elapsed wall clock time (in seconds):1.719
2.16/1.82	o 307
2.26/1.91	c cleaning 6217 clauses out of 12438 with flag 2000/33163
2.56/2.25	c Got one! Elapsed wall clock time (in seconds):2.148
2.56/2.25	o 306
2.56/2.29	c Got one! Elapsed wall clock time (in seconds):2.181
2.56/2.29	o 296
2.87/2.53	c cleaning 8850 clauses out of 17714 with flag 5002/44656
2.97/2.67	c Got one! Elapsed wall clock time (in seconds):2.568
2.97/2.67	o 295
3.07/2.79	c cleaning 7076 clauses out of 14164 with flag 3000/49956
3.37/3.01	c cleaning 6536 clauses out of 13088 with flag 9000/55956
3.37/3.09	c Got one! Elapsed wall clock time (in seconds):2.986
3.37/3.09	o 286
3.57/3.27	c cleaning 6118 clauses out of 12248 with flag 4004/61652
3.67/3.33	c Got one! Elapsed wall clock time (in seconds):3.228
3.67/3.33	o 281
3.89/3.51	c cleaning 5652 clauses out of 11318 with flag 4003/66840
3.89/3.55	c Got one! Elapsed wall clock time (in seconds):3.449
3.89/3.55	o 224
4.09/3.73	c cleaning 5598 clauses out of 11207 with flag 5001/72381
4.39/4.02	c cleaning 5797 clauses out of 11608 with flag 11000/78380
4.80/4.40	c cleaning 6398 clauses out of 12811 with flag 18000/85380
4.80/4.43	c Got one! Elapsed wall clock time (in seconds):4.326
4.80/4.43	o 220
4.90/4.59	c cleaning 5814 clauses out of 11636 with flag 5001/90603
5.19/4.82	c cleaning 5909 clauses out of 11826 with flag 11005/96607
5.49/5.17	c cleaning 6455 clauses out of 12917 with flag 18005/103607
5.90/5.51	c Got one! Elapsed wall clock time (in seconds):5.404
5.90/5.51	o 205
6.00/5.70	c cleaning 9062 clauses out of 18132 with flag 5000/115277
6.40/6.07	c cleaning 7533 clauses out of 15073 with flag 11003/121280
6.80/6.46	c cleaning 7264 clauses out of 14537 with flag 18000/128277
7.30/6.94	c cleaning 7628 clauses out of 15273 with flag 26000/136277
7.40/7.00	c Got one! Elapsed wall clock time (in seconds):6.892
7.40/7.00	o 199
7.50/7.16	c cleaning 6764 clauses out of 13536 with flag 5001/142168
7.70/7.35	c cleaning 6382 clauses out of 12773 with flag 11002/148169
7.80/7.47	c Got one! Elapsed wall clock time (in seconds):7.363
7.80/7.47	o 197
8.00/7.60	c cleaning 6172 clauses out of 12355 with flag 3000/154133
8.21/7.87	c cleaning 6088 clauses out of 12185 with flag 9002/160135
8.60/8.24	c cleaning 6543 clauses out of 13095 with flag 16000/167133
8.80/8.48	c Got one! Elapsed wall clock time (in seconds):8.371
8.80/8.48	o 192
9.01/8.66	c cleaning 8331 clauses out of 16673 with flag 5002/177254
9.21/8.89	c cleaning 7162 clauses out of 14342 with flag 11002/183254
9.61/9.25	c cleaning 7082 clauses out of 14178 with flag 18000/190252
10.01/9.64	c cleaning 7544 clauses out of 15098 with flag 26002/198254
10.51/10.10	c cleaning 8270 clauses out of 16553 with flag 35001/207253
11.01/10.62	c cleaning 9137 clauses out of 18283 with flag 45001/217253
11.42/11.08	c cleaning 9559 clauses out of 19145 with flag 55000/227252
11.61/11.24	c Got one! Elapsed wall clock time (in seconds):11.134
11.61/11.24	o 189
11.75/11.30	c cleaning 7296 clauses out of 14601 with flag 2000/232267
11.95/11.50	c cleaning 6648 clauses out of 13306 with flag 8001/238268
11.95/11.60	c Got one! Elapsed wall clock time (in seconds):11.49
11.95/11.60	o 173
12.15/11.70	c cleaning 6305 clauses out of 12616 with flag 3001/244226
12.35/11.91	c cleaning 6153 clauses out of 12310 with flag 9000/250225
12.75/12.30	c cleaning 6571 clauses out of 13157 with flag 16000/257225
13.05/12.69	c cleaning 7291 clauses out of 14586 with flag 24000/265225
13.55/13.18	c cleaning 8143 clauses out of 16295 with flag 33000/274225
14.05/13.69	c cleaning 9064 clauses out of 18152 with flag 43000/284225
14.65/14.21	c cleaning 9537 clauses out of 19091 with flag 53003/294228
15.15/14.78	c cleaning 9770 clauses out of 19551 with flag 63000/304225
15.65/15.27	c cleaning 9888 clauses out of 19781 with flag 73000/314225
15.76/15.30	c Got one! Elapsed wall clock time (in seconds):15.197
15.76/15.30	o 158
15.90/15.47	c Got one! Elapsed wall clock time (in seconds):15.365
15.90/15.47	o 157
16.02/15.55	c cleaning 8052 clauses out of 16109 with flag 2002/320441
16.13/15.64	c Got one! Elapsed wall clock time (in seconds):15.535
16.13/15.64	o 152
16.23/15.79	c cleaning 6909 clauses out of 13821 with flag 4001/326205
16.63/16.16	c cleaning 6453 clauses out of 12912 with flag 10001/332205
16.83/16.33	c Got one! Elapsed wall clock time (in seconds):16.228
16.83/16.33	o 130
16.93/16.40	c cleaning 5990 clauses out of 11986 with flag 2003/337732
17.14/16.60	c cleaning 5994 clauses out of 11993 with flag 8000/343729
17.45/16.95	c cleaning 6493 clauses out of 13000 with flag 15001/350730
18.22/17.33	c cleaning 7250 clauses out of 14507 with flag 23001/358730
19.01/17.78	c cleaning 8123 clauses out of 16256 with flag 32000/367729
19.52/18.23	c cleaning 9064 clauses out of 18134 with flag 42001/377730
20.03/18.71	c cleaning 9528 clauses out of 19069 with flag 52000/387729
20.32/19.03	c Got one! Elapsed wall clock time (in seconds):18.928
20.32/19.03	o 122
20.52/19.21	c cleaning 10621 clauses out of 21254 with flag 5001/399442
20.73/19.42	c cleaning 8313 clauses out of 16632 with flag 11000/405441
20.93/19.66	c cleaning 7659 clauses out of 15322 with flag 18003/412444
21.23/19.93	c cleaning 7829 clauses out of 15661 with flag 26001/420442
21.53/20.29	c cleaning 8406 clauses out of 16831 with flag 35000/429441
22.13/20.80	c cleaning 9205 clauses out of 18426 with flag 45001/439442
22.53/21.29	c cleaning 9599 clauses out of 19221 with flag 55001/449442
23.13/21.80	c cleaning 9807 clauses out of 19621 with flag 65000/459441
23.53/22.29	c cleaning 9906 clauses out of 19817 with flag 75003/469444
24.14/22.80	c cleaning 9951 clauses out of 19908 with flag 85000/479441
24.44/23.16	c Got one! Elapsed wall clock time (in seconds):23.057
24.44/23.16	o 106
24.64/23.39	c cleaning 11286 clauses out of 22579 with flag 5000/492063
24.94/23.63	c cleaning 8641 clauses out of 17294 with flag 11001/498064
25.34/24.02	c cleaning 7819 clauses out of 15652 with flag 18000/505063
25.74/24.41	c cleaning 7912 clauses out of 15834 with flag 26001/513064
26.14/24.86	c cleaning 8458 clauses out of 16923 with flag 35002/522065
26.65/25.34	c cleaning 9231 clauses out of 18465 with flag 45002/532065
27.14/25.86	c cleaning 9613 clauses out of 19233 with flag 55001/542064
27.44/26.16	c Got one! Elapsed wall clock time (in seconds):26.054
27.44/26.16	o 100
27.64/26.35	c cleaning 10405 clauses out of 20819 with flag 5001/553263
27.86/26.55	c cleaning 8200 clauses out of 16413 with flag 11000/559262
28.06/26.79	c cleaning 7604 clauses out of 15214 with flag 18001/566263
28.35/27.07	c cleaning 7801 clauses out of 15610 with flag 26001/574263
28.66/27.31	c Got one! Elapsed wall clock time (in seconds):27.202
28.66/27.31	o 96
28.86/27.52	c cleaning 9666 clauses out of 19340 with flag 5001/585794
29.06/27.74	c cleaning 7831 clauses out of 15673 with flag 11000/591793
29.36/28.00	c cleaning 7417 clauses out of 14843 with flag 18001/598794
29.56/28.27	c cleaning 7706 clauses out of 15425 with flag 26000/606793
29.86/28.57	c cleaning 8353 clauses out of 16720 with flag 35001/615794
30.26/28.94	c cleaning 9181 clauses out of 18369 with flag 45003/625796
30.76/29.48	c cleaning 9590 clauses out of 19185 with flag 55000/635793
31.26/29.99	c cleaning 9795 clauses out of 19599 with flag 65004/645797
31.56/30.29	c Got one! Elapsed wall clock time (in seconds):30.186
31.56/30.29	o 93
31.76/30.48	c cleaning 10828 clauses out of 21664 with flag 5000/657657
31.96/30.68	c cleaning 8411 clauses out of 16836 with flag 11000/663657
32.27/30.93	c cleaning 7707 clauses out of 15425 with flag 18000/670657
32.56/31.20	c cleaning 7854 clauses out of 15719 with flag 26001/678658
32.86/31.51	c cleaning 8428 clauses out of 16864 with flag 35000/687657
33.16/31.88	c cleaning 9214 clauses out of 18436 with flag 45000/697657
33.56/32.22	c cleaning 9604 clauses out of 19222 with flag 55000/707657
33.87/32.57	c cleaning 9802 clauses out of 19618 with flag 65000/717657
34.37/33.10	c cleaning 9904 clauses out of 19816 with flag 75000/727657
34.97/33.66	c cleaning 9951 clauses out of 19912 with flag 85000/737657
35.47/34.17	c cleaning 9980 clauses out of 19968 with flag 95007/747664
35.97/34.62	c Got one! Elapsed wall clock time (in seconds):34.52
35.97/34.62	o 90
36.17/34.83	c cleaning 11570 clauses out of 23145 with flag 5001/760821
36.37/35.04	c cleaning 8783 clauses out of 17574 with flag 11000/766820
36.68/35.33	c cleaning 7893 clauses out of 15793 with flag 18002/773822
37.07/35.75	c cleaning 7942 clauses out of 15898 with flag 26000/781820
37.47/36.14	c cleaning 8472 clauses out of 16957 with flag 35001/790821
37.87/36.59	c cleaning 9239 clauses out of 18485 with flag 45001/800821
38.37/37.09	c cleaning 9613 clauses out of 19247 with flag 55002/810822
38.57/37.29	c Got one! Elapsed wall clock time (in seconds):37.188
38.57/37.29	o 85
38.68/37.33	c cleaning 7701 clauses out of 15410 with flag 1001/816598
38.89/37.53	c cleaning 6852 clauses out of 13709 with flag 7001/822598
39.08/37.75	c cleaning 6921 clauses out of 13856 with flag 14000/829597
39.39/38.02	c cleaning 7464 clauses out of 14936 with flag 22001/837598
39.70/38.35	c cleaning 8231 clauses out of 16471 with flag 31000/846597
39.90/38.53	c Got one! Elapsed wall clock time (in seconds):38.422
39.90/38.53	o 81
39.90/38.56	c cleaning 6719 clauses out of 13444 with flag 1003/851801
40.12/38.76	c cleaning 6357 clauses out of 12722 with flag 7000/857798
40.32/38.99	c cleaning 6679 clauses out of 13367 with flag 14002/864800
40.62/39.26	c cleaning 7339 clauses out of 14688 with flag 22002/872800
40.92/39.58	c cleaning 8170 clauses out of 16348 with flag 31001/881799
41.32/39.95	c cleaning 9087 clauses out of 18180 with flag 41003/891801
41.72/40.35	c cleaning 9540 clauses out of 19091 with flag 51001/901799
42.23/40.82	c cleaning 9772 clauses out of 19550 with flag 61000/911798
42.72/41.30	c cleaning 9885 clauses out of 19778 with flag 71000/921798
42.92/41.57	c Got one! Elapsed wall clock time (in seconds):41.469
42.92/41.57	o 68
43.12/41.77	c cleaning 10731 clauses out of 21471 with flag 5000/933376
43.33/41.98	c cleaning 8366 clauses out of 16741 with flag 11001/939377
43.63/42.23	c cleaning 7686 clauses out of 15375 with flag 18001/946377
43.93/42.51	c cleaning 7836 clauses out of 15688 with flag 26000/954376
44.23/42.83	c cleaning 8420 clauses out of 16852 with flag 35000/963376
44.53/43.19	c cleaning 9210 clauses out of 18432 with flag 45000/973376
44.93/43.53	c cleaning 9606 clauses out of 19223 with flag 55001/983377
45.23/43.86	c cleaning 9803 clauses out of 19618 with flag 65002/993378
45.63/44.26	c cleaning 9902 clauses out of 19814 with flag 75001/1003377
46.03/44.65	c cleaning 9952 clauses out of 19911 with flag 85000/1013376
46.23/44.89	c Got one! Elapsed wall clock time (in seconds):44.782
46.23/44.89	o 53
46.43/45.07	c cleaning 10470 clauses out of 20948 with flag 5000/1024365
46.63/45.27	c cleaning 8231 clauses out of 16480 with flag 11002/1030367
46.93/45.51	c cleaning 7620 clauses out of 15247 with flag 18000/1037365
47.13/45.78	c cleaning 7810 clauses out of 15629 with flag 26002/1045367
47.43/46.09	c cleaning 8403 clauses out of 16818 with flag 35001/1054366
47.83/46.43	c cleaning 9203 clauses out of 18414 with flag 45000/1064365
48.13/46.79	c cleaning 9598 clauses out of 19211 with flag 55000/1074365
48.53/47.12	c cleaning 9802 clauses out of 19613 with flag 65000/1084365
48.84/47.46	c cleaning 9898 clauses out of 19811 with flag 75000/1094365
49.23/47.82	c cleaning 9952 clauses out of 19913 with flag 85000/1104365
49.53/48.18	c cleaning 9976 clauses out of 19963 with flag 95002/1114367
49.74/48.37	c Got one! Elapsed wall clock time (in seconds):48.269
49.74/48.37	o 41
49.94/48.56	c cleaning 10484 clauses out of 20981 with flag 5003/1125361
50.14/48.76	c cleaning 8241 clauses out of 16495 with flag 11001/1131359
50.35/48.99	c cleaning 7621 clauses out of 15253 with flag 18000/1138358
50.55/49.12	c Got one! Elapsed wall clock time (in seconds):49.012
50.55/49.12	o 33
50.55/49.18	c cleaning 6707 clauses out of 13423 with flag 2001/1144149
50.75/49.38	c cleaning 6354 clauses out of 12715 with flag 8000/1150148
51.06/49.66	c cleaning 6678 clauses out of 13361 with flag 15000/1157148
51.35/49.91	c cleaning 7339 clauses out of 14684 with flag 23001/1165149
51.66/50.20	c cleaning 8168 clauses out of 16344 with flag 32000/1174148
51.76/50.31	c Got one! Elapsed wall clock time (in seconds):50.201
51.76/50.31	o 30
51.76/50.37	c cleaning 6862 clauses out of 13736 with flag 2000/1179708
51.96/50.57	c cleaning 6433 clauses out of 12875 with flag 8001/1185709
52.16/50.79	c cleaning 6716 clauses out of 13442 with flag 15001/1192709
52.46/51.05	c cleaning 7353 clauses out of 14725 with flag 23000/1200708
52.66/51.26	c Got one! Elapsed wall clock time (in seconds):51.154
52.66/51.26	o 26
52.86/51.45	c cleaning 9336 clauses out of 18680 with flag 5002/1212016
53.06/51.66	c cleaning 7668 clauses out of 15342 with flag 11000/1218014
53.27/51.89	c cleaning 7331 clauses out of 14674 with flag 18000/1225014
53.56/52.16	c cleaning 7666 clauses out of 15343 with flag 26000/1233014
53.86/52.47	c cleaning 8334 clauses out of 16678 with flag 35001/1242015
54.27/52.83	c cleaning 9172 clauses out of 18348 with flag 45005/1252019
54.57/53.17	c cleaning 9581 clauses out of 19171 with flag 55000/1262014
54.67/53.27	c Got one! Elapsed wall clock time (in seconds):53.169
54.67/53.27	o 24
54.77/53.34	c cleaning 7462 clauses out of 14929 with flag 2000/1267353
54.97/53.54	c cleaning 6729 clauses out of 13468 with flag 8001/1273354
55.17/53.76	c cleaning 6862 clauses out of 13739 with flag 15001/1280354
55.48/54.03	c cleaning 7433 clauses out of 14876 with flag 23000/1288353
55.77/54.34	c cleaning 8219 clauses out of 16443 with flag 32000/1297353
56.07/54.69	c cleaning 9108 clauses out of 18225 with flag 42001/1307354
56.48/55.09	c cleaning 9554 clauses out of 19116 with flag 52000/1317353
56.87/55.44	c cleaning 9774 clauses out of 19563 with flag 62001/1327354
57.18/55.78	c cleaning 9892 clauses out of 19789 with flag 72001/1337354
57.58/56.12	c cleaning 9942 clauses out of 19896 with flag 82000/1347353
57.88/56.47	c cleaning 9970 clauses out of 19954 with flag 92000/1357353
58.18/56.79	c Got one! Elapsed wall clock time (in seconds):56.684
58.18/56.79	o 22
58.48/57.03	c cleaning 12127 clauses out of 24265 with flag 5001/1371634
58.68/57.24	c cleaning 9067 clauses out of 18139 with flag 11002/1377635
58.88/57.49	c cleaning 8031 clauses out of 16070 with flag 18000/1384633
59.18/57.76	c cleaning 8016 clauses out of 16039 with flag 26000/1392633
59.48/58.07	c cleaning 8509 clauses out of 17024 with flag 35001/1401634
59.89/58.41	c cleaning 9253 clauses out of 18515 with flag 45001/1411634
60.18/58.76	c cleaning 9623 clauses out of 19261 with flag 55000/1421633
60.48/59.08	c cleaning 9814 clauses out of 19639 with flag 65001/1431634
60.89/59.48	c cleaning 9905 clauses out of 19825 with flag 75001/1441634
61.29/59.86	c cleaning 9953 clauses out of 19920 with flag 85001/1451634
61.69/60.23	c cleaning 9979 clauses out of 19966 with flag 95000/1461633
62.00/60.57	c cleaning 9989 clauses out of 19987 with flag 105000/1471633
62.19/60.79	c Got one! Elapsed wall clock time (in seconds):60.689
62.19/60.79	o 17
62.49/61.00	c cleaning 10974 clauses out of 21955 with flag 5003/1483590
62.69/61.21	c cleaning 8483 clauses out of 16978 with flag 11000/1489587
62.90/61.44	c cleaning 7743 clauses out of 15497 with flag 18002/1496589
63.20/61.71	c cleaning 7873 clauses out of 15752 with flag 26000/1504587
63.50/62.01	c cleaning 8434 clauses out of 16879 with flag 35000/1513587
63.80/62.35	c cleaning 9217 clauses out of 18447 with flag 45002/1523589
64.20/62.71	c cleaning 9611 clauses out of 19228 with flag 55000/1533587
64.50/63.06	c cleaning 9804 clauses out of 19617 with flag 65000/1543587
64.80/63.39	c cleaning 9901 clauses out of 19813 with flag 75000/1553587
65.20/63.72	c cleaning 9951 clauses out of 19912 with flag 85000/1563587
65.51/64.06	c cleaning 9976 clauses out of 19962 with flag 95001/1573588
65.90/64.40	c cleaning 9988 clauses out of 19987 with flag 105002/1583589
66.21/64.75	c cleaning 9995 clauses out of 19999 with flag 115002/1593589
66.61/65.10	c cleaning 9997 clauses out of 20005 with flag 125003/1603590
66.71/65.26	c Got one! Elapsed wall clock time (in seconds):65.155
66.71/65.26	o 12
66.91/65.47	c cleaning 10080 clauses out of 20170 with flag 5000/1613752
67.11/65.68	c cleaning 8040 clauses out of 16090 with flag 11000/1619752
67.41/65.91	c cleaning 7522 clauses out of 15051 with flag 18001/1626753
67.62/66.19	c cleaning 7759 clauses out of 15529 with flag 26001/1634753
67.91/66.49	c cleaning 8379 clauses out of 16769 with flag 35000/1643752
68.31/66.85	c cleaning 9191 clauses out of 18390 with flag 45000/1653752
68.62/67.20	c cleaning 9596 clauses out of 19199 with flag 55000/1663752
69.02/67.53	c cleaning 9796 clauses out of 19603 with flag 65000/1673752
69.32/67.87	c cleaning 9898 clauses out of 19807 with flag 75000/1683752
69.72/68.23	c cleaning 9949 clauses out of 19909 with flag 85000/1693752
70.02/68.57	c cleaning 9974 clauses out of 19960 with flag 95000/1703752
70.42/68.90	c cleaning 9989 clauses out of 19987 with flag 105001/1713753
70.73/69.23	c cleaning 9992 clauses out of 19997 with flag 115000/1723752
71.03/69.57	c cleaning 9999 clauses out of 20005 with flag 125000/1733752
71.43/69.91	c cleaning 9998 clauses out of 20007 with flag 135001/1743753
71.73/70.25	c cleaning 10001 clauses out of 20011 with flag 145003/1753755
72.13/70.61	c cleaning 10000 clauses out of 20007 with flag 155000/1763752
72.43/71.00	c cleaning 9997 clauses out of 20007 with flag 165000/1773752
72.83/71.37	c cleaning 10001 clauses out of 20011 with flag 175001/1783753
73.23/71.71	c cleaning 9999 clauses out of 20010 with flag 185001/1793753
73.53/72.06	c cleaning 10000 clauses out of 20011 with flag 195001/1803753
73.93/72.40	c cleaning 10000 clauses out of 20010 with flag 205000/1813752
74.24/72.75	c cleaning 9999 clauses out of 20010 with flag 215000/1823752
74.53/73.08	c cleaning 10000 clauses out of 20012 with flag 225001/1833753
74.93/73.42	c cleaning 10003 clauses out of 20011 with flag 235000/1843752
75.24/73.80	c cleaning 9997 clauses out of 20008 with flag 245000/1853752
75.54/74.02	c Got one! Elapsed wall clock time (in seconds):73.915
75.54/74.02	o 9
75.75/74.22	c cleaning 10680 clauses out of 21366 with flag 5000/1865107
75.95/74.44	c cleaning 8338 clauses out of 16686 with flag 11000/1871107
76.15/74.67	c cleaning 7672 clauses out of 15349 with flag 18001/1878108
76.46/74.93	c cleaning 7835 clauses out of 15677 with flag 26001/1886108
76.76/75.23	c cleaning 8418 clauses out of 16843 with flag 35002/1895109
77.06/75.57	c cleaning 9204 clauses out of 18424 with flag 45001/1905108
77.46/75.91	c cleaning 9605 clauses out of 19221 with flag 55002/1915109
77.76/76.25	c cleaning 9802 clauses out of 19614 with flag 65000/1925107
78.06/76.60	c cleaning 9900 clauses out of 19812 with flag 75000/1935107
78.46/76.91	c cleaning 9952 clauses out of 19912 with flag 85000/1945107
78.76/77.26	c cleaning 9977 clauses out of 19959 with flag 95000/1955107
79.06/77.51	c starts		: 256
79.06/77.51	c conflicts		: 1962664
79.06/77.51	c decisions		: 3299817
79.06/77.51	c propagations		: 52242669
79.06/77.51	c inspects		: 423066804
79.06/77.51	c shortcuts		: 0
79.06/77.51	c learnt literals	: 9
79.06/77.51	c learnt binary clauses	: 95
79.06/77.51	c learnt ternary clauses	: 1332
79.06/77.51	c learnt constraints	: 1962654
79.06/77.51	c ignored constraints	: 0
79.06/77.51	c root simplifications	: 0
79.06/77.51	c removed literals (reason simplification)	: 10098824
79.06/77.51	c reason swapping (by a shorter reason)	: 0
79.06/77.51	c Calls to reduceDB	: 228
79.06/77.51	c number of reductions to clauses (during analyze)	: 0
79.06/77.51	c number of learned constraints concerned by reduction	: 0
79.06/77.51	c number of learning phase by resolution	: 0
79.06/77.51	c number of learning phase by cutting planes	: 0
79.06/77.51	c speed (assignments/second)	: 1.496067268041237E7
79.06/77.51	c non guided choices	2356
79.06/77.51	c learnt constraints type 
79.06/77.51	c constraints type 
79.06/77.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
79.06/77.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
79.06/77.51	s OPTIMUM FOUND
79.06/77.51	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 
79.06/77.51	c objective function=9
79.06/77.51	c Total wall clock time (in seconds): 77.408

Verifier Data

OK	9

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 /var/tmp/evaluation-result-3492713-1307911171/watcher-3492713-1307911171 -o /var/tmp/evaluation-result-3492713-1307911171/solver-3492713-1307911171 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492713-1307911171.wbo 

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: 2.04 2.01 1.94 2/195 14572
/proc/meminfo: memFree=2324920/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 883532924 31272960 959 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 7635 959 732 9 0 386 0
[pid=14572/tid=14573] ppid=14570 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 126 0 0 0 0 0 0 0 25 0 2 0 883532925 31272960 959 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233510297403 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.109242 s]
/proc/loadavg: 2.04 2.01 1.94 2/195 14572
/proc/meminfo: memFree=2324920/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10540276 CPUtime=0.11 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 13271 0 1 0 10 1 0 0 25 0 18 0 883532924 10793242624 12915 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2635069 12917 2124 9 0 2625803 0
[pid=14572/tid=14573] ppid=14570 vsize=10540276 CPUtime=0.09 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 11293 0 1 0 8 1 0 0 25 0 18 0 883532925 10793242624 12917 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522123445 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540276

[startup+0.201245 s]
/proc/loadavg: 2.04 2.01 1.94 2/195 14572
/proc/meminfo: memFree=2324920/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10543856 CPUtime=0.28 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 15328 0 1 0 27 1 0 0 25 0 19 0 883532924 10796908544 14474 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2635964 14475 2198 9 0 2626698 0
[pid=14572/tid=14573] ppid=14570 vsize=10543856 CPUtime=0.18 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 11709 0 1 0 17 1 0 0 18 0 19 0 883532925 10796908544 14476 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505207972 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10543856

[startup+0.301231 s]
/proc/loadavg: 2.04 2.01 1.94 2/195 14572
/proc/meminfo: memFree=2324920/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10544020 CPUtime=0.51 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 15720 0 1 0 49 2 0 0 25 0 19 0 883532924 10797076480 14741 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2636005 14741 2214 9 0 2626739 0
[pid=14572/tid=14573] ppid=14570 vsize=10544020 CPUtime=0.28 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 11814 0 1 0 27 1 0 0 18 0 19 0 883532925 10797076480 14741 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505588188 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10544020

[startup+0.701139 s]
/proc/loadavg: 2.04 2.01 1.94 2/195 14572
/proc/meminfo: memFree=2324920/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10544168 CPUtime=0.99 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 16708 0 1 0 97 2 0 0 25 0 19 0 883532924 10797228032 15728 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2636042 15728 2246 9 0 2626776 0
[pid=14572/tid=14573] ppid=14570 vsize=10544168 CPUtime=0.67 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 12181 0 1 0 66 1 0 0 18 0 19 0 883532925 10797228032 15728 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505557341 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10544168

[startup+1.50096 s]
/proc/loadavg: 2.04 2.01 1.94 3/214 14591
/proc/meminfo: memFree=2268932/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10544168 CPUtime=1.83 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 17295 0 1 0 181 2 0 0 25 0 19 0 883532924 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2636042 16313 2246 9 0 2626776 0
[pid=14572/tid=14573] ppid=14570 vsize=10544168 CPUtime=1.44 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 12184 0 1 0 143 1 0 0 19 0 19 0 883532925 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505595648 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14572/tid=14575] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14575/stat : 14575 (java) S 14570 14572 12607 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14576] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14576/stat : 14576 (java) S 14570 14572 12607 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14577] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14577/stat : 14577 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883532926 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14578] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14578/stat : 14578 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883532926 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14579] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14579/stat : 14579 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14580] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14580/stat : 14580 (java) S 14570 14572 12607 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14581] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14581/stat : 14581 (java) S 14570 14572 12607 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14582] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14582/stat : 14582 (java) S 14570 14572 12607 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14583] ppid=14570 vsize=10544168 CPUtime=0.03 cores=0,2,4,6
/proc/14572/task/14583/stat : 14583 (java) S 14570 14572 12607 0 -1 4202560 454 0 0 0 3 0 0 0 15 0 19 0 883532927 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 2 0 0 0
[pid=14572/tid=14584] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14584/stat : 14584 (java) S 14570 14572 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883532928 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14585] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14585/stat : 14585 (java) S 14570 14572 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883532928 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14586] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14586/stat : 14586 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14587] ppid=14570 vsize=10544168 CPUtime=0.19 cores=0,2,4,6
/proc/14572/task/14587/stat : 14587 (java) S 14570 14572 12607 0 -1 4202560 1783 0 0 0 19 0 0 0 15 0 19 0 883532930 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14588] ppid=14570 vsize=10544168 CPUtime=0.14 cores=0,2,4,6
/proc/14572/task/14588/stat : 14588 (java) S 14570 14572 12607 0 -1 4202560 1076 0 0 0 14 0 0 0 15 0 19 0 883532930 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14589] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14589/stat : 14589 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14590] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14590/stat : 14590 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532930 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14591] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14591/stat : 14591 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883532941 10797228032 16313 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 10544168

[startup+3.10071 s]
/proc/loadavg: 2.04 2.01 1.94 3/214 14591
/proc/meminfo: memFree=2267688/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10544168 CPUtime=3.47 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 17615 0 1 0 345 2 0 0 25 0 19 0 883532924 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2636042 16628 2248 9 0 2626776 0
[pid=14572/tid=14573] ppid=14570 vsize=10544168 CPUtime=2.97 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 12189 0 1 0 296 1 0 0 21 0 19 0 883532925 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505563889 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14572/tid=14575] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14575/stat : 14575 (java) S 14570 14572 12607 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14576] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14576/stat : 14576 (java) S 14570 14572 12607 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14577] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14577/stat : 14577 (java) S 14570 14572 12607 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14578] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14578/stat : 14578 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883532926 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14579] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14579/stat : 14579 (java) S 14570 14572 12607 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14580] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14580/stat : 14580 (java) S 14570 14572 12607 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14581] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14581/stat : 14581 (java) S 14570 14572 12607 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 19 0 883532926 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14582] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14582/stat : 14582 (java) S 14570 14572 12607 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14583] ppid=14570 vsize=10544168 CPUtime=0.09 cores=0,2,4,6
/proc/14572/task/14583/stat : 14583 (java) S 14570 14572 12607 0 -1 4202560 612 0 0 0 9 0 0 0 16 0 19 0 883532927 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 2 0 0 0
[pid=14572/tid=14584] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14584/stat : 14584 (java) S 14570 14572 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883532928 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14585] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14585/stat : 14585 (java) S 14570 14572 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883532928 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14586] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14586/stat : 14586 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14587] ppid=14570 vsize=10544168 CPUtime=0.2 cores=0,2,4,6
/proc/14572/task/14587/stat : 14587 (java) S 14570 14572 12607 0 -1 4202560 1785 0 0 0 20 0 0 0 15 0 19 0 883532930 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14588] ppid=14570 vsize=10544168 CPUtime=0.16 cores=0,2,4,6
/proc/14572/task/14588/stat : 14588 (java) S 14570 14572 12607 0 -1 4202560 1120 0 0 0 16 0 0 0 15 0 19 0 883532930 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14589] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14589/stat : 14589 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14590] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14590/stat : 14590 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532930 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14591] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14591/stat : 14591 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883532941 10797228032 16628 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10544168

[startup+6.30113 s]
/proc/loadavg: 2.04 2.01 1.94 3/214 14591
/proc/meminfo: memFree=2259972/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10544168 CPUtime=6.7 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 17812 0 1 0 668 2 0 0 25 0 19 0 883532924 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2636042 16814 2248 9 0 2626776 0
[pid=14572/tid=14573] ppid=14570 vsize=10544168 CPUtime=6.04 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 12201 0 1 0 603 1 0 0 25 0 19 0 883532925 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505558839 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14572/tid=14575] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14575/stat : 14575 (java) S 14570 14572 12607 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14576] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14576/stat : 14576 (java) S 14570 14572 12607 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14577] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14577/stat : 14577 (java) S 14570 14572 12607 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14578] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14578/stat : 14578 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883532926 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14579] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14579/stat : 14579 (java) S 14570 14572 12607 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14580] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14580/stat : 14580 (java) S 14570 14572 12607 0 -1 4202560 255 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14581] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14581/stat : 14581 (java) S 14570 14572 12607 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14582] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14582/stat : 14582 (java) S 14570 14572 12607 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 19 0 883532926 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14583] ppid=14570 vsize=10544168 CPUtime=0.21 cores=0,2,4,6
/proc/14572/task/14583/stat : 14583 (java) S 14570 14572 12607 0 -1 4202560 671 0 0 0 21 0 0 0 16 0 19 0 883532927 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 2 0 0 0
[pid=14572/tid=14584] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14584/stat : 14584 (java) S 14570 14572 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883532928 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14585] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14585/stat : 14585 (java) S 14570 14572 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883532928 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14586] ppid=14570 vsize=10544168 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14586/stat : 14586 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14587] ppid=14570 vsize=10544168 CPUtime=0.21 cores=0,2,4,6
/proc/14572/task/14587/stat : 14587 (java) S 14570 14572 12607 0 -1 4202560 1790 0 0 0 21 0 0 0 15 0 19 0 883532930 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14588] ppid=14570 vsize=10544168 CPUtime=0.17 cores=0,2,4,6
/proc/14572/task/14588/stat : 14588 (java) S 14570 14572 12607 0 -1 4202560 1120 0 0 0 17 0 0 0 15 0 19 0 883532930 10797228032 16814 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0

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

/proc/14572/task/14575/stat : 14575 (java) S 14570 14572 12607 0 -1 4202560 182 0 0 0 6 0 0 0 16 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14576] ppid=14570 vsize=10544276 CPUtime=0.05 cores=0,2,4,6
/proc/14572/task/14576/stat : 14576 (java) S 14570 14572 12607 0 -1 4202560 35 0 0 0 5 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14577] ppid=14570 vsize=10544276 CPUtime=0.07 cores=0,2,4,6
/proc/14572/task/14577/stat : 14577 (java) S 14570 14572 12607 0 -1 4202560 54 0 0 0 7 0 0 0 16 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14578] ppid=14570 vsize=10544276 CPUtime=0.04 cores=0,2,4,6
/proc/14572/task/14578/stat : 14578 (java) S 14570 14572 12607 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14579] ppid=14570 vsize=10544276 CPUtime=0.08 cores=0,2,4,6
/proc/14572/task/14579/stat : 14579 (java) S 14570 14572 12607 0 -1 4202560 27 0 0 0 8 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14580] ppid=14570 vsize=10544276 CPUtime=0.07 cores=0,2,4,6
/proc/14572/task/14580/stat : 14580 (java) S 14570 14572 12607 0 -1 4202560 260 0 0 0 7 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14581] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14581/stat : 14581 (java) S 14570 14572 12607 0 -1 4202560 101 0 0 0 6 0 0 0 16 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14582] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14582/stat : 14582 (java) S 14570 14572 12607 0 -1 4202560 258 0 0 0 6 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14583] ppid=14570 vsize=10544276 CPUtime=3.03 cores=0,2,4,6
/proc/14572/task/14583/stat : 14583 (java) S 14570 14572 12607 0 -1 4202560 1100 0 0 0 300 3 0 0 16 0 19 0 883532927 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 2 0 0 0
[pid=14572/tid=14584] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14584/stat : 14584 (java) S 14570 14572 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883532928 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14585] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14585/stat : 14585 (java) S 14570 14572 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883532928 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14586] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14586/stat : 14586 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14587] ppid=14570 vsize=10544276 CPUtime=1.01 cores=0,2,4,6
/proc/14572/task/14587/stat : 14587 (java) S 14570 14572 12607 0 -1 4202560 12501 0 0 0 100 1 0 0 15 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14588] ppid=14570 vsize=10544276 CPUtime=0.31 cores=0,2,4,6
/proc/14572/task/14588/stat : 14588 (java) S 14570 14572 12607 0 -1 4202560 2413 0 0 0 31 0 0 0 15 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14589] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14589/stat : 14589 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14590] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14590/stat : 14590 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14591] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14591/stat : 14591 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883532941 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 78.36
Current children cumulated vsize (KiB) 10544276

[startup+77.2014 s]
/proc/loadavg: 2.05 2.02 1.94 3/214 14593
/proc/meminfo: memFree=2229864/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10544276 CPUtime=78.76 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 30508 0 1 0 7868 8 0 0 25 0 19 0 883532924 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2636069 21495 2251 9 0 2626803 0
[pid=14572/tid=14573] ppid=14570 vsize=10544276 CPUtime=73.81 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 12411 0 1 0 7380 1 0 0 22 0 19 0 883532925 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505603456 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14572/tid=14575] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14575/stat : 14575 (java) S 14570 14572 12607 0 -1 4202560 182 0 0 0 6 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14576] ppid=14570 vsize=10544276 CPUtime=0.05 cores=0,2,4,6
/proc/14572/task/14576/stat : 14576 (java) S 14570 14572 12607 0 -1 4202560 35 0 0 0 5 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14577] ppid=14570 vsize=10544276 CPUtime=0.07 cores=0,2,4,6
/proc/14572/task/14577/stat : 14577 (java) S 14570 14572 12607 0 -1 4202560 54 0 0 0 7 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14578] ppid=14570 vsize=10544276 CPUtime=0.04 cores=0,2,4,6
/proc/14572/task/14578/stat : 14578 (java) S 14570 14572 12607 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14579] ppid=14570 vsize=10544276 CPUtime=0.08 cores=0,2,4,6
/proc/14572/task/14579/stat : 14579 (java) S 14570 14572 12607 0 -1 4202560 27 0 0 0 8 0 0 0 16 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14580] ppid=14570 vsize=10544276 CPUtime=0.07 cores=0,2,4,6
/proc/14572/task/14580/stat : 14580 (java) S 14570 14572 12607 0 -1 4202560 260 0 0 0 7 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14581] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14581/stat : 14581 (java) S 14570 14572 12607 0 -1 4202560 101 0 0 0 6 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14582] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14582/stat : 14582 (java) S 14570 14572 12607 0 -1 4202560 258 0 0 0 6 0 0 0 15 0 19 0 883532926 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14583] ppid=14570 vsize=10544276 CPUtime=3.05 cores=0,2,4,6
/proc/14572/task/14583/stat : 14583 (java) S 14570 14572 12607 0 -1 4202560 1100 0 0 0 302 3 0 0 16 0 19 0 883532927 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 2 0 0 0
[pid=14572/tid=14584] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14584/stat : 14584 (java) S 14570 14572 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883532928 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14585] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14585/stat : 14585 (java) S 14570 14572 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883532928 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14586] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14586/stat : 14586 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14587] ppid=14570 vsize=10544276 CPUtime=1.01 cores=0,2,4,6
/proc/14572/task/14587/stat : 14587 (java) S 14570 14572 12607 0 -1 4202560 12501 0 0 0 100 1 0 0 15 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14588] ppid=14570 vsize=10544276 CPUtime=0.31 cores=0,2,4,6
/proc/14572/task/14588/stat : 14588 (java) S 14570 14572 12607 0 -1 4202560 2413 0 0 0 31 0 0 0 15 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14589] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14589/stat : 14589 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14590] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14590/stat : 14590 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883532930 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14591] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14591/stat : 14591 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883532941 10797338624 21495 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 78.76
Current children cumulated vsize (KiB) 10544276

[startup+77.4013 s]
/proc/loadavg: 2.05 2.02 1.94 3/214 14593
/proc/meminfo: memFree=2229864/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10544276 CPUtime=78.96 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 30511 0 1 0 7888 8 0 0 25 0 19 0 883532924 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2636069 21497 2251 9 0 2626803 0
[pid=14572/tid=14573] ppid=14570 vsize=10544276 CPUtime=73.99 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 12414 0 1 0 7398 1 0 0 23 0 19 0 883532925 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505515057 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14572/tid=14575] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14575/stat : 14575 (java) S 14570 14572 12607 0 -1 4202560 182 0 0 0 6 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14576] ppid=14570 vsize=10544276 CPUtime=0.05 cores=0,2,4,6
/proc/14572/task/14576/stat : 14576 (java) S 14570 14572 12607 0 -1 4202560 35 0 0 0 5 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14577] ppid=14570 vsize=10544276 CPUtime=0.07 cores=0,2,4,6
/proc/14572/task/14577/stat : 14577 (java) S 14570 14572 12607 0 -1 4202560 54 0 0 0 7 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14578] ppid=14570 vsize=10544276 CPUtime=0.04 cores=0,2,4,6
/proc/14572/task/14578/stat : 14578 (java) S 14570 14572 12607 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14579] ppid=14570 vsize=10544276 CPUtime=0.08 cores=0,2,4,6
/proc/14572/task/14579/stat : 14579 (java) S 14570 14572 12607 0 -1 4202560 27 0 0 0 8 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14580] ppid=14570 vsize=10544276 CPUtime=0.07 cores=0,2,4,6
/proc/14572/task/14580/stat : 14580 (java) S 14570 14572 12607 0 -1 4202560 260 0 0 0 7 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14581] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14581/stat : 14581 (java) S 14570 14572 12607 0 -1 4202560 101 0 0 0 6 0 0 0 16 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14582] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14582/stat : 14582 (java) S 14570 14572 12607 0 -1 4202560 258 0 0 0 6 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14583] ppid=14570 vsize=10544276 CPUtime=3.06 cores=0,2,4,6
/proc/14572/task/14583/stat : 14583 (java) S 14570 14572 12607 0 -1 4202560 1100 0 0 0 303 3 0 0 16 0 19 0 883532927 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 2 0 0 0
[pid=14572/tid=14584] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14584/stat : 14584 (java) S 14570 14572 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883532928 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14585] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14585/stat : 14585 (java) S 14570 14572 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883532928 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14586] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14586/stat : 14586 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14587] ppid=14570 vsize=10544276 CPUtime=1.01 cores=0,2,4,6
/proc/14572/task/14587/stat : 14587 (java) S 14570 14572 12607 0 -1 4202560 12501 0 0 0 100 1 0 0 15 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14588] ppid=14570 vsize=10544276 CPUtime=0.31 cores=0,2,4,6
/proc/14572/task/14588/stat : 14588 (java) S 14570 14572 12607 0 -1 4202560 2413 0 0 0 31 0 0 0 15 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14589] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14589/stat : 14589 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14590] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14590/stat : 14590 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14591] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14591/stat : 14591 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883532941 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 78.96
Current children cumulated vsize (KiB) 10544276

[startup+77.5014 s]
/proc/loadavg: 2.05 2.02 1.94 3/214 14593
/proc/meminfo: memFree=2229864/32951124 swapFree=67054264/67111528
[pid=14572] ppid=14570 vsize=10544276 CPUtime=79.06 cores=0,2,4,6
/proc/14572/stat : 14572 (java) S 14570 14572 12607 0 -1 4202496 30511 0 1 0 7898 8 0 0 25 0 19 0 883532924 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14572/statm: 2636069 21497 2251 9 0 2626803 0
[pid=14572/tid=14573] ppid=14570 vsize=10544276 CPUtime=74.09 cores=0,2,4,6
/proc/14572/task/14573/stat : 14573 (java) R 14570 14572 12607 0 -1 4202560 12414 0 1 0 7408 1 0 0 23 0 19 0 883532925 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14572/tid=14575] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14575/stat : 14575 (java) S 14570 14572 12607 0 -1 4202560 182 0 0 0 6 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14576] ppid=14570 vsize=10544276 CPUtime=0.05 cores=0,2,4,6
/proc/14572/task/14576/stat : 14576 (java) S 14570 14572 12607 0 -1 4202560 35 0 0 0 5 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14577] ppid=14570 vsize=10544276 CPUtime=0.07 cores=0,2,4,6
/proc/14572/task/14577/stat : 14577 (java) S 14570 14572 12607 0 -1 4202560 54 0 0 0 7 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14578] ppid=14570 vsize=10544276 CPUtime=0.04 cores=0,2,4,6
/proc/14572/task/14578/stat : 14578 (java) S 14570 14572 12607 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14579] ppid=14570 vsize=10544276 CPUtime=0.08 cores=0,2,4,6
/proc/14572/task/14579/stat : 14579 (java) S 14570 14572 12607 0 -1 4202560 27 0 0 0 8 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14580] ppid=14570 vsize=10544276 CPUtime=0.07 cores=0,2,4,6
/proc/14572/task/14580/stat : 14580 (java) S 14570 14572 12607 0 -1 4202560 260 0 0 0 7 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14581] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14581/stat : 14581 (java) S 14570 14572 12607 0 -1 4202560 101 0 0 0 6 0 0 0 16 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14582] ppid=14570 vsize=10544276 CPUtime=0.06 cores=0,2,4,6
/proc/14572/task/14582/stat : 14582 (java) S 14570 14572 12607 0 -1 4202560 258 0 0 0 6 0 0 0 15 0 19 0 883532926 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14583] ppid=14570 vsize=10544276 CPUtime=3.06 cores=0,2,4,6
/proc/14572/task/14583/stat : 14583 (java) S 14570 14572 12607 0 -1 4202560 1100 0 0 0 303 3 0 0 16 0 19 0 883532927 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 0 0 16800975 18446604453922388096 0 0 -1 2 0 0 0
[pid=14572/tid=14584] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14584/stat : 14584 (java) S 14570 14572 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883532928 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14585] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14585/stat : 14585 (java) S 14570 14572 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883532928 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14586] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14586/stat : 14586 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522121137 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14587] ppid=14570 vsize=10544276 CPUtime=1.01 cores=0,2,4,6
/proc/14572/task/14587/stat : 14587 (java) S 14570 14572 12607 0 -1 4202560 12501 0 0 0 100 1 0 0 15 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
[pid=14572/tid=14588] ppid=14570 vsize=10544276 CPUtime=0.31 cores=0,2,4,6
/proc/14572/task/14588/stat : 14588 (java) S 14570 14572 12607 0 -1 4202560 2413 0 0 0 31 0 0 0 15 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14589] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14589/stat : 14589 (java) S 14570 14572 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522113433 0 4 0 16800975 18446604453922388096 0 0 -1 6 0 0 0
[pid=14572/tid=14590] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14590/stat : 14590 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883532930 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 4 0 0 0
[pid=14572/tid=14591] ppid=14570 vsize=10544276 CPUtime=0 cores=0,2,4,6
/proc/14572/task/14591/stat : 14591 (java) S 14570 14572 12607 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883532941 10797338624 21497 33554432000 1073741824 1073778376 140737002762256 18446744073709551615 233522114048 0 4 0 16800975 18446604453922388096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.06
Current children cumulated vsize (KiB) 10544276

Child status: 30
Real time (s): 77.5226
CPU time (s): 79.095
CPU user time (s): 79.005
CPU system time (s): 0.089986
CPU usage (%): 102.028
Max. virtual memory (cumulated for all children) (KiB): 10544840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.005
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30537
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8430
involuntary context switches= 3627

runsolver used 0.144977 second user time and 0.298954 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 22:39:31
IDJOB=3492713
IDBENCH=79240
IDSOLVER=1982
FILE ID=node145/3492713-1307911171
RUNJOBID= node145-1307907979-13798
PBS_JOBID= 13559605
Free space on /var/tmp= 2904 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976157--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492713-1307911171/watcher-3492713-1307911171 -o /var/tmp/evaluation-result-3492713-1307911171/solver-3492713-1307911171 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492713-1307911171.wbo

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

MD5SUM BENCH= 4da1e5a9e75693d50d2c099f4fe591bc
RANDOM SEED=1759677231

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2325448 kB
Buffers:         66220 kB
Cached:       28768100 kB
SwapCached:       9324 kB
Active:       14787404 kB
Inactive:     14930548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2325448 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:      881500 kB
Mapped:          21260 kB
Slab:           842184 kB
PageTables:       6116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10546688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2904 MiB
End job on node145 at 2011-06-12 22:40:48