Trace number 3492508

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 93.8597 92.5399

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-33-100-0.wbo
MD5SUM9aae741b51a1836a01c8daeb1bffcdf7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark2.51962
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492508-1307909917.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.057s.
0.11/0.16	c #vars     238
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.27/0.26	c SATISFIABLE
0.27/0.26	c OPTIMIZING...
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.152
0.27/0.26	o 516
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.54/0.30	o 485
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.251
0.54/0.36	o 441
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.281
0.54/0.39	o 388
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.311
0.68/0.42	o 363
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.339
0.68/0.44	o 357
0.79/0.55	c Got one! Elapsed wall clock time (in seconds):0.449
0.79/0.55	o 344
0.89/0.63	c cleaning 4576 clauses out of 9158 with flag 1002/9158
1.04/0.77	c Got one! Elapsed wall clock time (in seconds):0.67
1.04/0.77	o 317
1.14/0.81	c cleaning 4791 clauses out of 9592 with flag 1002/14168
1.34/1.02	c cleaning 5397 clauses out of 10801 with flag 7002/20168
1.34/1.06	c Got one! Elapsed wall clock time (in seconds):0.96
1.34/1.06	o 296
1.51/1.20	c cleaning 5409 clauses out of 10824 with flag 4000/25588
1.61/1.24	c Got one! Elapsed wall clock time (in seconds):1.133
1.61/1.24	o 276
1.72/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
1.72/1.30	o 260
1.82/1.41	c cleaning 5691 clauses out of 11393 with flag 3000/31566
1.82/1.46	c Got one! Elapsed wall clock time (in seconds):1.354
1.82/1.46	o 233
1.93/1.57	c Got one! Elapsed wall clock time (in seconds):1.467
1.93/1.57	o 228
2.03/1.61	c cleaning 5571 clauses out of 11151 with flag 1001/37015
2.23/1.81	c cleaning 5787 clauses out of 11579 with flag 7000/43014
2.43/2.06	c cleaning 6388 clauses out of 12793 with flag 14001/50015
2.73/2.33	c cleaning 7201 clauses out of 14408 with flag 22004/58018
2.83/2.49	c Got one! Elapsed wall clock time (in seconds):2.381
2.83/2.49	o 222
2.93/2.53	c cleaning 6463 clauses out of 12937 with flag 1000/63748
3.13/2.74	c cleaning 6228 clauses out of 12474 with flag 7000/69748
3.33/2.98	c cleaning 6621 clauses out of 13248 with flag 14002/76750
3.53/3.13	c Got one! Elapsed wall clock time (in seconds):3.02
3.53/3.13	o 212
3.53/3.16	c cleaning 5908 clauses out of 11822 with flag 1002/81945
3.74/3.38	c cleaning 5953 clauses out of 11912 with flag 7000/87943
3.84/3.48	c Got one! Elapsed wall clock time (in seconds):3.375
3.84/3.48	o 201
3.94/3.58	c cleaning 5879 clauses out of 11766 with flag 3000/93750
4.23/3.82	c cleaning 5938 clauses out of 11887 with flag 9000/99750
4.44/4.06	c cleaning 6471 clauses out of 12951 with flag 16002/106752
4.74/4.36	c cleaning 7231 clauses out of 14478 with flag 24000/114750
5.05/4.69	c cleaning 8120 clauses out of 16248 with flag 33001/123751
5.35/4.91	c Got one! Elapsed wall clock time (in seconds):4.807
5.35/4.91	o 199
5.45/5.09	c cleaning 9775 clauses out of 19555 with flag 5001/135178
5.65/5.24	c Got one! Elapsed wall clock time (in seconds):5.135
5.65/5.24	o 179
5.65/5.28	c cleaning 7502 clauses out of 15009 with flag 1000/140407
5.85/5.49	c cleaning 6747 clauses out of 13508 with flag 7001/146408
6.16/5.73	c cleaning 6870 clauses out of 13763 with flag 14003/153410
6.46/6.00	c cleaning 7432 clauses out of 14890 with flag 22000/161407
6.76/6.33	c cleaning 8224 clauses out of 16458 with flag 31000/170407
7.06/6.63	c Got one! Elapsed wall clock time (in seconds):6.527
7.06/6.63	o 170
7.26/6.87	c cleaning 11052 clauses out of 22109 with flag 5001/184282
7.56/7.11	c cleaning 8524 clauses out of 17056 with flag 11000/190281
7.76/7.36	c cleaning 7762 clauses out of 15532 with flag 18000/197281
8.06/7.62	c cleaning 7875 clauses out of 15770 with flag 26000/205281
8.36/7.96	c cleaning 8441 clauses out of 16895 with flag 35000/214281
8.76/8.35	c cleaning 9222 clauses out of 18454 with flag 45000/224281
9.16/8.75	c cleaning 9602 clauses out of 19232 with flag 55000/234281
9.56/9.13	c cleaning 9812 clauses out of 19633 with flag 65003/244284
9.97/9.51	c cleaning 9905 clauses out of 19820 with flag 75002/254283
10.27/9.90	c cleaning 9953 clauses out of 19913 with flag 85000/264281
10.77/10.34	c cleaning 9966 clauses out of 19960 with flag 95000/274281
10.97/10.52	c Got one! Elapsed wall clock time (in seconds):10.413
10.97/10.52	o 160
10.97/10.56	c cleaning 7665 clauses out of 15339 with flag 1000/279626
11.18/10.77	c cleaning 6830 clauses out of 13674 with flag 7000/285626
11.49/11.02	c cleaning 6918 clauses out of 13844 with flag 14000/292626
11.68/11.29	c cleaning 7454 clauses out of 14927 with flag 22001/300627
12.08/11.60	c cleaning 8236 clauses out of 16476 with flag 31004/309630
12.38/11.95	c cleaning 9110 clauses out of 18236 with flag 41000/319626
12.78/12.35	c cleaning 9553 clauses out of 19126 with flag 51000/329626
13.18/12.73	c cleaning 9777 clauses out of 19573 with flag 61000/339626
13.58/13.11	c cleaning 9893 clauses out of 19798 with flag 71002/349628
13.70/13.22	c Got one! Elapsed wall clock time (in seconds):13.114
13.70/13.22	o 159
13.70/13.29	c cleaning 7504 clauses out of 15019 with flag 2000/354742
14.01/13.51	c cleaning 6748 clauses out of 13515 with flag 8000/360742
14.22/13.77	c cleaning 6878 clauses out of 13771 with flag 15004/367746
14.54/14.04	c cleaning 7435 clauses out of 14890 with flag 23001/375743
14.84/14.39	c cleaning 8221 clauses out of 16454 with flag 32000/384742
15.24/14.74	c Got one! Elapsed wall clock time (in seconds):14.639
15.24/14.74	o 140
15.44/14.95	c cleaning 11024 clauses out of 22055 with flag 5000/398564
15.64/15.20	c cleaning 8512 clauses out of 17031 with flag 11000/404564
15.95/15.44	c cleaning 7757 clauses out of 15521 with flag 18002/411566
16.24/15.72	c cleaning 7878 clauses out of 15764 with flag 26002/419566
16.54/16.08	c cleaning 8441 clauses out of 16885 with flag 35001/428565
17.05/16.55	c cleaning 9219 clauses out of 18445 with flag 45002/438566
17.55/17.00	c cleaning 9604 clauses out of 19224 with flag 55000/448564
17.95/17.49	c cleaning 9807 clauses out of 19621 with flag 65001/458565
18.35/17.89	c cleaning 9902 clauses out of 19814 with flag 75001/468565
18.85/18.30	c cleaning 9948 clauses out of 19914 with flag 85003/478567
19.15/18.70	c cleaning 9977 clauses out of 19964 with flag 95001/488565
19.56/19.02	c Got one! Elapsed wall clock time (in seconds):18.918
19.56/19.02	o 131
19.76/19.24	c cleaning 11802 clauses out of 23613 with flag 5001/502191
19.96/19.48	c cleaning 8903 clauses out of 17813 with flag 11003/508193
20.26/19.73	c cleaning 7948 clauses out of 15907 with flag 18000/515190
20.56/20.02	c cleaning 7974 clauses out of 15959 with flag 26000/523190
20.86/20.38	c cleaning 8492 clauses out of 16988 with flag 35003/532193
21.26/20.77	c cleaning 9232 clauses out of 18493 with flag 45000/542190
21.66/21.15	c Got one! Elapsed wall clock time (in seconds):21.049
21.66/21.15	o 107
21.86/21.36	c cleaning 11910 clauses out of 23828 with flag 5001/556757
22.16/21.60	c cleaning 8956 clauses out of 17917 with flag 11000/562756
22.36/21.85	c cleaning 7979 clauses out of 15963 with flag 18002/569758
22.67/22.13	c cleaning 7988 clauses out of 15982 with flag 26000/577756
23.15/22.50	c cleaning 8487 clauses out of 16994 with flag 35000/586756
23.95/22.95	c cleaning 9250 clauses out of 18507 with flag 45000/596756
24.40/23.36	c cleaning 9626 clauses out of 19258 with flag 55001/606757
24.81/23.77	c cleaning 9808 clauses out of 19631 with flag 65000/616756
25.31/24.20	c cleaning 9906 clauses out of 19823 with flag 75000/626756
25.41/24.33	c Got one! Elapsed wall clock time (in seconds):24.221
25.41/24.33	o 104
25.51/24.43	c cleaning 7936 clauses out of 15876 with flag 3002/632715
25.71/24.65	c cleaning 6965 clauses out of 13939 with flag 9001/638714
25.91/24.90	c cleaning 6984 clauses out of 13975 with flag 16002/645715
26.21/25.17	c cleaning 7492 clauses out of 14990 with flag 24001/653714
26.51/25.48	c cleaning 8245 clauses out of 16498 with flag 33001/662714
26.91/25.86	c cleaning 9122 clauses out of 18253 with flag 43001/672714
27.31/26.23	c cleaning 9564 clauses out of 19134 with flag 53004/682717
27.71/26.61	c cleaning 9777 clauses out of 19567 with flag 63001/692714
28.11/27.01	c cleaning 9887 clauses out of 19790 with flag 73001/702714
28.51/27.41	c cleaning 9946 clauses out of 19902 with flag 83000/712713
28.91/27.83	c cleaning 9975 clauses out of 19959 with flag 93003/722716
29.31/28.25	c cleaning 9985 clauses out of 19985 with flag 103004/732717
29.71/28.67	c cleaning 9992 clauses out of 19997 with flag 113001/742714
30.21/29.13	c cleaning 9995 clauses out of 20004 with flag 123000/752713
30.61/29.55	c cleaning 10005 clauses out of 20013 with flag 133004/762717
31.01/29.96	c cleaning 10000 clauses out of 20006 with flag 143002/772715
31.41/30.37	c cleaning 9995 clauses out of 20004 with flag 153000/782713
31.81/30.79	c cleaning 9994 clauses out of 20009 with flag 163000/792713
32.31/31.23	c cleaning 10001 clauses out of 20015 with flag 173000/802713
32.72/31.61	c Got one! Elapsed wall clock time (in seconds):31.504
32.72/31.61	o 101
32.92/31.83	c cleaning 12202 clauses out of 24413 with flag 5000/817112
33.13/32.08	c cleaning 9105 clauses out of 18213 with flag 11002/823114
33.42/32.34	c cleaning 8050 clauses out of 16109 with flag 18003/830115
33.73/32.63	c cleaning 8024 clauses out of 16056 with flag 26000/838112
34.03/32.97	c cleaning 8515 clauses out of 17034 with flag 35002/847114
34.43/33.34	c cleaning 9256 clauses out of 18520 with flag 45003/857115
34.92/33.80	c cleaning 9627 clauses out of 19261 with flag 55000/867112
35.23/34.20	c cleaning 9810 clauses out of 19634 with flag 65000/877112
35.73/34.64	c cleaning 9903 clauses out of 19824 with flag 75000/887112
36.12/35.06	c cleaning 9953 clauses out of 19922 with flag 85001/897113
36.53/35.48	c cleaning 9982 clauses out of 19971 with flag 95003/907115
36.63/35.58	c Got one! Elapsed wall clock time (in seconds):35.475
36.63/35.58	o 99
36.73/35.69	c cleaning 7711 clauses out of 15428 with flag 3001/912554
37.03/35.91	c cleaning 6853 clauses out of 13717 with flag 9001/918554
37.23/36.16	c cleaning 6929 clauses out of 13863 with flag 16000/925553
37.53/36.44	c cleaning 7457 clauses out of 14934 with flag 24000/933553
37.83/36.76	c cleaning 8234 clauses out of 16478 with flag 33001/942554
38.23/37.11	c cleaning 9119 clauses out of 18246 with flag 43003/952556
38.54/37.50	c cleaning 9558 clauses out of 19124 with flag 53000/962553
38.93/37.88	c cleaning 9781 clauses out of 19568 with flag 63002/972555
39.44/38.30	c cleaning 9889 clauses out of 19787 with flag 73002/982555
39.84/38.74	c cleaning 9942 clauses out of 19897 with flag 83001/992554
40.24/39.16	c cleaning 9974 clauses out of 19955 with flag 93001/1002554
40.64/39.58	c cleaning 9985 clauses out of 19980 with flag 103000/1012553
41.14/40.07	c cleaning 9986 clauses out of 19995 with flag 113000/1022553
41.64/40.57	c cleaning 9997 clauses out of 20010 with flag 123001/1032554
42.14/41.03	c cleaning 9995 clauses out of 20012 with flag 133000/1042553
42.54/41.49	c cleaning 10004 clauses out of 20017 with flag 143000/1052553
42.95/41.90	c cleaning 10000 clauses out of 20013 with flag 153000/1062553
43.45/42.33	c cleaning 9998 clauses out of 20014 with flag 163001/1072554
43.85/42.74	c cleaning 10004 clauses out of 20016 with flag 173001/1082554
44.25/43.15	c cleaning 10001 clauses out of 20011 with flag 183000/1092553
44.45/43.39	c Got one! Elapsed wall clock time (in seconds):43.287
44.45/43.39	o 87
44.75/43.60	c cleaning 10596 clauses out of 21200 with flag 5001/1103743
44.95/43.84	c cleaning 8297 clauses out of 16603 with flag 11000/1109742
45.25/44.13	c cleaning 7649 clauses out of 15308 with flag 18002/1116744
45.55/44.44	c cleaning 7826 clauses out of 15659 with flag 26002/1124744
45.95/44.81	c cleaning 8413 clauses out of 16831 with flag 35000/1133742
46.36/45.22	c cleaning 9200 clauses out of 18420 with flag 45002/1143744
46.75/45.61	c cleaning 9602 clauses out of 19218 with flag 55000/1153742
47.16/46.01	c cleaning 9803 clauses out of 19616 with flag 65000/1163742
47.56/46.41	c cleaning 9900 clauses out of 19815 with flag 75002/1173744
47.97/46.80	c cleaning 9951 clauses out of 19914 with flag 85001/1183743
48.37/47.21	c cleaning 9976 clauses out of 19964 with flag 95002/1193744
48.77/47.61	c cleaning 9985 clauses out of 19986 with flag 105000/1203742
49.17/48.02	c cleaning 9999 clauses out of 20003 with flag 115002/1213744
49.57/48.45	c cleaning 9996 clauses out of 20003 with flag 125001/1223743
49.98/48.88	c cleaning 10001 clauses out of 20008 with flag 135002/1233744
50.48/49.32	c cleaning 10000 clauses out of 20006 with flag 145001/1243743
50.88/49.75	c cleaning 9994 clauses out of 20005 with flag 155000/1253742
51.28/50.16	c cleaning 10001 clauses out of 20013 with flag 165002/1263744
51.68/50.58	c cleaning 10000 clauses out of 20011 with flag 175001/1273743
52.18/51.01	c cleaning 9999 clauses out of 20010 with flag 185000/1283742
52.58/51.50	c cleaning 9997 clauses out of 20011 with flag 195000/1293742
53.08/51.90	c cleaning 10002 clauses out of 20015 with flag 205001/1303743
53.38/52.29	c cleaning 9997 clauses out of 20012 with flag 215000/1313742
53.88/52.70	c cleaning 10002 clauses out of 20015 with flag 225000/1323742
54.29/53.13	c cleaning 10001 clauses out of 20014 with flag 235001/1333743
54.69/53.57	c cleaning 9999 clauses out of 20013 with flag 245001/1343743
54.79/53.62	c Got one! Elapsed wall clock time (in seconds):53.517
54.79/53.62	o 69
54.89/53.76	c cleaning 7575 clauses out of 15156 with flag 4000/1348885
55.10/53.98	c cleaning 6787 clauses out of 13582 with flag 10001/1354886
55.39/54.23	c cleaning 6895 clauses out of 13795 with flag 17001/1361886
55.69/54.51	c cleaning 7444 clauses out of 14900 with flag 25001/1369886
55.99/54.82	c cleaning 8225 clauses out of 16456 with flag 34001/1378886
56.30/55.17	c cleaning 9111 clauses out of 18232 with flag 44002/1388887
56.70/55.53	c cleaning 9553 clauses out of 19120 with flag 54001/1398886
57.10/55.90	c cleaning 9778 clauses out of 19567 with flag 64001/1408886
57.40/56.27	c cleaning 9889 clauses out of 19788 with flag 74000/1418885
57.81/56.65	c cleaning 9944 clauses out of 19899 with flag 84000/1428885
58.21/57.00	c cleaning 9971 clauses out of 19955 with flag 94000/1438885
58.52/57.38	c cleaning 9990 clauses out of 19985 with flag 104001/1448886
58.91/57.76	c cleaning 9993 clauses out of 19995 with flag 114001/1458886
59.31/58.12	c cleaning 9997 clauses out of 20001 with flag 124000/1468885
59.52/58.33	c Got one! Elapsed wall clock time (in seconds):58.224
59.52/58.33	o 53
59.71/58.53	c cleaning 10411 clauses out of 20828 with flag 5000/1479709
59.91/58.75	c cleaning 8202 clauses out of 16418 with flag 11001/1485710
60.11/58.99	c cleaning 7598 clauses out of 15215 with flag 18000/1492709
60.42/59.26	c cleaning 7803 clauses out of 15619 with flag 26002/1500711
60.72/59.58	c cleaning 8402 clauses out of 16814 with flag 35000/1509709
61.12/59.93	c cleaning 9202 clauses out of 18413 with flag 45001/1519710
61.52/60.30	c cleaning 9603 clauses out of 19211 with flag 55001/1529710
61.83/60.68	c cleaning 9802 clauses out of 19612 with flag 65005/1539714
62.22/61.03	c cleaning 9896 clauses out of 19806 with flag 75001/1549710
62.53/61.38	c cleaning 9951 clauses out of 19911 with flag 85002/1559711
62.93/61.77	c cleaning 9974 clauses out of 19958 with flag 95000/1569709
63.33/62.17	c cleaning 9989 clauses out of 19985 with flag 105001/1579710
63.73/62.53	c cleaning 9995 clauses out of 19998 with flag 115003/1589712
64.03/62.89	c cleaning 9997 clauses out of 20001 with flag 125001/1599710
64.43/63.25	c cleaning 9999 clauses out of 20006 with flag 135003/1609712
64.73/63.59	c cleaning 9999 clauses out of 20005 with flag 145001/1619710
65.14/63.91	c cleaning 9998 clauses out of 20006 with flag 155001/1629710
65.43/64.27	c cleaning 10000 clauses out of 20007 with flag 165000/1639709
65.83/64.62	c cleaning 10003 clauses out of 20009 with flag 175002/1649711
66.24/65.01	c cleaning 10000 clauses out of 20005 with flag 185001/1659710
66.53/65.39	c cleaning 9999 clauses out of 20004 with flag 195000/1669709
66.93/65.74	c cleaning 9999 clauses out of 20006 with flag 205001/1679710
67.03/65.89	c Got one! Elapsed wall clock time (in seconds):65.787
67.03/65.89	o 42
67.13/65.94	c cleaning 7941 clauses out of 15887 with flag 1002/1685590
67.34/66.15	c cleaning 6968 clauses out of 13946 with flag 7002/1691590
67.53/66.38	c cleaning 6986 clauses out of 13977 with flag 14001/1698589
67.83/66.65	c cleaning 7494 clauses out of 14992 with flag 22002/1706590
68.14/66.95	c cleaning 8245 clauses out of 16498 with flag 31002/1715590
68.54/67.32	c cleaning 9119 clauses out of 18251 with flag 41000/1725588
68.84/67.67	c cleaning 9561 clauses out of 19132 with flag 51000/1735588
69.24/68.05	c cleaning 9780 clauses out of 19571 with flag 61000/1745588
69.64/68.42	c cleaning 9891 clauses out of 19793 with flag 71002/1755590
70.04/68.81	c cleaning 9947 clauses out of 19900 with flag 81000/1765588
70.34/69.19	c cleaning 9973 clauses out of 19953 with flag 91000/1775588
70.74/69.55	c cleaning 9984 clauses out of 19981 with flag 101001/1785589
71.14/69.92	c cleaning 9989 clauses out of 19996 with flag 111000/1795588
71.45/70.29	c cleaning 9997 clauses out of 20008 with flag 121001/1805589
71.85/70.65	c cleaning 9998 clauses out of 20012 with flag 131002/1815590
72.25/71.04	c cleaning 10003 clauses out of 20012 with flag 141000/1825588
72.65/71.42	c cleaning 10000 clauses out of 20011 with flag 151002/1835590
72.95/71.78	c cleaning 9996 clauses out of 20009 with flag 161000/1845588
73.35/72.12	c cleaning 10002 clauses out of 20014 with flag 171001/1855589
73.65/72.47	c cleaning 9997 clauses out of 20011 with flag 181000/1865588
74.05/72.81	c cleaning 10003 clauses out of 20014 with flag 191000/1875588
74.35/73.19	c cleaning 10002 clauses out of 20012 with flag 201001/1885589
74.75/73.55	c cleaning 10000 clauses out of 20009 with flag 211000/1895588
75.16/73.92	c cleaning 10002 clauses out of 20012 with flag 221003/1905591
75.46/74.26	c cleaning 10001 clauses out of 20009 with flag 231002/1915590
75.86/74.61	c cleaning 9999 clauses out of 20009 with flag 241003/1925591
76.16/74.95	c cleaning 9999 clauses out of 20007 with flag 251000/1935588
76.46/75.28	c cleaning 10000 clauses out of 20009 with flag 261001/1945589
76.86/75.62	c cleaning 9998 clauses out of 20008 with flag 271000/1955588
77.16/75.94	c cleaning 9996 clauses out of 20010 with flag 281000/1965588
77.47/76.27	c cleaning 10002 clauses out of 20015 with flag 291001/1975589
77.87/76.61	c cleaning 10001 clauses out of 20012 with flag 301000/1985588
78.17/76.95	c cleaning 10004 clauses out of 20011 with flag 311000/1995588
78.57/77.31	c cleaning 9998 clauses out of 20007 with flag 321000/2005588
78.87/77.65	c cleaning 10001 clauses out of 20012 with flag 331003/2015591
79.27/78.00	c cleaning 10000 clauses out of 20009 with flag 341001/2025589
79.57/78.37	c cleaning 10001 clauses out of 20010 with flag 351002/2035590
79.98/78.75	c cleaning 10000 clauses out of 20007 with flag 361000/2045588
80.37/79.11	c cleaning 9999 clauses out of 20007 with flag 371000/2055588
80.68/79.47	c cleaning 10001 clauses out of 20009 with flag 381001/2065589
81.07/79.81	c cleaning 9997 clauses out of 20009 with flag 391002/2075590
81.38/80.15	c cleaning 9999 clauses out of 20010 with flag 401000/2085588
81.78/80.50	c cleaning 10003 clauses out of 20012 with flag 411001/2095589
82.08/80.86	c cleaning 10003 clauses out of 20009 with flag 421001/2105589
82.48/81.21	c cleaning 10000 clauses out of 20006 with flag 431001/2115589
82.78/81.55	c cleaning 9997 clauses out of 20005 with flag 441000/2125588
83.08/81.87	c Got one! Elapsed wall clock time (in seconds):81.763
83.08/81.87	o 36
83.38/82.16	c cleaning 12182 clauses out of 24372 with flag 5002/2139952
83.58/82.40	c cleaning 9091 clauses out of 18189 with flag 11001/2145951
83.88/82.65	c cleaning 8044 clauses out of 16097 with flag 18000/2152950
84.18/82.94	c cleaning 8023 clauses out of 16056 with flag 26003/2160953
84.48/83.27	c cleaning 8512 clauses out of 17030 with flag 35000/2169950
84.89/83.64	c cleaning 9254 clauses out of 18518 with flag 45000/2179950
85.28/84.03	c cleaning 9629 clauses out of 19265 with flag 55001/2189951
85.68/84.40	c cleaning 9814 clauses out of 19635 with flag 65000/2199950
85.99/84.77	c cleaning 9904 clauses out of 19822 with flag 75001/2209951
86.38/85.14	c cleaning 9948 clauses out of 19917 with flag 85000/2219950
86.78/85.52	c cleaning 9980 clauses out of 19970 with flag 95001/2229951
87.09/85.86	c cleaning 9991 clauses out of 19992 with flag 105003/2239953
87.38/86.19	c cleaning 9993 clauses out of 19998 with flag 115000/2249950
87.78/86.53	c cleaning 9998 clauses out of 20005 with flag 125000/2259950
88.09/86.86	c cleaning 9999 clauses out of 20007 with flag 135000/2269950
88.49/87.20	c cleaning 9993 clauses out of 20008 with flag 145000/2279950
88.79/87.54	c cleaning 10000 clauses out of 20016 with flag 155001/2289951
89.09/87.87	c cleaning 10000 clauses out of 20015 with flag 165000/2299950
89.49/88.20	c cleaning 10001 clauses out of 20015 with flag 175000/2309950
89.79/88.54	c cleaning 10002 clauses out of 20016 with flag 185002/2319952
90.09/88.86	c cleaning 9999 clauses out of 20012 with flag 195000/2329950
90.40/89.17	c cleaning 10000 clauses out of 20013 with flag 205000/2339950
90.79/89.51	c cleaning 10001 clauses out of 20014 with flag 215001/2349951
91.09/89.84	c cleaning 10005 clauses out of 20013 with flag 225001/2359951
91.50/90.23	c cleaning 9998 clauses out of 20006 with flag 235000/2369950
91.81/90.58	c cleaning 10000 clauses out of 20010 with flag 245002/2379952
92.01/90.79	c Got one! Elapsed wall clock time (in seconds):90.682
92.01/90.79	o 25
92.31/91.07	c cleaning 10893 clauses out of 21794 with flag 5000/2391736
92.51/91.29	c cleaning 8448 clauses out of 16902 with flag 11001/2397737
92.81/91.53	c cleaning 7723 clauses out of 15453 with flag 18000/2404736
93.01/91.79	c cleaning 7863 clauses out of 15733 with flag 26003/2412739
93.31/92.08	c cleaning 8431 clauses out of 16872 with flag 35005/2421741
93.72/92.42	c cleaning 9217 clauses out of 18436 with flag 45001/2431737
93.82/92.53	c starts		: 258
93.82/92.53	c conflicts		: 2434824
93.82/92.53	c decisions		: 4098910
93.82/92.53	c propagations		: 63987039
93.82/92.53	c inspects		: 550512095
93.82/92.53	c shortcuts		: 0
93.82/92.53	c learnt literals	: 7
93.82/92.53	c learnt binary clauses	: 91
93.82/92.53	c learnt ternary clauses	: 2322
93.82/92.53	c learnt constraints	: 2434816
93.82/92.53	c ignored constraints	: 0
93.82/92.53	c root simplifications	: 0
93.82/92.53	c removed literals (reason simplification)	: 13248932
93.82/92.53	c reason swapping (by a shorter reason)	: 0
93.82/92.53	c Calls to reduceDB	: 266
93.82/92.53	c number of reductions to clauses (during analyze)	: 0
93.82/92.53	c number of learned constraints concerned by reduction	: 0
93.82/92.53	c number of learning phase by resolution	: 0
93.82/92.53	c number of learning phase by cutting planes	: 0
93.82/92.53	c speed (assignments/second)	: 3.6753037909247555E7
93.82/92.53	c non guided choices	1758
93.82/92.53	c learnt constraints type 
93.82/92.53	c constraints type 
93.82/92.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
93.82/92.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
93.82/92.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
93.82/92.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
93.82/92.53	s OPTIMUM FOUND
93.82/92.53	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 
93.82/92.53	c objective function=25
93.82/92.53	c Total wall clock time (in seconds): 92.425

Verifier Data

OK	25

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492508-1307909917/watcher-3492508-1307909917 -o /var/tmp/evaluation-result-3492508-1307909917/solver-3492508-1307909917 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492508-1307909917.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.08 2.06 1.97 3/195 15768
/proc/meminfo: memFree=3202564/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 1170 0 0 0 0 0 0 0 25 0 2 0 981222356 26714112 896 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 6793 899 683 9 0 381 0
[pid=15768/tid=15769] ppid=15766 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) S 15766 15768 11872 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 2 0 981222357 27824128 905 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256410467975 0 2147483391 4096 0 18446744071699199166 0 0 -1 3 0 0 0

[startup+0.103259 s]
/proc/loadavg: 2.08 2.06 1.97 3/195 15768
/proc/meminfo: memFree=3202564/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10540124 CPUtime=0.11 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 13147 0 1 0 9 2 0 0 25 0 18 0 981222356 10793086976 12820 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2635031 12790 2092 9 0 2625765 0
[pid=15768/tid=15769] ppid=15766 vsize=10540124 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 11229 0 1 0 7 1 0 0 22 0 18 0 981222357 10793086976 12790 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256415435111 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540124

[startup+0.201197 s]
/proc/loadavg: 2.08 2.06 1.97 3/195 15768
/proc/meminfo: memFree=3202564/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10543196 CPUtime=0.27 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 14502 0 1 0 25 2 0 0 25 0 19 0 981222356 10796232704 13934 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2635799 13957 2197 9 0 2626533 0
[pid=15768/tid=15769] ppid=15766 vsize=10543196 CPUtime=0.19 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 11727 0 1 0 17 2 0 0 23 0 19 0 981222357 10796232704 13960 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505179311 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10543196

[startup+0.301197 s]
/proc/loadavg: 2.08 2.06 1.97 3/195 15768
/proc/meminfo: memFree=3202564/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10544808 CPUtime=0.54 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 15892 0 1 0 52 2 0 0 25 0 19 0 981222356 10797883392 14672 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2636202 14672 2214 9 0 2626936 0
[pid=15768/tid=15769] ppid=15766 vsize=10544808 CPUtime=0.29 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 11819 0 1 0 27 2 0 0 23 0 19 0 981222357 10797883392 14672 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505576888 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544808

[startup+0.701114 s]
/proc/loadavg: 2.08 2.06 1.97 3/195 15768
/proc/meminfo: memFree=3202564/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10544808 CPUtime=1.04 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 17626 0 1 0 101 3 0 0 25 0 19 0 981222356 10797883392 15857 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2636202 15857 2246 9 0 2626936 0
[pid=15768/tid=15769] ppid=15766 vsize=10544808 CPUtime=0.67 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 12367 0 1 0 65 2 0 0 25 0 19 0 981222357 10797883392 15857 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505329457 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10544808

[startup+1.50096 s]
/proc/loadavg: 2.08 2.06 1.97 3/214 15787
/proc/meminfo: memFree=3144468/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10544808 CPUtime=1.93 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 19068 0 1 0 190 3 0 0 25 0 19 0 981222356 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2636202 16804 2248 9 0 2626936 0
[pid=15768/tid=15769] ppid=15766 vsize=10544808 CPUtime=1.42 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 12371 0 1 0 140 2 0 0 18 0 19 0 981222357 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505555012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15768/tid=15771] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15771/stat : 15771 (java) S 15766 15768 11872 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15772] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15772/stat : 15772 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15773] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15773/stat : 15773 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15774] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15774/stat : 15774 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15775] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15775/stat : 15775 (java) S 15766 15768 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15776] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15776/stat : 15776 (java) S 15766 15768 11872 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15777] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15777/stat : 15777 (java) S 15766 15768 11872 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15778] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15778/stat : 15778 (java) S 15766 15768 11872 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15779] ppid=15766 vsize=10544808 CPUtime=0.05 cores=1,3,5,7
/proc/15768/task/15779/stat : 15779 (java) S 15766 15768 11872 0 -1 4202560 434 0 0 0 5 0 0 0 16 0 19 0 981222359 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 0 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15780] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15780/stat : 15780 (java) S 15766 15768 11872 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15781] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15781/stat : 15781 (java) S 15766 15768 11872 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15782] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15782/stat : 15782 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981222362 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427215281 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15783] ppid=15766 vsize=10544808 CPUtime=0.27 cores=1,3,5,7
/proc/15768/task/15783/stat : 15783 (java) S 15766 15768 11872 0 -1 4202560 3565 0 0 0 27 0 0 0 15 0 19 0 981222362 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15784] ppid=15766 vsize=10544808 CPUtime=0.15 cores=1,3,5,7
/proc/15768/task/15784/stat : 15784 (java) S 15766 15768 11872 0 -1 4202560 1063 0 0 0 15 0 0 0 15 0 19 0 981222362 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15785] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15785/stat : 15785 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981222362 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15786] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15786/stat : 15786 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222362 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15787] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15787/stat : 15787 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981222373 10797883392 16804 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10544808

[startup+3.10066 s]
/proc/loadavg: 2.07 2.06 1.97 3/214 15787
/proc/meminfo: memFree=3143612/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10544808 CPUtime=3.53 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 19261 0 1 0 350 3 0 0 25 0 19 0 981222356 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2636202 16990 2248 9 0 2626936 0
[pid=15768/tid=15769] ppid=15766 vsize=10544808 CPUtime=2.94 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 12378 0 1 0 292 2 0 0 19 0 19 0 981222357 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505540074 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15768/tid=15771] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15771/stat : 15771 (java) S 15766 15768 11872 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15772] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15772/stat : 15772 (java) S 15766 15768 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15773] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15773/stat : 15773 (java) S 15766 15768 11872 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15774] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15774/stat : 15774 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15775] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15775/stat : 15775 (java) S 15766 15768 11872 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15776] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15776/stat : 15776 (java) S 15766 15768 11872 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15777] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15777/stat : 15777 (java) S 15766 15768 11872 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15778] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15778/stat : 15778 (java) S 15766 15768 11872 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15779] ppid=15766 vsize=10544808 CPUtime=0.13 cores=1,3,5,7
/proc/15768/task/15779/stat : 15779 (java) S 15766 15768 11872 0 -1 4202560 515 0 0 0 13 0 0 0 16 0 19 0 981222359 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 0 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15780] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15780/stat : 15780 (java) S 15766 15768 11872 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15781] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15781/stat : 15781 (java) S 15766 15768 11872 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15782] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15782/stat : 15782 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981222362 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427215281 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15783] ppid=15766 vsize=10544808 CPUtime=0.27 cores=1,3,5,7
/proc/15768/task/15783/stat : 15783 (java) S 15766 15768 11872 0 -1 4202560 3565 0 0 0 27 0 0 0 15 0 19 0 981222362 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15784] ppid=15766 vsize=10544808 CPUtime=0.15 cores=1,3,5,7
/proc/15768/task/15784/stat : 15784 (java) S 15766 15768 11872 0 -1 4202560 1063 0 0 0 15 0 0 0 15 0 19 0 981222362 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15785] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15785/stat : 15785 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981222362 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15786] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15786/stat : 15786 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222362 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15787] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15787/stat : 15787 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981222373 10797883392 16990 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10544808

[startup+6.30105 s]
/proc/loadavg: 2.07 2.06 1.97 3/214 15787
/proc/meminfo: memFree=3142380/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10544808 CPUtime=6.76 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 19384 0 1 0 672 4 0 0 25 0 19 0 981222356 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2636202 17100 2248 9 0 2626936 0
[pid=15768/tid=15769] ppid=15766 vsize=10544808 CPUtime=5.97 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 12392 0 1 0 595 2 0 0 25 0 19 0 981222357 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505526606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15768/tid=15771] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15771/stat : 15771 (java) S 15766 15768 11872 0 -1 4202560 59 0 0 0 0 0 0 0 16 0 19 0 981222358 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15772] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15772/stat : 15772 (java) S 15766 15768 11872 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15773] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15773/stat : 15773 (java) S 15766 15768 11872 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15774] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15774/stat : 15774 (java) S 15766 15768 11872 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15775] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15775/stat : 15775 (java) S 15766 15768 11872 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15776] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15776/stat : 15776 (java) S 15766 15768 11872 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15777] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15777/stat : 15777 (java) S 15766 15768 11872 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15778] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15778/stat : 15778 (java) S 15766 15768 11872 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 981222358 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15779] ppid=15766 vsize=10544808 CPUtime=0.27 cores=1,3,5,7
/proc/15768/task/15779/stat : 15779 (java) S 15766 15768 11872 0 -1 4202560 618 0 0 0 27 0 0 0 16 0 19 0 981222359 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 0 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15780] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15780/stat : 15780 (java) S 15766 15768 11872 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15781] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15781/stat : 15781 (java) S 15766 15768 11872 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15782] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15782/stat : 15782 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981222362 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427215281 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15783] ppid=15766 vsize=10544808 CPUtime=0.28 cores=1,3,5,7
/proc/15768/task/15783/stat : 15783 (java) S 15766 15768 11872 0 -1 4202560 3565 0 0 0 28 0 0 0 15 0 19 0 981222362 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15784] ppid=15766 vsize=10544808 CPUtime=0.15 cores=1,3,5,7
/proc/15768/task/15784/stat : 15784 (java) S 15766 15768 11872 0 -1 4202560 1063 0 0 0 15 0 0 0 15 0 19 0 981222362 10797883392 17100 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0

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

/proc/15768/task/15771/stat : 15771 (java) S 15766 15768 11872 0 -1 4202560 66 0 0 0 5 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15772] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15772/stat : 15772 (java) S 15766 15768 11872 0 -1 4202560 20 0 0 0 8 0 0 0 16 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15773] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15773/stat : 15773 (java) S 15766 15768 11872 0 -1 4202560 27 0 0 0 8 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15774] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15774/stat : 15774 (java) S 15766 15768 11872 0 -1 4202560 50 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15775] ppid=15766 vsize=10544808 CPUtime=0.07 cores=1,3,5,7
/proc/15768/task/15775/stat : 15775 (java) S 15766 15768 11872 0 -1 4202560 24 0 0 0 7 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15776] ppid=15766 vsize=10544808 CPUtime=0.07 cores=1,3,5,7
/proc/15768/task/15776/stat : 15776 (java) S 15766 15768 11872 0 -1 4202560 216 0 0 0 7 0 0 0 16 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15777] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15777/stat : 15777 (java) S 15766 15768 11872 0 -1 4202560 173 0 0 0 7 1 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15778] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15778/stat : 15778 (java) S 15766 15768 11872 0 -1 4202560 197 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15779] ppid=15766 vsize=10544808 CPUtime=3.54 cores=1,3,5,7
/proc/15768/task/15779/stat : 15779 (java) S 15766 15768 11872 0 -1 4202560 1172 0 0 0 350 4 0 0 15 0 19 0 981222359 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 0 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15780] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15780/stat : 15780 (java) S 15766 15768 11872 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15781] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15781/stat : 15781 (java) S 15766 15768 11872 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15782] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15782/stat : 15782 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427215281 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15783] ppid=15766 vsize=10544808 CPUtime=0.82 cores=1,3,5,7
/proc/15768/task/15783/stat : 15783 (java) S 15766 15768 11872 0 -1 4202560 11475 0 0 0 81 1 0 0 15 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15784] ppid=15766 vsize=10544808 CPUtime=0.21 cores=1,3,5,7
/proc/15768/task/15784/stat : 15784 (java) S 15766 15768 11872 0 -1 4202560 1087 0 0 0 21 0 0 0 15 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15785] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15785/stat : 15785 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15786] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15786/stat : 15786 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15787] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15787/stat : 15787 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981222373 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 92.51
Current children cumulated vsize (KiB) 10544808

[startup+92.0008 s]
/proc/loadavg: 2.12 2.07 1.98 3/214 15903
/proc/meminfo: memFree=3109180/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10544808 CPUtime=93.31 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 28301 0 1 0 9319 12 0 0 25 0 19 0 981222356 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2636202 18322 2251 9 0 2626936 0
[pid=15768/tid=15769] ppid=15766 vsize=10544808 CPUtime=88.06 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 12635 0 1 0 8804 2 0 0 25 0 19 0 981222357 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505555070 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15768/tid=15771] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15771/stat : 15771 (java) S 15766 15768 11872 0 -1 4202560 66 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15772] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15772/stat : 15772 (java) S 15766 15768 11872 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15773] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15773/stat : 15773 (java) S 15766 15768 11872 0 -1 4202560 27 0 0 0 8 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15774] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15774/stat : 15774 (java) S 15766 15768 11872 0 -1 4202560 50 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15775] ppid=15766 vsize=10544808 CPUtime=0.07 cores=1,3,5,7
/proc/15768/task/15775/stat : 15775 (java) S 15766 15768 11872 0 -1 4202560 24 0 0 0 7 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15776] ppid=15766 vsize=10544808 CPUtime=0.07 cores=1,3,5,7
/proc/15768/task/15776/stat : 15776 (java) S 15766 15768 11872 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15777] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15777/stat : 15777 (java) S 15766 15768 11872 0 -1 4202560 173 0 0 0 7 1 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15778] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15778/stat : 15778 (java) S 15766 15768 11872 0 -1 4202560 197 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15779] ppid=15766 vsize=10544808 CPUtime=3.58 cores=1,3,5,7
/proc/15768/task/15779/stat : 15779 (java) S 15766 15768 11872 0 -1 4202560 1172 0 0 0 354 4 0 0 15 0 19 0 981222359 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 0 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15780] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15780/stat : 15780 (java) S 15766 15768 11872 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15781] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15781/stat : 15781 (java) S 15766 15768 11872 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15782] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15782/stat : 15782 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427215281 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15783] ppid=15766 vsize=10544808 CPUtime=0.82 cores=1,3,5,7
/proc/15768/task/15783/stat : 15783 (java) S 15766 15768 11872 0 -1 4202560 11475 0 0 0 81 1 0 0 15 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15784] ppid=15766 vsize=10544808 CPUtime=0.21 cores=1,3,5,7
/proc/15768/task/15784/stat : 15784 (java) S 15766 15768 11872 0 -1 4202560 1087 0 0 0 21 0 0 0 15 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15785] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15785/stat : 15785 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15786] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15786/stat : 15786 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981222362 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15787] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15787/stat : 15787 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981222373 10797883392 18322 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.31
Current children cumulated vsize (KiB) 10544808

[startup+92.4007 s]
/proc/loadavg: 2.11 2.07 1.98 3/214 15903
/proc/meminfo: memFree=3109056/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10544808 CPUtime=93.72 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 28303 0 1 0 9360 12 0 0 25 0 19 0 981222356 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2636202 18323 2251 9 0 2626936 0
[pid=15768/tid=15769] ppid=15766 vsize=10544808 CPUtime=88.45 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 12636 0 1 0 8843 2 0 0 25 0 19 0 981222357 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505576933 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15768/tid=15771] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15771/stat : 15771 (java) S 15766 15768 11872 0 -1 4202560 66 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15772] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15772/stat : 15772 (java) S 15766 15768 11872 0 -1 4202560 20 0 0 0 8 0 0 0 16 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15773] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15773/stat : 15773 (java) S 15766 15768 11872 0 -1 4202560 28 0 0 0 8 0 0 0 16 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15774] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15774/stat : 15774 (java) S 15766 15768 11872 0 -1 4202560 50 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15775] ppid=15766 vsize=10544808 CPUtime=0.07 cores=1,3,5,7
/proc/15768/task/15775/stat : 15775 (java) S 15766 15768 11872 0 -1 4202560 24 0 0 0 7 0 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15776] ppid=15766 vsize=10544808 CPUtime=0.07 cores=1,3,5,7
/proc/15768/task/15776/stat : 15776 (java) S 15766 15768 11872 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15777] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15777/stat : 15777 (java) S 15766 15768 11872 0 -1 4202560 173 0 0 0 7 1 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15778] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15778/stat : 15778 (java) S 15766 15768 11872 0 -1 4202560 197 0 0 0 6 0 0 0 16 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15779] ppid=15766 vsize=10544808 CPUtime=3.59 cores=1,3,5,7
/proc/15768/task/15779/stat : 15779 (java) S 15766 15768 11872 0 -1 4202560 1172 0 0 0 355 4 0 0 15 0 19 0 981222359 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 0 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15780] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15780/stat : 15780 (java) S 15766 15768 11872 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15781] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15781/stat : 15781 (java) S 15766 15768 11872 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15782] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15782/stat : 15782 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427215281 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15783] ppid=15766 vsize=10544808 CPUtime=0.82 cores=1,3,5,7
/proc/15768/task/15783/stat : 15783 (java) S 15766 15768 11872 0 -1 4202560 11475 0 0 0 81 1 0 0 15 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15784] ppid=15766 vsize=10544808 CPUtime=0.21 cores=1,3,5,7
/proc/15768/task/15784/stat : 15784 (java) S 15766 15768 11872 0 -1 4202560 1087 0 0 0 21 0 0 0 15 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15785] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15785/stat : 15785 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15786] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15786/stat : 15786 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15787] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15787/stat : 15787 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981222373 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.72
Current children cumulated vsize (KiB) 10544808

[startup+92.5067 s]
/proc/loadavg: 2.11 2.07 1.98 3/214 15903
/proc/meminfo: memFree=3109056/32950928 swapFree=67056212/67111528
[pid=15768] ppid=15766 vsize=10544808 CPUtime=93.82 cores=1,3,5,7
/proc/15768/stat : 15768 (java) S 15766 15768 11872 0 -1 4202496 28304 0 1 0 9370 12 0 0 25 0 19 0 981222356 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15768/statm: 2636202 18323 2251 9 0 2626936 0
[pid=15768/tid=15769] ppid=15766 vsize=10544808 CPUtime=88.53 cores=1,3,5,7
/proc/15768/task/15769/stat : 15769 (java) R 15766 15768 11872 0 -1 4202560 12637 0 1 0 8851 2 0 0 25 0 19 0 981222357 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 46912505563459 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15768/tid=15771] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15771/stat : 15771 (java) S 15766 15768 11872 0 -1 4202560 66 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15772] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15772/stat : 15772 (java) S 15766 15768 11872 0 -1 4202560 20 0 0 0 8 0 0 0 16 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15773] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15773/stat : 15773 (java) S 15766 15768 11872 0 -1 4202560 28 0 0 0 8 0 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15774] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15774/stat : 15774 (java) S 15766 15768 11872 0 -1 4202560 50 0 0 0 6 0 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15775] ppid=15766 vsize=10544808 CPUtime=0.07 cores=1,3,5,7
/proc/15768/task/15775/stat : 15775 (java) S 15766 15768 11872 0 -1 4202560 24 0 0 0 7 0 0 0 16 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15776] ppid=15766 vsize=10544808 CPUtime=0.07 cores=1,3,5,7
/proc/15768/task/15776/stat : 15776 (java) S 15766 15768 11872 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15777] ppid=15766 vsize=10544808 CPUtime=0.08 cores=1,3,5,7
/proc/15768/task/15777/stat : 15777 (java) S 15766 15768 11872 0 -1 4202560 173 0 0 0 7 1 0 0 15 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15778] ppid=15766 vsize=10544808 CPUtime=0.06 cores=1,3,5,7
/proc/15768/task/15778/stat : 15778 (java) S 15766 15768 11872 0 -1 4202560 197 0 0 0 6 0 0 0 16 0 19 0 981222358 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15779] ppid=15766 vsize=10544808 CPUtime=3.61 cores=1,3,5,7
/proc/15768/task/15779/stat : 15779 (java) S 15766 15768 11872 0 -1 4202560 1172 0 0 0 357 4 0 0 15 0 19 0 981222359 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 0 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15780] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15780/stat : 15780 (java) S 15766 15768 11872 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15781] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15781/stat : 15781 (java) S 15766 15768 11872 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981222360 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 7 0 0 0
[pid=15768/tid=15782] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15782/stat : 15782 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427215281 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15783] ppid=15766 vsize=10544808 CPUtime=0.82 cores=1,3,5,7
/proc/15768/task/15783/stat : 15783 (java) S 15766 15768 11872 0 -1 4202560 11475 0 0 0 81 1 0 0 15 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 5 0 0 0
[pid=15768/tid=15784] ppid=15766 vsize=10544808 CPUtime=0.21 cores=1,3,5,7
/proc/15768/task/15784/stat : 15784 (java) S 15766 15768 11872 0 -1 4202560 1087 0 0 0 21 0 0 0 15 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15785] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15785/stat : 15785 (java) S 15766 15768 11872 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427207577 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
[pid=15768/tid=15786] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15786/stat : 15786 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981222362 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 1 0 0 0
[pid=15768/tid=15787] ppid=15766 vsize=10544808 CPUtime=0 cores=1,3,5,7
/proc/15768/task/15787/stat : 15787 (java) S 15766 15768 11872 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 981222373 10797883392 18323 33554432000 1073741824 1073778376 140735436140272 18446744073709551615 256427208192 0 4 0 16800975 18446604471140799744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.82
Current children cumulated vsize (KiB) 10544808

Child status: 30
Real time (s): 92.5399
CPU time (s): 93.8597
CPU user time (s): 93.7348
CPU system time (s): 0.124981
CPU usage (%): 101.426
Max. virtual memory (cumulated for all children) (KiB): 10544808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.7348
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28328
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= 9595
involuntary context switches= 4165

runsolver used 0.147977 second user time and 0.379942 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 22:18:37
IDJOB=3492508
IDBENCH=78850
IDSOLVER=1982
FILE ID=node115/3492508-1307909917
RUNJOBID= node115-1307908016-15260
PBS_JOBID= 13559590
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 9aae741b51a1836a01c8daeb1bffcdf7
RANDOM SEED=74520557

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.75
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.811
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:     32950928 kB
MemFree:       3203100 kB
Buffers:         61732 kB
Cached:       28694980 kB
SwapCached:       9240 kB
Active:       13800900 kB
Inactive:     15036908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3203100 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:             552 kB
Writeback:           0 kB
AnonPages:       78276 kB
Mapped:          21460 kB
Slab:           845340 kB
PageTables:       4536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10544692 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node115 at 2011-06-12 22:20:09