Trace number 3492659

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 68.2736 66.8754

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977273--soft-0-100-0.wbo
MD5SUMbf9471406d44094ab08e66793b6b5d92
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.33864
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 1243
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@38540408
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-3492659-1307911077.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	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 643
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.154
0.27/0.26	o 629
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.162
0.27/0.27	o 530
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.17
0.27/0.28	o 492
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.206
0.51/0.31	o 466
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.51/0.33	o 459
0.75/0.56	c Got one! Elapsed wall clock time (in seconds):0.455
0.75/0.56	o 454
0.75/0.58	c Got one! Elapsed wall clock time (in seconds):0.473
0.75/0.58	o 450
0.85/0.60	c Got one! Elapsed wall clock time (in seconds):0.49
0.85/0.60	o 399
0.85/0.62	c Got one! Elapsed wall clock time (in seconds):0.516
0.85/0.62	o 396
0.85/0.69	c cleaning 4076 clauses out of 8157 with flag 1000/8157
0.98/0.71	c Got one! Elapsed wall clock time (in seconds):0.604
0.98/0.71	o 350
1.20/0.95	c cleaning 4722 clauses out of 9457 with flag 5003/13533
1.20/0.96	c Got one! Elapsed wall clock time (in seconds):0.854
1.20/0.96	o 342
1.42/1.18	c cleaning 4892 clauses out of 9789 with flag 5001/18587
1.72/1.46	c Got one! Elapsed wall clock time (in seconds):1.351
1.72/1.46	o 339
1.72/1.47	c Got one! Elapsed wall clock time (in seconds):1.362
1.72/1.47	o 292
1.82/1.53	c cleaning 5411 clauses out of 10834 with flag 1000/24524
2.14/1.88	c cleaning 5707 clauses out of 11424 with flag 7001/30525
2.54/2.24	c cleaning 6347 clauses out of 12716 with flag 14000/37524
2.94/2.61	c cleaning 7176 clauses out of 14370 with flag 22001/45525
3.04/2.71	c Got one! Elapsed wall clock time (in seconds):2.602
3.04/2.71	o 286
3.15/2.85	c cleaning 6239 clauses out of 12484 with flag 4001/50815
3.25/2.92	c Got one! Elapsed wall clock time (in seconds):2.81
3.25/2.92	o 272
3.45/3.11	c cleaning 6040 clauses out of 12083 with flag 4001/56653
3.75/3.49	c cleaning 6016 clauses out of 12042 with flag 10000/62652
4.05/3.71	c Got one! Elapsed wall clock time (in seconds):3.598
4.05/3.71	o 260
4.05/3.75	c cleaning 5552 clauses out of 11116 with flag 1000/67742
4.25/3.94	c Got one! Elapsed wall clock time (in seconds):3.829
4.25/3.94	o 252
4.47/4.15	c cleaning 7981 clauses out of 15969 with flag 5001/78147
4.68/4.40	c Got one! Elapsed wall clock time (in seconds):4.294
4.68/4.40	o 237
4.97/4.66	c cleaning 9399 clauses out of 18814 with flag 5001/88973
5.27/4.99	c cleaning 7699 clauses out of 15415 with flag 11001/94973
5.47/5.19	c Got one! Elapsed wall clock time (in seconds):5.086
5.47/5.19	o 199
5.57/5.27	c cleaning 6458 clauses out of 12924 with flag 2001/100181
5.88/5.52	c cleaning 6232 clauses out of 12466 with flag 8001/106181
6.27/5.92	c cleaning 6611 clauses out of 13233 with flag 15000/113180
6.47/6.18	c Got one! Elapsed wall clock time (in seconds):6.067
6.47/6.18	o 175
6.57/6.22	c cleaning 6222 clauses out of 12454 with flag 1000/119012
6.77/6.44	c cleaning 6112 clauses out of 12232 with flag 7000/125012
7.07/6.71	c cleaning 6555 clauses out of 13120 with flag 14000/132012
7.47/7.11	c cleaning 7275 clauses out of 14566 with flag 22001/140013
7.87/7.59	c cleaning 8137 clauses out of 16290 with flag 31000/149012
8.37/8.09	c cleaning 9068 clauses out of 18154 with flag 41001/159013
8.78/8.43	c Got one! Elapsed wall clock time (in seconds):8.318
8.78/8.43	o 174
9.03/8.62	c cleaning 9636 clauses out of 19280 with flag 5000/169207
9.24/8.85	c cleaning 7819 clauses out of 15645 with flag 11001/175208
9.63/9.21	c cleaning 7406 clauses out of 14827 with flag 18002/182209
10.03/9.66	c cleaning 7706 clauses out of 15420 with flag 26001/190208
10.54/10.14	c cleaning 8356 clauses out of 16714 with flag 35001/199208
11.05/10.66	c cleaning 9172 clauses out of 18357 with flag 45000/209207
11.45/11.02	c Got one! Elapsed wall clock time (in seconds):10.91
11.45/11.02	o 161
11.65/11.23	c cleaning 10706 clauses out of 21422 with flag 5002/221444
11.85/11.47	c Got one! Elapsed wall clock time (in seconds):11.365
11.85/11.47	o 142
12.15/11.71	c cleaning 10741 clauses out of 21491 with flag 5001/232219
12.35/11.96	c cleaning 8373 clauses out of 16750 with flag 11001/238219
12.75/12.30	c cleaning 7670 clauses out of 15376 with flag 18000/245218
13.15/12.77	c cleaning 7848 clauses out of 15707 with flag 26001/253219
13.35/12.94	c Got one! Elapsed wall clock time (in seconds):12.827
13.35/12.94	o 122
13.47/13.01	c cleaning 6500 clauses out of 13011 with flag 2000/258371
13.68/13.23	c cleaning 6252 clauses out of 12512 with flag 8001/264372
13.87/13.49	c cleaning 6624 clauses out of 13260 with flag 15001/271372
14.27/13.83	c cleaning 7308 clauses out of 14639 with flag 23004/279375
14.27/13.88	c Got one! Elapsed wall clock time (in seconds):13.77
14.27/13.88	o 120
14.47/14.05	c cleaning 6595 clauses out of 13198 with flag 5000/285242
14.68/14.25	c cleaning 6297 clauses out of 12603 with flag 11000/291242
14.97/14.52	c cleaning 6648 clauses out of 13307 with flag 18001/298243
15.27/14.83	c cleaning 7326 clauses out of 14658 with flag 26000/306242
15.69/15.27	c cleaning 8160 clauses out of 16332 with flag 35000/315242
15.69/15.29	c Got one! Elapsed wall clock time (in seconds):15.179
15.69/15.29	o 102
16.27/15.52	c cleaning 6654 clauses out of 13326 with flag 5000/320396
16.62/15.85	c cleaning 6331 clauses out of 12674 with flag 11002/326398
16.62/15.89	c Got one! Elapsed wall clock time (in seconds):15.783
16.62/15.89	o 58
16.97/16.06	c cleaning 6018 clauses out of 12040 with flag 5002/332095
17.48/16.30	c Got one! Elapsed wall clock time (in seconds):16.193
17.48/16.30	o 53
17.68/16.57	c cleaning 8488 clauses out of 16988 with flag 5002/343061
17.98/16.81	c cleaning 7242 clauses out of 14498 with flag 11000/349059
18.28/17.12	c cleaning 7122 clauses out of 14256 with flag 18000/356059
18.59/17.43	c cleaning 7560 clauses out of 15137 with flag 26003/364062
18.89/17.78	c cleaning 8283 clauses out of 16574 with flag 35000/373059
19.19/18.02	c Got one! Elapsed wall clock time (in seconds):17.911
19.19/18.02	o 47
19.39/18.22	c cleaning 9948 clauses out of 19908 with flag 5001/384676
19.59/18.45	c cleaning 7977 clauses out of 15961 with flag 11002/390677
19.90/18.71	c cleaning 7484 clauses out of 14982 with flag 18000/397675
20.09/18.99	c cleaning 7746 clauses out of 15498 with flag 26000/405675
20.50/19.32	c cleaning 8371 clauses out of 16752 with flag 35000/414675
20.90/19.75	c cleaning 9185 clauses out of 18382 with flag 45001/424676
21.30/20.19	c cleaning 9595 clauses out of 19197 with flag 55001/434676
21.70/20.56	c Got one! Elapsed wall clock time (in seconds):20.448
21.70/20.56	o 43
21.90/20.79	c cleaning 11905 clauses out of 23819 with flag 5001/448893
22.20/21.02	c cleaning 8954 clauses out of 17915 with flag 11002/454894
22.40/21.29	c cleaning 7972 clauses out of 15960 with flag 18001/461893
22.70/21.59	c cleaning 7990 clauses out of 15988 with flag 26001/469893
23.11/21.94	c cleaning 8495 clauses out of 16998 with flag 35001/478893
23.50/22.31	c cleaning 9245 clauses out of 18502 with flag 45000/488892
23.91/22.71	c cleaning 9624 clauses out of 19257 with flag 55000/498892
24.22/23.09	c cleaning 9815 clauses out of 19634 with flag 65001/508893
24.62/23.46	c cleaning 9903 clauses out of 19818 with flag 75000/518892
25.02/23.81	c cleaning 9955 clauses out of 19915 with flag 85000/528892
25.32/24.19	c cleaning 9975 clauses out of 19960 with flag 95000/538892
25.72/24.56	c cleaning 9990 clauses out of 19985 with flag 105000/548892
26.12/24.94	c cleaning 9992 clauses out of 19996 with flag 115001/558893
26.53/25.33	c cleaning 9997 clauses out of 20007 with flag 125004/568896
26.82/25.69	c cleaning 9999 clauses out of 20007 with flag 135001/578893
27.13/25.91	c Got one! Elapsed wall clock time (in seconds):25.806
27.13/25.91	o 41
27.33/26.12	c cleaning 10868 clauses out of 21745 with flag 5000/590630
27.53/26.34	c cleaning 8435 clauses out of 16877 with flag 11000/596630
27.83/26.60	c cleaning 7715 clauses out of 15442 with flag 18000/603630
28.13/26.90	c cleaning 7858 clauses out of 15730 with flag 26003/611633
28.43/27.24	c cleaning 8430 clauses out of 16869 with flag 35000/620630
28.83/27.61	c cleaning 9210 clauses out of 18439 with flag 45000/630630
29.13/27.99	c cleaning 9607 clauses out of 19229 with flag 55000/640630
29.53/28.35	c cleaning 9805 clauses out of 19623 with flag 65001/650631
29.93/28.79	c cleaning 9905 clauses out of 19818 with flag 75001/660631
30.43/29.25	c cleaning 9951 clauses out of 19914 with flag 85002/670632
30.94/29.72	c cleaning 9976 clauses out of 19963 with flag 95002/680632
31.23/30.06	c Got one! Elapsed wall clock time (in seconds):29.955
31.23/30.06	o 40
31.43/30.28	c cleaning 12418 clauses out of 24845 with flag 5000/695490
31.74/30.50	c cleaning 9209 clauses out of 18432 with flag 11005/701495
31.94/30.77	c cleaning 8103 clauses out of 16218 with flag 18000/708490
32.24/31.07	c cleaning 8054 clauses out of 16115 with flag 26000/716490
32.64/31.40	c cleaning 8522 clauses out of 17061 with flag 35000/725490
32.94/31.79	c cleaning 9267 clauses out of 18542 with flag 45003/735493
33.34/32.16	c cleaning 9631 clauses out of 19272 with flag 55000/745490
33.74/32.55	c cleaning 9816 clauses out of 19641 with flag 65000/755490
34.15/32.92	c cleaning 9902 clauses out of 19825 with flag 75000/765490
34.44/33.29	c cleaning 9958 clauses out of 19923 with flag 85000/775490
34.84/33.68	c cleaning 9977 clauses out of 19965 with flag 95000/785490
35.25/34.09	c cleaning 9990 clauses out of 19988 with flag 105000/795490
35.74/34.56	c cleaning 9996 clauses out of 19998 with flag 115000/805490
36.15/34.95	c cleaning 10002 clauses out of 20005 with flag 125003/815493
36.55/35.32	c cleaning 9997 clauses out of 20002 with flag 135002/825492
36.85/35.68	c cleaning 9999 clauses out of 20004 with flag 145001/835491
37.25/36.02	c cleaning 9993 clauses out of 20004 with flag 155000/845490
37.56/36.39	c cleaning 10003 clauses out of 20011 with flag 165000/855490
37.95/36.76	c cleaning 9999 clauses out of 20009 with flag 175001/865491
38.35/37.16	c cleaning 9996 clauses out of 20010 with flag 185001/875491
38.75/37.54	c cleaning 10001 clauses out of 20013 with flag 195000/885490
39.05/37.90	c cleaning 9999 clauses out of 20012 with flag 205000/895490
39.15/37.94	c Got one! Elapsed wall clock time (in seconds):37.83
39.15/37.94	o 39
39.36/38.11	c cleaning 7949 clauses out of 15907 with flag 5000/901384
39.56/38.32	c cleaning 6974 clauses out of 13960 with flag 11002/907386
39.77/38.58	c cleaning 6990 clauses out of 13987 with flag 18003/914387
40.07/38.88	c cleaning 7492 clauses out of 14995 with flag 26001/922385
40.47/39.20	c cleaning 8247 clauses out of 16502 with flag 35000/931384
40.77/39.58	c cleaning 9126 clauses out of 18258 with flag 45003/941387
41.17/39.97	c cleaning 9561 clauses out of 19131 with flag 55002/951386
41.57/40.35	c cleaning 9782 clauses out of 19569 with flag 65001/961385
42.07/40.83	c cleaning 9888 clauses out of 19787 with flag 75001/971385
42.47/41.23	c cleaning 9944 clauses out of 19899 with flag 85001/981385
42.87/41.62	c cleaning 9972 clauses out of 19954 with flag 95000/991384
43.28/42.03	c cleaning 9986 clauses out of 19982 with flag 105000/1001384
43.68/42.42	c cleaning 9994 clauses out of 19997 with flag 115001/1011385
43.98/42.79	c cleaning 9993 clauses out of 20002 with flag 125000/1021384
44.38/43.16	c cleaning 9998 clauses out of 20009 with flag 135000/1031384
44.78/43.54	c cleaning 10000 clauses out of 20012 with flag 145001/1041385
45.19/43.94	c cleaning 10002 clauses out of 20012 with flag 155001/1051385
45.59/44.34	c cleaning 10003 clauses out of 20012 with flag 165003/1061387
45.89/44.69	c cleaning 9996 clauses out of 20010 with flag 175004/1071388
46.09/44.84	c Got one! Elapsed wall clock time (in seconds):44.735
46.09/44.84	o 38
46.09/44.88	c cleaning 7722 clauses out of 15451 with flag 1000/1076825
46.29/45.09	c cleaning 6860 clauses out of 13729 with flag 7000/1082825
46.59/45.37	c cleaning 6930 clauses out of 13871 with flag 14002/1089827
46.89/45.66	c cleaning 7468 clauses out of 14944 with flag 22005/1097830
47.19/45.99	c cleaning 8231 clauses out of 16471 with flag 31000/1106825
47.59/46.33	c cleaning 9116 clauses out of 18240 with flag 41000/1116825
47.89/46.69	c cleaning 9555 clauses out of 19124 with flag 51000/1126825
48.29/47.05	c cleaning 9779 clauses out of 19573 with flag 61004/1136829
48.70/47.42	c cleaning 9883 clauses out of 19791 with flag 71001/1146826
48.80/47.51	c Got one! Elapsed wall clock time (in seconds):47.405
48.80/47.51	o 26
48.90/47.62	c cleaning 7728 clauses out of 15462 with flag 3001/1152380
49.10/47.83	c cleaning 6864 clauses out of 13733 with flag 9000/1158379
49.40/48.10	c cleaning 6931 clauses out of 13869 with flag 16000/1165379
49.61/48.39	c cleaning 7466 clauses out of 14940 with flag 24002/1173381
50.00/48.71	c cleaning 8225 clauses out of 16473 with flag 33001/1182380
50.30/49.09	c cleaning 9117 clauses out of 18247 with flag 43000/1192379
50.60/49.35	c Got one! Elapsed wall clock time (in seconds):49.242
50.60/49.35	o 25
50.82/49.56	c cleaning 10496 clauses out of 21004 with flag 5001/1204253
51.01/49.78	c cleaning 8245 clauses out of 16508 with flag 11001/1210253
51.31/50.04	c cleaning 7627 clauses out of 15263 with flag 18001/1217253
51.62/50.33	c cleaning 7811 clauses out of 15636 with flag 26001/1225253
51.92/50.66	c cleaning 8406 clauses out of 16827 with flag 35003/1234255
52.32/51.02	c cleaning 9205 clauses out of 18418 with flag 45000/1244252
52.72/51.46	c cleaning 9597 clauses out of 19214 with flag 55001/1254253
53.22/51.90	c cleaning 9804 clauses out of 19617 with flag 65001/1264253
53.52/52.26	c cleaning 9903 clauses out of 19814 with flag 75002/1274254
53.92/52.61	c cleaning 9949 clauses out of 19910 with flag 85001/1284253
54.22/52.98	c cleaning 9967 clauses out of 19961 with flag 95001/1294253
54.63/53.37	c cleaning 9989 clauses out of 19994 with flag 105001/1304253
55.03/53.73	c cleaning 9995 clauses out of 20004 with flag 115000/1314252
55.44/54.10	c cleaning 10001 clauses out of 20010 with flag 125001/1324253
55.44/54.15	c Got one! Elapsed wall clock time (in seconds):54.046
55.44/54.15	o 24
55.55/54.29	c cleaning 7607 clauses out of 15222 with flag 4001/1329466
55.75/54.50	c cleaning 6803 clauses out of 13615 with flag 10001/1335466
56.05/54.75	c cleaning 6903 clauses out of 13813 with flag 17002/1342467
56.36/55.03	c cleaning 7450 clauses out of 14910 with flag 25002/1350467
56.65/55.36	c cleaning 8227 clauses out of 16459 with flag 34001/1359466
57.05/55.74	c cleaning 9109 clauses out of 18233 with flag 44002/1369467
57.46/56.11	c cleaning 9553 clauses out of 19122 with flag 54000/1379465
57.86/56.50	c cleaning 9780 clauses out of 19569 with flag 64000/1389465
58.16/56.88	c cleaning 9893 clauses out of 19791 with flag 74002/1399467
58.57/57.26	c cleaning 9945 clauses out of 19898 with flag 84002/1409467
58.96/57.60	c cleaning 9971 clauses out of 19952 with flag 94001/1419466
59.26/57.95	c cleaning 9984 clauses out of 19980 with flag 104000/1429465
59.67/58.34	c cleaning 9988 clauses out of 19996 with flag 114000/1439465
60.06/58.70	c cleaning 9997 clauses out of 20008 with flag 124000/1449465
60.36/59.06	c cleaning 10001 clauses out of 20011 with flag 134000/1459465
60.77/59.43	c cleaning 9998 clauses out of 20010 with flag 144000/1469465
61.16/59.80	c cleaning 9999 clauses out of 20012 with flag 154000/1479465
61.46/60.17	c cleaning 10002 clauses out of 20013 with flag 164000/1489465
61.87/60.55	c cleaning 10003 clauses out of 20011 with flag 174000/1499465
62.27/60.93	c cleaning 9997 clauses out of 20009 with flag 184001/1509466
62.67/61.31	c cleaning 9998 clauses out of 20012 with flag 194001/1519466
62.97/61.68	c cleaning 10003 clauses out of 20014 with flag 204001/1529466
63.37/62.00	c Got one! Elapsed wall clock time (in seconds):61.894
63.37/62.00	o 22
63.57/62.24	c cleaning 12205 clauses out of 24421 with flag 5000/1543876
63.77/62.47	c cleaning 9103 clauses out of 18216 with flag 11000/1549876
64.08/62.72	c cleaning 8052 clauses out of 16113 with flag 18000/1556876
64.37/63.03	c cleaning 8027 clauses out of 16062 with flag 26001/1564877
64.67/63.36	c cleaning 8514 clauses out of 17035 with flag 35001/1573877
65.08/63.71	c cleaning 9256 clauses out of 18521 with flag 45001/1583877
65.38/64.08	c cleaning 9630 clauses out of 19265 with flag 55001/1593877
65.78/64.45	c cleaning 9815 clauses out of 19635 with flag 65001/1603877
66.08/64.79	c cleaning 9906 clauses out of 19820 with flag 75001/1613877
66.48/65.13	c cleaning 9953 clauses out of 19914 with flag 85001/1623877
66.78/65.46	c cleaning 9976 clauses out of 19961 with flag 95001/1633877
67.18/65.81	c cleaning 9989 clauses out of 19984 with flag 105000/1643876
67.59/66.20	c cleaning 9991 clauses out of 19996 with flag 115001/1653877
67.89/66.54	c cleaning 10000 clauses out of 20005 with flag 125001/1663877
68.19/66.85	c Got one! Elapsed wall clock time (in seconds):66.741
68.19/66.85	o 1
68.19/66.87	c starts		: 229
68.19/66.87	c conflicts		: 1673195
68.19/66.87	c decisions		: 2688950
68.19/66.87	c propagations		: 42327941
68.19/66.87	c inspects		: 361306248
68.19/66.87	c shortcuts		: 0
68.19/66.87	c learnt literals	: 0
68.19/66.87	c learnt binary clauses	: 12
68.19/66.87	c learnt ternary clauses	: 597
68.19/66.87	c learnt constraints	: 1673195
68.19/66.87	c ignored constraints	: 0
68.19/66.87	c root simplifications	: 0
68.19/66.87	c removed literals (reason simplification)	: 10870803
68.19/66.87	c reason swapping (by a shorter reason)	: 0
68.19/66.87	c Calls to reduceDB	: 190
68.19/66.87	c number of reductions to clauses (during analyze)	: 0
68.19/66.87	c number of learned constraints concerned by reduction	: 0
68.19/66.87	c number of learning phase by resolution	: 0
68.19/66.87	c number of learning phase by cutting planes	: 0
68.19/66.87	c speed (assignments/second)	: 2.6454963125E9
68.19/66.87	c non guided choices	2360
68.19/66.87	c learnt constraints type 
68.19/66.87	c constraints type 
68.19/66.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
68.19/66.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
68.19/66.87	s OPTIMUM FOUND
68.19/66.87	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 
68.19/66.87	c objective function=1
68.19/66.87	c Total wall clock time (in seconds): 66.758

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-3492659-1307911077/watcher-3492659-1307911077 -o /tmp/evaluation-result-3492659-1307911077/solver-3492659-1307911077 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492659-1307911077.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: 1.98 2.01 1.99 2/196 20843
/proc/meminfo: memFree=32315540/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/20843/stat : 20843 (java) R 20841 20843 18875 0 -1 4202496 681 0 0 0 0 0 0 0 24 0 1 0 902705619 23580672 423 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255372338944 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20843/statm: 5757 435 330 9 0 124 0

[startup+0.0560549 s]
/proc/loadavg: 1.98 2.01 1.99 2/196 20843
/proc/meminfo: memFree=32315540/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 11466 0 1 0 3 1 0 0 24 0 13 0 902705619 10718838784 11161 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2616904 11162 1685 9 0 2607652 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.101046 s]
/proc/loadavg: 1.98 2.01 1.99 2/196 20843
/proc/meminfo: memFree=32315540/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10540368 CPUtime=0.1 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 13056 0 1 0 9 1 0 0 24 0 18 0 902705619 10793336832 12719 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2635092 12720 2093 9 0 2625826 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540368

[startup+0.301011 s]
/proc/loadavg: 1.98 2.01 1.99 2/196 20843
/proc/meminfo: memFree=32315540/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10544896 CPUtime=0.51 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 15749 0 1 0 49 2 0 0 24 0 19 0 902705619 10797973504 14826 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2636224 14826 2215 9 0 2626958 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10544896

[startup+0.700936 s]
/proc/loadavg: 1.98 2.01 1.99 2/196 20843
/proc/meminfo: memFree=32315540/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10544896 CPUtime=0.98 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 16944 0 1 0 96 2 0 0 24 0 19 0 902705619 10797973504 15714 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2636224 15714 2240 9 0 2626958 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10544896

[startup+1.50079 s]
/proc/loadavg: 1.98 2.01 1.99 3/215 20862
/proc/meminfo: memFree=32259320/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10544896 CPUtime=1.82 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 17603 0 1 0 180 2 0 0 24 0 19 0 902705619 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2636224 16370 2247 9 0 2626958 0
[pid=20843/tid=20845] ppid=20841 vsize=10544896 CPUtime=1.44 cores=1,3,5,7
/proc/20843/task/20845/stat : 20845 (java) R 20841 20843 18875 0 -1 4202560 12319 0 1 0 143 1 0 0 18 0 19 0 902705619 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 46912505558334 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20843/tid=20846] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20846/stat : 20846 (java) S 20841 20843 18875 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20847] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20847/stat : 20847 (java) S 20841 20843 18875 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20848] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20848/stat : 20848 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20849] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20849/stat : 20849 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20850] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20850/stat : 20850 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902705621 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20851] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20851/stat : 20851 (java) S 20841 20843 18875 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20852] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20852/stat : 20852 (java) S 20841 20843 18875 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20853] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20853/stat : 20853 (java) S 20841 20843 18875 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20854] ppid=20841 vsize=10544896 CPUtime=0.03 cores=1,3,5,7
/proc/20843/task/20854/stat : 20854 (java) S 20841 20843 18875 0 -1 4202560 436 0 0 0 3 0 0 0 15 0 19 0 902705622 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 0 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20855] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20855/stat : 20855 (java) S 20841 20843 18875 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902705623 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20856] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20856/stat : 20856 (java) S 20841 20843 18875 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902705623 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20857] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20857/stat : 20857 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389125041 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20858] ppid=20841 vsize=10544896 CPUtime=0.19 cores=1,3,5,7
/proc/20843/task/20858/stat : 20858 (java) S 20841 20843 18875 0 -1 4202560 1388 0 0 0 19 0 0 0 18 0 19 0 902705625 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20859] ppid=20841 vsize=10544896 CPUtime=0.13 cores=1,3,5,7
/proc/20843/task/20859/stat : 20859 (java) S 20841 20843 18875 0 -1 4202560 1783 0 0 0 13 0 0 0 15 0 19 0 902705625 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20860] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20860/stat : 20860 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20861] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20861/stat : 20861 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902705625 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20862] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20862/stat : 20862 (java) S 20841 20843 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902705636 10797973504 16370 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 10544896

[startup+3.10149 s]
/proc/loadavg: 1.98 2.01 1.99 3/215 20862
/proc/meminfo: memFree=32258592/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10544896 CPUtime=3.45 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 17830 0 1 0 343 2 0 0 24 0 19 0 902705619 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2636224 16592 2249 9 0 2626958 0
[pid=20843/tid=20845] ppid=20841 vsize=10544896 CPUtime=2.97 cores=1,3,5,7
/proc/20843/task/20845/stat : 20845 (java) R 20841 20843 18875 0 -1 4202560 12323 0 1 0 296 1 0 0 20 0 19 0 902705619 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 46912505586412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20843/tid=20846] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20846/stat : 20846 (java) S 20841 20843 18875 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20847] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20847/stat : 20847 (java) S 20841 20843 18875 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20848] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20848/stat : 20848 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20849] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20849/stat : 20849 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20850] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20850/stat : 20850 (java) S 20841 20843 18875 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 902705621 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20851] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20851/stat : 20851 (java) S 20841 20843 18875 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20852] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20852/stat : 20852 (java) S 20841 20843 18875 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20853] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20853/stat : 20853 (java) S 20841 20843 18875 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902705621 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20854] ppid=20841 vsize=10544896 CPUtime=0.09 cores=1,3,5,7
/proc/20843/task/20854/stat : 20854 (java) S 20841 20843 18875 0 -1 4202560 535 0 0 0 9 0 0 0 16 0 19 0 902705622 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 0 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20855] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20855/stat : 20855 (java) S 20841 20843 18875 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902705623 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20856] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20856/stat : 20856 (java) S 20841 20843 18875 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902705623 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20857] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20857/stat : 20857 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389125041 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20858] ppid=20841 vsize=10544896 CPUtime=0.19 cores=1,3,5,7
/proc/20843/task/20858/stat : 20858 (java) S 20841 20843 18875 0 -1 4202560 1388 0 0 0 19 0 0 0 15 0 19 0 902705625 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20859] ppid=20841 vsize=10544896 CPUtime=0.15 cores=1,3,5,7
/proc/20843/task/20859/stat : 20859 (java) S 20841 20843 18875 0 -1 4202560 1797 0 0 0 15 0 0 0 15 0 19 0 902705625 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20860] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20860/stat : 20860 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20861] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20861/stat : 20861 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902705625 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20862] ppid=20841 vsize=10544896 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20862/stat : 20862 (java) S 20841 20843 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902705636 10797973504 16592 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 10544896

[startup+6.3009 s]
/proc/loadavg: 1.98 2.01 1.99 3/215 20862
/proc/meminfo: memFree=32255720/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10544372 CPUtime=6.67 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 18233 0 1 0 665 2 0 0 24 0 19 0 902705619 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2636093 16919 2249 9 0 2626827 0
[pid=20843/tid=20845] ppid=20841 vsize=10544372 CPUtime=6.03 cores=1,3,5,7
/proc/20843/task/20845/stat : 20845 (java) R 20841 20843 18875 0 -1 4202560 12335 0 1 0 602 1 0 0 25 0 19 0 902705619 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 46912505569497 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20843/tid=20846] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20846/stat : 20846 (java) S 20841 20843 18875 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902705621 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20847] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20847/stat : 20847 (java) S 20841 20843 18875 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 902705621 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20848] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20848/stat : 20848 (java) S 20841 20843 18875 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 902705621 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20849] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20849/stat : 20849 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902705621 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20850] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20850/stat : 20850 (java) S 20841 20843 18875 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 902705621 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20851] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20851/stat : 20851 (java) S 20841 20843 18875 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 19 0 902705621 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20852] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20852/stat : 20852 (java) S 20841 20843 18875 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 902705621 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20853] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20853/stat : 20853 (java) S 20841 20843 18875 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902705621 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20854] ppid=20841 vsize=10544372 CPUtime=0.21 cores=1,3,5,7
/proc/20843/task/20854/stat : 20854 (java) S 20841 20843 18875 0 -1 4202560 660 0 0 0 21 0 0 0 15 0 19 0 902705622 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 0 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20855] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20855/stat : 20855 (java) S 20841 20843 18875 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902705623 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20856] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20856/stat : 20856 (java) S 20841 20843 18875 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902705623 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20857] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20857/stat : 20857 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389125041 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20858] ppid=20841 vsize=10544372 CPUtime=0.2 cores=1,3,5,7
/proc/20843/task/20858/stat : 20858 (java) S 20841 20843 18875 0 -1 4202560 1388 0 0 0 20 0 0 0 15 0 19 0 902705625 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20859] ppid=20841 vsize=10544372 CPUtime=0.17 cores=1,3,5,7
/proc/20843/task/20859/stat : 20859 (java) S 20841 20843 18875 0 -1 4202560 1800 0 0 0 17 0 0 0 15 0 19 0 902705625 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20860] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20860/stat : 20860 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20861] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20861/stat : 20861 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902705625 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20862] ppid=20841 vsize=10544372 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20862/stat : 20862 (java) S 20841 20843 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902705636 10797436928 16919 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 10544372

[startup+12.7007 s]

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

/proc/20843/task/20846/stat : 20846 (java) S 20841 20843 18875 0 -1 4202560 154 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20847] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20847/stat : 20847 (java) S 20841 20843 18875 0 -1 4202560 96 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20848] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20848/stat : 20848 (java) S 20841 20843 18875 0 -1 4202560 112 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20849] ppid=20841 vsize=10553688 CPUtime=0.06 cores=1,3,5,7
/proc/20843/task/20849/stat : 20849 (java) S 20841 20843 18875 0 -1 4202560 61 0 0 0 6 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20850] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20850/stat : 20850 (java) S 20841 20843 18875 0 -1 4202560 45 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20851] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20851/stat : 20851 (java) S 20841 20843 18875 0 -1 4202560 259 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20852] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20852/stat : 20852 (java) S 20841 20843 18875 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20853] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20853/stat : 20853 (java) S 20841 20843 18875 0 -1 4202560 288 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20854] ppid=20841 vsize=10553688 CPUtime=2.54 cores=1,3,5,7
/proc/20843/task/20854/stat : 20854 (java) S 20841 20843 18875 0 -1 4202560 1168 0 0 0 252 2 0 0 15 0 19 0 902705622 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 0 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20855] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20855/stat : 20855 (java) S 20841 20843 18875 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902705623 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20856] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20856/stat : 20856 (java) S 20841 20843 18875 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902705623 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20857] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20857/stat : 20857 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389125041 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20858] ppid=20841 vsize=10553688 CPUtime=0.25 cores=1,3,5,7
/proc/20843/task/20858/stat : 20858 (java) S 20841 20843 18875 0 -1 4202560 1961 0 0 0 25 0 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20859] ppid=20841 vsize=10553688 CPUtime=0.92 cores=1,3,5,7
/proc/20843/task/20859/stat : 20859 (java) S 20841 20843 18875 0 -1 4202560 10255 0 0 0 91 1 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20860] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20860/stat : 20860 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20861] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20861/stat : 20861 (java) S 20841 20843 18875 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20862] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20862/stat : 20862 (java) S 20841 20843 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902705636 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 66.88
Current children cumulated vsize (KiB) 10553688

[startup+66.3008 s]
/proc/loadavg: 2.06 2.02 2.00 3/215 20864
/proc/meminfo: memFree=32239888/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10553688 CPUtime=67.69 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 28180 0 1 0 6760 9 0 0 24 0 19 0 902705619 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2638422 20309 2251 9 0 2629156 0
[pid=20843/tid=20845] ppid=20841 vsize=10553688 CPUtime=63.46 cores=1,3,5,7
/proc/20843/task/20845/stat : 20845 (java) R 20841 20843 18875 0 -1 4202560 12506 0 1 0 6345 1 0 0 18 0 19 0 902705619 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 46912505531839 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20843/tid=20846] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20846/stat : 20846 (java) S 20841 20843 18875 0 -1 4202560 154 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20847] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20847/stat : 20847 (java) S 20841 20843 18875 0 -1 4202560 96 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20848] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20848/stat : 20848 (java) S 20841 20843 18875 0 -1 4202560 112 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20849] ppid=20841 vsize=10553688 CPUtime=0.06 cores=1,3,5,7
/proc/20843/task/20849/stat : 20849 (java) S 20841 20843 18875 0 -1 4202560 61 0 0 0 6 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20850] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20850/stat : 20850 (java) S 20841 20843 18875 0 -1 4202560 45 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20851] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20851/stat : 20851 (java) S 20841 20843 18875 0 -1 4202560 259 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20852] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20852/stat : 20852 (java) S 20841 20843 18875 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20853] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20853/stat : 20853 (java) S 20841 20843 18875 0 -1 4202560 288 0 0 0 5 0 0 0 16 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20854] ppid=20841 vsize=10553688 CPUtime=2.57 cores=1,3,5,7
/proc/20843/task/20854/stat : 20854 (java) S 20841 20843 18875 0 -1 4202560 1168 0 0 0 255 2 0 0 15 0 19 0 902705622 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 0 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20855] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20855/stat : 20855 (java) S 20841 20843 18875 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902705623 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20856] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20856/stat : 20856 (java) S 20841 20843 18875 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902705623 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20857] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20857/stat : 20857 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389125041 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20858] ppid=20841 vsize=10553688 CPUtime=0.25 cores=1,3,5,7
/proc/20843/task/20858/stat : 20858 (java) S 20841 20843 18875 0 -1 4202560 1961 0 0 0 25 0 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20859] ppid=20841 vsize=10553688 CPUtime=0.92 cores=1,3,5,7
/proc/20843/task/20859/stat : 20859 (java) S 20841 20843 18875 0 -1 4202560 10255 0 0 0 91 1 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20860] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20860/stat : 20860 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20861] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20861/stat : 20861 (java) S 20841 20843 18875 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20862] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20862/stat : 20862 (java) S 20841 20843 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902705636 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.69
Current children cumulated vsize (KiB) 10553688

[startup+66.7007 s]
/proc/loadavg: 2.06 2.02 2.00 3/215 20864
/proc/meminfo: memFree=32239888/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10553688 CPUtime=68.09 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 28181 0 1 0 6800 9 0 0 24 0 19 0 902705619 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2638422 20309 2251 9 0 2629156 0
[pid=20843/tid=20845] ppid=20841 vsize=10553688 CPUtime=63.84 cores=1,3,5,7
/proc/20843/task/20845/stat : 20845 (java) R 20841 20843 18875 0 -1 4202560 12507 0 1 0 6383 1 0 0 17 0 19 0 902705619 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 46912505534284 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20843/tid=20846] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20846/stat : 20846 (java) S 20841 20843 18875 0 -1 4202560 154 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20847] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20847/stat : 20847 (java) S 20841 20843 18875 0 -1 4202560 96 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20848] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20848/stat : 20848 (java) S 20841 20843 18875 0 -1 4202560 112 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20849] ppid=20841 vsize=10553688 CPUtime=0.06 cores=1,3,5,7
/proc/20843/task/20849/stat : 20849 (java) S 20841 20843 18875 0 -1 4202560 61 0 0 0 6 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20850] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20850/stat : 20850 (java) S 20841 20843 18875 0 -1 4202560 45 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20851] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20851/stat : 20851 (java) S 20841 20843 18875 0 -1 4202560 259 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20852] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20852/stat : 20852 (java) S 20841 20843 18875 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20853] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20853/stat : 20853 (java) S 20841 20843 18875 0 -1 4202560 288 0 0 0 5 0 0 0 16 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20854] ppid=20841 vsize=10553688 CPUtime=2.59 cores=1,3,5,7
/proc/20843/task/20854/stat : 20854 (java) S 20841 20843 18875 0 -1 4202560 1168 0 0 0 257 2 0 0 15 0 19 0 902705622 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 0 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20855] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20855/stat : 20855 (java) S 20841 20843 18875 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902705623 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20856] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20856/stat : 20856 (java) S 20841 20843 18875 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902705623 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20857] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20857/stat : 20857 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389125041 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20858] ppid=20841 vsize=10553688 CPUtime=0.25 cores=1,3,5,7
/proc/20843/task/20858/stat : 20858 (java) S 20841 20843 18875 0 -1 4202560 1961 0 0 0 25 0 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20859] ppid=20841 vsize=10553688 CPUtime=0.92 cores=1,3,5,7
/proc/20843/task/20859/stat : 20859 (java) S 20841 20843 18875 0 -1 4202560 10255 0 0 0 91 1 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20860] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20860/stat : 20860 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20861] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20861/stat : 20861 (java) S 20841 20843 18875 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20862] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20862/stat : 20862 (java) S 20841 20843 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902705636 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 68.09
Current children cumulated vsize (KiB) 10553688

[startup+66.8007 s]
/proc/loadavg: 2.06 2.02 2.00 3/215 20864
/proc/meminfo: memFree=32239888/32951124 swapFree=67072804/67111528
[pid=20843] ppid=20841 vsize=10553688 CPUtime=68.19 cores=1,3,5,7
/proc/20843/stat : 20843 (java) S 20841 20843 18875 0 -1 4202496 28181 0 1 0 6810 9 0 0 24 0 19 0 902705619 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20843/statm: 2638422 20309 2251 9 0 2629156 0
[pid=20843/tid=20845] ppid=20841 vsize=10553688 CPUtime=63.94 cores=1,3,5,7
/proc/20843/task/20845/stat : 20845 (java) R 20841 20843 18875 0 -1 4202560 12507 0 1 0 6393 1 0 0 17 0 19 0 902705619 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 46912505531833 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20843/tid=20846] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20846/stat : 20846 (java) S 20841 20843 18875 0 -1 4202560 154 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20847] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20847/stat : 20847 (java) S 20841 20843 18875 0 -1 4202560 96 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20848] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20848/stat : 20848 (java) S 20841 20843 18875 0 -1 4202560 112 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20849] ppid=20841 vsize=10553688 CPUtime=0.06 cores=1,3,5,7
/proc/20843/task/20849/stat : 20849 (java) S 20841 20843 18875 0 -1 4202560 61 0 0 0 6 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20850] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20850/stat : 20850 (java) S 20841 20843 18875 0 -1 4202560 45 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20851] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20851/stat : 20851 (java) S 20841 20843 18875 0 -1 4202560 259 0 0 0 5 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 5 0 0 0
[pid=20843/tid=20852] ppid=20841 vsize=10553688 CPUtime=0.04 cores=1,3,5,7
/proc/20843/task/20852/stat : 20852 (java) S 20841 20843 18875 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20853] ppid=20841 vsize=10553688 CPUtime=0.05 cores=1,3,5,7
/proc/20843/task/20853/stat : 20853 (java) S 20841 20843 18875 0 -1 4202560 288 0 0 0 5 0 0 0 16 0 19 0 902705621 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20854] ppid=20841 vsize=10553688 CPUtime=2.59 cores=1,3,5,7
/proc/20843/task/20854/stat : 20854 (java) S 20841 20843 18875 0 -1 4202560 1168 0 0 0 257 2 0 0 15 0 19 0 902705622 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 0 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20855] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20855/stat : 20855 (java) S 20841 20843 18875 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902705623 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20856] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20856/stat : 20856 (java) S 20841 20843 18875 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902705623 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20857] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20857/stat : 20857 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389125041 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20858] ppid=20841 vsize=10553688 CPUtime=0.25 cores=1,3,5,7
/proc/20843/task/20858/stat : 20858 (java) S 20841 20843 18875 0 -1 4202560 1961 0 0 0 25 0 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
[pid=20843/tid=20859] ppid=20841 vsize=10553688 CPUtime=0.92 cores=1,3,5,7
/proc/20843/task/20859/stat : 20859 (java) S 20841 20843 18875 0 -1 4202560 10255 0 0 0 91 1 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20860] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20860/stat : 20860 (java) S 20841 20843 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117337 0 4 0 16800975 18446604471125180800 0 0 -1 3 0 0 0
[pid=20843/tid=20861] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20861/stat : 20861 (java) S 20841 20843 18875 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902705625 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 7 0 0 0
[pid=20843/tid=20862] ppid=20841 vsize=10553688 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20862/stat : 20862 (java) S 20841 20843 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902705636 10806976512 20309 33554432000 1073741824 1073778376 140736646978496 18446744073709551615 255389117952 0 4 0 16800975 18446604471125180800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 68.19
Current children cumulated vsize (KiB) 10553688

Child status: 30
Real time (s): 66.8754
CPU time (s): 68.2736
CPU user time (s): 68.1786
CPU system time (s): 0.094985
CPU usage (%): 102.091
Max. virtual memory (cumulated for all children) (KiB): 10566684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.1786
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= 28208
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= 6537
involuntary context switches= 3003

runsolver used 0.118981 second user time and 0.264959 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-12 22:37:58
IDJOB=3492659
IDBENCH=79213
IDSOLVER=1982
FILE ID=node135/3492659-1307911077
RUNJOBID= node135-1307908879-20391
PBS_JOBID= 13559571
Free space on /tmp= 73888 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110977273--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-3492659-1307911077/watcher-3492659-1307911077 -o /tmp/evaluation-result-3492659-1307911077/solver-3492659-1307911077 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492659-1307911077.wbo

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

MD5SUM BENCH= bf9471406d44094ab08e66793b6b5d92
RANDOM SEED=212285946

node135.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.851
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32316192 kB
Buffers:        124016 kB
Cached:         131652 kB
SwapCached:       6348 kB
Active:         346304 kB
Inactive:       102464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32316192 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:             180 kB
Writeback:           0 kB
AnonPages:      192420 kB
Mapped:          18928 kB
Slab:           122584 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10517156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73888 MiB
End job on node135 at 2011-06-12 22:39:04