Trace number 3492705

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 65.2301 64.0392

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221203--soft-0-100-0.wbo
MD5SUMf13e124cee089e765b8a95beaa9c7cdd
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.53561
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492705-1307911166.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.055s.
0.10/0.17	c #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.117
0.27/0.23	o 750
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.146
0.27/0.26	o 704
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.171
0.27/0.28	o 702
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.178
0.27/0.29	o 651
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.188
0.50/0.30	o 553
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.209
0.50/0.32	o 542
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.50/0.33	o 525
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.248
0.50/0.36	o 522
0.63/0.42	c Got one! Elapsed wall clock time (in seconds):0.307
0.63/0.42	o 518
0.63/0.47	c Got one! Elapsed wall clock time (in seconds):0.354
0.63/0.47	o 497
0.77/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
0.77/0.50	o 496
0.77/0.51	c Got one! Elapsed wall clock time (in seconds):0.398
0.77/0.51	o 480
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.415
0.77/0.53	o 472
0.77/0.57	c Got one! Elapsed wall clock time (in seconds):0.458
0.77/0.57	o 453
0.89/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
0.89/0.60	o 434
0.89/0.62	c Got one! Elapsed wall clock time (in seconds):0.507
0.89/0.62	o 432
0.89/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
0.89/0.67	o 428
1.09/0.87	c cleaning 5338 clauses out of 10679 with flag 3002/10679
1.24/0.92	c Got one! Elapsed wall clock time (in seconds):0.808
1.24/0.92	o 424
1.36/1.04	c Got one! Elapsed wall clock time (in seconds):0.931
1.36/1.04	o 421
1.36/1.10	c Got one! Elapsed wall clock time (in seconds):0.989
1.36/1.10	o 417
1.55/1.20	c cleaning 5792 clauses out of 11590 with flag 2000/16928
1.66/1.31	c Got one! Elapsed wall clock time (in seconds):1.198
1.66/1.31	o 390
1.66/1.37	c Got one! Elapsed wall clock time (in seconds):1.256
1.66/1.37	o 382
1.76/1.47	c Got one! Elapsed wall clock time (in seconds):1.357
1.76/1.47	o 362
1.88/1.53	c cleaning 6155 clauses out of 12318 with flag 1003/23448
2.03/1.65	c Got one! Elapsed wall clock time (in seconds):1.541
2.03/1.65	o 355
2.23/1.83	c cleaning 6071 clauses out of 12152 with flag 4001/29437
2.32/1.93	c Got one! Elapsed wall clock time (in seconds):1.818
2.32/1.93	o 352
2.32/1.99	c Got one! Elapsed wall clock time (in seconds):1.877
2.32/1.99	o 351
2.56/2.14	c Got one! Elapsed wall clock time (in seconds):2.025
2.56/2.14	o 323
2.56/2.19	c cleaning 6539 clauses out of 13084 with flag 1001/36440
2.76/2.32	c Got one! Elapsed wall clock time (in seconds):2.205
2.76/2.32	o 317
2.86/2.43	c cleaning 6049 clauses out of 12107 with flag 3000/42002
2.96/2.54	c Got one! Elapsed wall clock time (in seconds):2.425
2.96/2.54	o 300
3.16/2.75	c cleaning 6001 clauses out of 12014 with flag 4000/47958
3.26/2.84	c Got one! Elapsed wall clock time (in seconds):2.725
3.26/2.84	o 290
3.46/3.05	c cleaning 5790 clauses out of 11597 with flag 4001/53542
3.77/3.39	c cleaning 5898 clauses out of 11806 with flag 10000/59541
3.96/3.55	c Got one! Elapsed wall clock time (in seconds):3.441
3.96/3.55	o 266
4.06/3.65	c Got one! Elapsed wall clock time (in seconds):3.535
4.06/3.65	o 255
4.06/3.69	c cleaning 5979 clauses out of 11965 with flag 1000/65598
4.16/3.76	c Got one! Elapsed wall clock time (in seconds):3.644
4.16/3.76	o 245
4.36/3.94	c cleaning 5563 clauses out of 11147 with flag 4001/70759
4.66/4.27	c cleaning 5785 clauses out of 11584 with flag 10001/76759
4.77/4.35	c Got one! Elapsed wall clock time (in seconds):4.235
4.77/4.35	o 234
4.87/4.49	c cleaning 5408 clauses out of 10823 with flag 4001/81783
5.06/4.65	c Got one! Elapsed wall clock time (in seconds):4.537
5.06/4.65	o 229
5.16/4.74	c cleaning 5466 clauses out of 10941 with flag 2000/87309
5.36/4.96	c cleaning 5737 clauses out of 11477 with flag 8002/93311
5.56/5.13	c Got one! Elapsed wall clock time (in seconds):5.02
5.56/5.13	o 215
5.66/5.22	c cleaning 5413 clauses out of 10845 with flag 2002/98416
5.97/5.51	c cleaning 5700 clauses out of 11430 with flag 8000/104414
6.36/5.92	c cleaning 6359 clauses out of 12732 with flag 15002/111416
6.47/6.05	c Got one! Elapsed wall clock time (in seconds):5.941
6.47/6.05	o 211
6.58/6.18	c cleaning 5970 clauses out of 11946 with flag 3000/116989
6.88/6.41	c cleaning 5986 clauses out of 11976 with flag 9000/122989
7.28/6.80	c Got one! Elapsed wall clock time (in seconds):6.689
7.28/6.80	o 197
7.50/7.03	c cleaning 8784 clauses out of 17574 with flag 5002/134573
7.70/7.27	c cleaning 7390 clauses out of 14788 with flag 11000/140571
8.11/7.61	c cleaning 7196 clauses out of 14398 with flag 18000/147571
8.50/8.01	c cleaning 7593 clauses out of 15202 with flag 26000/155571
9.00/8.50	c cleaning 8300 clauses out of 16610 with flag 35001/164572
9.00/8.55	c Got one! Elapsed wall clock time (in seconds):8.439
9.00/8.55	o 183
9.22/8.75	c cleaning 7005 clauses out of 14021 with flag 5002/170283
9.52/9.03	c cleaning 6503 clauses out of 13014 with flag 11000/176281
9.92/9.44	c cleaning 6751 clauses out of 13511 with flag 18000/183281
10.43/9.91	c cleaning 7370 clauses out of 14760 with flag 26000/191281
10.63/10.10	c Got one! Elapsed wall clock time (in seconds):9.986
10.63/10.10	o 161
10.63/10.17	c cleaning 6345 clauses out of 12698 with flag 2000/196589
10.93/10.40	c cleaning 6168 clauses out of 12353 with flag 8000/202589
11.13/10.66	c cleaning 6590 clauses out of 13185 with flag 15000/209589
11.56/11.01	c cleaning 7290 clauses out of 14597 with flag 23002/217591
11.95/11.45	c cleaning 8142 clauses out of 16305 with flag 32000/226589
12.56/12.03	c cleaning 9071 clauses out of 18164 with flag 42001/236590
13.15/12.61	c cleaning 9542 clauses out of 19093 with flag 52001/246590
13.66/13.14	c cleaning 9769 clauses out of 19550 with flag 62000/256589
14.05/13.57	c Got one! Elapsed wall clock time (in seconds):13.455
14.05/13.57	o 157
14.25/13.77	c cleaning 10863 clauses out of 21737 with flag 5001/268545
14.56/14.01	c cleaning 8435 clauses out of 16877 with flag 11004/274548
14.76/14.28	c cleaning 7716 clauses out of 15440 with flag 18002/281546
15.26/14.74	c cleaning 7855 clauses out of 15725 with flag 26003/289547
15.26/14.79	c Got one! Elapsed wall clock time (in seconds):14.675
15.26/14.79	o 150
15.46/14.96	c cleaning 6714 clauses out of 13437 with flag 5002/295114
15.66/15.17	c cleaning 6355 clauses out of 12721 with flag 11000/301112
15.96/15.42	c cleaning 6682 clauses out of 13367 with flag 18001/308113
16.26/15.75	c cleaning 7339 clauses out of 14687 with flag 26003/316115
16.66/16.16	c cleaning 8169 clauses out of 16345 with flag 35000/325112
17.16/16.67	c cleaning 9082 clauses out of 18181 with flag 45005/335117
17.56/17.07	c Got one! Elapsed wall clock time (in seconds):16.956
17.56/17.07	o 145
17.76/17.27	c cleaning 10589 clauses out of 21184 with flag 5000/347202
18.06/17.52	c cleaning 8291 clauses out of 16596 with flag 11001/353203
18.26/17.74	c Got one! Elapsed wall clock time (in seconds):17.633
18.26/17.74	o 137
18.26/17.78	c cleaning 6822 clauses out of 13650 with flag 1002/358548
18.56/18.01	c cleaning 6411 clauses out of 12827 with flag 7001/364547
18.76/18.27	c cleaning 6695 clauses out of 13415 with flag 14000/371546
19.17/18.65	c Got one! Elapsed wall clock time (in seconds):18.541
19.17/18.65	o 130
19.36/18.88	c cleaning 9654 clauses out of 19318 with flag 5000/384144
19.66/19.11	c cleaning 7828 clauses out of 15668 with flag 11004/390148
19.86/19.38	c cleaning 7411 clauses out of 14836 with flag 18000/397144
20.06/19.55	c Got one! Elapsed wall clock time (in seconds):19.436
20.06/19.55	o 114
20.06/19.59	c cleaning 6225 clauses out of 12466 with flag 1000/402185
20.37/19.81	c cleaning 6116 clauses out of 12241 with flag 7000/408185
20.56/20.06	c cleaning 6562 clauses out of 13128 with flag 14003/415188
20.86/20.38	c cleaning 7275 clauses out of 14566 with flag 22003/423188
21.27/20.72	c cleaning 8138 clauses out of 16291 with flag 31003/432188
21.77/21.22	c cleaning 9063 clauses out of 18150 with flag 41000/442185
22.07/21.59	c Got one! Elapsed wall clock time (in seconds):21.474
22.07/21.59	o 92
22.27/21.79	c cleaning 10805 clauses out of 21619 with flag 5005/454717
22.58/22.02	c cleaning 8400 clauses out of 16809 with flag 11000/460712
22.77/22.29	c cleaning 7699 clauses out of 15409 with flag 18000/467712
23.18/22.60	c cleaning 7853 clauses out of 15713 with flag 26003/475715
23.48/22.93	c cleaning 8426 clauses out of 16857 with flag 35000/484712
23.88/23.35	c cleaning 9214 clauses out of 18432 with flag 45001/494713
24.42/23.89	c cleaning 9605 clauses out of 19217 with flag 55000/504712
25.45/24.41	c cleaning 9799 clauses out of 19612 with flag 65000/514712
25.96/24.96	c cleaning 9903 clauses out of 19814 with flag 75001/524713
26.56/25.50	c cleaning 9948 clauses out of 19911 with flag 85001/534713
26.56/25.59	c Got one! Elapsed wall clock time (in seconds):25.479
26.56/25.59	o 82
26.76/25.74	c cleaning 7722 clauses out of 15450 with flag 4001/540200
26.96/25.96	c cleaning 6860 clauses out of 13730 with flag 10003/546202
27.26/26.22	c cleaning 6931 clauses out of 13869 with flag 17002/553201
27.56/26.58	c cleaning 7463 clauses out of 14937 with flag 25001/561200
27.76/26.71	c Got one! Elapsed wall clock time (in seconds):26.601
27.76/26.71	o 62
27.76/26.78	c cleaning 6366 clauses out of 12741 with flag 2000/566467
28.08/27.00	c cleaning 6181 clauses out of 12377 with flag 8002/572469
28.28/27.26	c cleaning 6595 clauses out of 13195 with flag 15001/579468
28.59/27.56	c cleaning 7296 clauses out of 14599 with flag 23000/587467
28.98/27.92	c cleaning 8144 clauses out of 16303 with flag 32000/596467
29.48/28.40	c cleaning 9072 clauses out of 18160 with flag 42001/606468
29.88/28.87	c cleaning 9541 clauses out of 19089 with flag 52002/616469
30.38/29.32	c cleaning 9771 clauses out of 19552 with flag 62006/626473
30.88/29.86	c cleaning 9881 clauses out of 19775 with flag 72000/636467
31.38/30.38	c cleaning 9942 clauses out of 19895 with flag 82001/646468
31.89/30.86	c cleaning 9967 clauses out of 19952 with flag 92000/656467
31.98/30.91	c Got one! Elapsed wall clock time (in seconds):30.803
31.98/30.91	o 55
32.18/31.10	c cleaning 7980 clauses out of 15967 with flag 5003/662449
32.38/31.32	c cleaning 6990 clauses out of 13987 with flag 11003/668449
32.59/31.58	c cleaning 6994 clauses out of 13994 with flag 18000/675446
32.90/31.88	c cleaning 7494 clauses out of 15000 with flag 26000/683446
33.30/32.23	c cleaning 8250 clauses out of 16507 with flag 35001/692447
33.70/32.62	c cleaning 9121 clauses out of 18256 with flag 45000/702446
34.10/33.04	c cleaning 9565 clauses out of 19136 with flag 55001/712447
34.50/33.45	c cleaning 9780 clauses out of 19571 with flag 65001/722447
34.90/33.86	c cleaning 9885 clauses out of 19791 with flag 75001/732447
35.30/34.27	c cleaning 9952 clauses out of 19907 with flag 85002/742448
35.80/34.71	c cleaning 9973 clauses out of 19953 with flag 95000/752446
36.20/35.17	c cleaning 9982 clauses out of 19980 with flag 105000/762446
36.70/35.63	c cleaning 9994 clauses out of 19999 with flag 115001/772447
37.10/36.04	c cleaning 9994 clauses out of 20004 with flag 125000/782446
37.50/36.44	c cleaning 9999 clauses out of 20012 with flag 135002/792448
37.90/36.83	c cleaning 10001 clauses out of 20013 with flag 145002/802448
38.30/37.24	c cleaning 10001 clauses out of 20011 with flag 155001/812447
38.41/37.39	c Got one! Elapsed wall clock time (in seconds):37.28
38.41/37.39	o 27
38.51/37.47	c cleaning 7802 clauses out of 15618 with flag 2002/818055
38.70/37.67	c cleaning 6906 clauses out of 13818 with flag 8004/824057
39.00/37.92	c cleaning 6947 clauses out of 13908 with flag 15000/831053
39.31/38.21	c cleaning 7477 clauses out of 14961 with flag 23000/839053
39.62/38.55	c cleaning 8238 clauses out of 16484 with flag 32000/848053
40.01/38.97	c cleaning 9119 clauses out of 18246 with flag 42000/858053
40.51/39.40	c cleaning 9557 clauses out of 19128 with flag 52001/868054
40.91/39.81	c cleaning 9782 clauses out of 19571 with flag 62001/878054
41.21/40.17	c cleaning 9890 clauses out of 19788 with flag 72000/888053
41.72/40.67	c cleaning 9945 clauses out of 19899 with flag 82001/898054
42.22/41.13	c cleaning 9972 clauses out of 19953 with flag 92000/908053
42.72/41.63	c cleaning 9983 clauses out of 19982 with flag 102001/918054
43.02/41.93	c Got one! Elapsed wall clock time (in seconds):41.823
43.02/41.93	o 26
43.22/42.18	c cleaning 11885 clauses out of 23780 with flag 5001/931835
43.52/42.41	c cleaning 8945 clauses out of 17895 with flag 11001/937835
43.72/42.67	c cleaning 7973 clauses out of 15949 with flag 18000/944834
44.03/42.98	c cleaning 7983 clauses out of 15976 with flag 26000/952834
44.42/43.30	c cleaning 8491 clauses out of 16994 with flag 35001/961835
44.72/43.69	c cleaning 9247 clauses out of 18503 with flag 45001/971835
45.22/44.11	c cleaning 9623 clauses out of 19255 with flag 55000/981834
45.52/44.49	c cleaning 9812 clauses out of 19632 with flag 65000/991834
45.92/44.88	c cleaning 9907 clauses out of 19821 with flag 75001/1001835
46.32/45.25	c cleaning 9952 clauses out of 19914 with flag 85001/1011835
46.72/45.64	c cleaning 9978 clauses out of 19962 with flag 95001/1021835
47.02/45.99	c cleaning 9985 clauses out of 19983 with flag 105000/1031834
47.42/46.37	c cleaning 9995 clauses out of 19998 with flag 115000/1041834
47.63/46.55	c Got one! Elapsed wall clock time (in seconds):46.441
47.63/46.55	o 25
47.83/46.76	c cleaning 10287 clauses out of 20583 with flag 5001/1052414
48.03/46.98	c cleaning 8145 clauses out of 16295 with flag 11000/1058413
48.33/47.26	c cleaning 7567 clauses out of 15150 with flag 18000/1065413
48.63/47.55	c cleaning 7787 clauses out of 15584 with flag 26001/1073414
48.93/47.86	c cleaning 8392 clauses out of 16796 with flag 35000/1082413
49.23/48.19	c cleaning 9196 clauses out of 18404 with flag 45000/1092413
49.63/48.58	c cleaning 9598 clauses out of 19208 with flag 55000/1102413
49.83/48.75	c Got one! Elapsed wall clock time (in seconds):48.635
49.83/48.75	o 22
49.83/48.79	c cleaning 7770 clauses out of 15545 with flag 1005/1108348
50.04/48.99	c cleaning 6881 clauses out of 13770 with flag 7000/1114343
50.34/49.24	c cleaning 6942 clauses out of 13889 with flag 14000/1121343
50.64/49.52	c cleaning 7472 clauses out of 14949 with flag 22002/1129345
50.94/49.84	c cleaning 8235 clauses out of 16475 with flag 31000/1138343
51.34/50.25	c cleaning 9113 clauses out of 18240 with flag 41000/1148343
51.75/50.68	c cleaning 9560 clauses out of 19127 with flag 51000/1158343
52.24/51.12	c cleaning 9777 clauses out of 19567 with flag 61000/1168343
52.64/51.53	c cleaning 9891 clauses out of 19790 with flag 71000/1178343
52.94/51.89	c cleaning 9943 clauses out of 19901 with flag 81002/1188345
53.34/52.24	c cleaning 9974 clauses out of 19960 with flag 91004/1198347
53.64/52.58	c cleaning 9986 clauses out of 19983 with flag 101001/1208344
53.85/52.74	c Got one! Elapsed wall clock time (in seconds):52.631
53.85/52.74	o 18
54.05/52.94	c cleaning 10018 clauses out of 20039 with flag 5003/1218386
54.25/53.15	c cleaning 8006 clauses out of 16019 with flag 11001/1224384
54.55/53.40	c cleaning 7500 clauses out of 15012 with flag 18000/1231383
54.75/53.69	c cleaning 7750 clauses out of 15512 with flag 26000/1239383
55.15/54.00	c cleaning 8377 clauses out of 16762 with flag 35000/1248383
55.45/54.39	c cleaning 9189 clauses out of 18385 with flag 45000/1258383
55.85/54.80	c cleaning 9594 clauses out of 19196 with flag 55000/1268383
56.25/55.19	c cleaning 9794 clauses out of 19603 with flag 65001/1278384
56.65/55.55	c cleaning 9899 clauses out of 19808 with flag 75000/1288383
56.95/55.82	c Got one! Elapsed wall clock time (in seconds):55.704
56.95/55.82	o 7
57.16/56.03	c cleaning 11487 clauses out of 22984 with flag 5001/1301458
57.36/56.25	c cleaning 8743 clauses out of 17496 with flag 11000/1307457
57.56/56.48	c cleaning 7870 clauses out of 15753 with flag 18000/1314457
57.86/56.77	c cleaning 7936 clauses out of 15883 with flag 26000/1322457
58.16/57.08	c cleaning 8468 clauses out of 16947 with flag 35000/1331457
58.56/57.44	c cleaning 9236 clauses out of 18479 with flag 45000/1341457
58.96/57.80	c cleaning 9615 clauses out of 19244 with flag 55001/1351458
59.26/58.17	c cleaning 9808 clauses out of 19629 with flag 65001/1361458
59.66/58.54	c cleaning 9904 clauses out of 19820 with flag 75000/1371457
59.96/58.89	c cleaning 9954 clauses out of 19920 with flag 85004/1381461
60.36/59.24	c cleaning 9976 clauses out of 19963 with flag 95001/1391458
60.76/59.60	c cleaning 9985 clauses out of 19986 with flag 105000/1401457
61.06/59.94	c cleaning 9993 clauses out of 20001 with flag 115000/1411457
61.06/59.96	c Got one! Elapsed wall clock time (in seconds):59.851
61.06/59.96	o 3
61.26/60.13	c cleaning 7577 clauses out of 15159 with flag 5000/1416608
61.47/60.33	c cleaning 6787 clauses out of 13582 with flag 11000/1422608
61.67/60.56	c cleaning 6890 clauses out of 13795 with flag 18000/1429608
61.97/60.85	c cleaning 7447 clauses out of 14906 with flag 26001/1437609
62.27/61.17	c cleaning 8224 clauses out of 16458 with flag 35000/1446608
62.67/61.52	c cleaning 9114 clauses out of 18235 with flag 45001/1456609
62.97/61.89	c cleaning 9555 clauses out of 19121 with flag 55001/1466609
63.37/62.27	c cleaning 9781 clauses out of 19565 with flag 65000/1476608
63.79/62.63	c cleaning 9886 clauses out of 19784 with flag 75000/1486608
64.18/63.02	c cleaning 9943 clauses out of 19898 with flag 85000/1496608
64.48/63.39	c cleaning 9973 clauses out of 19956 with flag 95001/1506609
64.89/63.76	c cleaning 9983 clauses out of 19983 with flag 105001/1516609
65.18/64.01	c Got one! Elapsed wall clock time (in seconds):63.903
65.18/64.01	o 1
65.18/64.03	c starts		: 247
65.18/64.03	c conflicts		: 1524023
65.18/64.03	c decisions		: 2456214
65.18/64.03	c propagations		: 39418940
65.18/64.03	c inspects		: 342113121
65.18/64.03	c shortcuts		: 0
65.18/64.03	c learnt literals	: 0
65.18/64.03	c learnt binary clauses	: 33
65.18/64.03	c learnt ternary clauses	: 1073
65.18/64.03	c learnt constraints	: 1524023
65.18/64.03	c ignored constraints	: 0
65.18/64.03	c root simplifications	: 0
65.18/64.03	c removed literals (reason simplification)	: 9773275
65.18/64.03	c reason swapping (by a shorter reason)	: 0
65.18/64.03	c Calls to reduceDB	: 181
65.18/64.03	c number of reductions to clauses (during analyze)	: 0
65.18/64.03	c number of learned constraints concerned by reduction	: 0
65.18/64.03	c number of learning phase by resolution	: 0
65.18/64.03	c number of learning phase by cutting planes	: 0
65.18/64.03	c speed (assignments/second)	: 2.815638571428571E9
65.18/64.03	c non guided choices	3512
65.18/64.03	c learnt constraints type 
65.18/64.03	c constraints type 
65.18/64.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
65.18/64.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
65.18/64.03	s OPTIMUM FOUND
65.18/64.03	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 
65.18/64.03	c objective function=1
65.18/64.03	c Total wall clock time (in seconds): 63.918

Verifier Data

OK	1

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.91 2/195 10550
/proc/meminfo: memFree=2656956/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/10550/stat : 10550 (java) R 10548 10550 8865 0 -1 4202496 950 0 0 0 0 0 0 0 24 0 1 0 902714316 23580672 692 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212682712552 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10550/statm: 5757 692 509 9 0 124 0

[startup+0.0563041 s]
/proc/loadavg: 2.01 2.02 1.91 2/195 10550
/proc/meminfo: memFree=2656956/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10533016 CPUtime=0.04 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 11482 0 1 0 3 1 0 0 24 0 13 0 902714316 10785808384 11178 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2633254 11179 1685 9 0 2624002 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10533016

[startup+0.104345 s]
/proc/loadavg: 2.01 2.02 1.91 2/195 10550
/proc/meminfo: memFree=2656956/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10539632 CPUtime=0.1 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 13046 0 1 0 8 2 0 0 24 0 18 0 902714316 10792583168 12741 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2634908 12742 2092 9 0 2625642 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539632

[startup+0.300255 s]
/proc/loadavg: 2.01 2.02 1.91 2/195 10550
/proc/meminfo: memFree=2656956/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10544496 CPUtime=0.5 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 15951 0 1 0 48 2 0 0 24 0 19 0 902714316 10797563904 14754 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2636124 14754 2214 9 0 2626858 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10544496

[startup+0.700181 s]
/proc/loadavg: 2.01 2.02 1.91 2/195 10550
/proc/meminfo: memFree=2656956/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10544496 CPUtime=0.99 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 16745 0 1 0 96 3 0 0 24 0 19 0 902714316 10797563904 15548 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2636124 15548 2219 9 0 2626858 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10544496

[startup+1.50104 s]
/proc/loadavg: 2.01 2.02 1.91 3/214 10569
/proc/meminfo: memFree=2599540/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10544496 CPUtime=1.88 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 19080 0 1 0 185 3 0 0 24 0 19 0 902714316 10797563904 17321 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2636124 17321 2247 9 0 2626858 0
[pid=10550/tid=10552] ppid=10548 vsize=10544496 CPUtime=1.44 cores=1,3,5,7
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 8865 0 -1 4202560 12710 0 1 0 142 2 0 0 25 0 19 0 902714317 10797563904 17321 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 46912505534272 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10550/tid=10553] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 8865 0 -1 4202560 337 0 0 0 0 0 0 0 16 0 19 0 902714319 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902714319 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902714319 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902714319 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902714319 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 8865 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 902714319 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 8865 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 902714319 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 8865 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 902714319 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10561] ppid=10548 vsize=10544496 CPUtime=0.02 cores=1,3,5,7
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 8865 0 -1 4202560 478 0 0 0 2 0 0 0 15 0 19 0 902714320 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 0 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902714320 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 8865 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902714320 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10564] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10564/stat : 10564 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902714322 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699498929 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10565] ppid=10548 vsize=10544496 CPUtime=0.2 cores=1,3,5,7
/proc/10550/task/10565/stat : 10565 (java) S 10548 10550 8865 0 -1 4202560 1694 0 0 0 20 0 0 0 15 0 19 0 902714322 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10566] ppid=10548 vsize=10544496 CPUtime=0.19 cores=1,3,5,7
/proc/10550/task/10566/stat : 10566 (java) R 10548 10550 8865 0 -1 4202560 2332 0 0 0 19 0 0 0 15 0 19 0 902714322 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 47383232496080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10550/tid=10567] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10567/stat : 10567 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902714322 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10568] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10568/stat : 10568 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902714322 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10569] ppid=10548 vsize=10544496 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10569/stat : 10569 (java) S 10548 10550 8865 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902714334 10797563904 17330 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10544496

[startup+3.10074 s]
/proc/loadavg: 2.01 2.02 1.91 3/214 10569
/proc/meminfo: memFree=2595624/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10545284 CPUtime=3.56 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 19565 0 1 0 353 3 0 0 24 0 19 0 902714316 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2636321 17287 2249 9 0 2627055 0
[pid=10550/tid=10552] ppid=10548 vsize=10545284 CPUtime=2.96 cores=1,3,5,7
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 8865 0 -1 4202560 12715 0 1 0 294 2 0 0 25 0 19 0 902714317 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 46912505576977 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10550/tid=10553] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 8865 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 8865 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 8865 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 8865 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 8865 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 902714319 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 8865 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 8865 0 -1 4202560 154 0 0 0 0 0 0 0 16 0 19 0 902714319 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 8865 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10561] ppid=10548 vsize=10545284 CPUtime=0.09 cores=1,3,5,7
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 8865 0 -1 4202560 589 0 0 0 9 0 0 0 16 0 19 0 902714320 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 0 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902714320 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 8865 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902714320 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10564] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10564/stat : 10564 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902714322 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699498929 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10565] ppid=10548 vsize=10545284 CPUtime=0.24 cores=1,3,5,7
/proc/10550/task/10565/stat : 10565 (java) S 10548 10550 8865 0 -1 4202560 1814 0 0 0 24 0 0 0 15 0 19 0 902714322 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10566] ppid=10548 vsize=10545284 CPUtime=0.23 cores=1,3,5,7
/proc/10550/task/10566/stat : 10566 (java) S 10548 10550 8865 0 -1 4202560 2460 0 0 0 23 0 0 0 15 0 19 0 902714322 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10567] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10567/stat : 10567 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902714322 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10568] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10568/stat : 10568 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902714322 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10569] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10569/stat : 10569 (java) S 10548 10550 8865 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902714334 10798370816 17287 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 10545284

[startup+6.30116 s]
/proc/loadavg: 2.01 2.01 1.91 3/214 10569
/proc/meminfo: memFree=2595148/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10545284 CPUtime=6.78 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 19711 0 1 0 674 4 0 0 24 0 19 0 902714316 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2636321 17390 2249 9 0 2627055 0
[pid=10550/tid=10552] ppid=10548 vsize=10545284 CPUtime=6.02 cores=1,3,5,7
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 8865 0 -1 4202560 12727 0 1 0 600 2 0 0 25 0 19 0 902714317 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 46912505599811 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10550/tid=10553] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 8865 0 -1 4202560 337 0 0 0 0 0 0 0 16 0 19 0 902714319 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 8865 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 8865 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 8865 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 8865 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 8865 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 8865 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 8865 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 902714319 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10561] ppid=10548 vsize=10545284 CPUtime=0.22 cores=1,3,5,7
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 8865 0 -1 4202560 589 0 0 0 22 0 0 0 16 0 19 0 902714320 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 0 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902714320 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 8865 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902714320 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10564] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10564/stat : 10564 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902714322 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699498929 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10565] ppid=10548 vsize=10545284 CPUtime=0.24 cores=1,3,5,7
/proc/10550/task/10565/stat : 10565 (java) S 10548 10550 8865 0 -1 4202560 1814 0 0 0 24 0 0 0 15 0 19 0 902714322 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10566] ppid=10548 vsize=10545284 CPUtime=0.24 cores=1,3,5,7
/proc/10550/task/10566/stat : 10566 (java) S 10548 10550 8865 0 -1 4202560 2589 0 0 0 24 0 0 0 15 0 19 0 902714322 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10567] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10567/stat : 10567 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902714322 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10568] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10568/stat : 10568 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902714322 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10569] ppid=10548 vsize=10545284 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10569/stat : 10569 (java) S 10548 10550 8865 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902714334 10798370816 17390 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 10545284

[startup+12.701 s]

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

/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 8865 0 -1 4202560 344 0 0 0 3 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 8865 0 -1 4202560 15 0 0 0 4 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 8865 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 8865 0 -1 4202560 36 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=10551928 CPUtime=0.05 cores=1,3,5,7
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 8865 0 -1 4202560 43 0 0 0 5 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 8865 0 -1 4202560 73 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 8865 0 -1 4202560 161 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 8865 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10561] ppid=10548 vsize=10551928 CPUtime=2.38 cores=1,3,5,7
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 8865 0 -1 4202560 1018 0 0 0 236 2 0 0 15 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 0 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 8865 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10564] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10564/stat : 10564 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699498929 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10565] ppid=10548 vsize=10551928 CPUtime=0.7 cores=1,3,5,7
/proc/10550/task/10565/stat : 10565 (java) S 10548 10550 8865 0 -1 4202560 7428 0 0 0 69 1 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10566] ppid=10548 vsize=10551928 CPUtime=0.34 cores=1,3,5,7
/proc/10550/task/10566/stat : 10566 (java) S 10548 10550 8865 0 -1 4202560 3367 0 0 0 34 0 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10567] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10567/stat : 10567 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10568] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10568/stat : 10568 (java) S 10548 10550 8865 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10569] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10569/stat : 10569 (java) S 10548 10550 8865 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902714334 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 64.28
Current children cumulated vsize (KiB) 10551928

[startup+63.5007 s]
/proc/loadavg: 2.00 2.01 1.91 3/214 10570
/proc/meminfo: memFree=2566924/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10551928 CPUtime=64.68 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 26764 0 1 0 6459 9 0 0 24 0 19 0 902714316 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2637982 19872 2251 9 0 2628716 0
[pid=10550/tid=10552] ppid=10548 vsize=10551928 CPUtime=60.86 cores=1,3,5,7
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 8865 0 -1 4202560 12891 0 1 0 6084 2 0 0 25 0 19 0 902714317 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10550/tid=10553] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 8865 0 -1 4202560 344 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 8865 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 8865 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 8865 0 -1 4202560 36 0 0 0 4 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=10551928 CPUtime=0.05 cores=1,3,5,7
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 8865 0 -1 4202560 43 0 0 0 5 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 8865 0 -1 4202560 73 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 8865 0 -1 4202560 161 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 8865 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10561] ppid=10548 vsize=10551928 CPUtime=2.39 cores=1,3,5,7
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 8865 0 -1 4202560 1018 0 0 0 237 2 0 0 15 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 0 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 8865 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10564] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10564/stat : 10564 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699498929 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10565] ppid=10548 vsize=10551928 CPUtime=0.7 cores=1,3,5,7
/proc/10550/task/10565/stat : 10565 (java) S 10548 10550 8865 0 -1 4202560 7428 0 0 0 69 1 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10566] ppid=10548 vsize=10551928 CPUtime=0.34 cores=1,3,5,7
/proc/10550/task/10566/stat : 10566 (java) S 10548 10550 8865 0 -1 4202560 3367 0 0 0 34 0 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10567] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10567/stat : 10567 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10568] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10568/stat : 10568 (java) S 10548 10550 8865 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10569] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10569/stat : 10569 (java) S 10548 10550 8865 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902714334 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 64.68
Current children cumulated vsize (KiB) 10551928

[startup+63.9006 s]
/proc/loadavg: 2.00 2.01 1.91 3/214 10570
/proc/meminfo: memFree=2566924/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10551928 CPUtime=65.08 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 26765 0 1 0 6499 9 0 0 24 0 19 0 902714316 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2637982 19872 2251 9 0 2628716 0
[pid=10550/tid=10552] ppid=10548 vsize=10551928 CPUtime=61.24 cores=1,3,5,7
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 8865 0 -1 4202560 12892 0 1 0 6122 2 0 0 25 0 19 0 902714317 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 46912505544025 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10550/tid=10553] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 8865 0 -1 4202560 344 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 8865 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 8865 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 8865 0 -1 4202560 36 0 0 0 4 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=10551928 CPUtime=0.05 cores=1,3,5,7
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 8865 0 -1 4202560 43 0 0 0 5 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 8865 0 -1 4202560 73 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 8865 0 -1 4202560 161 0 0 0 4 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 8865 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10561] ppid=10548 vsize=10551928 CPUtime=2.41 cores=1,3,5,7
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 8865 0 -1 4202560 1018 0 0 0 239 2 0 0 15 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 0 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 8865 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10564] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10564/stat : 10564 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699498929 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10565] ppid=10548 vsize=10551928 CPUtime=0.7 cores=1,3,5,7
/proc/10550/task/10565/stat : 10565 (java) S 10548 10550 8865 0 -1 4202560 7428 0 0 0 69 1 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10566] ppid=10548 vsize=10551928 CPUtime=0.34 cores=1,3,5,7
/proc/10550/task/10566/stat : 10566 (java) S 10548 10550 8865 0 -1 4202560 3367 0 0 0 34 0 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10567] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10567/stat : 10567 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10568] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10568/stat : 10568 (java) S 10548 10550 8865 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10569] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10569/stat : 10569 (java) S 10548 10550 8865 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902714334 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 65.08
Current children cumulated vsize (KiB) 10551928

[startup+64.0006 s]
/proc/loadavg: 2.00 2.01 1.91 3/214 10570
/proc/meminfo: memFree=2566924/32951124 swapFree=67076880/67111528
[pid=10550] ppid=10548 vsize=10551928 CPUtime=65.18 cores=1,3,5,7
/proc/10550/stat : 10550 (java) S 10548 10550 8865 0 -1 4202496 26765 0 1 0 6509 9 0 0 24 0 19 0 902714316 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10550/statm: 2637982 19872 2251 9 0 2628716 0
[pid=10550/tid=10552] ppid=10548 vsize=10551928 CPUtime=61.34 cores=1,3,5,7
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 8865 0 -1 4202560 12892 0 1 0 6132 2 0 0 25 0 19 0 902714317 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 46912505562455 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10550/tid=10553] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 8865 0 -1 4202560 344 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 8865 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 8865 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 8865 0 -1 4202560 36 0 0 0 4 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=10551928 CPUtime=0.05 cores=1,3,5,7
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 8865 0 -1 4202560 43 0 0 0 5 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 7 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 8865 0 -1 4202560 73 0 0 0 4 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=10551928 CPUtime=0.04 cores=1,3,5,7
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 8865 0 -1 4202560 161 0 0 0 4 0 0 0 16 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=10551928 CPUtime=0.03 cores=1,3,5,7
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 8865 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 902714319 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10561] ppid=10548 vsize=10551928 CPUtime=2.41 cores=1,3,5,7
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 8865 0 -1 4202560 1018 0 0 0 239 2 0 0 15 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 0 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 8865 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 902714320 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 3 0 0 0
[pid=10550/tid=10564] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10564/stat : 10564 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699498929 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10565] ppid=10548 vsize=10551928 CPUtime=0.7 cores=1,3,5,7
/proc/10550/task/10565/stat : 10565 (java) S 10548 10550 8865 0 -1 4202560 7428 0 0 0 69 1 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10566] ppid=10548 vsize=10551928 CPUtime=0.34 cores=1,3,5,7
/proc/10550/task/10566/stat : 10566 (java) S 10548 10550 8865 0 -1 4202560 3367 0 0 0 34 0 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 1 0 0 0
[pid=10550/tid=10567] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10567/stat : 10567 (java) S 10548 10550 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491225 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10568] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10568/stat : 10568 (java) S 10548 10550 8865 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902714322 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
[pid=10550/tid=10569] ppid=10548 vsize=10551928 CPUtime=0 cores=1,3,5,7
/proc/10550/task/10569/stat : 10569 (java) S 10548 10550 8865 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902714334 10805174272 19872 33554432000 1073741824 1073778376 140735636676176 18446744073709551615 212699491840 0 4 0 16800975 18446604465827573952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 65.18
Current children cumulated vsize (KiB) 10551928

Child status: 30
Real time (s): 64.0392
CPU time (s): 65.2301
CPU user time (s): 65.1351
CPU system time (s): 0.094985
CPU usage (%): 101.86
Max. virtual memory (cumulated for all children) (KiB): 10563108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.1351
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26791
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= 6365
involuntary context switches= 2971

runsolver used 0.099984 second user time and 0.267959 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-12 22:39:26
IDJOB=3492705
IDBENCH=79236
IDSOLVER=1982
FILE ID=node139/3492705-1307911166
RUNJOBID= node139-1307908888-10095
PBS_JOBID= 13559516
Free space on /tmp= 2692 MiB

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

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

MD5SUM BENCH= f13e124cee089e765b8a95beaa9c7cdd
RANDOM SEED=15217296

node139.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.852
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.70
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.852
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.75
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.75
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2657128 kB
Buffers:         66496 kB
Cached:       29029744 kB
SwapCached:       3400 kB
Active:       14621156 kB
Inactive:     14754436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2657128 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:              76 kB
Writeback:           0 kB
AnonPages:      277136 kB
Mapped:          22412 kB
Slab:           853736 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10555900 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 /tmp at the end= 2692 MiB
End job on node139 at 2011-06-12 22:40:30