Trace number 3492734

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 79.6059 78.113

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-0-100-0.wbo
MD5SUMa2fcadde47f67cca69c2b162b15fa373
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1.61375
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/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-3492734-1307911202.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.128
0.27/0.24	o 723
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.151
0.27/0.26	o 721
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.173
0.27/0.28	o 705
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.186
0.27/0.29	o 622
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.204
0.51/0.31	o 601
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.239
0.51/0.35	o 562
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.261
0.51/0.37	o 553
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.274
0.51/0.38	o 545
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.66/0.40	o 522
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.314
0.66/0.42	o 472
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.66/0.47	o 441
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.66/0.49	o 439
0.77/0.52	c Got one! Elapsed wall clock time (in seconds):0.416
0.77/0.52	o 414
0.77/0.55	c Got one! Elapsed wall clock time (in seconds):0.443
0.77/0.55	o 402
0.98/0.72	c Got one! Elapsed wall clock time (in seconds):0.615
0.98/0.72	o 394
0.98/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
0.98/0.75	o 360
1.11/0.86	c cleaning 6294 clauses out of 12593 with flag 2001/12593
1.23/0.98	c Got one! Elapsed wall clock time (in seconds):0.873
1.23/0.98	o 348
1.44/1.15	c cleaning 5824 clauses out of 11655 with flag 4001/17949
1.54/1.23	c Got one! Elapsed wall clock time (in seconds):1.123
1.54/1.23	o 308
1.76/1.46	c cleaning 5616 clauses out of 11241 with flag 4001/23359
1.76/1.48	c Got one! Elapsed wall clock time (in seconds):1.373
1.76/1.48	o 289
1.99/1.68	c cleaning 5380 clauses out of 10765 with flag 5000/28499
2.39/2.01	c cleaning 5688 clauses out of 11386 with flag 11001/34500
2.79/2.42	c cleaning 6345 clauses out of 12697 with flag 18000/41499
2.89/2.58	c Got one! Elapsed wall clock time (in seconds):2.476
2.89/2.58	o 288
2.99/2.68	c cleaning 5919 clauses out of 11839 with flag 3001/46986
3.09/2.74	c Got one! Elapsed wall clock time (in seconds):2.633
3.09/2.74	o 286
3.19/2.89	c cleaning 5638 clauses out of 11287 with flag 4005/52353
3.39/3.08	c Got one! Elapsed wall clock time (in seconds):2.968
3.39/3.08	o 285
3.49/3.19	c cleaning 5733 clauses out of 11475 with flag 3000/58179
3.69/3.35	c Got one! Elapsed wall clock time (in seconds):3.24
3.69/3.35	o 282
3.69/3.39	c cleaning 5586 clauses out of 11175 with flag 1001/63612
3.89/3.54	c Got one! Elapsed wall clock time (in seconds):3.428
3.89/3.54	o 278
4.02/3.61	c cleaning 5423 clauses out of 10854 with flag 2000/68877
4.13/3.71	c Got one! Elapsed wall clock time (in seconds):3.606
4.13/3.71	o 263
4.23/3.82	c cleaning 5266 clauses out of 10541 with flag 3002/73987
4.53/4.19	c cleaning 5630 clauses out of 11273 with flag 9000/79985
4.93/4.55	c cleaning 6317 clauses out of 12647 with flag 16004/86989
5.43/5.00	c cleaning 7160 clauses out of 14329 with flag 24003/94988
5.53/5.12	c Got one! Elapsed wall clock time (in seconds):5.011
5.53/5.12	o 255
5.63/5.26	c cleaning 6370 clauses out of 12750 with flag 4003/100569
5.94/5.60	c cleaning 6188 clauses out of 12381 with flag 10004/106570
6.13/5.72	c Got one! Elapsed wall clock time (in seconds):5.614
6.13/5.72	o 254
6.28/5.86	c cleaning 5942 clauses out of 11891 with flag 4005/112268
6.48/6.09	c cleaning 5962 clauses out of 11944 with flag 10000/118263
6.58/6.16	c Got one! Elapsed wall clock time (in seconds):6.049
6.58/6.16	o 248
6.68/6.28	c cleaning 5621 clauses out of 11252 with flag 4002/123533
6.98/6.51	c cleaning 5810 clauses out of 11632 with flag 10003/129534
7.18/6.79	c Got one! Elapsed wall clock time (in seconds):6.681
7.18/6.79	o 237
7.28/6.83	c cleaning 5889 clauses out of 11785 with flag 1000/135497
7.48/7.03	c cleaning 5943 clauses out of 11896 with flag 7000/141497
7.68/7.28	c cleaning 6474 clauses out of 12955 with flag 14002/148499
8.08/7.70	c cleaning 7234 clauses out of 14479 with flag 22000/156497
8.48/8.03	c Got one! Elapsed wall clock time (in seconds):7.922
8.48/8.03	o 230
8.68/8.24	c cleaning 9450 clauses out of 18905 with flag 5000/168157
9.08/8.62	c Got one! Elapsed wall clock time (in seconds):8.51
9.08/8.62	o 229
9.29/8.82	c cleaning 10154 clauses out of 20315 with flag 5003/179017
9.38/8.98	c Got one! Elapsed wall clock time (in seconds):8.872
9.38/8.98	o 223
9.48/9.03	c cleaning 7714 clauses out of 15436 with flag 1000/184292
9.68/9.22	c cleaning 6855 clauses out of 13722 with flag 7000/190292
9.88/9.47	c cleaning 6930 clauses out of 13870 with flag 14003/197295
9.88/9.50	c Got one! Elapsed wall clock time (in seconds):9.389
9.88/9.50	o 214
10.09/9.66	c cleaning 6073 clauses out of 12156 with flag 5002/202511
10.29/9.87	c cleaning 6038 clauses out of 12083 with flag 11002/208511
10.59/10.10	c cleaning 6517 clauses out of 13044 with flag 18001/215510
10.89/10.45	c cleaning 7257 clauses out of 14528 with flag 26002/223511
11.29/10.87	c cleaning 8133 clauses out of 16272 with flag 35003/232512
11.39/10.97	c Got one! Elapsed wall clock time (in seconds):10.866
11.39/10.97	o 210
11.49/11.07	c cleaning 6664 clauses out of 13335 with flag 3001/237708
11.70/11.29	c cleaning 6329 clauses out of 12672 with flag 9002/243709
12.22/11.71	c cleaning 6665 clauses out of 13342 with flag 16001/250708
12.62/12.12	c cleaning 7332 clauses out of 14676 with flag 24000/258707
13.02/12.58	c cleaning 8168 clauses out of 16346 with flag 33002/267709
13.52/13.10	c cleaning 9080 clauses out of 18179 with flag 43003/277710
13.72/13.25	c Got one! Elapsed wall clock time (in seconds):13.141
13.72/13.25	o 198
13.82/13.35	c cleaning 7377 clauses out of 14759 with flag 3001/283370
14.02/13.56	c cleaning 6688 clauses out of 13383 with flag 9002/289371
14.32/13.80	c cleaning 6842 clauses out of 13693 with flag 16000/296369
14.52/14.07	c cleaning 7422 clauses out of 14851 with flag 24000/304369
14.92/14.40	c cleaning 8204 clauses out of 16430 with flag 33001/313370
15.42/14.97	c cleaning 9108 clauses out of 18225 with flag 43000/323369
15.83/15.33	c Got one! Elapsed wall clock time (in seconds):15.225
15.83/15.33	o 188
16.02/15.53	c cleaning 10367 clauses out of 20746 with flag 5001/334998
16.23/15.77	c cleaning 8186 clauses out of 16380 with flag 11002/340999
16.53/16.02	c Got one! Elapsed wall clock time (in seconds):15.908
16.53/16.02	o 166
16.64/16.19	c cleaning 9283 clauses out of 18574 with flag 5000/351379
16.94/16.40	c cleaning 7641 clauses out of 15291 with flag 11000/357379
17.24/16.70	c cleaning 7322 clauses out of 14650 with flag 18000/364379
17.54/17.08	c cleaning 7658 clauses out of 15328 with flag 26000/372379
18.05/17.56	c cleaning 8333 clauses out of 16672 with flag 35002/381381
18.65/18.10	c cleaning 9160 clauses out of 18337 with flag 45000/391379
19.15/18.64	c cleaning 9583 clauses out of 19177 with flag 55000/401379
19.65/19.13	c cleaning 9790 clauses out of 19595 with flag 65001/411380
19.95/19.42	c Got one! Elapsed wall clock time (in seconds):19.31
19.95/19.42	o 160
20.07/19.60	c cleaning 10038 clauses out of 20084 with flag 5002/421659
20.37/19.81	c cleaning 8018 clauses out of 16044 with flag 11000/427657
20.57/20.06	c cleaning 7509 clauses out of 15029 with flag 18003/434660
20.87/20.33	c cleaning 7752 clauses out of 15517 with flag 26000/442657
21.17/20.65	c cleaning 8378 clauses out of 16767 with flag 35002/451659
21.57/21.01	c cleaning 9189 clauses out of 18388 with flag 45001/461658
21.97/21.48	c cleaning 9595 clauses out of 19199 with flag 55001/471658
22.47/22.00	c cleaning 9799 clauses out of 19606 with flag 65003/481660
23.07/22.56	c cleaning 9899 clauses out of 19808 with flag 75004/491661
23.17/22.60	c Got one! Elapsed wall clock time (in seconds):22.49
23.17/22.60	o 158
23.27/22.77	c cleaning 7648 clauses out of 15302 with flag 5007/497054
23.48/22.98	c cleaning 6818 clauses out of 13647 with flag 11000/503047
23.88/23.30	c cleaning 6909 clauses out of 13831 with flag 18002/510049
23.88/23.36	c Got one! Elapsed wall clock time (in seconds):23.25
23.88/23.36	o 157
23.98/23.48	c cleaning 6107 clauses out of 12222 with flag 4001/515349
24.18/23.67	c cleaning 6053 clauses out of 12115 with flag 10001/521349
24.38/23.89	c cleaning 6527 clauses out of 13061 with flag 17000/528348
24.79/24.27	c cleaning 7261 clauses out of 14534 with flag 25000/536348
25.28/24.77	c cleaning 8135 clauses out of 16274 with flag 34001/545349
25.89/25.32	c cleaning 9064 clauses out of 18138 with flag 44000/555348
26.39/25.83	c cleaning 9535 clauses out of 19075 with flag 54001/565349
26.89/26.35	c cleaning 9764 clauses out of 19539 with flag 64000/575348
27.19/26.64	c Got one! Elapsed wall clock time (in seconds):26.53
27.19/26.64	o 154
27.39/26.81	c cleaning 10231 clauses out of 20473 with flag 5000/586046
27.59/27.02	c cleaning 8118 clauses out of 16243 with flag 11001/592047
27.79/27.25	c cleaning 7556 clauses out of 15124 with flag 18000/599046
28.10/27.52	c cleaning 7779 clauses out of 15571 with flag 26003/607049
28.39/27.83	c cleaning 8391 clauses out of 16790 with flag 35001/616047
28.69/28.17	c cleaning 9194 clauses out of 18398 with flag 45000/626046
29.20/28.67	c cleaning 9598 clauses out of 19206 with flag 55002/636048
29.70/29.14	c cleaning 9799 clauses out of 19606 with flag 65000/646046
30.00/29.46	c Got one! Elapsed wall clock time (in seconds):29.351
30.00/29.46	o 152
30.20/29.64	c cleaning 10757 clauses out of 21523 with flag 5002/657762
30.40/29.85	c cleaning 8377 clauses out of 16765 with flag 11001/663761
30.70/30.10	c cleaning 7692 clauses out of 15389 with flag 18002/670762
30.90/30.37	c cleaning 7842 clauses out of 15695 with flag 26000/678760
31.20/30.70	c cleaning 8422 clauses out of 16856 with flag 35003/687763
31.60/31.07	c cleaning 9212 clauses out of 18431 with flag 45000/697760
32.01/31.43	c cleaning 9605 clauses out of 19220 with flag 55001/707761
32.31/31.77	c cleaning 9803 clauses out of 19614 with flag 65000/717760
32.81/32.27	c cleaning 9903 clauses out of 19817 with flag 75006/727766
33.41/32.81	c cleaning 9951 clauses out of 19908 with flag 85000/737760
33.82/33.28	c cleaning 9974 clauses out of 19958 with flag 95001/747761
34.42/33.81	c cleaning 9987 clauses out of 19983 with flag 105000/757760
34.92/34.31	c cleaning 9990 clauses out of 19997 with flag 115001/767761
35.32/34.79	c cleaning 9998 clauses out of 20009 with flag 125003/777763
35.92/35.33	c cleaning 9997 clauses out of 20011 with flag 135003/787763
36.12/35.55	c Got one! Elapsed wall clock time (in seconds):35.445
36.12/35.55	o 147
36.12/35.60	c cleaning 7627 clauses out of 15258 with flag 1001/793007
36.32/35.79	c cleaning 6809 clauses out of 13630 with flag 7000/799006
36.62/36.02	c cleaning 6903 clauses out of 13821 with flag 14000/806006
36.83/36.29	c cleaning 7455 clauses out of 14918 with flag 22000/814006
37.22/36.65	c cleaning 8226 clauses out of 16464 with flag 31001/823007
38.04/37.14	c cleaning 9110 clauses out of 18238 with flag 41001/833007
38.92/37.66	c cleaning 9560 clauses out of 19128 with flag 51001/843007
39.52/38.20	c cleaning 9779 clauses out of 19567 with flag 61000/853006
39.52/38.23	c Got one! Elapsed wall clock time (in seconds):38.126
39.52/38.23	o 145
39.73/38.40	c cleaning 7574 clauses out of 15159 with flag 5001/858377
39.92/38.61	c cleaning 6787 clauses out of 13584 with flag 11000/864376
40.12/38.85	c cleaning 6896 clauses out of 13797 with flag 18000/871376
40.42/39.12	c cleaning 7447 clauses out of 14903 with flag 26002/879378
40.72/39.44	c cleaning 8224 clauses out of 16457 with flag 35003/888379
41.03/39.78	c cleaning 9105 clauses out of 18230 with flag 45000/898376
41.23/39.95	c Got one! Elapsed wall clock time (in seconds):39.846
41.23/39.95	o 117
41.33/40.00	c cleaning 7494 clauses out of 14993 with flag 1001/904244
41.53/40.20	c cleaning 6745 clauses out of 13498 with flag 7000/910243
41.74/40.44	c cleaning 6872 clauses out of 13753 with flag 14000/917243
42.04/40.71	c cleaning 7433 clauses out of 14881 with flag 22000/925243
42.34/41.05	c cleaning 8222 clauses out of 16449 with flag 31001/934244
42.74/41.44	c cleaning 9114 clauses out of 18232 with flag 41006/944249
43.14/41.80	c cleaning 9554 clauses out of 19115 with flag 51003/954246
43.44/42.17	c cleaning 9776 clauses out of 19559 with flag 61001/964244
43.95/42.60	c Got one! Elapsed wall clock time (in seconds):42.497
43.95/42.60	o 113
44.16/42.85	c cleaning 12355 clauses out of 24717 with flag 5000/979178
44.35/43.07	c cleaning 9174 clauses out of 18362 with flag 11000/985178
44.65/43.31	c cleaning 8089 clauses out of 16188 with flag 18000/992178
44.85/43.58	c cleaning 8044 clauses out of 16099 with flag 26000/1000178
45.15/43.90	c cleaning 8522 clauses out of 17055 with flag 35000/1009178
45.56/44.25	c cleaning 9263 clauses out of 18534 with flag 45001/1019179
45.97/44.60	c cleaning 9630 clauses out of 19270 with flag 55000/1029178
46.26/44.94	c cleaning 9817 clauses out of 19642 with flag 65002/1039180
46.56/45.29	c cleaning 9906 clauses out of 19824 with flag 75001/1049179
46.97/45.63	c cleaning 9953 clauses out of 19917 with flag 85000/1059178
47.27/45.98	c cleaning 9977 clauses out of 19965 with flag 95001/1069179
47.77/46.44	c cleaning 9990 clauses out of 19989 with flag 105002/1079180
48.27/46.99	c cleaning 9994 clauses out of 19997 with flag 115000/1089178
48.67/47.33	c Got one! Elapsed wall clock time (in seconds):47.224
48.67/47.33	o 110
48.87/47.52	c cleaning 10806 clauses out of 21622 with flag 5003/1100797
49.07/47.76	c cleaning 8405 clauses out of 16814 with flag 11001/1106795
49.47/48.14	c cleaning 7691 clauses out of 15408 with flag 18000/1113794
49.87/48.53	c cleaning 7854 clauses out of 15720 with flag 26003/1121797
50.27/48.98	c cleaning 8429 clauses out of 16863 with flag 35000/1130794
50.78/49.48	c cleaning 9208 clauses out of 18434 with flag 45000/1140794
51.37/50.01	c cleaning 9607 clauses out of 19226 with flag 55000/1150794
51.88/50.53	c cleaning 9801 clauses out of 19620 with flag 65001/1160795
52.38/51.02	c cleaning 9901 clauses out of 19818 with flag 75000/1170794
52.59/51.22	c Got one! Elapsed wall clock time (in seconds):51.115
52.59/51.22	o 76
52.59/51.29	c cleaning 7895 clauses out of 15802 with flag 2002/1176679
52.79/51.49	c cleaning 6950 clauses out of 13907 with flag 8002/1182679
53.09/51.72	c cleaning 6975 clauses out of 13955 with flag 15000/1189677
53.39/52.00	c cleaning 7486 clauses out of 14981 with flag 23001/1197678
53.69/52.33	c cleaning 8243 clauses out of 16494 with flag 32000/1206677
53.99/52.69	c cleaning 9124 clauses out of 18254 with flag 42003/1216680
54.20/52.89	c Got one! Elapsed wall clock time (in seconds):52.78
54.20/52.89	o 74
54.41/53.08	c cleaning 9960 clauses out of 19927 with flag 5000/1227477
54.61/53.29	c cleaning 7977 clauses out of 15967 with flag 11000/1233477
54.91/53.52	c cleaning 7491 clauses out of 14990 with flag 18000/1240477
55.11/53.77	c cleaning 7744 clauses out of 15499 with flag 26000/1248477
55.41/54.08	c cleaning 8373 clauses out of 16755 with flag 35000/1257477
55.81/54.42	c cleaning 9187 clauses out of 18384 with flag 45002/1267479
56.11/54.76	c cleaning 9592 clauses out of 19196 with flag 55001/1277478
56.51/55.10	c cleaning 9798 clauses out of 19603 with flag 65000/1287477
56.91/55.51	c cleaning 9899 clauses out of 19806 with flag 75001/1297478
57.31/55.97	c cleaning 9947 clauses out of 19906 with flag 85000/1307477
57.71/56.30	c Got one! Elapsed wall clock time (in seconds):56.191
57.71/56.30	o 45
57.91/56.50	c cleaning 11698 clauses out of 23404 with flag 5002/1320922
58.11/56.71	c cleaning 8846 clauses out of 17705 with flag 11001/1326921
58.31/56.95	c cleaning 7921 clauses out of 15858 with flag 18000/1333920
58.62/57.21	c cleaning 7962 clauses out of 15938 with flag 26001/1341921
58.92/57.52	c cleaning 8482 clauses out of 16975 with flag 35000/1350920
59.22/57.89	c cleaning 9244 clauses out of 18493 with flag 45000/1360920
59.63/58.24	c cleaning 9621 clauses out of 19251 with flag 55002/1370922
59.93/58.58	c cleaning 9809 clauses out of 19630 with flag 65002/1380922
60.32/58.92	c cleaning 9906 clauses out of 19820 with flag 75001/1390921
60.63/59.26	c cleaning 9953 clauses out of 19918 with flag 85005/1400925
60.93/59.60	c cleaning 9975 clauses out of 19961 with flag 95001/1410921
61.33/59.98	c cleaning 9985 clauses out of 19985 with flag 105000/1420920
61.73/60.37	c cleaning 9998 clauses out of 20002 with flag 115002/1430922
62.13/60.78	c cleaning 9992 clauses out of 20002 with flag 125000/1440920
62.23/60.89	c Got one! Elapsed wall clock time (in seconds):60.781
62.23/60.89	o 41
62.33/60.96	c cleaning 7563 clauses out of 15134 with flag 2000/1446044
62.53/61.15	c cleaning 6781 clauses out of 13571 with flag 8000/1452044
62.73/61.39	c cleaning 6888 clauses out of 13790 with flag 15000/1459044
63.04/61.64	c cleaning 7445 clauses out of 14902 with flag 23000/1467044
63.33/61.96	c cleaning 8226 clauses out of 16459 with flag 32002/1476046
63.73/62.30	c cleaning 9107 clauses out of 18232 with flag 42001/1486045
64.04/62.65	c cleaning 9556 clauses out of 19124 with flag 52000/1496044
64.44/63.00	c cleaning 9782 clauses out of 19569 with flag 62001/1506045
64.74/63.36	c cleaning 9888 clauses out of 19786 with flag 72000/1516044
65.04/63.70	c cleaning 9944 clauses out of 19899 with flag 82001/1526045
65.44/64.04	c cleaning 9970 clauses out of 19955 with flag 92001/1536045
65.74/64.39	c cleaning 9987 clauses out of 19984 with flag 102000/1546044
66.14/64.73	c cleaning 9995 clauses out of 19998 with flag 112001/1556045
66.44/65.06	c cleaning 9996 clauses out of 20003 with flag 122001/1566045
66.84/65.40	c cleaning 9998 clauses out of 20006 with flag 132000/1576044
67.14/65.74	c cleaning 9998 clauses out of 20008 with flag 142000/1586044
67.44/66.08	c cleaning 10004 clauses out of 20013 with flag 152003/1596047
67.64/66.20	c Got one! Elapsed wall clock time (in seconds):66.091
67.64/66.20	o 30
67.64/66.27	c cleaning 7607 clauses out of 15223 with flag 2001/1601261
67.84/66.45	c cleaning 6802 clauses out of 13615 with flag 8000/1607260
68.04/66.67	c cleaning 6904 clauses out of 13814 with flag 15001/1614261
68.34/66.93	c cleaning 7448 clauses out of 14910 with flag 23001/1622261
68.64/67.21	c cleaning 8223 clauses out of 16462 with flag 32001/1631261
68.94/67.52	c cleaning 9112 clauses out of 18238 with flag 42000/1641260
69.24/67.84	c cleaning 9557 clauses out of 19126 with flag 52000/1651260
69.55/68.16	c cleaning 9780 clauses out of 19571 with flag 62002/1661262
69.85/68.48	c cleaning 9889 clauses out of 19791 with flag 72002/1671262
70.25/68.81	c cleaning 9943 clauses out of 19900 with flag 82000/1681260
70.55/69.14	c cleaning 9974 clauses out of 19958 with flag 92001/1691261
70.85/69.46	c cleaning 9987 clauses out of 19984 with flag 102001/1701261
71.25/69.80	c cleaning 9995 clauses out of 19997 with flag 112001/1711261
71.55/70.12	c cleaning 9995 clauses out of 20001 with flag 122000/1721260
71.86/70.44	c cleaning 9997 clauses out of 20006 with flag 132000/1731260
72.15/70.76	c cleaning 10000 clauses out of 20010 with flag 142001/1741261
72.46/71.09	c cleaning 10000 clauses out of 20010 with flag 152001/1751261
72.56/71.19	c Got one! Elapsed wall clock time (in seconds):71.077
72.56/71.19	o 21
72.66/71.25	c cleaning 7619 clauses out of 15243 with flag 2000/1756494
72.86/71.45	c cleaning 6808 clauses out of 13624 with flag 8000/1762494
73.06/71.67	c cleaning 6905 clauses out of 13816 with flag 15000/1769494
73.36/71.92	c cleaning 7445 clauses out of 14911 with flag 23000/1777494
73.66/72.22	c cleaning 8230 clauses out of 16466 with flag 32000/1786494
73.97/72.56	c cleaning 9112 clauses out of 18236 with flag 42000/1796494
74.36/72.91	c cleaning 9559 clauses out of 19124 with flag 52000/1806494
74.66/73.27	c cleaning 9779 clauses out of 19566 with flag 62001/1816495
74.97/73.59	c cleaning 9889 clauses out of 19788 with flag 72002/1826496
75.37/73.95	c cleaning 9945 clauses out of 19897 with flag 82000/1836494
75.67/74.29	c cleaning 9971 clauses out of 19952 with flag 92000/1846494
76.07/74.62	c cleaning 9988 clauses out of 19981 with flag 102000/1856494
76.37/74.96	c cleaning 9993 clauses out of 19994 with flag 112001/1866495
76.77/75.31	c cleaning 9996 clauses out of 20000 with flag 122000/1876494
77.07/75.67	c cleaning 9998 clauses out of 20005 with flag 132001/1886495
77.48/76.03	c cleaning 10002 clauses out of 20010 with flag 142004/1896498
77.78/76.39	c cleaning 9998 clauses out of 20005 with flag 152001/1906495
78.18/76.74	c cleaning 10000 clauses out of 20007 with flag 162001/1916495
78.49/77.09	c cleaning 10001 clauses out of 20006 with flag 172000/1926494
78.88/77.45	c cleaning 9998 clauses out of 20006 with flag 182001/1936495
79.28/77.84	c cleaning 10001 clauses out of 20008 with flag 192001/1946495
79.49/78.09	c Got one! Elapsed wall clock time (in seconds):77.978
79.49/78.09	o 12
79.49/78.09	c Got one! Elapsed wall clock time (in seconds):77.982
79.49/78.09	o 10
79.49/78.10	c starts		: 263
79.49/78.10	c conflicts		: 1953440
79.49/78.10	c decisions		: 3331020
79.49/78.10	c propagations		: 53322479
79.49/78.10	c inspects		: 393156022
79.49/78.10	c shortcuts		: 0
79.49/78.10	c learnt literals	: 1
79.49/78.10	c learnt binary clauses	: 58
79.49/78.10	c learnt ternary clauses	: 1061
79.49/78.10	c learnt constraints	: 1953439
79.49/78.10	c ignored constraints	: 0
79.49/78.10	c root simplifications	: 0
79.49/78.10	c removed literals (reason simplification)	: 7979666
79.49/78.10	c reason swapping (by a shorter reason)	: 0
79.49/78.10	c Calls to reduceDB	: 229
79.49/78.10	c number of reductions to clauses (during analyze)	: 0
79.49/78.10	c number of learned constraints concerned by reduction	: 0
79.49/78.10	c number of learning phase by resolution	: 0
79.49/78.10	c number of learning phase by cutting planes	: 0
79.49/78.10	c speed (assignments/second)	: 4.847498090909091E9
79.49/78.10	c non guided choices	2676
79.49/78.10	c learnt constraints type 
79.49/78.10	c constraints type 
79.49/78.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
79.49/78.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
79.49/78.10	s OPTIMUM FOUND
79.59/78.10	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 
79.59/78.10	c objective function=10
79.59/78.10	c Total wall clock time (in seconds): 77.995

Verifier Data

OK	10

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-3492734-1307911202/watcher-3492734-1307911202 -o /var/tmp/evaluation-result-3492734-1307911202/solver-3492734-1307911202 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492734-1307911202.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.05 2.06 2.00 2/195 22315
/proc/meminfo: memFree=1012112/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/22315/stat : 22315 (java) R 22313 22315 19313 0 -1 4202496 952 0 0 0 0 0 0 0 24 0 1 0 883535714 23580672 695 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228090488296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22315/statm: 5757 696 513 9 0 124 0

[startup+0.0750589 s]
/proc/loadavg: 2.05 2.06 2.00 2/195 22315
/proc/meminfo: memFree=1012112/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 11886 0 1 0 5 1 0 0 24 0 18 0 883535714 10724442112 11582 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2618272 11582 1754 9 0 2609006 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.101065 s]
/proc/loadavg: 2.05 2.06 2.00 2/195 22315
/proc/meminfo: memFree=1012112/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10540516 CPUtime=0.1 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 13096 0 1 0 9 1 0 0 24 0 18 0 883535714 10793488384 12761 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2635129 12762 2093 9 0 2625863 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540516

[startup+0.301018 s]
/proc/loadavg: 2.05 2.06 2.00 2/195 22315
/proc/meminfo: memFree=1012112/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10543812 CPUtime=0.51 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 15641 0 1 0 49 2 0 0 24 0 19 0 883535714 10796863488 14689 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2635953 14689 2216 9 0 2626687 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10543812

[startup+0.700941 s]
/proc/loadavg: 2.05 2.06 2.00 2/195 22315
/proc/meminfo: memFree=1012112/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10543684 CPUtime=0.98 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 16497 0 1 0 96 2 0 0 24 0 19 0 883535714 10796732416 15353 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2635921 15353 2220 9 0 2626655 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10543684

[startup+1.5008 s]
/proc/loadavg: 2.05 2.06 2.00 4/214 22334
/proc/meminfo: memFree=955100/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10543552 CPUtime=1.89 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 18093 0 1 0 186 3 0 0 24 0 19 0 883535714 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2635888 16840 2250 9 0 2626622 0
[pid=22315/tid=22317] ppid=22313 vsize=10543552 CPUtime=1.43 cores=1,3,5,7
/proc/22315/task/22317/stat : 22317 (java) R 22313 22315 19313 0 -1 4202560 12798 0 1 0 142 1 0 0 25 0 19 0 883535714 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 46912505540935 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22318/stat : 22318 (java) S 22313 22315 19313 0 -1 4202560 98 0 0 0 0 0 0 0 16 0 19 0 883535716 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22319] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22319/stat : 22319 (java) S 22313 22315 19313 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 883535716 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22320] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22320/stat : 22320 (java) S 22313 22315 19313 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 883535716 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22321] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22321/stat : 22321 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22322] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22322/stat : 22322 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883535716 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22323] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22323/stat : 22323 (java) S 22313 22315 19313 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22324] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22324/stat : 22324 (java) S 22313 22315 19313 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 19 0 883535716 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22325] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22325/stat : 22325 (java) S 22313 22315 19313 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22326] ppid=22313 vsize=10543552 CPUtime=0.03 cores=1,3,5,7
/proc/22315/task/22326/stat : 22326 (java) S 22313 22315 19313 0 -1 4202560 539 0 0 0 3 0 0 0 15 0 19 0 883535717 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22327] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22327/stat : 22327 (java) S 22313 22315 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883535717 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22328] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22328/stat : 22328 (java) S 22313 22315 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883535717 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22329] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22329/stat : 22329 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22330] ppid=22313 vsize=10543552 CPUtime=0.21 cores=1,3,5,7
/proc/22315/task/22330/stat : 22330 (java) S 22313 22315 19313 0 -1 4202560 1203 0 0 0 21 0 0 0 15 0 19 0 883535720 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22331] ppid=22313 vsize=10543552 CPUtime=0.17 cores=1,3,5,7
/proc/22315/task/22331/stat : 22331 (java) S 22313 22315 19313 0 -1 4202560 1743 0 0 0 17 0 0 0 15 0 19 0 883535720 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22332] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22332/stat : 22332 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22333] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22333/stat : 22333 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883535720 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22334] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22334/stat : 22334 (java) S 22313 22315 19313 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883535731 10796597248 16840 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10543552

[startup+3.1015 s]
/proc/loadavg: 2.05 2.06 2.00 3/214 22334
/proc/meminfo: memFree=952992/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10543552 CPUtime=3.49 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 18116 0 1 0 346 3 0 0 24 0 19 0 883535714 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2635888 16858 2250 9 0 2626622 0
[pid=22315/tid=22317] ppid=22313 vsize=10543552 CPUtime=2.96 cores=1,3,5,7
/proc/22315/task/22317/stat : 22317 (java) R 22313 22315 19313 0 -1 4202560 12803 0 1 0 295 1 0 0 25 0 19 0 883535714 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 46912505587191 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22318/stat : 22318 (java) S 22313 22315 19313 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22319] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22319/stat : 22319 (java) S 22313 22315 19313 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22320] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22320/stat : 22320 (java) S 22313 22315 19313 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22321] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22321/stat : 22321 (java) S 22313 22315 19313 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22322] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22322/stat : 22322 (java) S 22313 22315 19313 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22323] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22323/stat : 22323 (java) S 22313 22315 19313 0 -1 4202560 105 0 0 0 0 0 0 0 16 0 19 0 883535716 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22324] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22324/stat : 22324 (java) S 22313 22315 19313 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 883535716 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22325] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22325/stat : 22325 (java) S 22313 22315 19313 0 -1 4202560 198 0 0 0 0 0 0 0 16 0 19 0 883535716 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22326] ppid=22313 vsize=10543552 CPUtime=0.09 cores=1,3,5,7
/proc/22315/task/22326/stat : 22326 (java) S 22313 22315 19313 0 -1 4202560 539 0 0 0 9 0 0 0 15 0 19 0 883535717 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22327] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22327/stat : 22327 (java) S 22313 22315 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883535717 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22328] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22328/stat : 22328 (java) S 22313 22315 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883535717 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22329] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22329/stat : 22329 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22330] ppid=22313 vsize=10543552 CPUtime=0.21 cores=1,3,5,7
/proc/22315/task/22330/stat : 22330 (java) S 22313 22315 19313 0 -1 4202560 1203 0 0 0 21 0 0 0 15 0 19 0 883535720 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22331] ppid=22313 vsize=10543552 CPUtime=0.17 cores=1,3,5,7
/proc/22315/task/22331/stat : 22331 (java) S 22313 22315 19313 0 -1 4202560 1743 0 0 0 17 0 0 0 15 0 19 0 883535720 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22332] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22332/stat : 22332 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22333] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22333/stat : 22333 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883535720 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22334] ppid=22313 vsize=10543552 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22334/stat : 22334 (java) S 22313 22315 19313 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883535731 10796597248 16858 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10543552

[startup+6.30093 s]
/proc/loadavg: 2.05 2.06 2.00 3/214 22334
/proc/meminfo: memFree=951752/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10544744 CPUtime=6.78 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 19038 0 1 0 675 3 0 0 24 0 19 0 883535714 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2636186 17011 2251 9 0 2626920 0
[pid=22315/tid=22317] ppid=22313 vsize=10544744 CPUtime=6.01 cores=1,3,5,7
/proc/22315/task/22317/stat : 22317 (java) S 22313 22315 19313 0 -1 4202560 12815 0 1 0 600 1 0 0 20 0 19 0 883535714 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22318/stat : 22318 (java) S 22313 22315 19313 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 883535716 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22319] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22319/stat : 22319 (java) S 22313 22315 19313 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 883535716 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22320] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22320/stat : 22320 (java) S 22313 22315 19313 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 883535716 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22321] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22321/stat : 22321 (java) S 22313 22315 19313 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 883535716 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22322] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22322/stat : 22322 (java) S 22313 22315 19313 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883535716 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22323] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22323/stat : 22323 (java) S 22313 22315 19313 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 883535716 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22324] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22324/stat : 22324 (java) S 22313 22315 19313 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 883535716 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22325] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22325/stat : 22325 (java) S 22313 22315 19313 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 883535716 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22326] ppid=22313 vsize=10544744 CPUtime=0.23 cores=1,3,5,7
/proc/22315/task/22326/stat : 22326 (java) R 22313 22315 19313 0 -1 4202560 562 0 0 0 23 0 0 0 15 0 19 0 883535717 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228095145033 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=22315/tid=22327] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22327/stat : 22327 (java) S 22313 22315 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883535717 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22328] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22328/stat : 22328 (java) S 22313 22315 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883535717 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22329] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22329/stat : 22329 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22330] ppid=22313 vsize=10544744 CPUtime=0.29 cores=1,3,5,7
/proc/22315/task/22330/stat : 22330 (java) S 22313 22315 19313 0 -1 4202560 2048 0 0 0 29 0 0 0 15 0 19 0 883535720 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22331] ppid=22313 vsize=10544744 CPUtime=0.17 cores=1,3,5,7
/proc/22315/task/22331/stat : 22331 (java) S 22313 22315 19313 0 -1 4202560 1743 0 0 0 17 0 0 0 15 0 19 0 883535720 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22332] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22332/stat : 22332 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22333] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22333/stat : 22333 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883535720 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22334] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22334/stat : 22334 (java) S 22313 22315 19313 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883535731 10797817856 17011 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 10544744

[startup+12.7007 s]

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

/proc/22315/task/22318/stat : 22318 (java) S 22313 22315 19313 0 -1 4202560 227 0 0 0 5 0 0 0 15 0 19 0 883535716 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22319] ppid=22313 vsize=10544744 CPUtime=0.07 cores=1,3,5,7
/proc/22315/task/22319/stat : 22319 (java) S 22313 22315 19313 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 19 0 883535716 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22320] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22320/stat : 22320 (java) S 22313 22315 19313 0 -1 4202560 100 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22321] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22321/stat : 22321 (java) S 22313 22315 19313 0 -1 4202560 20 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22322] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22322/stat : 22322 (java) S 22313 22315 19313 0 -1 4202560 11 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22323] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22323/stat : 22323 (java) S 22313 22315 19313 0 -1 4202560 236 0 0 0 6 0 0 0 16 0 19 0 883535716 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22324] ppid=22313 vsize=10544744 CPUtime=0.07 cores=1,3,5,7
/proc/22315/task/22324/stat : 22324 (java) S 22313 22315 19313 0 -1 4202560 319 0 0 0 7 0 0 0 16 0 19 0 883535716 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22325] ppid=22313 vsize=10544744 CPUtime=0.05 cores=1,3,5,7
/proc/22315/task/22325/stat : 22325 (java) S 22313 22315 19313 0 -1 4202560 462 0 0 0 5 0 0 0 15 0 19 0 883535716 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22326] ppid=22313 vsize=10544744 CPUtime=3.06 cores=1,3,5,7
/proc/22315/task/22326/stat : 22326 (java) S 22313 22315 19313 0 -1 4202560 1158 0 0 0 303 3 0 0 15 0 19 0 883535717 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22327] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22327/stat : 22327 (java) S 22313 22315 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883535717 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22328] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22328/stat : 22328 (java) S 22313 22315 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883535717 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22329] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22329/stat : 22329 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22330] ppid=22313 vsize=10544744 CPUtime=0.36 cores=1,3,5,7
/proc/22315/task/22330/stat : 22330 (java) S 22313 22315 19313 0 -1 4202560 2060 0 0 0 36 0 0 0 15 0 19 0 883535720 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22331] ppid=22313 vsize=10544744 CPUtime=0.86 cores=1,3,5,7
/proc/22315/task/22331/stat : 22331 (java) S 22313 22315 19313 0 -1 4202560 14026 0 0 0 85 1 0 0 15 0 19 0 883535720 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22332] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22332/stat : 22332 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22333] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22333/stat : 22333 (java) S 22313 22315 19313 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883535720 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22334] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22334/stat : 22334 (java) S 22313 22315 19313 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883535731 10797817856 22872 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 78.18
Current children cumulated vsize (KiB) 10544744

[startup+77.5009 s]
/proc/loadavg: 2.01 2.04 2.00 3/214 22336
/proc/meminfo: memFree=928288/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10544744 CPUtime=78.98 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 32809 0 1 0 7887 11 0 0 24 0 19 0 883535714 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2636186 22873 2252 9 0 2626920 0
[pid=22315/tid=22317] ppid=22313 vsize=10544744 CPUtime=74.06 cores=1,3,5,7
/proc/22315/task/22317/stat : 22317 (java) R 22313 22315 19313 0 -1 4202560 13024 0 1 0 7404 2 0 0 25 0 19 0 883535714 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 46912505598985 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22318/stat : 22318 (java) S 22313 22315 19313 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22319] ppid=22313 vsize=10544744 CPUtime=0.07 cores=1,3,5,7
/proc/22315/task/22319/stat : 22319 (java) S 22313 22315 19313 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22320] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22320/stat : 22320 (java) S 22313 22315 19313 0 -1 4202560 101 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22321] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22321/stat : 22321 (java) S 22313 22315 19313 0 -1 4202560 20 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22322] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22322/stat : 22322 (java) S 22313 22315 19313 0 -1 4202560 11 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22323] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22323/stat : 22323 (java) S 22313 22315 19313 0 -1 4202560 236 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22324] ppid=22313 vsize=10544744 CPUtime=0.07 cores=1,3,5,7
/proc/22315/task/22324/stat : 22324 (java) S 22313 22315 19313 0 -1 4202560 319 0 0 0 7 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22325] ppid=22313 vsize=10544744 CPUtime=0.05 cores=1,3,5,7
/proc/22315/task/22325/stat : 22325 (java) S 22313 22315 19313 0 -1 4202560 462 0 0 0 5 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22326] ppid=22313 vsize=10544744 CPUtime=3.1 cores=1,3,5,7
/proc/22315/task/22326/stat : 22326 (java) S 22313 22315 19313 0 -1 4202560 1158 0 0 0 307 3 0 0 15 0 19 0 883535717 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22327] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22327/stat : 22327 (java) S 22313 22315 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883535717 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22328] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22328/stat : 22328 (java) S 22313 22315 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883535717 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22329] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22329/stat : 22329 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22330] ppid=22313 vsize=10544744 CPUtime=0.36 cores=1,3,5,7
/proc/22315/task/22330/stat : 22330 (java) S 22313 22315 19313 0 -1 4202560 2060 0 0 0 36 0 0 0 15 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22331] ppid=22313 vsize=10544744 CPUtime=0.86 cores=1,3,5,7
/proc/22315/task/22331/stat : 22331 (java) S 22313 22315 19313 0 -1 4202560 14026 0 0 0 85 1 0 0 15 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22332] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22332/stat : 22332 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22333] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22333/stat : 22333 (java) S 22313 22315 19313 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22334] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22334/stat : 22334 (java) S 22313 22315 19313 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883535731 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 78.98
Current children cumulated vsize (KiB) 10544744

[startup+77.9008 s]
/proc/loadavg: 2.01 2.04 2.00 3/214 22336
/proc/meminfo: memFree=928288/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10544744 CPUtime=79.38 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 32810 0 1 0 7927 11 0 0 24 0 19 0 883535714 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2636186 22873 2252 9 0 2626920 0
[pid=22315/tid=22317] ppid=22313 vsize=10544744 CPUtime=74.44 cores=1,3,5,7
/proc/22315/task/22317/stat : 22317 (java) R 22313 22315 19313 0 -1 4202560 13025 0 1 0 7442 2 0 0 25 0 19 0 883535714 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 46912505587260 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22318/stat : 22318 (java) S 22313 22315 19313 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22319] ppid=22313 vsize=10544744 CPUtime=0.07 cores=1,3,5,7
/proc/22315/task/22319/stat : 22319 (java) S 22313 22315 19313 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22320] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22320/stat : 22320 (java) S 22313 22315 19313 0 -1 4202560 101 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22321] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22321/stat : 22321 (java) S 22313 22315 19313 0 -1 4202560 20 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22322] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22322/stat : 22322 (java) S 22313 22315 19313 0 -1 4202560 11 0 0 0 6 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22323] ppid=22313 vsize=10544744 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22323/stat : 22323 (java) S 22313 22315 19313 0 -1 4202560 236 0 0 0 6 0 0 0 16 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22324] ppid=22313 vsize=10544744 CPUtime=0.07 cores=1,3,5,7
/proc/22315/task/22324/stat : 22324 (java) S 22313 22315 19313 0 -1 4202560 319 0 0 0 7 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22325] ppid=22313 vsize=10544744 CPUtime=0.05 cores=1,3,5,7
/proc/22315/task/22325/stat : 22325 (java) S 22313 22315 19313 0 -1 4202560 462 0 0 0 5 0 0 0 15 0 19 0 883535716 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22326] ppid=22313 vsize=10544744 CPUtime=3.11 cores=1,3,5,7
/proc/22315/task/22326/stat : 22326 (java) S 22313 22315 19313 0 -1 4202560 1158 0 0 0 308 3 0 0 15 0 19 0 883535717 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22327] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22327/stat : 22327 (java) S 22313 22315 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883535717 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22328] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22328/stat : 22328 (java) S 22313 22315 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883535717 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22329] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22329/stat : 22329 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22330] ppid=22313 vsize=10544744 CPUtime=0.36 cores=1,3,5,7
/proc/22315/task/22330/stat : 22330 (java) S 22313 22315 19313 0 -1 4202560 2060 0 0 0 36 0 0 0 15 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22331] ppid=22313 vsize=10544744 CPUtime=0.86 cores=1,3,5,7
/proc/22315/task/22331/stat : 22331 (java) S 22313 22315 19313 0 -1 4202560 14026 0 0 0 85 1 0 0 15 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22332] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22332/stat : 22332 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22333] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22333/stat : 22333 (java) S 22313 22315 19313 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883535720 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22334] ppid=22313 vsize=10544744 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22334/stat : 22334 (java) S 22313 22315 19313 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883535731 10797817856 22873 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 79.38
Current children cumulated vsize (KiB) 10544744

[startup+78.1067 s]
/proc/loadavg: 2.01 2.04 2.00 3/214 22336
/proc/meminfo: memFree=928164/32951124 swapFree=67053956/67111528
[pid=22315] ppid=22313 vsize=10545772 CPUtime=79.59 cores=1,3,5,7
/proc/22315/stat : 22315 (java) S 22313 22315 19313 0 -1 4202496 32825 0 1 0 7948 11 0 0 24 0 20 0 883535714 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22315/statm: 2636443 22888 2252 9 0 2627177 0
[pid=22315/tid=22317] ppid=22313 vsize=10545772 CPUtime=74.65 cores=1,3,5,7
/proc/22315/task/22317/stat : 22317 (java) S 22313 22315 19313 0 -1 4202560 13031 0 1 0 7463 2 0 0 25 0 20 0 883535714 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=10545772 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22318/stat : 22318 (java) S 22313 22315 19313 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 20 0 883535716 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22319] ppid=22313 vsize=10545772 CPUtime=0.07 cores=1,3,5,7
/proc/22315/task/22319/stat : 22319 (java) S 22313 22315 19313 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 20 0 883535716 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22320] ppid=22313 vsize=10545772 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22320/stat : 22320 (java) S 22313 22315 19313 0 -1 4202560 101 0 0 0 6 0 0 0 15 0 20 0 883535716 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22321] ppid=22313 vsize=10545772 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22321/stat : 22321 (java) S 22313 22315 19313 0 -1 4202560 20 0 0 0 6 0 0 0 15 0 20 0 883535716 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22322] ppid=22313 vsize=10545772 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22322/stat : 22322 (java) S 22313 22315 19313 0 -1 4202560 11 0 0 0 6 0 0 0 15 0 20 0 883535716 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22323] ppid=22313 vsize=10545772 CPUtime=0.06 cores=1,3,5,7
/proc/22315/task/22323/stat : 22323 (java) S 22313 22315 19313 0 -1 4202560 236 0 0 0 6 0 0 0 16 0 20 0 883535716 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22315/tid=22324] ppid=22313 vsize=10545772 CPUtime=0.07 cores=1,3,5,7
/proc/22315/task/22324/stat : 22324 (java) S 22313 22315 19313 0 -1 4202560 319 0 0 0 7 0 0 0 15 0 20 0 883535716 10798870528 22888 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22325] ppid=22313 vsize=10545772 CPUtime=0.05 cores=1,3,5,7
/proc/22315/task/22325/stat : 22325 (java) S 22313 22315 19313 0 -1 4202560 462 0 0 0 5 0 0 0 15 0 20 0 883535716 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22315/tid=22326] ppid=22313 vsize=10545772 CPUtime=3.11 cores=1,3,5,7
/proc/22315/task/22326/stat : 22326 (java) S 22313 22315 19313 0 -1 4202560 1158 0 0 0 308 3 0 0 15 0 20 0 883535717 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22327] ppid=22313 vsize=10545772 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22327/stat : 22327 (java) S 22313 22315 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 883535717 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22328] ppid=22313 vsize=10545772 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22328/stat : 22328 (java) S 22313 22315 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 883535717 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22329] ppid=22313 vsize=10545772 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22329/stat : 22329 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 883535720 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22330] ppid=22313 vsize=10545772 CPUtime=0.37 cores=1,3,5,7
/proc/22315/task/22330/stat : 22330 (java) R 22313 22315 19313 0 -1 4202560 2060 0 0 0 37 0 0 0 15 0 20 0 883535720 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 47627463113320 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22315/tid=22331] ppid=22313 vsize=10545772 CPUtime=0.86 cores=1,3,5,7
/proc/22315/task/22331/stat : 22331 (java) S 22313 22315 19313 0 -1 4202560 14026 0 0 0 85 1 0 0 15 0 20 0 883535720 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22332] ppid=22313 vsize=10545772 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22332/stat : 22332 (java) S 22313 22315 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 883535720 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22315/tid=22333] ppid=22313 vsize=10545772 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22333/stat : 22333 (java) S 22313 22315 19313 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 883535720 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22315/tid=22334] ppid=22313 vsize=10545772 CPUtime=0 cores=1,3,5,7
/proc/22315/task/22334/stat : 22334 (java) S 22313 22315 19313 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 883535731 10798870528 22889 33554432000 1073741824 1073778376 140736175603104 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 79.59
Current children cumulated vsize (KiB) 10545772

Child status: 30
Real time (s): 78.113
CPU time (s): 79.6059
CPU user time (s): 79.4889
CPU system time (s): 0.116982
CPU usage (%): 101.911
Max. virtual memory (cumulated for all children) (KiB): 10546300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.4889
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32831
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= 7551
involuntary context switches= 3960

runsolver used 0.138978 second user time and 0.299954 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-12 22:40:02
IDJOB=3492734
IDBENCH=79250
IDSOLVER=1982
FILE ID=node142/3492734-1307911202
RUNJOBID= node142-1307908333-21607
PBS_JOBID= 13559566
Free space on /var/tmp= 2908 MiB

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

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

MD5SUM BENCH= a2fcadde47f67cca69c2b162b15fa373
RANDOM SEED=103275000

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1012764 kB
Buffers:         66536 kB
Cached:       30493732 kB
SwapCached:      10176 kB
Active:       16328032 kB
Inactive:     14661124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1012764 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:             160 kB
Writeback:           0 kB
AnonPages:      427284 kB
Mapped:          21244 kB
Slab:           885692 kB
PageTables:       5608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10549296 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= 2908 MiB
End job on node142 at 2011-06-12 22:41:21