Trace number 3492442

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 88.3376 87.0526

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-66-100-0.wbo
MD5SUMb526845d30abddab077c9de3ad820c33
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark1.41678
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
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.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492442-1307909847.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     211
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 => 41
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.56/0.34	c SATISFIABLE
0.56/0.34	c OPTIMIZING...
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.236
0.56/0.34	o 532
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.289
0.56/0.39	o 517
0.70/0.48	c cleaning 3032 clauses out of 6072 with flag 2000/6072
0.93/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
0.93/0.62	o 493
0.93/0.66	c cleaning 4194 clauses out of 8393 with flag 1000/11425
1.05/0.72	c Got one! Elapsed wall clock time (in seconds):0.613
1.05/0.72	o 490
1.15/0.85	c cleaning 5059 clauses out of 10126 with flag 4003/17352
1.15/0.88	c Got one! Elapsed wall clock time (in seconds):0.772
1.15/0.88	o 360
1.26/1.00	c Got one! Elapsed wall clock time (in seconds):0.894
1.26/1.00	o 322
1.37/1.04	c cleaning 5554 clauses out of 11120 with flag 1000/23405
1.59/1.23	c cleaning 5778 clauses out of 11566 with flag 7000/29405
1.69/1.30	c Got one! Elapsed wall clock time (in seconds):1.194
1.69/1.30	o 267
1.79/1.40	c cleaning 5555 clauses out of 11113 with flag 3001/34730
1.99/1.60	c cleaning 5775 clauses out of 11557 with flag 9000/40729
2.19/1.81	c cleaning 6387 clauses out of 12782 with flag 16000/47729
2.39/2.06	c cleaning 7195 clauses out of 14396 with flag 24001/55730
2.69/2.38	c cleaning 8094 clauses out of 16200 with flag 33000/64729
2.99/2.69	c cleaning 9048 clauses out of 18106 with flag 43000/74729
3.29/2.97	c Got one! Elapsed wall clock time (in seconds):2.862
3.29/2.97	o 251
3.49/3.17	c cleaning 11604 clauses out of 23221 with flag 5005/88892
3.70/3.38	c cleaning 8803 clauses out of 17616 with flag 11004/94891
3.91/3.59	c cleaning 7900 clauses out of 15809 with flag 18000/101887
4.21/3.84	c cleaning 7952 clauses out of 15909 with flag 26000/109887
4.31/3.92	c Got one! Elapsed wall clock time (in seconds):3.818
4.31/3.92	o 237
4.41/4.02	c cleaning 6810 clauses out of 13633 with flag 3001/115563
4.61/4.21	c cleaning 6405 clauses out of 12822 with flag 9000/121562
4.81/4.43	c cleaning 6707 clauses out of 13419 with flag 16002/128564
4.91/4.54	c Got one! Elapsed wall clock time (in seconds):4.431
4.91/4.54	o 217
5.01/4.60	c cleaning 6105 clauses out of 12222 with flag 2000/134074
5.11/4.78	c cleaning 6057 clauses out of 12118 with flag 8001/140075
5.31/4.92	c Got one! Elapsed wall clock time (in seconds):4.812
5.31/4.92	o 216
5.31/4.95	c cleaning 5850 clauses out of 11707 with flag 1005/145721
5.51/5.14	c cleaning 5923 clauses out of 11853 with flag 7001/151717
5.61/5.24	c Got one! Elapsed wall clock time (in seconds):5.14
5.61/5.24	o 204
5.71/5.32	c cleaning 5798 clauses out of 11608 with flag 2001/157395
5.92/5.51	c cleaning 5901 clauses out of 11811 with flag 8002/163396
6.11/5.74	c cleaning 6450 clauses out of 12908 with flag 15000/170394
6.42/6.04	c cleaning 7227 clauses out of 14460 with flag 23002/178396
6.72/6.34	c cleaning 8108 clauses out of 16231 with flag 32000/187394
7.03/6.64	c cleaning 9058 clauses out of 18124 with flag 42001/197395
7.32/6.96	c cleaning 9531 clauses out of 19065 with flag 52000/207394
7.62/7.27	c cleaning 9763 clauses out of 19534 with flag 62000/217394
7.93/7.58	c cleaning 9881 clauses out of 19771 with flag 72000/227394
8.33/7.91	c cleaning 9936 clauses out of 19890 with flag 82000/237394
8.63/8.22	c cleaning 9968 clauses out of 19955 with flag 92001/247395
8.73/8.33	c Got one! Elapsed wall clock time (in seconds):8.221
8.73/8.33	o 202
8.73/8.39	c cleaning 7774 clauses out of 15556 with flag 2000/252964
8.93/8.59	c cleaning 6889 clauses out of 13784 with flag 8002/258966
9.24/8.81	c cleaning 6940 clauses out of 13894 with flag 15001/265965
9.43/9.08	c cleaning 7475 clauses out of 14953 with flag 23000/273964
9.73/9.36	c cleaning 8235 clauses out of 16480 with flag 32002/282966
10.03/9.70	c cleaning 9116 clauses out of 18243 with flag 42000/292964
10.43/10.00	c Got one! Elapsed wall clock time (in seconds):9.898
10.43/10.00	o 145
10.63/10.23	c cleaning 12016 clauses out of 24036 with flag 5000/307873
10.84/10.45	c cleaning 9002 clauses out of 18020 with flag 11000/313873
11.14/10.72	c cleaning 8007 clauses out of 16019 with flag 18001/320874
11.34/10.98	c cleaning 8002 clauses out of 16014 with flag 26003/328876
11.64/11.26	c cleaning 8500 clauses out of 17009 with flag 35000/337873
11.64/11.29	c Got one! Elapsed wall clock time (in seconds):11.182
11.64/11.29	o 142
11.84/11.43	c cleaning 7050 clauses out of 14105 with flag 5000/343469
12.04/11.62	c cleaning 6524 clauses out of 13056 with flag 11001/349470
12.24/11.86	c cleaning 6761 clauses out of 13532 with flag 18001/356470
12.55/12.13	c cleaning 7373 clauses out of 14770 with flag 26000/364469
12.84/12.43	c cleaning 8192 clauses out of 16399 with flag 35002/373471
13.14/12.78	c cleaning 9100 clauses out of 18208 with flag 45003/383472
13.55/13.13	c cleaning 9549 clauses out of 19105 with flag 55000/393469
13.84/13.48	c cleaning 9775 clauses out of 19557 with flag 65001/403470
14.05/13.64	c Got one! Elapsed wall clock time (in seconds):13.537
14.05/13.64	o 139
14.25/13.82	c cleaning 9944 clauses out of 19890 with flag 5000/413578
14.47/14.02	c cleaning 7969 clauses out of 15947 with flag 11001/419579
14.68/14.25	c cleaning 7486 clauses out of 14979 with flag 18002/426580
14.97/14.51	c cleaning 7742 clauses out of 15491 with flag 26000/434578
15.28/14.80	c cleaning 8368 clauses out of 16749 with flag 35000/443578
15.58/15.13	c cleaning 9184 clauses out of 18381 with flag 45000/453578
15.88/15.49	c cleaning 9591 clauses out of 19197 with flag 55000/463578
16.28/15.82	c cleaning 9800 clauses out of 19606 with flag 65000/473578
16.59/16.15	c cleaning 9894 clauses out of 19808 with flag 75002/483580
16.99/16.50	c cleaning 9952 clauses out of 19913 with flag 85001/493579
17.29/16.83	c cleaning 9974 clauses out of 19960 with flag 95000/503578
17.59/17.15	c cleaning 9990 clauses out of 19987 with flag 105001/513579
17.89/17.48	c cleaning 9995 clauses out of 19998 with flag 115002/523580
18.29/17.80	c cleaning 9996 clauses out of 20003 with flag 125002/533580
18.59/18.11	c cleaning 9994 clauses out of 20005 with flag 135000/543578
18.90/18.45	c cleaning 10004 clauses out of 20011 with flag 145000/553578
19.20/18.79	c cleaning 9998 clauses out of 20008 with flag 155001/563579
19.60/19.12	c cleaning 10001 clauses out of 20009 with flag 165000/573578
19.90/19.44	c cleaning 9998 clauses out of 20009 with flag 175001/583579
20.20/19.79	c cleaning 10002 clauses out of 20010 with flag 185000/593578
20.60/20.12	c cleaning 10001 clauses out of 20009 with flag 195001/603579
20.90/20.47	c cleaning 9998 clauses out of 20007 with flag 205000/613578
21.20/20.80	c cleaning 9998 clauses out of 20009 with flag 215000/623578
21.31/20.82	c Got one! Elapsed wall clock time (in seconds):20.714
21.31/20.82	o 134
21.41/20.97	c cleaning 7585 clauses out of 15176 with flag 5001/628743
21.61/21.17	c cleaning 6792 clauses out of 13591 with flag 11001/634743
21.91/21.41	c cleaning 6899 clauses out of 13805 with flag 18007/641749
22.11/21.67	c cleaning 7446 clauses out of 14900 with flag 26001/649743
22.41/21.96	c cleaning 8224 clauses out of 16454 with flag 35001/658743
22.71/22.30	c cleaning 9109 clauses out of 18230 with flag 45001/668743
23.11/22.64	c cleaning 9551 clauses out of 19121 with flag 55001/678743
23.41/22.98	c cleaning 9779 clauses out of 19570 with flag 65001/688743
23.81/23.32	c cleaning 9893 clauses out of 19790 with flag 75000/698742
24.01/23.54	c Got one! Elapsed wall clock time (in seconds):23.439
24.01/23.54	o 123
24.21/23.75	c cleaning 11117 clauses out of 22239 with flag 5000/711084
24.41/23.95	c cleaning 8553 clauses out of 17122 with flag 11000/717084
24.62/24.18	c cleaning 7777 clauses out of 15569 with flag 18000/724084
24.91/24.45	c cleaning 7892 clauses out of 15793 with flag 26001/732085
25.22/24.74	c cleaning 8443 clauses out of 16900 with flag 35000/741084
25.52/25.06	c cleaning 9225 clauses out of 18459 with flag 45002/751086
25.82/25.39	c cleaning 9613 clauses out of 19234 with flag 55002/761086
26.22/25.72	c cleaning 9802 clauses out of 19619 with flag 65000/771084
26.52/26.03	c cleaning 9904 clauses out of 19819 with flag 75002/781086
26.82/26.36	c cleaning 9946 clauses out of 19913 with flag 85000/791084
27.12/26.67	c cleaning 9978 clauses out of 19967 with flag 95000/801084
27.52/27.00	c cleaning 9984 clauses out of 19989 with flag 105000/811084
27.82/27.38	c cleaning 9999 clauses out of 20007 with flag 115002/821086
28.22/27.72	c cleaning 9992 clauses out of 20007 with flag 125001/831085
28.53/28.05	c cleaning 10003 clauses out of 20015 with flag 135001/841085
28.83/28.37	c cleaning 9995 clauses out of 20012 with flag 145001/851085
29.23/28.70	c cleaning 10005 clauses out of 20018 with flag 155002/861086
29.53/29.04	c cleaning 10001 clauses out of 20012 with flag 165001/871085
29.93/29.41	c cleaning 9997 clauses out of 20010 with flag 175000/881084
30.23/29.79	c cleaning 10003 clauses out of 20014 with flag 185001/891085
30.63/30.12	c cleaning 10003 clauses out of 20011 with flag 195001/901085
30.93/30.45	c cleaning 10003 clauses out of 20009 with flag 205002/911086
31.24/30.77	c cleaning 9995 clauses out of 20005 with flag 215001/921085
31.63/31.10	c cleaning 9999 clauses out of 20010 with flag 225001/931085
31.93/31.45	c cleaning 10000 clauses out of 20011 with flag 235001/941085
32.23/31.79	c cleaning 10002 clauses out of 20011 with flag 245001/951085
32.63/32.13	c cleaning 9999 clauses out of 20008 with flag 255000/961084
32.84/32.32	c Got one! Elapsed wall clock time (in seconds):32.219
32.84/32.32	o 116
33.04/32.51	c cleaning 10658 clauses out of 21330 with flag 5000/972405
33.24/32.74	c cleaning 8329 clauses out of 16672 with flag 11000/978405
33.45/32.97	c cleaning 7666 clauses out of 15343 with flag 18000/985405
33.74/33.23	c cleaning 7834 clauses out of 15680 with flag 26003/993408
34.04/33.53	c cleaning 8416 clauses out of 16845 with flag 35002/1002407
34.34/33.86	c cleaning 9210 clauses out of 18428 with flag 45001/1012406
34.65/34.19	c cleaning 9601 clauses out of 19217 with flag 55000/1022405
35.05/34.52	c cleaning 9804 clauses out of 19617 with flag 65001/1032406
35.35/34.86	c cleaning 9899 clauses out of 19813 with flag 75001/1042406
35.75/35.21	c cleaning 9953 clauses out of 19913 with flag 85000/1052405
36.05/35.56	c cleaning 9974 clauses out of 19960 with flag 95000/1062405
36.35/35.89	c cleaning 9988 clauses out of 19986 with flag 105000/1072405
36.75/36.22	c cleaning 9994 clauses out of 19998 with flag 115000/1082405
37.05/36.55	c cleaning 9998 clauses out of 20007 with flag 125003/1092408
37.35/36.88	c cleaning 9997 clauses out of 20007 with flag 135001/1102406
37.65/37.19	c cleaning 9996 clauses out of 20009 with flag 145000/1112405
38.05/37.53	c cleaning 10001 clauses out of 20013 with flag 155000/1122405
38.35/37.84	c cleaning 10002 clauses out of 20013 with flag 165001/1132406
38.65/38.16	c cleaning 9998 clauses out of 20010 with flag 175000/1142405
38.96/38.48	c cleaning 10002 clauses out of 20013 with flag 185001/1152406
39.35/38.85	c cleaning 10003 clauses out of 20012 with flag 195002/1162407
39.75/39.22	c cleaning 10000 clauses out of 20007 with flag 205000/1172405
40.07/39.56	c cleaning 9997 clauses out of 20007 with flag 215000/1182405
40.36/39.88	c cleaning 9997 clauses out of 20010 with flag 225000/1192405
40.76/40.22	c cleaning 10003 clauses out of 20016 with flag 235003/1202408
41.07/40.58	c cleaning 10002 clauses out of 20010 with flag 245000/1212405
41.47/40.93	c cleaning 9999 clauses out of 20008 with flag 255000/1222405
41.77/41.28	c cleaning 9999 clauses out of 20009 with flag 265000/1232405
42.17/41.62	c cleaning 9999 clauses out of 20010 with flag 275000/1242405
42.46/41.95	c cleaning 10003 clauses out of 20013 with flag 285002/1252407
42.87/42.32	c cleaning 9999 clauses out of 20010 with flag 295002/1262407
43.17/42.66	c cleaning 10001 clauses out of 20009 with flag 305000/1272405
43.57/43.00	c cleaning 9997 clauses out of 20008 with flag 315000/1282405
43.87/43.34	c cleaning 9998 clauses out of 20011 with flag 325000/1292405
44.17/43.67	c cleaning 10000 clauses out of 20014 with flag 335001/1302406
44.47/43.98	c cleaning 10001 clauses out of 20013 with flag 345000/1312405
44.77/44.30	c cleaning 10000 clauses out of 20013 with flag 355001/1322406
45.17/44.63	c cleaning 10003 clauses out of 20014 with flag 365002/1332407
45.47/44.95	c cleaning 10001 clauses out of 20010 with flag 375001/1342406
45.77/45.29	c cleaning 9995 clauses out of 20008 with flag 385000/1352405
46.17/45.65	c cleaning 10001 clauses out of 20015 with flag 395002/1362407
46.57/46.00	c cleaning 9998 clauses out of 20012 with flag 405000/1372405
46.87/46.34	c cleaning 10003 clauses out of 20014 with flag 415000/1382405
47.17/46.66	c cleaning 10003 clauses out of 20011 with flag 425000/1392405
47.57/47.03	c cleaning 9996 clauses out of 20012 with flag 435004/1402409
47.88/47.36	c cleaning 10000 clauses out of 20012 with flag 445000/1412405
48.27/47.70	c cleaning 10001 clauses out of 20013 with flag 455001/1422406
48.58/48.04	c cleaning 9996 clauses out of 20011 with flag 465000/1432405
48.88/48.37	c cleaning 10001 clauses out of 20015 with flag 475000/1442405
49.28/48.70	c cleaning 10003 clauses out of 20016 with flag 485002/1452407
49.58/49.07	c cleaning 9998 clauses out of 20011 with flag 495000/1462405
49.98/49.42	c cleaning 10002 clauses out of 20013 with flag 505000/1472405
50.08/49.55	c Got one! Elapsed wall clock time (in seconds):49.45
50.08/49.55	o 110
50.08/49.59	c cleaning 7641 clauses out of 15294 with flag 1000/1477688
50.28/49.79	c cleaning 6820 clauses out of 13653 with flag 7000/1483688
50.58/50.02	c cleaning 6910 clauses out of 13833 with flag 14000/1490688
50.78/50.29	c cleaning 7459 clauses out of 14925 with flag 22002/1498690
51.08/50.59	c cleaning 8225 clauses out of 16464 with flag 31000/1507688
51.48/50.92	c cleaning 9114 clauses out of 18239 with flag 41000/1517688
51.78/51.28	c cleaning 9553 clauses out of 19125 with flag 51000/1527688
52.19/51.61	c cleaning 9781 clauses out of 19572 with flag 61000/1537688
52.50/51.94	c cleaning 9891 clauses out of 19791 with flag 71000/1547688
52.80/52.29	c cleaning 9946 clauses out of 19900 with flag 81000/1557688
53.20/52.66	c cleaning 9973 clauses out of 19955 with flag 91001/1567689
53.60/53.02	c cleaning 9988 clauses out of 19982 with flag 101001/1577689
53.90/53.35	c cleaning 9990 clauses out of 19994 with flag 111001/1587689
54.20/53.69	c cleaning 9997 clauses out of 20004 with flag 121001/1597689
54.60/54.03	c cleaning 10000 clauses out of 20006 with flag 131000/1607688
55.00/54.41	c cleaning 9997 clauses out of 20006 with flag 141000/1617688
55.30/54.75	c cleaning 9999 clauses out of 20009 with flag 151000/1627688
55.70/55.10	c cleaning 10002 clauses out of 20012 with flag 161002/1637690
56.00/55.45	c cleaning 9999 clauses out of 20008 with flag 171000/1647688
56.31/55.78	c cleaning 9998 clauses out of 20010 with flag 181001/1657689
56.61/56.09	c cleaning 9999 clauses out of 20014 with flag 191003/1667691
57.01/56.42	c cleaning 10002 clauses out of 20013 with flag 201001/1677689
57.31/56.74	c cleaning 10003 clauses out of 20011 with flag 211001/1687689
57.61/57.08	c cleaning 9999 clauses out of 20007 with flag 221000/1697688
58.01/57.40	c cleaning 9999 clauses out of 20008 with flag 231000/1707688
58.31/57.73	c cleaning 10000 clauses out of 20010 with flag 241001/1717689
58.61/58.06	c cleaning 10001 clauses out of 20009 with flag 251000/1727688
59.01/58.40	c cleaning 10002 clauses out of 20008 with flag 261000/1737688
59.31/58.73	c cleaning 10000 clauses out of 20007 with flag 271001/1747689
59.61/59.04	c cleaning 10000 clauses out of 20006 with flag 281000/1757688
59.92/59.38	c cleaning 9998 clauses out of 20006 with flag 291000/1767688
60.32/59.73	c cleaning 9999 clauses out of 20009 with flag 301001/1777689
60.62/60.07	c cleaning 10003 clauses out of 20016 with flag 311007/1787695
60.92/60.38	c cleaning 9997 clauses out of 20006 with flag 321000/1797688
61.32/60.72	c cleaning 10000 clauses out of 20011 with flag 331002/1807690
61.62/61.05	c cleaning 9998 clauses out of 20011 with flag 341002/1817690
61.92/61.36	c cleaning 10001 clauses out of 20012 with flag 351001/1827689
62.32/61.72	c cleaning 10002 clauses out of 20011 with flag 361001/1837689
62.62/62.07	c cleaning 9992 clauses out of 20008 with flag 371000/1847688
63.02/62.40	c cleaning 9999 clauses out of 20016 with flag 381000/1857688
63.33/62.74	c cleaning 10001 clauses out of 20018 with flag 391001/1867689
63.72/63.10	c cleaning 10002 clauses out of 20016 with flag 401000/1877688
63.72/63.12	c Got one! Elapsed wall clock time (in seconds):63.015
63.72/63.12	o 93
63.83/63.27	c cleaning 7662 clauses out of 15336 with flag 5001/1883010
64.03/63.48	c cleaning 6830 clauses out of 13674 with flag 11001/1889010
64.34/63.71	c cleaning 6916 clauses out of 13843 with flag 18000/1896009
64.53/63.97	c cleaning 7459 clauses out of 14927 with flag 26000/1904009
64.83/64.26	c cleaning 8227 clauses out of 16468 with flag 35000/1913009
65.14/64.59	c cleaning 9114 clauses out of 18241 with flag 45000/1923009
65.54/64.94	c cleaning 9560 clauses out of 19128 with flag 55001/1933010
65.84/65.28	c cleaning 9782 clauses out of 19569 with flag 65002/1943011
66.24/65.63	c cleaning 9884 clauses out of 19785 with flag 75000/1953009
66.54/65.97	c cleaning 9945 clauses out of 19901 with flag 85000/1963009
66.94/66.34	c cleaning 9971 clauses out of 19956 with flag 95000/1973009
67.34/66.70	c cleaning 9985 clauses out of 19985 with flag 105000/1983009
67.64/67.03	c cleaning 9994 clauses out of 20002 with flag 115002/1993011
67.94/67.36	c cleaning 9991 clauses out of 20006 with flag 125000/2003009
68.34/67.70	c cleaning 9999 clauses out of 20015 with flag 135000/2013009
68.64/68.04	c cleaning 10002 clauses out of 20016 with flag 145000/2023009
68.94/68.36	c cleaning 10000 clauses out of 20014 with flag 155000/2033009
69.04/68.45	c Got one! Elapsed wall clock time (in seconds):68.345
69.04/68.45	o 73
69.14/68.55	c cleaning 7968 clauses out of 15941 with flag 3000/2038936
69.34/68.74	c cleaning 6982 clauses out of 13973 with flag 9000/2044936
69.54/68.99	c cleaning 6989 clauses out of 13991 with flag 16000/2051936
69.85/69.25	c cleaning 7493 clauses out of 15003 with flag 24001/2059937
70.14/69.56	c cleaning 8249 clauses out of 16511 with flag 33002/2068938
70.44/69.88	c cleaning 9125 clauses out of 18260 with flag 43000/2078936
70.85/70.23	c cleaning 9560 clauses out of 19135 with flag 53000/2088936
71.15/70.55	c cleaning 9783 clauses out of 19575 with flag 63000/2098936
71.46/70.88	c cleaning 9891 clauses out of 19793 with flag 73001/2108937
71.86/71.23	c cleaning 9943 clauses out of 19901 with flag 83000/2118936
72.16/71.57	c cleaning 9974 clauses out of 19960 with flag 93002/2128938
72.46/71.89	c cleaning 9986 clauses out of 19984 with flag 103000/2138936
72.86/72.24	c cleaning 9996 clauses out of 19999 with flag 113001/2148937
73.16/72.56	c cleaning 9999 clauses out of 20004 with flag 123002/2158938
73.56/72.90	c cleaning 9999 clauses out of 20004 with flag 133001/2168937
73.86/73.25	c cleaning 9998 clauses out of 20006 with flag 143002/2178938
74.16/73.59	c cleaning 9998 clauses out of 20006 with flag 153000/2188936
74.57/73.97	c cleaning 10002 clauses out of 20011 with flag 163003/2198939
74.97/74.33	c cleaning 10000 clauses out of 20007 with flag 173001/2208937
75.27/74.68	c cleaning 10000 clauses out of 20007 with flag 183001/2218937
75.67/75.02	c cleaning 10000 clauses out of 20007 with flag 193001/2228937
75.97/75.35	c cleaning 9992 clauses out of 20006 with flag 203000/2238936
76.27/75.68	c cleaning 10004 clauses out of 20016 with flag 213002/2248938
76.67/76.03	c cleaning 10002 clauses out of 20011 with flag 223001/2258937
76.97/76.38	c cleaning 10002 clauses out of 20010 with flag 233002/2268938
77.37/76.70	c cleaning 9994 clauses out of 20007 with flag 243001/2278937
77.68/77.04	c cleaning 10000 clauses out of 20013 with flag 253001/2288937
77.97/77.36	c cleaning 9997 clauses out of 20013 with flag 263001/2298937
78.37/77.70	c cleaning 10003 clauses out of 20016 with flag 273001/2308937
78.68/78.01	c cleaning 10000 clauses out of 20013 with flag 283001/2318937
78.97/78.35	c cleaning 9999 clauses out of 20012 with flag 293000/2328936
79.27/78.68	c cleaning 9999 clauses out of 20013 with flag 303000/2338936
79.67/79.04	c cleaning 10001 clauses out of 20014 with flag 313000/2348936
79.98/79.37	c cleaning 10001 clauses out of 20013 with flag 323000/2358936
80.38/79.74	c cleaning 10001 clauses out of 20014 with flag 333002/2368938
80.68/80.08	c cleaning 10000 clauses out of 20012 with flag 343001/2378937
81.08/80.44	c cleaning 10002 clauses out of 20012 with flag 353001/2388937
81.38/80.79	c cleaning 10002 clauses out of 20009 with flag 363000/2398936
81.78/81.15	c cleaning 10000 clauses out of 20007 with flag 373000/2408936
82.09/81.47	c cleaning 10000 clauses out of 20008 with flag 383001/2418937
82.48/81.81	c cleaning 9998 clauses out of 20008 with flag 393001/2428937
82.78/82.15	c cleaning 10002 clauses out of 20009 with flag 403000/2438936
83.09/82.47	c cleaning 9999 clauses out of 20007 with flag 413000/2448936
83.39/82.79	c cleaning 9996 clauses out of 20008 with flag 423000/2458936
83.80/83.12	c cleaning 10004 clauses out of 20016 with flag 433004/2468940
84.10/83.42	c cleaning 10003 clauses out of 20009 with flag 443001/2478937
84.39/83.74	c cleaning 9999 clauses out of 20005 with flag 453000/2488936
84.69/84.07	c cleaning 9999 clauses out of 20007 with flag 463001/2498937
85.10/84.40	c cleaning 9999 clauses out of 20007 with flag 473000/2508936
85.40/84.74	c cleaning 10000 clauses out of 20009 with flag 483001/2518937
85.70/85.07	c cleaning 9998 clauses out of 20008 with flag 493000/2528936
86.10/85.40	c cleaning 10001 clauses out of 20011 with flag 503001/2538937
86.40/85.75	c cleaning 9995 clauses out of 20009 with flag 513000/2548936
86.70/86.07	c cleaning 10003 clauses out of 20014 with flag 523000/2558936
87.10/86.45	c cleaning 10003 clauses out of 20011 with flag 533000/2568936
87.86/86.83	c cleaning 10003 clauses out of 20009 with flag 543002/2578938
88.25/87.02	c starts		: 249
88.25/87.02	c conflicts		: 2584043
88.25/87.02	c decisions		: 4296344
88.25/87.02	c propagations		: 63190578
88.25/87.02	c inspects		: 520876653
88.25/87.02	c shortcuts		: 0
88.25/87.02	c learnt literals	: 7
88.25/87.02	c learnt binary clauses	: 29
88.25/87.02	c learnt ternary clauses	: 1280
88.25/87.02	c learnt constraints	: 2584035
88.25/87.02	c ignored constraints	: 0
88.25/87.02	c root simplifications	: 0
88.25/87.02	c removed literals (reason simplification)	: 16024677
88.25/87.02	c reason swapping (by a shorter reason)	: 0
88.25/87.02	c Calls to reduceDB	: 278
88.25/87.02	c number of reductions to clauses (during analyze)	: 0
88.25/87.02	c number of learned constraints concerned by reduction	: 0
88.25/87.02	c number of learning phase by resolution	: 0
88.25/87.02	c number of learning phase by cutting planes	: 0
88.25/87.02	c speed (assignments/second)	: 3403381.1601227983
88.25/87.02	c non guided choices	1185
88.25/87.02	c learnt constraints type 
88.25/87.02	c constraints type 
88.25/87.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
88.25/87.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
88.25/87.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
88.25/87.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
88.25/87.02	s OPTIMUM FOUND
88.25/87.02	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 
88.25/87.02	c objective function=73
88.25/87.02	c Total wall clock time (in seconds): 86.914

Verifier Data

OK	73

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

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

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


[startup+0 s]
/proc/loadavg: 2.27 2.08 1.97 2/195 15652
/proc/meminfo: memFree=3204780/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 981215384 31260672 957 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 7632 957 730 9 0 383 0
[pid=15652/tid=15653] ppid=15650 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 981215384 31260672 957 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256415391488 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.077603 s]
/proc/loadavg: 2.27 2.08 1.97 2/195 15652
/proc/meminfo: memFree=3204780/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10473088 CPUtime=0.07 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 11989 0 1 0 6 1 0 0 25 0 18 0 981215384 10724442112 11683 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2618272 11685 1755 9 0 2609006 0
[pid=15652/tid=15653] ppid=15650 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 10814 0 1 0 6 0 0 0 25 0 18 0 981215384 10724442112 11685 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 47975759174483 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473088

[startup+0.100613 s]
/proc/loadavg: 2.27 2.08 1.97 2/195 15652
/proc/meminfo: memFree=3204780/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10540036 CPUtime=0.11 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 13095 0 1 0 10 1 0 0 25 0 18 0 981215384 10792996864 12776 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2635009 12776 2093 9 0 2625743 0
[pid=15652/tid=15653] ppid=15650 vsize=10540036 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 11157 0 1 0 8 0 0 0 18 0 18 0 981215384 10792996864 12776 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 47975759174452 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540036

[startup+0.300573 s]
/proc/loadavg: 2.27 2.08 1.97 2/195 15652
/proc/meminfo: memFree=3204780/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10543288 CPUtime=0.56 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 16160 0 1 0 55 1 0 0 25 0 19 0 981215384 10796326912 14712 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2635822 14712 2215 9 0 2626556 0
[pid=15652/tid=15653] ppid=15650 vsize=10543288 CPUtime=0.29 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 11736 0 1 0 28 1 0 0 19 0 19 0 981215384 10796326912 14712 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 46912505575893 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10543288

[startup+0.700481 s]
/proc/loadavg: 2.27 2.08 1.97 2/195 15652
/proc/meminfo: memFree=3204780/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10542932 CPUtime=1.05 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 17262 0 1 0 104 1 0 0 25 0 19 0 981215384 10795962368 15637 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2635733 15637 2247 9 0 2626467 0
[pid=15652/tid=15653] ppid=15650 vsize=10542932 CPUtime=0.66 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 11997 0 1 0 65 1 0 0 17 0 19 0 981215384 10795962368 15637 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 46912505535361 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10542932

[startup+1.50133 s]
/proc/loadavg: 2.27 2.08 1.97 3/214 15671
/proc/meminfo: memFree=3150844/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10542932 CPUtime=1.89 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 17386 0 1 0 188 1 0 0 25 0 19 0 981215384 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2635733 15757 2248 9 0 2626467 0
[pid=15652/tid=15653] ppid=15650 vsize=10542932 CPUtime=1.41 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 11999 0 1 0 140 1 0 0 18 0 19 0 981215384 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 46912505555499 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15652/tid=15655] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15655/stat : 15655 (java) S 15650 15652 11872 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15656] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15656/stat : 15656 (java) S 15650 15652 11872 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 981215386 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15657] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15657/stat : 15657 (java) S 15650 15652 11872 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15658] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15658/stat : 15658 (java) S 15650 15652 11872 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15659] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15659/stat : 15659 (java) S 15650 15652 11872 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15660] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15660/stat : 15660 (java) S 15650 15652 11872 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15661] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15661/stat : 15661 (java) S 15650 15652 11872 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15662] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15662/stat : 15662 (java) S 15650 15652 11872 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15663] ppid=15650 vsize=10542932 CPUtime=0.06 cores=0,2,4,6
/proc/15652/task/15663/stat : 15663 (java) S 15650 15652 11872 0 -1 4202560 389 0 0 0 6 0 0 0 15 0 19 0 981215387 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 0 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15664] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15664/stat : 15664 (java) S 15650 15652 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981215388 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15665] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15665/stat : 15665 (java) S 15650 15652 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981215388 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15666] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15666/stat : 15666 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427215281 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15667] ppid=15650 vsize=10542932 CPUtime=0.18 cores=0,2,4,6
/proc/15652/task/15667/stat : 15667 (java) S 15650 15652 11872 0 -1 4202560 1428 0 0 0 18 0 0 0 15 0 19 0 981215390 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15668] ppid=15650 vsize=10542932 CPUtime=0.2 cores=0,2,4,6
/proc/15652/task/15668/stat : 15668 (java) S 15650 15652 11872 0 -1 4202560 1979 0 0 0 20 0 0 0 15 0 19 0 981215390 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15669] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15669/stat : 15669 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15670] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15670/stat : 15670 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981215390 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15671] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15671/stat : 15671 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981215401 10795962368 15757 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10542932

[startup+3.10102 s]
/proc/loadavg: 2.25 2.07 1.97 3/214 15671
/proc/meminfo: memFree=3149868/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10542932 CPUtime=3.49 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 17660 0 1 0 348 1 0 0 25 0 19 0 981215384 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2635733 16026 2248 9 0 2626467 0
[pid=15652/tid=15653] ppid=15650 vsize=10542932 CPUtime=2.94 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 12005 0 1 0 293 1 0 0 20 0 19 0 981215384 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 46912505535104 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15652/tid=15655] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15655/stat : 15655 (java) S 15650 15652 11872 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15656] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15656/stat : 15656 (java) S 15650 15652 11872 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15657] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15657/stat : 15657 (java) S 15650 15652 11872 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15658] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15658/stat : 15658 (java) S 15650 15652 11872 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 19 0 981215386 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15659] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15659/stat : 15659 (java) S 15650 15652 11872 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15660] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15660/stat : 15660 (java) S 15650 15652 11872 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15661] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15661/stat : 15661 (java) S 15650 15652 11872 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15662] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15662/stat : 15662 (java) S 15650 15652 11872 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15663] ppid=15650 vsize=10542932 CPUtime=0.12 cores=0,2,4,6
/proc/15652/task/15663/stat : 15663 (java) S 15650 15652 11872 0 -1 4202560 551 0 0 0 12 0 0 0 15 0 19 0 981215387 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 0 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15664] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15664/stat : 15664 (java) S 15650 15652 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981215388 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15665] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15665/stat : 15665 (java) S 15650 15652 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981215388 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15666] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15666/stat : 15666 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427215281 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15667] ppid=15650 vsize=10542932 CPUtime=0.18 cores=0,2,4,6
/proc/15652/task/15667/stat : 15667 (java) S 15650 15652 11872 0 -1 4202560 1428 0 0 0 18 0 0 0 15 0 19 0 981215390 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15668] ppid=15650 vsize=10542932 CPUtime=0.2 cores=0,2,4,6
/proc/15652/task/15668/stat : 15668 (java) S 15650 15652 11872 0 -1 4202560 1979 0 0 0 20 0 0 0 15 0 19 0 981215390 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15669] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15669/stat : 15669 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15670] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15670/stat : 15670 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981215390 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15671] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15671/stat : 15671 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981215401 10795962368 16026 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10542932

[startup+6.30143 s]
/proc/loadavg: 2.25 2.07 1.97 3/214 15671
/proc/meminfo: memFree=3147400/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10542932 CPUtime=6.72 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 17862 0 1 0 670 2 0 0 25 0 19 0 981215384 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2635733 16149 2248 9 0 2626467 0
[pid=15652/tid=15653] ppid=15650 vsize=10542932 CPUtime=5.95 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 12020 0 1 0 594 1 0 0 25 0 19 0 981215384 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 46912505598761 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15652/tid=15655] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15655/stat : 15655 (java) S 15650 15652 11872 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15656] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15656/stat : 15656 (java) S 15650 15652 11872 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15657] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15657/stat : 15657 (java) S 15650 15652 11872 0 -1 4202560 89 0 0 0 0 0 0 0 16 0 19 0 981215386 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15658] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15658/stat : 15658 (java) S 15650 15652 11872 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15659] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15659/stat : 15659 (java) S 15650 15652 11872 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15660] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15660/stat : 15660 (java) S 15650 15652 11872 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15661] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15661/stat : 15661 (java) S 15650 15652 11872 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15662] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15662/stat : 15662 (java) S 15650 15652 11872 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 981215386 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15663] ppid=15650 vsize=10542932 CPUtime=0.3 cores=0,2,4,6
/proc/15652/task/15663/stat : 15663 (java) S 15650 15652 11872 0 -1 4202560 638 0 0 0 30 0 0 0 15 0 19 0 981215387 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 0 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15664] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15664/stat : 15664 (java) S 15650 15652 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981215388 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15665] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15665/stat : 15665 (java) S 15650 15652 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981215388 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15666] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15666/stat : 15666 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427215281 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15667] ppid=15650 vsize=10542932 CPUtime=0.18 cores=0,2,4,6
/proc/15652/task/15667/stat : 15667 (java) S 15650 15652 11872 0 -1 4202560 1428 0 0 0 18 0 0 0 15 0 19 0 981215390 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15668] ppid=15650 vsize=10542932 CPUtime=0.2 cores=0,2,4,6
/proc/15652/task/15668/stat : 15668 (java) S 15650 15652 11872 0 -1 4202560 1979 0 0 0 20 0 0 0 15 0 19 0 981215390 10795962368 16149 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0

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

/proc/15652/task/15655/stat : 15655 (java) S 15650 15652 11872 0 -1 4202560 46 0 0 0 8 0 0 0 15 0 19 0 981215386 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15656] ppid=15650 vsize=10542932 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15656/stat : 15656 (java) S 15650 15652 11872 0 -1 4202560 85 0 0 0 8 0 0 0 15 0 19 0 981215386 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15657] ppid=15650 vsize=10542932 CPUtime=0.06 cores=0,2,4,6
/proc/15652/task/15657/stat : 15657 (java) S 15650 15652 11872 0 -1 4202560 99 0 0 0 6 0 0 0 15 0 19 0 981215386 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15658] ppid=15650 vsize=10542932 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15658/stat : 15658 (java) S 15650 15652 11872 0 -1 4202560 63 0 0 0 9 0 0 0 15 0 19 0 981215386 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15659] ppid=15650 vsize=10542932 CPUtime=0.06 cores=0,2,4,6
/proc/15652/task/15659/stat : 15659 (java) S 15650 15652 11872 0 -1 4202560 127 0 0 0 6 0 0 0 16 0 19 0 981215386 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15660] ppid=15650 vsize=10542932 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15660/stat : 15660 (java) S 15650 15652 11872 0 -1 4202560 79 0 0 0 8 0 0 0 15 0 19 0 981215386 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15661] ppid=15650 vsize=10542932 CPUtime=0.07 cores=0,2,4,6
/proc/15652/task/15661/stat : 15661 (java) S 15650 15652 11872 0 -1 4202560 88 0 0 0 7 0 0 0 15 0 19 0 981215386 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15662] ppid=15650 vsize=10542932 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15662/stat : 15662 (java) S 15650 15652 11872 0 -1 4202560 145 0 0 0 9 0 0 0 15 0 19 0 981215386 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15663] ppid=15650 vsize=10542932 CPUtime=3.66 cores=0,2,4,6
/proc/15652/task/15663/stat : 15663 (java) S 15650 15652 11872 0 -1 4202560 1082 0 0 0 362 4 0 0 15 0 19 0 981215387 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 0 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15664] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15664/stat : 15664 (java) S 15650 15652 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981215388 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15665] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15665/stat : 15665 (java) S 15650 15652 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981215388 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15666] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15666/stat : 15666 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427215281 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15667] ppid=15650 vsize=10542932 CPUtime=0.18 cores=0,2,4,6
/proc/15652/task/15667/stat : 15667 (java) S 15650 15652 11872 0 -1 4202560 1428 0 0 0 18 0 0 0 15 0 19 0 981215390 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15668] ppid=15650 vsize=10542932 CPUtime=0.23 cores=0,2,4,6
/proc/15652/task/15668/stat : 15668 (java) S 15650 15652 11872 0 -1 4202560 2374 0 0 0 23 0 0 0 15 0 19 0 981215390 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15669] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15669/stat : 15669 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15670] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15670/stat : 15670 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981215390 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15671] ppid=15650 vsize=10542932 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15671/stat : 15671 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981215401 10795962368 16777 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87
Current children cumulated vsize (KiB) 10542932

[startup+86.7012 s]
/proc/loadavg: 2.06 2.05 1.97 3/214 15787
/proc/meminfo: memFree=3140260/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10543736 CPUtime=87.72 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 25799 0 1 0 8762 10 0 0 25 0 19 0 981215384 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2635934 20741 2251 9 0 2626668 0
[pid=15652/tid=15653] ppid=15650 vsize=10543736 CPUtime=82.61 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 12271 0 1 0 8259 2 0 0 19 0 19 0 981215384 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 46912505535535 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15652/tid=15655] ppid=15650 vsize=10543736 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15655/stat : 15655 (java) S 15650 15652 11872 0 -1 4202560 46 0 0 0 8 0 0 0 15 0 19 0 981215386 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15656] ppid=15650 vsize=10543736 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15656/stat : 15656 (java) S 15650 15652 11872 0 -1 4202560 85 0 0 0 8 0 0 0 15 0 19 0 981215386 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15657] ppid=15650 vsize=10543736 CPUtime=0.06 cores=0,2,4,6
/proc/15652/task/15657/stat : 15657 (java) S 15650 15652 11872 0 -1 4202560 99 0 0 0 6 0 0 0 15 0 19 0 981215386 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15658] ppid=15650 vsize=10543736 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15658/stat : 15658 (java) S 15650 15652 11872 0 -1 4202560 63 0 0 0 9 0 0 0 15 0 19 0 981215386 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15659] ppid=15650 vsize=10543736 CPUtime=0.07 cores=0,2,4,6
/proc/15652/task/15659/stat : 15659 (java) S 15650 15652 11872 0 -1 4202560 127 0 0 0 7 0 0 0 15 0 19 0 981215386 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15660] ppid=15650 vsize=10543736 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15660/stat : 15660 (java) S 15650 15652 11872 0 -1 4202560 79 0 0 0 8 0 0 0 15 0 19 0 981215386 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15661] ppid=15650 vsize=10543736 CPUtime=0.07 cores=0,2,4,6
/proc/15652/task/15661/stat : 15661 (java) S 15650 15652 11872 0 -1 4202560 88 0 0 0 7 0 0 0 15 0 19 0 981215386 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15662] ppid=15650 vsize=10543736 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15662/stat : 15662 (java) S 15650 15652 11872 0 -1 4202560 145 0 0 0 9 0 0 0 15 0 19 0 981215386 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15663] ppid=15650 vsize=10543736 CPUtime=3.67 cores=0,2,4,6
/proc/15652/task/15663/stat : 15663 (java) S 15650 15652 11872 0 -1 4202560 1082 0 0 0 363 4 0 0 15 0 19 0 981215387 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 0 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15664] ppid=15650 vsize=10543736 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15664/stat : 15664 (java) S 15650 15652 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981215388 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15665] ppid=15650 vsize=10543736 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15665/stat : 15665 (java) S 15650 15652 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981215388 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15666] ppid=15650 vsize=10543736 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15666/stat : 15666 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427215281 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15667] ppid=15650 vsize=10543736 CPUtime=0.21 cores=0,2,4,6
/proc/15652/task/15667/stat : 15667 (java) S 15650 15652 11872 0 -1 4202560 1571 0 0 0 21 0 0 0 16 0 19 0 981215390 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 2 0 0 0
[pid=15652/tid=15668] ppid=15650 vsize=10543736 CPUtime=0.52 cores=0,2,4,6
/proc/15652/task/15668/stat : 15668 (java) R 15650 15652 11872 0 -1 4202560 8984 0 0 0 51 1 0 0 16 0 19 0 981215390 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 47975753897244 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15652/tid=15669] ppid=15650 vsize=10543736 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15669/stat : 15669 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15670] ppid=15650 vsize=10543736 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15670/stat : 15670 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981215390 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15671] ppid=15650 vsize=10543736 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15671/stat : 15671 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981215401 10796785664 20741 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.72
Current children cumulated vsize (KiB) 10543736

[startup+86.9071 s]
/proc/loadavg: 2.14 2.07 1.98 4/214 15787
/proc/meminfo: memFree=3123272/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10553276 CPUtime=88.06 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 28680 0 1 0 8796 10 0 0 25 0 19 0 981215384 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2638319 23112 2251 9 0 2629053 0
[pid=15652/tid=15653] ppid=15650 vsize=10553276 CPUtime=82.8 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 12273 0 1 0 8278 2 0 0 19 0 19 0 981215384 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 46912505530029 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15652/tid=15655] ppid=15650 vsize=10553276 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15655/stat : 15655 (java) S 15650 15652 11872 0 -1 4202560 46 0 0 0 8 0 0 0 15 0 19 0 981215386 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15656] ppid=15650 vsize=10553276 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15656/stat : 15656 (java) S 15650 15652 11872 0 -1 4202560 85 0 0 0 9 0 0 0 15 0 19 0 981215386 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15657] ppid=15650 vsize=10553276 CPUtime=0.06 cores=0,2,4,6
/proc/15652/task/15657/stat : 15657 (java) S 15650 15652 11872 0 -1 4202560 99 0 0 0 6 0 0 0 15 0 19 0 981215386 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15658] ppid=15650 vsize=10553276 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15658/stat : 15658 (java) S 15650 15652 11872 0 -1 4202560 63 0 0 0 9 0 0 0 15 0 19 0 981215386 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15659] ppid=15650 vsize=10553276 CPUtime=0.07 cores=0,2,4,6
/proc/15652/task/15659/stat : 15659 (java) S 15650 15652 11872 0 -1 4202560 127 0 0 0 7 0 0 0 16 0 19 0 981215386 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15660] ppid=15650 vsize=10553276 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15660/stat : 15660 (java) S 15650 15652 11872 0 -1 4202560 79 0 0 0 8 0 0 0 15 0 19 0 981215386 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15661] ppid=15650 vsize=10553276 CPUtime=0.07 cores=0,2,4,6
/proc/15652/task/15661/stat : 15661 (java) S 15650 15652 11872 0 -1 4202560 88 0 0 0 7 0 0 0 15 0 19 0 981215386 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15662] ppid=15650 vsize=10553276 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15662/stat : 15662 (java) S 15650 15652 11872 0 -1 4202560 145 0 0 0 9 0 0 0 15 0 19 0 981215386 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15663] ppid=15650 vsize=10553276 CPUtime=3.69 cores=0,2,4,6
/proc/15652/task/15663/stat : 15663 (java) S 15650 15652 11872 0 -1 4202560 1082 0 0 0 365 4 0 0 15 0 19 0 981215387 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 0 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15664] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15664/stat : 15664 (java) S 15650 15652 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981215388 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15665] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15665/stat : 15665 (java) S 15650 15652 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981215388 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15666] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15666/stat : 15666 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427215281 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15667] ppid=15650 vsize=10553276 CPUtime=0.32 cores=0,2,4,6
/proc/15652/task/15667/stat : 15667 (java) R 15650 15652 11872 0 -1 4202560 4419 0 0 0 32 0 0 0 16 0 19 0 981215390 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 47975752965320 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15652/tid=15668] ppid=15650 vsize=10553276 CPUtime=0.54 cores=0,2,4,6
/proc/15652/task/15668/stat : 15668 (java) S 15650 15652 11872 0 -1 4202560 9015 0 0 0 53 1 0 0 16 0 19 0 981215390 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15669] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15669/stat : 15669 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15670] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15670/stat : 15670 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981215390 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15671] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15671/stat : 15671 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981215401 10806554624 23112 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.06
Current children cumulated vsize (KiB) 10553276

[startup+87.0011 s]
/proc/loadavg: 2.14 2.07 1.98 4/214 15787
/proc/meminfo: memFree=3123272/32950928 swapFree=67056212/67111528
[pid=15652] ppid=15650 vsize=10553276 CPUtime=88.25 cores=0,2,4,6
/proc/15652/stat : 15652 (java) S 15650 15652 11872 0 -1 4202496 28684 0 1 0 8815 10 0 0 25 0 19 0 981215384 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15652/statm: 2638319 23116 2251 9 0 2629053 0
[pid=15652/tid=15653] ppid=15650 vsize=10553276 CPUtime=82.89 cores=0,2,4,6
/proc/15652/task/15653/stat : 15653 (java) R 15650 15652 11872 0 -1 4202560 12273 0 1 0 8287 2 0 0 19 0 19 0 981215384 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 46912505535116 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15652/tid=15655] ppid=15650 vsize=10553276 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15655/stat : 15655 (java) S 15650 15652 11872 0 -1 4202560 46 0 0 0 8 0 0 0 15 0 19 0 981215386 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15656] ppid=15650 vsize=10553276 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15656/stat : 15656 (java) S 15650 15652 11872 0 -1 4202560 85 0 0 0 9 0 0 0 15 0 19 0 981215386 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15657] ppid=15650 vsize=10553276 CPUtime=0.06 cores=0,2,4,6
/proc/15652/task/15657/stat : 15657 (java) S 15650 15652 11872 0 -1 4202560 99 0 0 0 6 0 0 0 15 0 19 0 981215386 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15658] ppid=15650 vsize=10553276 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15658/stat : 15658 (java) S 15650 15652 11872 0 -1 4202560 63 0 0 0 9 0 0 0 15 0 19 0 981215386 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15659] ppid=15650 vsize=10553276 CPUtime=0.07 cores=0,2,4,6
/proc/15652/task/15659/stat : 15659 (java) S 15650 15652 11872 0 -1 4202560 127 0 0 0 7 0 0 0 16 0 19 0 981215386 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15660] ppid=15650 vsize=10553276 CPUtime=0.08 cores=0,2,4,6
/proc/15652/task/15660/stat : 15660 (java) S 15650 15652 11872 0 -1 4202560 79 0 0 0 8 0 0 0 15 0 19 0 981215386 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15661] ppid=15650 vsize=10553276 CPUtime=0.07 cores=0,2,4,6
/proc/15652/task/15661/stat : 15661 (java) S 15650 15652 11872 0 -1 4202560 88 0 0 0 7 0 0 0 15 0 19 0 981215386 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15662] ppid=15650 vsize=10553276 CPUtime=0.09 cores=0,2,4,6
/proc/15652/task/15662/stat : 15662 (java) S 15650 15652 11872 0 -1 4202560 145 0 0 0 9 0 0 0 15 0 19 0 981215386 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15663] ppid=15650 vsize=10553276 CPUtime=3.69 cores=0,2,4,6
/proc/15652/task/15663/stat : 15663 (java) S 15650 15652 11872 0 -1 4202560 1082 0 0 0 365 4 0 0 15 0 19 0 981215387 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 0 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15664] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15664/stat : 15664 (java) S 15650 15652 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981215388 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 6 0 0 0
[pid=15652/tid=15665] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15665/stat : 15665 (java) S 15650 15652 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981215388 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15666] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15666/stat : 15666 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427215281 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15667] ppid=15650 vsize=10553276 CPUtime=0.41 cores=0,2,4,6
/proc/15652/task/15667/stat : 15667 (java) R 15650 15652 11872 0 -1 4202560 4423 0 0 0 41 0 0 0 16 0 19 0 981215390 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 47975758385387 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15652/tid=15668] ppid=15650 vsize=10553276 CPUtime=0.54 cores=0,2,4,6
/proc/15652/task/15668/stat : 15668 (java) S 15650 15652 11872 0 -1 4202560 9015 0 0 0 53 1 0 0 16 0 19 0 981215390 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15669] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15669/stat : 15669 (java) S 15650 15652 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981215390 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427207577 0 4 0 16800975 18446604453860161536 0 0 -1 4 0 0 0
[pid=15652/tid=15670] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15670/stat : 15670 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981215390 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
[pid=15652/tid=15671] ppid=15650 vsize=10553276 CPUtime=0 cores=0,2,4,6
/proc/15652/task/15671/stat : 15671 (java) S 15650 15652 11872 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981215401 10806554624 23116 33554432000 1073741824 1073778376 140733740091392 18446744073709551615 256427208192 0 4 0 16800975 18446604453860161536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.25
Current children cumulated vsize (KiB) 10553276

Child status: 30
Real time (s): 87.0526
CPU time (s): 88.3376
CPU user time (s): 88.2246
CPU system time (s): 0.112982
CPU usage (%): 101.476
Max. virtual memory (cumulated for all children) (KiB): 10553276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.2246
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28817
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= 9073
involuntary context switches= 4594

runsolver used 0.157975 second user time and 0.32395 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 22:17:27
IDJOB=3492442
IDBENCH=78818
IDSOLVER=1982
FILE ID=node115/3492442-1307909847
RUNJOBID= node115-1307908016-15259
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.1110970631--soft-66-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-3492442-1307909847/watcher-3492442-1307909847 -o /var/tmp/evaluation-result-3492442-1307909847/solver-3492442-1307909847 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492442-1307909847.wbo

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

MD5SUM BENCH= b526845d30abddab077c9de3ad820c33
RANDOM SEED=350503094

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:       3205192 kB
Buffers:         61568 kB
Cached:       28695268 kB
SwapCached:       9240 kB
Active:       13799000 kB
Inactive:     15036676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3205192 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:            1088 kB
Writeback:           0 kB
AnonPages:       76456 kB
Mapped:          21460 kB
Slab:           845600 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10545332 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:18:54