Trace number 3492425

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 94.4726 93.1821

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220767--soft-66-100-0.wbo
MD5SUM0e6c262e00c2bafdec71b4c92c644f07
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark1.59076
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492425-1307909837.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.66/0.45	c cleaning 2498 clauses out of 5001 with flag 5001/5001
0.91/0.65	c cleaning 4248 clauses out of 8505 with flag 11003/11003
1.13/0.89	c cleaning 5624 clauses out of 11255 with flag 18001/18001
1.44/1.15	c cleaning 6812 clauses out of 13630 with flag 26000/26000
1.76/1.45	c cleaning 7902 clauses out of 15818 with flag 35000/35000
2.07/1.75	c cleaning 8956 clauses out of 17919 with flag 45003/45003
2.37/2.08	c cleaning 9477 clauses out of 18961 with flag 55001/55001
2.67/2.35	c SATISFIABLE
2.67/2.35	c OPTIMIZING...
2.67/2.35	c Got one! Elapsed wall clock time (in seconds):2.24
2.67/2.35	o 284
2.87/2.55	c cleaning 11973 clauses out of 23960 with flag 5000/69477
3.07/2.74	c cleaning 8989 clauses out of 17987 with flag 11000/75477
3.07/2.77	c Got one! Elapsed wall clock time (in seconds):2.662
3.07/2.77	o 238
3.28/2.92	c cleaning 7304 clauses out of 14619 with flag 5000/81098
3.47/3.11	c cleaning 6652 clauses out of 13315 with flag 11000/87098
3.68/3.31	c cleaning 6827 clauses out of 13663 with flag 18000/94098
3.88/3.55	c cleaning 7417 clauses out of 14839 with flag 26003/102101
4.18/3.85	c cleaning 8204 clauses out of 16420 with flag 35001/111099
4.48/4.17	c cleaning 9104 clauses out of 18217 with flag 45002/121100
4.88/4.51	c cleaning 9553 clauses out of 19111 with flag 55000/131098
5.18/4.83	c cleaning 9776 clauses out of 19558 with flag 65000/141098
5.48/5.16	c cleaning 9886 clauses out of 19782 with flag 75000/151098
5.79/5.47	c cleaning 9940 clauses out of 19898 with flag 85002/161100
6.08/5.78	c cleaning 9973 clauses out of 19956 with flag 95000/171098
6.39/6.08	c cleaning 9987 clauses out of 19984 with flag 105001/181099
6.79/6.41	c cleaning 9993 clauses out of 19996 with flag 115000/191098
7.09/6.73	c cleaning 9998 clauses out of 20003 with flag 125000/201098
7.40/7.07	c cleaning 9999 clauses out of 20005 with flag 135000/211098
7.50/7.18	c Got one! Elapsed wall clock time (in seconds):7.07
7.50/7.18	o 233
7.60/7.25	c cleaning 7967 clauses out of 15943 with flag 2003/217035
7.80/7.45	c cleaning 6984 clauses out of 13975 with flag 8002/223034
8.01/7.67	c cleaning 6988 clauses out of 13989 with flag 15000/230032
8.31/7.94	c cleaning 7494 clauses out of 15001 with flag 23000/238032
8.61/8.21	c cleaning 8251 clauses out of 16508 with flag 32001/247033
8.91/8.53	c cleaning 9123 clauses out of 18257 with flag 42001/257033
9.21/8.83	c cleaning 9562 clauses out of 19134 with flag 52001/267033
9.21/8.89	c Got one! Elapsed wall clock time (in seconds):8.781
9.21/8.89	o 179
9.31/8.99	c cleaning 7322 clauses out of 14656 with flag 3001/272117
9.51/9.19	c cleaning 6663 clauses out of 13333 with flag 9000/278116
9.81/9.43	c cleaning 6832 clauses out of 13672 with flag 16002/285118
10.01/9.69	c cleaning 7415 clauses out of 14838 with flag 24000/293116
10.31/9.98	c cleaning 8207 clauses out of 16423 with flag 33000/302116
10.71/10.33	c cleaning 9106 clauses out of 18217 with flag 43001/312117
11.01/10.66	c cleaning 9554 clauses out of 19112 with flag 53002/322118
11.32/10.98	c cleaning 9772 clauses out of 19558 with flag 63002/332118
11.61/11.29	c cleaning 9885 clauses out of 19786 with flag 73002/342118
12.02/11.61	c cleaning 9940 clauses out of 19899 with flag 83000/352116
12.32/11.93	c cleaning 9974 clauses out of 19961 with flag 93002/362118
12.62/12.24	c cleaning 9990 clauses out of 19986 with flag 103001/372117
12.92/12.55	c cleaning 9987 clauses out of 19995 with flag 113000/382116
13.22/12.88	c cleaning 10001 clauses out of 20008 with flag 123000/392116
13.52/13.19	c cleaning 10001 clauses out of 20007 with flag 133000/402116
13.92/13.50	c cleaning 10000 clauses out of 20010 with flag 143004/412120
14.22/13.81	c cleaning 10000 clauses out of 20007 with flag 153001/422117
14.52/14.12	c cleaning 10001 clauses out of 20007 with flag 163001/432117
14.82/14.47	c cleaning 10000 clauses out of 20006 with flag 173001/442117
15.12/14.79	c cleaning 9998 clauses out of 20006 with flag 183001/452117
15.53/15.12	c cleaning 10001 clauses out of 20007 with flag 193000/462116
15.83/15.45	c cleaning 10002 clauses out of 20009 with flag 203003/472119
16.13/15.79	c cleaning 9994 clauses out of 20004 with flag 213000/482116
16.53/16.12	c cleaning 10001 clauses out of 20010 with flag 223000/492116
16.84/16.43	c cleaning 10000 clauses out of 20009 with flag 233000/502116
17.13/16.74	c cleaning 10002 clauses out of 20009 with flag 243000/512116
17.43/17.06	c cleaning 9996 clauses out of 20008 with flag 253001/522117
17.74/17.38	c cleaning 10003 clauses out of 20011 with flag 263000/532116
18.14/17.70	c cleaning 9998 clauses out of 20008 with flag 273000/542116
18.44/18.03	c cleaning 9997 clauses out of 20010 with flag 283000/552116
18.74/18.36	c cleaning 10006 clauses out of 20015 with flag 293002/562118
19.04/18.67	c cleaning 9997 clauses out of 20007 with flag 303000/572116
19.34/18.98	c cleaning 9996 clauses out of 20011 with flag 313001/582117
19.76/19.31	c cleaning 10002 clauses out of 20014 with flag 323000/592116
20.06/19.65	c cleaning 10001 clauses out of 20012 with flag 333000/602116
20.36/19.97	c cleaning 10003 clauses out of 20013 with flag 343002/612118
20.66/20.29	c cleaning 10001 clauses out of 20008 with flag 353000/622116
21.06/20.62	c cleaning 9995 clauses out of 20008 with flag 363001/632117
21.37/20.94	c cleaning 10002 clauses out of 20012 with flag 373000/642116
21.66/21.27	c cleaning 10001 clauses out of 20012 with flag 383002/652118
21.97/21.59	c cleaning 9999 clauses out of 20009 with flag 393000/662116
22.27/21.90	c cleaning 10002 clauses out of 20010 with flag 403000/672116
22.67/22.23	c cleaning 9994 clauses out of 20008 with flag 413000/682116
22.97/22.57	c cleaning 10004 clauses out of 20015 with flag 423001/692117
23.37/22.90	c cleaning 10005 clauses out of 20014 with flag 433004/702120
23.67/23.20	c cleaning 9995 clauses out of 20005 with flag 443000/712116
23.97/23.51	c cleaning 10000 clauses out of 20012 with flag 453002/722118
24.27/23.83	c cleaning 10002 clauses out of 20010 with flag 463000/732116
24.58/24.12	c cleaning 9998 clauses out of 20009 with flag 473001/742117
24.88/24.44	c cleaning 10001 clauses out of 20012 with flag 483002/752118
25.18/24.75	c cleaning 10001 clauses out of 20009 with flag 493000/762116
25.48/25.07	c cleaning 10001 clauses out of 20010 with flag 503002/772118
25.78/25.37	c cleaning 9996 clauses out of 20007 with flag 513000/782116
26.08/25.68	c cleaning 10001 clauses out of 20011 with flag 523000/792116
26.38/25.97	c cleaning 10002 clauses out of 20011 with flag 533001/802117
26.68/26.28	c cleaning 9998 clauses out of 20008 with flag 543000/812116
27.08/26.60	c cleaning 10002 clauses out of 20010 with flag 553000/822116
27.38/26.92	c cleaning 10001 clauses out of 20008 with flag 563000/832116
27.69/27.23	c cleaning 9998 clauses out of 20007 with flag 573000/842116
28.00/27.54	c cleaning 10000 clauses out of 20010 with flag 583001/852117
28.30/27.86	c cleaning 10002 clauses out of 20010 with flag 593001/862117
28.60/28.19	c cleaning 10000 clauses out of 20007 with flag 603000/872116
28.90/28.49	c cleaning 9999 clauses out of 20007 with flag 613000/882116
29.30/28.81	c cleaning 9997 clauses out of 20008 with flag 623000/892116
29.30/28.84	c Got one! Elapsed wall clock time (in seconds):28.733
29.30/28.84	o 178
29.50/29.00	c cleaning 7837 clauses out of 15685 with flag 5000/897790
29.70/29.22	c cleaning 6919 clauses out of 13852 with flag 11004/903794
29.90/29.44	c cleaning 6961 clauses out of 13929 with flag 18000/910790
30.10/29.70	c cleaning 7480 clauses out of 14968 with flag 26000/918790
30.50/30.00	c cleaning 8236 clauses out of 16488 with flag 35000/927790
30.80/30.34	c cleaning 9124 clauses out of 18253 with flag 45001/937791
31.10/30.68	c cleaning 9560 clauses out of 19129 with flag 55001/947791
31.50/31.04	c cleaning 9780 clauses out of 19569 with flag 65001/957791
31.90/31.40	c cleaning 9889 clauses out of 19790 with flag 75002/967792
32.20/31.74	c cleaning 9942 clauses out of 19900 with flag 85001/977791
32.50/32.08	c cleaning 9974 clauses out of 19958 with flag 95001/987791
32.90/32.40	c cleaning 9988 clauses out of 19983 with flag 105000/997790
33.20/32.74	c cleaning 9993 clauses out of 19996 with flag 115001/1007791
33.51/33.07	c cleaning 10000 clauses out of 20005 with flag 125003/1017793
33.90/33.40	c cleaning 9997 clauses out of 20006 with flag 135004/1027794
34.20/33.72	c cleaning 9999 clauses out of 20005 with flag 145000/1037790
34.51/34.02	c cleaning 9999 clauses out of 20008 with flag 155002/1047792
34.80/34.34	c cleaning 9996 clauses out of 20008 with flag 165001/1057791
35.10/34.64	c cleaning 10004 clauses out of 20014 with flag 175003/1067793
35.40/34.95	c cleaning 9999 clauses out of 20011 with flag 185004/1077794
35.71/35.27	c cleaning 9997 clauses out of 20008 with flag 195000/1087790
36.00/35.59	c cleaning 10002 clauses out of 20012 with flag 205001/1097791
36.41/35.92	c cleaning 10002 clauses out of 20009 with flag 215000/1107790
36.71/36.25	c cleaning 9996 clauses out of 20007 with flag 225000/1117790
37.01/36.59	c cleaning 10003 clauses out of 20013 with flag 235002/1127792
37.41/36.92	c cleaning 10001 clauses out of 20008 with flag 245000/1137790
37.71/37.25	c cleaning 10001 clauses out of 20009 with flag 255002/1147792
38.01/37.57	c cleaning 9997 clauses out of 20006 with flag 265000/1157790
38.41/37.90	c cleaning 10000 clauses out of 20009 with flag 275000/1167790
38.71/38.23	c cleaning 10001 clauses out of 20009 with flag 285000/1177790
39.02/38.57	c cleaning 9999 clauses out of 20009 with flag 295001/1187791
39.32/38.89	c cleaning 9995 clauses out of 20009 with flag 305000/1197790
39.72/39.20	c cleaning 9999 clauses out of 20014 with flag 315000/1207790
40.02/39.51	c cleaning 10001 clauses out of 20016 with flag 325001/1217791
40.33/39.83	c cleaning 10003 clauses out of 20014 with flag 335000/1227790
40.63/40.14	c cleaning 10002 clauses out of 20012 with flag 345001/1237791
40.93/40.45	c cleaning 9998 clauses out of 20010 with flag 355001/1247791
41.24/40.76	c cleaning 10002 clauses out of 20014 with flag 365003/1257793
41.34/40.89	c Got one! Elapsed wall clock time (in seconds):40.778
41.34/40.89	o 142
41.44/40.93	c cleaning 7634 clauses out of 15276 with flag 1001/1263057
41.64/41.13	c cleaning 6818 clauses out of 13641 with flag 7000/1269056
41.84/41.38	c cleaning 6909 clauses out of 13825 with flag 14002/1276058
42.14/41.64	c cleaning 7452 clauses out of 14915 with flag 22001/1284057
42.44/41.95	c cleaning 8223 clauses out of 16462 with flag 31000/1293056
42.74/42.29	c cleaning 9114 clauses out of 18239 with flag 41000/1303056
43.14/42.63	c cleaning 9560 clauses out of 19127 with flag 51002/1313058
43.54/43.00	c cleaning 9777 clauses out of 19565 with flag 61000/1323056
43.84/43.35	c cleaning 9889 clauses out of 19788 with flag 71000/1333056
44.24/43.70	c cleaning 9946 clauses out of 19901 with flag 81002/1343058
44.55/44.04	c cleaning 9972 clauses out of 19956 with flag 91003/1353059
44.84/44.38	c cleaning 9986 clauses out of 19981 with flag 101000/1363056
45.24/44.72	c cleaning 9994 clauses out of 19995 with flag 111000/1373056
45.55/45.06	c cleaning 9996 clauses out of 20001 with flag 121000/1383056
45.94/45.40	c cleaning 9997 clauses out of 20006 with flag 131001/1393057
46.24/45.73	c cleaning 9998 clauses out of 20008 with flag 141000/1403056
46.54/46.05	c cleaning 9999 clauses out of 20010 with flag 151000/1413056
46.84/46.38	c cleaning 9996 clauses out of 20012 with flag 161001/1423057
47.24/46.72	c cleaning 10001 clauses out of 20016 with flag 171001/1433057
47.55/47.06	c cleaning 10002 clauses out of 20016 with flag 181002/1443058
47.95/47.43	c cleaning 10003 clauses out of 20013 with flag 191001/1453057
48.35/47.81	c cleaning 9996 clauses out of 20009 with flag 201000/1463056
48.65/48.15	c cleaning 10001 clauses out of 20013 with flag 211000/1473056
49.05/48.50	c cleaning 10001 clauses out of 20012 with flag 221000/1483056
49.15/48.63	c Got one! Elapsed wall clock time (in seconds):48.519
49.15/48.63	o 139
49.25/48.71	c cleaning 7971 clauses out of 15949 with flag 2002/1488994
49.45/48.93	c cleaning 6981 clauses out of 13976 with flag 8000/1494992
49.65/49.18	c cleaning 6995 clauses out of 13995 with flag 15000/1501992
49.96/49.45	c cleaning 7496 clauses out of 15002 with flag 23002/1509994
50.25/49.78	c cleaning 8248 clauses out of 16505 with flag 32001/1518993
50.66/50.15	c cleaning 9120 clauses out of 18256 with flag 42000/1528992
51.07/50.52	c cleaning 9565 clauses out of 19136 with flag 52000/1538992
51.37/50.90	c cleaning 9782 clauses out of 19571 with flag 62000/1548992
51.77/51.25	c cleaning 9887 clauses out of 19789 with flag 72000/1558992
52.07/51.58	c cleaning 9946 clauses out of 19902 with flag 82000/1568992
52.47/51.93	c cleaning 9972 clauses out of 19956 with flag 92000/1578992
52.87/52.33	c cleaning 9986 clauses out of 19984 with flag 102000/1588992
53.17/52.70	c cleaning 9994 clauses out of 19998 with flag 112000/1598992
53.68/53.10	c cleaning 9996 clauses out of 20004 with flag 122000/1608992
53.98/53.48	c cleaning 10001 clauses out of 20011 with flag 132003/1618995
54.38/53.87	c cleaning 9994 clauses out of 20007 with flag 142000/1628992
54.78/54.22	c cleaning 10003 clauses out of 20016 with flag 152003/1638995
55.07/54.55	c cleaning 10002 clauses out of 20010 with flag 162000/1648992
55.37/54.87	c cleaning 9997 clauses out of 20009 with flag 172001/1658993
55.78/55.20	c cleaning 10003 clauses out of 20011 with flag 182000/1668992
56.08/55.55	c cleaning 9997 clauses out of 20008 with flag 192000/1678992
56.38/55.87	c cleaning 10000 clauses out of 20011 with flag 202000/1688992
56.59/56.08	c Got one! Elapsed wall clock time (in seconds):55.97
56.59/56.08	o 117
56.78/56.27	c cleaning 11009 clauses out of 22026 with flag 5003/1701007
57.08/56.50	c cleaning 8503 clauses out of 17015 with flag 11001/1707005
57.28/56.74	c cleaning 7752 clauses out of 15514 with flag 18003/1714007
57.58/57.01	c cleaning 7874 clauses out of 15759 with flag 26000/1722004
57.88/57.32	c cleaning 8439 clauses out of 16886 with flag 35001/1731005
58.28/57.70	c cleaning 9218 clauses out of 18446 with flag 45000/1741004
58.58/58.07	c cleaning 9609 clauses out of 19229 with flag 55001/1751005
58.98/58.41	c cleaning 9804 clauses out of 19619 with flag 65000/1761004
59.28/58.76	c cleaning 9905 clauses out of 19815 with flag 75000/1771004
59.58/59.09	c cleaning 9949 clauses out of 19911 with flag 85001/1781005
59.99/59.45	c cleaning 9972 clauses out of 19961 with flag 95000/1791004
60.39/59.81	c cleaning 9987 clauses out of 19989 with flag 105000/1801004
60.68/60.18	c cleaning 9994 clauses out of 20002 with flag 115000/1811004
61.09/60.58	c cleaning 10001 clauses out of 20008 with flag 125000/1821004
61.48/60.91	c cleaning 10000 clauses out of 20007 with flag 135000/1831004
61.79/61.25	c cleaning 9999 clauses out of 20008 with flag 145001/1841005
62.09/61.59	c cleaning 9998 clauses out of 20008 with flag 155000/1851004
62.50/61.94	c cleaning 9997 clauses out of 20010 with flag 165000/1861004
62.90/62.30	c cleaning 10001 clauses out of 20014 with flag 175001/1871005
63.21/62.64	c cleaning 10000 clauses out of 20012 with flag 185000/1881004
63.50/62.97	c cleaning 10000 clauses out of 20012 with flag 195000/1891004
63.90/63.30	c cleaning 10003 clauses out of 20014 with flag 205002/1901006
64.21/63.63	c cleaning 9999 clauses out of 20010 with flag 215001/1911005
64.51/63.96	c cleaning 10001 clauses out of 20011 with flag 225001/1921005
64.91/64.30	c cleaning 10000 clauses out of 20009 with flag 235000/1931004
65.21/64.64	c cleaning 9998 clauses out of 20009 with flag 245000/1941004
65.52/64.97	c cleaning 10001 clauses out of 20011 with flag 255000/1951004
65.81/65.29	c cleaning 10000 clauses out of 20011 with flag 265001/1961005
66.21/65.65	c cleaning 9999 clauses out of 20011 with flag 275001/1971005
66.62/66.01	c cleaning 10000 clauses out of 20012 with flag 285001/1981005
66.91/66.36	c cleaning 10005 clauses out of 20013 with flag 295002/1991006
67.31/66.70	c cleaning 9995 clauses out of 20006 with flag 305000/2001004
67.62/67.02	c cleaning 10000 clauses out of 20012 with flag 315001/2011005
67.91/67.37	c cleaning 10001 clauses out of 20013 with flag 325002/2021006
68.31/67.70	c cleaning 9998 clauses out of 20010 with flag 335000/2031004
68.61/68.04	c cleaning 10002 clauses out of 20014 with flag 345002/2041006
68.91/68.37	c cleaning 9996 clauses out of 20011 with flag 355001/2051005
69.31/68.70	c cleaning 10002 clauses out of 20014 with flag 365000/2061004
69.62/69.04	c cleaning 10001 clauses out of 20014 with flag 375002/2071006
69.92/69.38	c cleaning 10000 clauses out of 20011 with flag 385000/2081004
70.32/69.72	c cleaning 10002 clauses out of 20011 with flag 395000/2091004
70.62/70.05	c cleaning 10000 clauses out of 20009 with flag 405000/2101004
70.92/70.40	c cleaning 9998 clauses out of 20009 with flag 415000/2111004
71.32/70.71	c cleaning 10001 clauses out of 20012 with flag 425001/2121005
71.62/71.05	c cleaning 10004 clauses out of 20015 with flag 435005/2131009
71.92/71.38	c cleaning 9999 clauses out of 20007 with flag 445001/2141005
72.32/71.73	c cleaning 10000 clauses out of 20007 with flag 455000/2151004
72.62/72.06	c cleaning 9998 clauses out of 20008 with flag 465001/2161005
73.02/72.40	c cleaning 10000 clauses out of 20009 with flag 475000/2171004
73.32/72.72	c cleaning 9997 clauses out of 20009 with flag 485000/2181004
73.62/73.06	c cleaning 9999 clauses out of 20012 with flag 495000/2191004
73.92/73.40	c cleaning 9998 clauses out of 20013 with flag 505000/2201004
74.34/73.78	c cleaning 10001 clauses out of 20016 with flag 515001/2211005
74.74/74.12	c cleaning 9998 clauses out of 20014 with flag 525000/2221004
75.04/74.46	c cleaning 10008 clauses out of 20020 with flag 535004/2231008
75.45/74.81	c cleaning 9997 clauses out of 20008 with flag 545000/2241004
75.54/74.90	c Got one! Elapsed wall clock time (in seconds):74.791
75.54/74.90	o 106
75.64/75.03	c cleaning 8000 clauses out of 16009 with flag 3001/2247002
75.84/75.24	c cleaning 7001 clauses out of 14010 with flag 9002/2253003
76.04/75.48	c cleaning 7000 clauses out of 14008 with flag 16001/2260002
76.34/75.76	c cleaning 7501 clauses out of 15008 with flag 24001/2268002
76.64/76.07	c cleaning 8249 clauses out of 16507 with flag 33001/2277002
77.04/76.46	c cleaning 9124 clauses out of 18258 with flag 43001/2287002
77.45/76.82	c cleaning 9559 clauses out of 19133 with flag 53000/2297001
77.85/77.21	c cleaning 9781 clauses out of 19575 with flag 63001/2307002
78.15/77.59	c cleaning 9891 clauses out of 19793 with flag 73000/2317001
78.55/77.97	c cleaning 9947 clauses out of 19904 with flag 83002/2327003
78.95/78.36	c cleaning 9974 clauses out of 19955 with flag 93000/2337001
79.35/78.71	c cleaning 9985 clauses out of 19981 with flag 103000/2347001
79.65/79.09	c cleaning 9993 clauses out of 19997 with flag 113001/2357002
80.05/79.49	c cleaning 9999 clauses out of 20004 with flag 123001/2367002
80.45/79.83	c cleaning 9998 clauses out of 20007 with flag 133003/2377004
80.86/80.21	c cleaning 9994 clauses out of 20006 with flag 143000/2387001
81.26/80.62	c cleaning 9999 clauses out of 20012 with flag 153000/2397001
81.66/81.00	c cleaning 10001 clauses out of 20014 with flag 163001/2407002
81.96/81.36	c cleaning 10001 clauses out of 20012 with flag 173000/2417001
82.36/81.73	c cleaning 10002 clauses out of 20013 with flag 183002/2427003
82.76/82.12	c cleaning 10000 clauses out of 20009 with flag 193000/2437001
83.06/82.48	c cleaning 9998 clauses out of 20011 with flag 203002/2447003
83.46/82.82	c cleaning 10001 clauses out of 20014 with flag 213003/2457004
83.76/83.17	c cleaning 10007 clauses out of 20014 with flag 223004/2467005
84.16/83.53	c cleaning 9997 clauses out of 20004 with flag 233001/2477002
84.46/83.89	c cleaning 10001 clauses out of 20008 with flag 243002/2487003
84.86/84.21	c cleaning 10000 clauses out of 20008 with flag 253003/2497004
85.16/84.56	c cleaning 9997 clauses out of 20006 with flag 263001/2507002
85.56/84.92	c cleaning 9995 clauses out of 20008 with flag 273000/2517001
85.86/85.27	c cleaning 10001 clauses out of 20014 with flag 283001/2527002
86.26/85.61	c cleaning 10001 clauses out of 20013 with flag 293001/2537002
86.56/85.96	c cleaning 10000 clauses out of 20011 with flag 303000/2547001
86.97/86.33	c cleaning 10001 clauses out of 20011 with flag 313000/2557001
87.27/86.68	c cleaning 10001 clauses out of 20011 with flag 323001/2567002
87.67/87.00	c Got one! Elapsed wall clock time (in seconds):86.89
87.67/87.00	o 97
87.87/87.25	c cleaning 12474 clauses out of 24956 with flag 5000/2581948
88.08/87.48	c cleaning 9240 clauses out of 18484 with flag 11002/2587950
88.38/87.70	c cleaning 8115 clauses out of 16242 with flag 18000/2594948
88.58/87.96	c cleaning 8056 clauses out of 16128 with flag 26001/2602949
88.88/88.25	c cleaning 8529 clauses out of 17071 with flag 35000/2611948
89.18/88.59	c cleaning 9267 clauses out of 18543 with flag 45001/2621949
89.38/88.71	c Got one! Elapsed wall clock time (in seconds):88.603
89.38/88.71	o 80
89.49/88.83	c cleaning 7396 clauses out of 14795 with flag 2000/2627468
89.89/89.06	c cleaning 6693 clauses out of 13399 with flag 8000/2633468
90.27/89.33	c cleaning 6849 clauses out of 13709 with flag 15003/2640471
90.84/89.66	c cleaning 7427 clauses out of 14859 with flag 23002/2648470
91.15/89.98	c cleaning 8207 clauses out of 16430 with flag 32000/2657468
91.55/90.39	c cleaning 9107 clauses out of 18223 with flag 42000/2667468
91.95/90.79	c cleaning 9551 clauses out of 19116 with flag 52000/2677468
92.35/91.16	c cleaning 9778 clauses out of 19566 with flag 62001/2687469
92.77/91.54	c cleaning 9889 clauses out of 19788 with flag 72001/2697469
93.17/91.94	c cleaning 9943 clauses out of 19898 with flag 82000/2707468
93.58/92.32	c cleaning 9972 clauses out of 19955 with flag 92000/2717468
93.88/92.67	c cleaning 9990 clauses out of 19986 with flag 102003/2727471
94.28/93.08	c cleaning 9992 clauses out of 19994 with flag 112002/2737470
94.38/93.17	c starts		: 239
94.38/93.17	c conflicts		: 2739749
94.38/93.17	c decisions		: 4175699
94.38/93.17	c propagations		: 57262283
94.38/93.17	c inspects		: 639989253
94.38/93.17	c shortcuts		: 0
94.38/93.17	c learnt literals	: 6
94.38/93.17	c learnt binary clauses	: 36
94.38/93.17	c learnt ternary clauses	: 399
94.38/93.17	c learnt constraints	: 2739742
94.38/93.17	c ignored constraints	: 0
94.38/93.17	c root simplifications	: 0
94.38/93.17	c removed literals (reason simplification)	: 22985634
94.38/93.17	c reason swapping (by a shorter reason)	: 0
94.38/93.17	c Calls to reduceDB	: 288
94.38/93.17	c number of reductions to clauses (during analyze)	: 0
94.38/93.17	c number of learned constraints concerned by reduction	: 0
94.38/93.17	c number of learning phase by resolution	: 0
94.38/93.17	c number of learning phase by cutting planes	: 0
94.38/93.17	c speed (assignments/second)	: 1.284483692238672E7
94.38/93.17	c non guided choices	457
94.38/93.17	c learnt constraints type 
94.38/93.17	c constraints type 
94.38/93.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
94.38/93.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
94.38/93.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
94.38/93.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
94.38/93.17	s OPTIMUM FOUND
94.38/93.17	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 
94.38/93.17	c objective function=80
94.38/93.17	c Total wall clock time (in seconds): 93.062

Verifier Data

OK	80

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-3492425-1307909837/watcher-3492425-1307909837 -o /var/tmp/evaluation-result-3492425-1307909837/solver-3492425-1307909837 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492425-1307909837.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.00 2.00 1.94 3/195 25185
/proc/meminfo: memFree=1103736/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/25185/stat : 25185 (java) R 25183 25185 22833 0 -1 4202496 669 0 0 0 0 0 0 0 17 0 1 0 902580772 23580672 411 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239471732501 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25185/statm: 5757 424 322 9 0 124 0

[startup+0.00862691 s]
/proc/loadavg: 2.00 2.00 1.94 3/195 25185
/proc/meminfo: memFree=1103736/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 1237 0 0 0 0 0 0 0 17 0 2 0 902580772 31260672 955 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 7632 957 730 9 0 383 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30528

[startup+0.105688 s]
/proc/loadavg: 2.00 2.00 1.94 3/195 25185
/proc/meminfo: memFree=1103736/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10540396 CPUtime=0.1 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 13102 0 1 0 9 1 0 0 17 0 18 0 902580772 10793365504 12797 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2635099 12797 2092 9 0 2625833 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540396

[startup+0.308571 s]
/proc/loadavg: 2.00 2.00 1.94 3/195 25185
/proc/meminfo: memFree=1103736/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10545520 CPUtime=0.55 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 16250 0 1 0 53 2 0 0 17 0 19 0 902580772 10798612480 15161 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2636380 15161 2206 9 0 2627114 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10545520

[startup+0.700501 s]
/proc/loadavg: 2.00 2.00 1.94 3/195 25185
/proc/meminfo: memFree=1103736/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10545520 CPUtime=1.03 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 17243 0 1 0 101 2 0 0 17 0 19 0 902580772 10798612480 16120 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2636380 16120 2242 9 0 2627114 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10545520

[startup+1.50134 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 25204
/proc/meminfo: memFree=1047500/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10545520 CPUtime=1.87 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 17540 0 1 0 185 2 0 0 17 0 19 0 902580772 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2636380 16414 2243 9 0 2627114 0
[pid=25185/tid=25187] ppid=25183 vsize=10545520 CPUtime=1.4 cores=1,3,5,7
/proc/25185/task/25187/stat : 25187 (java) R 25183 25185 22833 0 -1 4202560 11968 0 1 0 139 1 0 0 20 0 19 0 902580773 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 46912505535055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25185/tid=25188] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25188/stat : 25188 (java) S 25183 25185 22833 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25189] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25189/stat : 25189 (java) S 25183 25185 22833 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25190] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25190/stat : 25190 (java) S 25183 25185 22833 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25191] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25191/stat : 25191 (java) S 25183 25185 22833 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 902580775 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25192] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25192/stat : 25192 (java) S 25183 25185 22833 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25193] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25193/stat : 25193 (java) S 25183 25185 22833 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25194] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25194/stat : 25194 (java) S 25183 25185 22833 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25195] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25195/stat : 25195 (java) S 25183 25185 22833 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25196] ppid=25183 vsize=10545520 CPUtime=0.05 cores=1,3,5,7
/proc/25185/task/25196/stat : 25196 (java) S 25183 25185 22833 0 -1 4202560 466 0 0 0 5 0 0 0 16 0 19 0 902580776 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 0 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25197] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25197/stat : 25197 (java) S 25183 25185 22833 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 902580776 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25198] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25198/stat : 25198 (java) S 25183 25185 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902580776 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25199] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25199/stat : 25199 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902580778 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488518577 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25200] ppid=25183 vsize=10545520 CPUtime=0.14 cores=1,3,5,7
/proc/25185/task/25200/stat : 25200 (java) S 25183 25185 22833 0 -1 4202560 1148 0 0 0 14 0 0 0 15 0 19 0 902580778 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25201] ppid=25183 vsize=10545520 CPUtime=0.21 cores=1,3,5,7
/proc/25185/task/25201/stat : 25201 (java) S 25183 25185 22833 0 -1 4202560 2226 0 0 0 21 0 0 0 15 0 19 0 902580778 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25202] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25202/stat : 25202 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902580778 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25203] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25203/stat : 25203 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902580778 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25204] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25204/stat : 25204 (java) S 25183 25185 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580789 10798612480 16414 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10545520

[startup+3.10102 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 25204
/proc/meminfo: memFree=1045640/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10545520 CPUtime=3.47 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 17812 0 1 0 345 2 0 0 17 0 19 0 902580772 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2636380 16681 2243 9 0 2627114 0
[pid=25185/tid=25187] ppid=25183 vsize=10545520 CPUtime=2.93 cores=1,3,5,7
/proc/25185/task/25187/stat : 25187 (java) R 25183 25185 22833 0 -1 4202560 11979 0 1 0 292 1 0 0 23 0 19 0 902580773 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 46912505612416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25185/tid=25188] ppid=25183 vsize=10545520 CPUtime=0.01 cores=1,3,5,7
/proc/25185/task/25188/stat : 25188 (java) S 25183 25185 22833 0 -1 4202560 178 0 0 0 1 0 0 0 15 0 19 0 902580775 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25189] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25189/stat : 25189 (java) S 25183 25185 22833 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25190] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25190/stat : 25190 (java) S 25183 25185 22833 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25191] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25191/stat : 25191 (java) S 25183 25185 22833 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25192] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25192/stat : 25192 (java) S 25183 25185 22833 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25193] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25193/stat : 25193 (java) S 25183 25185 22833 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25194] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25194/stat : 25194 (java) S 25183 25185 22833 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25195] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25195/stat : 25195 (java) S 25183 25185 22833 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25196] ppid=25183 vsize=10545520 CPUtime=0.11 cores=1,3,5,7
/proc/25185/task/25196/stat : 25196 (java) S 25183 25185 22833 0 -1 4202560 609 0 0 0 11 0 0 0 16 0 19 0 902580776 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 0 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25197] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25197/stat : 25197 (java) S 25183 25185 22833 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 902580776 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25198] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25198/stat : 25198 (java) S 25183 25185 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902580776 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25199] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25199/stat : 25199 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902580778 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488518577 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25200] ppid=25183 vsize=10545520 CPUtime=0.15 cores=1,3,5,7
/proc/25185/task/25200/stat : 25200 (java) S 25183 25185 22833 0 -1 4202560 1148 0 0 0 15 0 0 0 15 0 19 0 902580778 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25201] ppid=25183 vsize=10545520 CPUtime=0.21 cores=1,3,5,7
/proc/25185/task/25201/stat : 25201 (java) S 25183 25185 22833 0 -1 4202560 2226 0 0 0 21 0 0 0 15 0 19 0 902580778 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25202] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25202/stat : 25202 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902580778 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25203] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25203/stat : 25203 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902580778 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25204] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25204/stat : 25204 (java) S 25183 25185 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580789 10798612480 16681 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10545520

[startup+6.30141 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 25204
/proc/meminfo: memFree=1045128/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10545520 CPUtime=6.69 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 17889 0 1 0 667 2 0 0 17 0 19 0 902580772 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2636380 16746 2243 9 0 2627114 0
[pid=25185/tid=25187] ppid=25183 vsize=10545520 CPUtime=5.99 cores=1,3,5,7
/proc/25185/task/25187/stat : 25187 (java) R 25183 25185 22833 0 -1 4202560 11991 0 1 0 598 1 0 0 25 0 19 0 902580773 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 46912505573088 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25185/tid=25188] ppid=25183 vsize=10545520 CPUtime=0.01 cores=1,3,5,7
/proc/25185/task/25188/stat : 25188 (java) S 25183 25185 22833 0 -1 4202560 180 0 0 0 1 0 0 0 16 0 19 0 902580775 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25189] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25189/stat : 25189 (java) S 25183 25185 22833 0 -1 4202560 27 0 0 0 0 0 0 0 16 0 19 0 902580775 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25190] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25190/stat : 25190 (java) S 25183 25185 22833 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25191] ppid=25183 vsize=10545520 CPUtime=0.01 cores=1,3,5,7
/proc/25185/task/25191/stat : 25191 (java) S 25183 25185 22833 0 -1 4202560 30 0 0 0 1 0 0 0 16 0 19 0 902580775 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25192] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25192/stat : 25192 (java) S 25183 25185 22833 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25193] ppid=25183 vsize=10545520 CPUtime=0.01 cores=1,3,5,7
/proc/25185/task/25193/stat : 25193 (java) S 25183 25185 22833 0 -1 4202560 47 0 0 0 1 0 0 0 16 0 19 0 902580775 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25194] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25194/stat : 25194 (java) S 25183 25185 22833 0 -1 4202560 122 0 0 0 0 0 0 0 16 0 19 0 902580775 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25195] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25195/stat : 25195 (java) S 25183 25185 22833 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902580775 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25196] ppid=25183 vsize=10545520 CPUtime=0.24 cores=1,3,5,7
/proc/25185/task/25196/stat : 25196 (java) S 25183 25185 22833 0 -1 4202560 661 0 0 0 24 0 0 0 16 0 19 0 902580776 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 0 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25197] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25197/stat : 25197 (java) S 25183 25185 22833 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 902580776 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25198] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25198/stat : 25198 (java) S 25183 25185 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902580776 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25199] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25199/stat : 25199 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902580778 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488518577 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25200] ppid=25183 vsize=10545520 CPUtime=0.15 cores=1,3,5,7
/proc/25185/task/25200/stat : 25200 (java) S 25183 25185 22833 0 -1 4202560 1148 0 0 0 15 0 0 0 15 0 19 0 902580778 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25201] ppid=25183 vsize=10545520 CPUtime=0.21 cores=1,3,5,7
/proc/25185/task/25201/stat : 25201 (java) S 25183 25185 22833 0 -1 4202560 2226 0 0 0 21 0 0 0 15 0 19 0 902580778 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25202] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25202/stat : 25202 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902580778 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25203] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25203/stat : 25203 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902580778 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25204] ppid=25183 vsize=10545520 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25204/stat : 25204 (java) S 25183 25185 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580789 10798612480 16746 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10545520

[startup+12.7012 s]

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

/proc/25185/task/25188/stat : 25188 (java) S 25183 25185 22833 0 -1 4202560 214 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25189] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25189/stat : 25189 (java) S 25183 25185 22833 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25190] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25190/stat : 25190 (java) S 25183 25185 22833 0 -1 4202560 228 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25191] ppid=25183 vsize=10567676 CPUtime=0.06 cores=1,3,5,7
/proc/25185/task/25191/stat : 25191 (java) S 25183 25185 22833 0 -1 4202560 39 0 0 0 6 0 0 0 15 0 19 0 902580775 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25192] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25192/stat : 25192 (java) S 25183 25185 22833 0 -1 4202560 60 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25193] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25193/stat : 25193 (java) S 25183 25185 22833 0 -1 4202560 50 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25194] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25194/stat : 25194 (java) S 25183 25185 22833 0 -1 4202560 128 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25195] ppid=25183 vsize=10567676 CPUtime=0.06 cores=1,3,5,7
/proc/25185/task/25195/stat : 25195 (java) S 25183 25185 22833 0 -1 4202560 138 0 0 0 6 0 0 0 15 0 19 0 902580775 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25196] ppid=25183 vsize=10567676 CPUtime=3.73 cores=1,3,5,7
/proc/25185/task/25196/stat : 25196 (java) S 25183 25185 22833 0 -1 4202560 1171 0 0 0 369 4 0 0 16 0 19 0 902580776 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 0 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25197] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25197/stat : 25197 (java) S 25183 25185 22833 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 902580776 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25198] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25198/stat : 25198 (java) S 25183 25185 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902580776 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25199] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25199/stat : 25199 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902580778 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488518577 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25200] ppid=25183 vsize=10567676 CPUtime=0.71 cores=1,3,5,7
/proc/25185/task/25200/stat : 25200 (java) S 25183 25185 22833 0 -1 4202560 9078 0 0 0 71 0 0 0 16 0 19 0 902580778 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25201] ppid=25183 vsize=10567676 CPUtime=0.23 cores=1,3,5,7
/proc/25185/task/25201/stat : 25201 (java) S 25183 25185 22833 0 -1 4202560 2325 0 0 0 23 0 0 0 15 0 19 0 902580778 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25202] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25202/stat : 25202 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902580778 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25203] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25203/stat : 25203 (java) S 25183 25185 22833 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902580778 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25204] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25204/stat : 25204 (java) S 25183 25185 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580789 10821300224 22907 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 92.35
Current children cumulated vsize (KiB) 10567676

[startup+91.901 s]
/proc/loadavg: 2.05 2.00 1.94 3/214 25322
/proc/meminfo: memFree=1291956/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10567676 CPUtime=93.17 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 26972 0 1 0 9307 10 0 0 17 0 19 0 902580772 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2641919 22933 2250 9 0 2632653 0
[pid=25185/tid=25187] ppid=25183 vsize=10567676 CPUtime=87.77 cores=1,3,5,7
/proc/25185/task/25187/stat : 25187 (java) R 25183 25185 22833 0 -1 4202560 12260 0 1 0 8775 2 0 0 25 0 19 0 902580773 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 46912505611639 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25185/tid=25188] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25188/stat : 25188 (java) S 25183 25185 22833 0 -1 4202560 214 0 0 0 8 0 0 0 16 0 19 0 902580775 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25189] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25189/stat : 25189 (java) S 25183 25185 22833 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25190] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25190/stat : 25190 (java) S 25183 25185 22833 0 -1 4202560 228 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25191] ppid=25183 vsize=10567676 CPUtime=0.06 cores=1,3,5,7
/proc/25185/task/25191/stat : 25191 (java) S 25183 25185 22833 0 -1 4202560 39 0 0 0 6 0 0 0 15 0 19 0 902580775 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25192] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25192/stat : 25192 (java) S 25183 25185 22833 0 -1 4202560 60 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25193] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25193/stat : 25193 (java) S 25183 25185 22833 0 -1 4202560 50 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25194] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25194/stat : 25194 (java) S 25183 25185 22833 0 -1 4202560 128 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25195] ppid=25183 vsize=10567676 CPUtime=0.06 cores=1,3,5,7
/proc/25185/task/25195/stat : 25195 (java) S 25183 25185 22833 0 -1 4202560 138 0 0 0 6 0 0 0 15 0 19 0 902580775 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25196] ppid=25183 vsize=10567676 CPUtime=3.76 cores=1,3,5,7
/proc/25185/task/25196/stat : 25196 (java) S 25183 25185 22833 0 -1 4202560 1171 0 0 0 372 4 0 0 16 0 19 0 902580776 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 0 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25197] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25197/stat : 25197 (java) S 25183 25185 22833 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 902580776 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25198] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25198/stat : 25198 (java) S 25183 25185 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902580776 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25199] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25199/stat : 25199 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902580778 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488518577 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25200] ppid=25183 vsize=10567676 CPUtime=0.72 cores=1,3,5,7
/proc/25185/task/25200/stat : 25200 (java) S 25183 25185 22833 0 -1 4202560 9079 0 0 0 72 0 0 0 15 0 19 0 902580778 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25201] ppid=25183 vsize=10567676 CPUtime=0.25 cores=1,3,5,7
/proc/25185/task/25201/stat : 25201 (java) S 25183 25185 22833 0 -1 4202560 2410 0 0 0 25 0 0 0 15 0 19 0 902580778 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25202] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25202/stat : 25202 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902580778 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25203] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25203/stat : 25203 (java) S 25183 25185 22833 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902580778 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25204] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25204/stat : 25204 (java) S 25183 25185 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580789 10821300224 22933 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 93.17
Current children cumulated vsize (KiB) 10567676

[startup+92.7008 s]
/proc/loadavg: 2.05 2.00 1.94 3/214 25322
/proc/meminfo: memFree=1291336/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10567676 CPUtime=93.98 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 26976 0 1 0 9388 10 0 0 17 0 19 0 902580772 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2641919 22934 2250 9 0 2632653 0
[pid=25185/tid=25187] ppid=25183 vsize=10567676 CPUtime=88.52 cores=1,3,5,7
/proc/25185/task/25187/stat : 25187 (java) R 25183 25185 22833 0 -1 4202560 12263 0 1 0 8850 2 0 0 25 0 19 0 902580773 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 46912505529361 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25185/tid=25188] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25188/stat : 25188 (java) S 25183 25185 22833 0 -1 4202560 214 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25189] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25189/stat : 25189 (java) S 25183 25185 22833 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25190] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25190/stat : 25190 (java) S 25183 25185 22833 0 -1 4202560 228 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25191] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25191/stat : 25191 (java) S 25183 25185 22833 0 -1 4202560 40 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25192] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25192/stat : 25192 (java) S 25183 25185 22833 0 -1 4202560 60 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25193] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25193/stat : 25193 (java) S 25183 25185 22833 0 -1 4202560 50 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25194] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25194/stat : 25194 (java) S 25183 25185 22833 0 -1 4202560 128 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25195] ppid=25183 vsize=10567676 CPUtime=0.06 cores=1,3,5,7
/proc/25185/task/25195/stat : 25195 (java) S 25183 25185 22833 0 -1 4202560 138 0 0 0 6 0 0 0 15 0 19 0 902580775 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25196] ppid=25183 vsize=10567676 CPUtime=3.8 cores=1,3,5,7
/proc/25185/task/25196/stat : 25196 (java) S 25183 25185 22833 0 -1 4202560 1171 0 0 0 376 4 0 0 16 0 19 0 902580776 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 0 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25197] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25197/stat : 25197 (java) S 25183 25185 22833 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 902580776 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25198] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25198/stat : 25198 (java) S 25183 25185 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902580776 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25199] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25199/stat : 25199 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902580778 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488518577 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25200] ppid=25183 vsize=10567676 CPUtime=0.72 cores=1,3,5,7
/proc/25185/task/25200/stat : 25200 (java) S 25183 25185 22833 0 -1 4202560 9079 0 0 0 72 0 0 0 15 0 19 0 902580778 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25201] ppid=25183 vsize=10567676 CPUtime=0.25 cores=1,3,5,7
/proc/25185/task/25201/stat : 25201 (java) R 25183 25185 22833 0 -1 4202560 2410 0 0 0 25 0 0 0 15 0 19 0 902580778 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 47592789249864 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25185/tid=25202] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25202/stat : 25202 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902580778 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25203] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25203/stat : 25203 (java) S 25183 25185 22833 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902580778 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25204] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25204/stat : 25204 (java) S 25183 25185 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580789 10821300224 22934 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 93.98
Current children cumulated vsize (KiB) 10567676

[startup+93.1008 s]
/proc/loadavg: 2.05 2.00 1.94 3/214 25322
/proc/meminfo: memFree=1291336/32950928 swapFree=67053956/67111528
[pid=25185] ppid=25183 vsize=10567676 CPUtime=94.38 cores=1,3,5,7
/proc/25185/stat : 25185 (java) S 25183 25185 22833 0 -1 4202496 26978 0 1 0 9428 10 0 0 17 0 19 0 902580772 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25185/statm: 2641919 22935 2250 9 0 2632653 0
[pid=25185/tid=25187] ppid=25183 vsize=10567676 CPUtime=88.9 cores=1,3,5,7
/proc/25185/task/25187/stat : 25187 (java) R 25183 25185 22833 0 -1 4202560 12265 0 1 0 8888 2 0 0 25 0 19 0 902580773 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 46912505606206 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25185/tid=25188] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25188/stat : 25188 (java) S 25183 25185 22833 0 -1 4202560 214 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25189] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25189/stat : 25189 (java) S 25183 25185 22833 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25190] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25190/stat : 25190 (java) S 25183 25185 22833 0 -1 4202560 228 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25191] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25191/stat : 25191 (java) S 25183 25185 22833 0 -1 4202560 40 0 0 0 7 0 0 0 16 0 19 0 902580775 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25192] ppid=25183 vsize=10567676 CPUtime=0.07 cores=1,3,5,7
/proc/25185/task/25192/stat : 25192 (java) S 25183 25185 22833 0 -1 4202560 60 0 0 0 7 0 0 0 15 0 19 0 902580775 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25193] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25193/stat : 25193 (java) S 25183 25185 22833 0 -1 4202560 50 0 0 0 8 0 0 0 16 0 19 0 902580775 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25194] ppid=25183 vsize=10567676 CPUtime=0.08 cores=1,3,5,7
/proc/25185/task/25194/stat : 25194 (java) S 25183 25185 22833 0 -1 4202560 128 0 0 0 8 0 0 0 15 0 19 0 902580775 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
[pid=25185/tid=25195] ppid=25183 vsize=10567676 CPUtime=0.06 cores=1,3,5,7
/proc/25185/task/25195/stat : 25195 (java) S 25183 25185 22833 0 -1 4202560 138 0 0 0 6 0 0 0 15 0 19 0 902580775 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25196] ppid=25183 vsize=10567676 CPUtime=3.81 cores=1,3,5,7
/proc/25185/task/25196/stat : 25196 (java) S 25183 25185 22833 0 -1 4202560 1171 0 0 0 377 4 0 0 16 0 19 0 902580776 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 0 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25197] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25197/stat : 25197 (java) S 25183 25185 22833 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 902580776 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25198] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25198/stat : 25198 (java) S 25183 25185 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902580776 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25199] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25199/stat : 25199 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902580778 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488518577 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25200] ppid=25183 vsize=10567676 CPUtime=0.72 cores=1,3,5,7
/proc/25185/task/25200/stat : 25200 (java) S 25183 25185 22833 0 -1 4202560 9079 0 0 0 72 0 0 0 15 0 19 0 902580778 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 3 0 0 0
[pid=25185/tid=25201] ppid=25183 vsize=10567676 CPUtime=0.25 cores=1,3,5,7
/proc/25185/task/25201/stat : 25201 (java) S 25183 25185 22833 0 -1 4202560 2410 0 0 0 25 0 0 0 15 0 19 0 902580778 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25202] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25202/stat : 25202 (java) S 25183 25185 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902580778 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488510873 0 4 0 16800975 18446604470943759168 0 0 -1 1 0 0 0
[pid=25185/tid=25203] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25203/stat : 25203 (java) S 25183 25185 22833 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902580778 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 5 0 0 0
[pid=25185/tid=25204] ppid=25183 vsize=10567676 CPUtime=0 cores=1,3,5,7
/proc/25185/task/25204/stat : 25204 (java) S 25183 25185 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580789 10821300224 22935 33554432000 1073741824 1073778376 140736637068800 18446744073709551615 239488511488 0 4 0 16800975 18446604470943759168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 94.38
Current children cumulated vsize (KiB) 10567676

Child status: 30
Real time (s): 93.1821
CPU time (s): 94.4726
CPU user time (s): 94.3637
CPU system time (s): 0.108983
CPU usage (%): 101.385
Max. virtual memory (cumulated for all children) (KiB): 10567676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.3637
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26999
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= 9939
involuntary context switches= 4531

runsolver used 0.151976 second user time and 0.370943 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 22:17:17
IDJOB=3492425
IDBENCH=78812
IDSOLVER=1982
FILE ID=node148/3492425-1307909837
RUNJOBID= node148-1307908037-24964
PBS_JOBID= 13559561
Free space on /var/tmp= 2896 MiB

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

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

MD5SUM BENCH= 0e6c262e00c2bafdec71b4c92c644f07
RANDOM SEED=1064239016

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:       1103908 kB
Buffers:         61436 kB
Cached:       30487360 kB
SwapCached:      10272 kB
Active:       15932492 kB
Inactive:     14962220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1103908 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:      343448 kB
Mapped:          21444 kB
Slab:           887840 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10572880 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= 2900 MiB
End job on node148 at 2011-06-12 22:18:50