Trace number 3492328

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 78.0191 76.4388

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-33-100-0.wbo
MD5SUMe6f21b791cbec43296f2521eec73463c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1.9347
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492328-1307909504.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.056s.
0.10/0.16	c #vars     238
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 => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.147
0.28/0.25	o 708
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.174
0.28/0.28	o 696
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.19
0.28/0.29	o 621
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.21
0.56/0.31	o 608
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.56/0.34	o 603
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.26
0.56/0.36	o 601
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.289
0.56/0.39	o 526
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.338
0.69/0.44	o 485
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.385
0.69/0.49	o 471
0.80/0.55	c Got one! Elapsed wall clock time (in seconds):0.449
0.80/0.55	o 413
0.90/0.69	c cleaning 5100 clauses out of 10207 with flag 2001/10207
1.09/0.80	c Got one! Elapsed wall clock time (in seconds):0.692
1.09/0.80	o 392
1.43/0.92	c Got one! Elapsed wall clock time (in seconds):0.813
1.43/0.92	o 344
1.43/0.96	c cleaning 5646 clauses out of 11305 with flag 1001/16405
1.74/1.21	c Got one! Elapsed wall clock time (in seconds):1.11
1.74/1.21	o 314
1.94/1.43	c cleaning 8309 clauses out of 16626 with flag 5000/27372
1.94/1.48	c Got one! Elapsed wall clock time (in seconds):1.377
1.94/1.48	o 305
2.06/1.59	c Got one! Elapsed wall clock time (in seconds):1.482
2.06/1.59	o 298
2.16/1.68	c Got one! Elapsed wall clock time (in seconds):1.576
2.16/1.68	o 279
2.27/1.73	c cleaning 7426 clauses out of 14855 with flag 1000/33910
2.58/2.01	c cleaning 6712 clauses out of 13432 with flag 7003/39913
2.68/2.10	c Got one! Elapsed wall clock time (in seconds):1.999
2.68/2.10	o 272
2.78/2.23	c cleaning 5909 clauses out of 11829 with flag 3003/45022
2.98/2.46	c cleaning 5953 clauses out of 11919 with flag 9002/51021
3.08/2.53	c Got one! Elapsed wall clock time (in seconds):2.424
3.08/2.53	o 264
3.18/2.68	c cleaning 5594 clauses out of 11198 with flag 4002/56253
3.38/2.85	c Got one! Elapsed wall clock time (in seconds):2.75
3.38/2.85	o 236
3.48/2.90	c cleaning 5570 clauses out of 11147 with flag 1000/61796
3.68/3.11	c cleaning 5783 clauses out of 11578 with flag 7001/67797
3.78/3.23	c Got one! Elapsed wall clock time (in seconds):3.121
3.78/3.23	o 234
3.78/3.29	c cleaning 5457 clauses out of 10926 with flag 2000/72928
3.99/3.44	c Got one! Elapsed wall clock time (in seconds):3.336
3.99/3.44	o 233
3.99/3.48	c cleaning 5426 clauses out of 10861 with flag 1001/78320
4.21/3.69	c cleaning 5713 clauses out of 11437 with flag 7003/84322
4.51/3.93	c cleaning 6357 clauses out of 12722 with flag 14001/91320
4.61/4.07	c Got one! Elapsed wall clock time (in seconds):3.966
4.61/4.07	o 188
4.71/4.11	c cleaning 5762 clauses out of 11528 with flag 1001/96483
4.81/4.30	c cleaning 5875 clauses out of 11768 with flag 7003/102485
5.11/4.56	c cleaning 6442 clauses out of 12891 with flag 14001/109483
5.50/4.93	c cleaning 7220 clauses out of 14449 with flag 22001/117483
5.60/5.06	c Got one! Elapsed wall clock time (in seconds):4.952
5.60/5.06	o 179
5.70/5.16	c cleaning 6569 clauses out of 13144 with flag 3000/123398
5.90/5.37	c cleaning 6288 clauses out of 12579 with flag 9004/129402
6.20/5.61	c cleaning 6639 clauses out of 13288 with flag 16001/136399
6.50/5.91	c cleaning 7318 clauses out of 14649 with flag 24001/144399
6.90/6.30	c cleaning 8161 clauses out of 16330 with flag 33000/153398
7.20/6.61	c Got one! Elapsed wall clock time (in seconds):6.508
7.20/6.61	o 166
7.40/6.82	c cleaning 10639 clauses out of 21286 with flag 5000/166515
7.60/7.03	c cleaning 8317 clauses out of 16647 with flag 11000/172515
7.80/7.27	c cleaning 7656 clauses out of 15331 with flag 18001/179516
8.10/7.57	c cleaning 7832 clauses out of 15676 with flag 26002/187517
8.51/7.90	c cleaning 8414 clauses out of 16842 with flag 35000/196515
8.61/8.05	c Got one! Elapsed wall clock time (in seconds):7.947
8.61/8.05	o 154
8.71/8.12	c cleaning 7140 clauses out of 14285 with flag 2001/202372
8.91/8.33	c cleaning 6566 clauses out of 13145 with flag 8001/208372
9.11/8.51	c Got one! Elapsed wall clock time (in seconds):8.41
9.11/8.51	o 128
9.11/8.55	c cleaning 6268 clauses out of 12544 with flag 1003/214337
9.31/8.75	c cleaning 6131 clauses out of 12273 with flag 7000/220334
9.61/9.00	c cleaning 6565 clauses out of 13143 with flag 14001/227335
9.91/9.30	c cleaning 7281 clauses out of 14578 with flag 22001/235335
10.21/9.64	c cleaning 8143 clauses out of 16298 with flag 31002/244336
10.61/10.03	c cleaning 9077 clauses out of 18159 with flag 41006/254340
10.91/10.34	c Got one! Elapsed wall clock time (in seconds):10.238
10.91/10.34	o 123
11.11/10.54	c cleaning 11033 clauses out of 22073 with flag 5001/267331
11.31/10.77	c cleaning 8517 clauses out of 17043 with flag 11004/273334
11.65/11.06	c cleaning 7757 clauses out of 15522 with flag 18000/280330
11.94/11.36	c cleaning 7877 clauses out of 15765 with flag 26000/288330
12.37/11.74	c cleaning 8433 clauses out of 16888 with flag 35000/297330
13.10/12.18	c cleaning 9220 clauses out of 18457 with flag 45002/307332
13.96/12.63	c cleaning 9607 clauses out of 19235 with flag 55000/317330
14.38/13.10	c cleaning 9810 clauses out of 19628 with flag 65000/327330
14.87/13.52	c cleaning 9903 clauses out of 19818 with flag 75000/337330
15.28/13.98	c cleaning 9951 clauses out of 19916 with flag 85001/347331
15.78/14.40	c cleaning 9976 clauses out of 19965 with flag 95001/357331
15.78/14.46	c Got one! Elapsed wall clock time (in seconds):14.351
15.78/14.46	o 113
15.98/14.65	c cleaning 7889 clauses out of 15788 with flag 5001/363130
16.18/14.88	c cleaning 6946 clauses out of 13899 with flag 11001/369130
16.48/15.15	c cleaning 6971 clauses out of 13954 with flag 18002/376131
16.79/15.46	c cleaning 7488 clauses out of 14982 with flag 26001/384130
17.18/15.84	c cleaning 8241 clauses out of 16494 with flag 35001/393130
17.68/16.33	c cleaning 9119 clauses out of 18252 with flag 45000/403129
18.18/16.81	c cleaning 9561 clauses out of 19133 with flag 55000/413129
18.58/17.27	c cleaning 9783 clauses out of 19573 with flag 65001/423130
19.08/17.75	c cleaning 9890 clauses out of 19790 with flag 75001/433130
19.49/18.19	c cleaning 9941 clauses out of 19899 with flag 85000/443129
19.80/18.47	c Got one! Elapsed wall clock time (in seconds):18.366
19.80/18.47	o 108
20.00/18.68	c cleaning 11017 clauses out of 22046 with flag 5000/455217
20.30/18.93	c cleaning 8510 clauses out of 17031 with flag 11002/461219
20.60/19.24	c cleaning 7752 clauses out of 15521 with flag 18002/468219
20.90/19.59	c cleaning 7877 clauses out of 15768 with flag 26001/476218
21.40/20.02	c cleaning 8435 clauses out of 16891 with flag 35001/485218
21.80/20.46	c cleaning 9220 clauses out of 18457 with flag 45002/495219
22.31/20.95	c cleaning 9611 clauses out of 19235 with flag 55000/505217
22.80/21.43	c cleaning 9807 clauses out of 19626 with flag 65002/515219
23.31/21.92	c cleaning 9902 clauses out of 19817 with flag 75000/525217
23.80/22.41	c cleaning 9949 clauses out of 19916 with flag 85001/535218
24.20/22.90	c cleaning 9977 clauses out of 19970 with flag 95004/545221
24.70/23.34	c cleaning 9991 clauses out of 19989 with flag 105000/555217
25.11/23.77	c cleaning 9998 clauses out of 19999 with flag 115001/565218
25.61/24.24	c cleaning 9989 clauses out of 20001 with flag 125001/575218
25.91/24.50	c Got one! Elapsed wall clock time (in seconds):24.396
25.91/24.50	o 106
26.11/24.70	c cleaning 10571 clauses out of 21149 with flag 5000/586355
26.32/24.92	c cleaning 8285 clauses out of 16578 with flag 11000/592355
26.52/25.17	c cleaning 7641 clauses out of 15293 with flag 18000/599355
26.82/25.46	c cleaning 7820 clauses out of 15652 with flag 26000/607355
27.12/25.77	c cleaning 8409 clauses out of 16832 with flag 35000/616355
27.51/26.13	c cleaning 9208 clauses out of 18423 with flag 45000/626355
27.82/26.48	c cleaning 9605 clauses out of 19215 with flag 55000/636355
28.22/26.83	c cleaning 9802 clauses out of 19613 with flag 65003/646358
28.62/27.22	c cleaning 9897 clauses out of 19808 with flag 75000/656355
29.02/27.62	c cleaning 9952 clauses out of 19912 with flag 85001/666356
29.42/28.01	c cleaning 9975 clauses out of 19963 with flag 95004/676359
29.82/28.40	c cleaning 9986 clauses out of 19984 with flag 105000/686355
30.22/28.81	c cleaning 9994 clauses out of 19999 with flag 115001/696356
30.22/28.88	c Got one! Elapsed wall clock time (in seconds):28.776
30.22/28.88	o 100
30.42/29.02	c cleaning 7785 clauses out of 15578 with flag 4000/701929
30.62/29.23	c cleaning 6893 clauses out of 13794 with flag 10001/707930
30.82/29.49	c cleaning 6945 clauses out of 13901 with flag 17001/714930
31.22/29.81	c cleaning 7469 clauses out of 14956 with flag 25001/722930
31.53/30.19	c cleaning 8240 clauses out of 16486 with flag 34000/731929
32.03/30.62	c cleaning 9120 clauses out of 18246 with flag 44000/741929
32.43/31.06	c cleaning 9558 clauses out of 19127 with flag 54001/751930
32.53/31.13	c Got one! Elapsed wall clock time (in seconds):31.026
32.53/31.13	o 91
32.63/31.26	c cleaning 7603 clauses out of 15214 with flag 4000/757575
32.83/31.47	c cleaning 6800 clauses out of 13613 with flag 10002/763577
33.12/31.72	c cleaning 6903 clauses out of 13812 with flag 17001/770576
33.33/32.00	c cleaning 7453 clauses out of 14909 with flag 25001/778576
33.73/32.31	c cleaning 8222 clauses out of 16455 with flag 34000/787575
34.03/32.65	c cleaning 9111 clauses out of 18233 with flag 44000/797575
34.43/33.07	c cleaning 9551 clauses out of 19123 with flag 54001/807576
34.83/33.49	c cleaning 9782 clauses out of 19571 with flag 64000/817575
35.03/33.67	c Got one! Elapsed wall clock time (in seconds):33.562
35.03/33.67	o 83
35.13/33.71	c cleaning 7557 clauses out of 15121 with flag 1002/822907
35.33/33.91	c cleaning 6776 clauses out of 13564 with flag 7002/828907
35.53/34.15	c cleaning 6890 clauses out of 13788 with flag 14002/835907
35.83/34.44	c cleaning 7443 clauses out of 14899 with flag 22003/843908
36.13/34.75	c cleaning 8223 clauses out of 16453 with flag 31000/852905
36.53/35.10	c cleaning 9112 clauses out of 18231 with flag 41001/862906
36.84/35.45	c cleaning 9555 clauses out of 19119 with flag 51001/872906
37.14/35.79	c cleaning 9778 clauses out of 19565 with flag 61002/882907
37.63/36.21	c cleaning 9888 clauses out of 19785 with flag 71000/892905
38.13/36.70	c cleaning 9945 clauses out of 19898 with flag 81001/902906
38.64/37.27	c cleaning 9970 clauses out of 19952 with flag 91000/912905
39.14/37.72	c cleaning 9986 clauses out of 19982 with flag 101000/922905
39.54/38.17	c cleaning 9979 clauses out of 19997 with flag 111001/932906
40.04/38.64	c cleaning 10002 clauses out of 20018 with flag 121001/942906
40.54/39.13	c cleaning 10001 clauses out of 20017 with flag 131002/952907
40.64/39.25	c Got one! Elapsed wall clock time (in seconds):39.144
40.64/39.25	o 82
40.74/39.36	c cleaning 7872 clauses out of 15749 with flag 3000/958640
40.95/39.60	c cleaning 6933 clauses out of 13878 with flag 9001/964641
41.25/39.86	c cleaning 6970 clauses out of 13946 with flag 16002/971642
41.55/40.15	c cleaning 7480 clauses out of 14974 with flag 24000/979640
41.85/40.49	c cleaning 8242 clauses out of 16494 with flag 33000/988640
42.25/40.87	c cleaning 9122 clauses out of 18252 with flag 43000/998640
42.65/41.27	c cleaning 9561 clauses out of 19130 with flag 53000/1008640
43.05/41.67	c cleaning 9780 clauses out of 19569 with flag 63000/1018640
43.45/42.04	c cleaning 9889 clauses out of 19790 with flag 73001/1028641
43.85/42.42	c cleaning 9947 clauses out of 19903 with flag 83003/1038643
44.26/42.83	c cleaning 9971 clauses out of 19954 with flag 93001/1048641
44.65/43.21	c cleaning 9985 clauses out of 19982 with flag 103000/1058640
44.95/43.57	c cleaning 9995 clauses out of 19997 with flag 113000/1068640
45.36/43.95	c cleaning 9995 clauses out of 20002 with flag 123000/1078640
45.76/44.31	c Got one! Elapsed wall clock time (in seconds):44.209
45.76/44.31	o 79
45.96/44.52	c cleaning 12122 clauses out of 24247 with flag 5000/1092880
46.16/44.74	c cleaning 9057 clauses out of 18125 with flag 11000/1098880
46.46/45.02	c cleaning 8029 clauses out of 16069 with flag 18001/1105881
46.56/45.18	c Got one! Elapsed wall clock time (in seconds):45.078
46.56/45.18	o 71
46.67/45.22	c cleaning 6860 clauses out of 13726 with flag 1002/1111567
46.88/45.42	c cleaning 6429 clauses out of 12865 with flag 7001/1117566
47.08/45.66	c cleaning 6714 clauses out of 13437 with flag 14002/1124567
47.38/45.93	c cleaning 7353 clauses out of 14722 with flag 22001/1132566
47.77/46.30	c cleaning 8180 clauses out of 16369 with flag 31001/1141566
47.97/46.56	c Got one! Elapsed wall clock time (in seconds):46.452
47.97/46.56	o 63
48.17/46.75	c cleaning 9861 clauses out of 19724 with flag 5002/1153101
48.37/46.97	c cleaning 7927 clauses out of 15863 with flag 11002/1159101
48.68/47.22	c cleaning 7465 clauses out of 14935 with flag 18001/1166100
48.87/47.48	c cleaning 7729 clauses out of 15470 with flag 26001/1174100
49.17/47.80	c cleaning 8366 clauses out of 16740 with flag 35000/1183099
49.27/47.82	c Got one! Elapsed wall clock time (in seconds):47.714
49.27/47.82	o 44
49.38/47.98	c cleaning 6788 clauses out of 13581 with flag 5000/1188306
49.58/48.18	c cleaning 6391 clauses out of 12793 with flag 11000/1194306
49.88/48.42	c cleaning 6698 clauses out of 13402 with flag 18000/1201306
50.08/48.69	c cleaning 7348 clauses out of 14705 with flag 26001/1209307
50.38/48.99	c cleaning 8175 clauses out of 16358 with flag 35002/1218308
50.78/49.34	c cleaning 9088 clauses out of 18182 with flag 45001/1228307
51.19/49.75	c cleaning 9539 clauses out of 19093 with flag 55000/1238306
51.29/49.82	c Got one! Elapsed wall clock time (in seconds):49.711
51.29/49.82	o 40
51.39/49.95	c cleaning 7528 clauses out of 15067 with flag 4002/1243819
51.59/50.15	c cleaning 6763 clauses out of 13537 with flag 10000/1249817
51.79/50.38	c cleaning 6882 clauses out of 13774 with flag 17000/1256817
52.09/50.65	c cleaning 7440 clauses out of 14892 with flag 25000/1264817
52.39/50.95	c cleaning 8225 clauses out of 16453 with flag 34001/1273818
52.69/51.29	c cleaning 9110 clauses out of 18228 with flag 44001/1283818
53.09/51.64	c cleaning 9554 clauses out of 19117 with flag 54000/1293817
53.39/51.98	c cleaning 9776 clauses out of 19563 with flag 64000/1303817
53.79/52.35	c cleaning 9889 clauses out of 19787 with flag 74000/1313817
54.20/52.73	c cleaning 9945 clauses out of 19900 with flag 84002/1323819
54.59/53.12	c cleaning 9974 clauses out of 19955 with flag 94002/1333819
54.99/53.52	c cleaning 9987 clauses out of 19979 with flag 104000/1343817
55.40/53.91	c cleaning 9990 clauses out of 19992 with flag 114000/1353817
55.79/54.33	c cleaning 9999 clauses out of 20004 with flag 124002/1363819
56.19/54.76	c cleaning 9995 clauses out of 20003 with flag 134000/1373817
56.59/55.16	c cleaning 9999 clauses out of 20012 with flag 144004/1383821
56.99/55.53	c cleaning 10000 clauses out of 20009 with flag 154000/1393817
57.39/55.92	c cleaning 10001 clauses out of 20011 with flag 164002/1403819
57.79/56.33	c cleaning 10002 clauses out of 20010 with flag 174002/1413819
58.20/56.73	c cleaning 9994 clauses out of 20006 with flag 184000/1423817
58.61/57.18	c cleaning 10002 clauses out of 20013 with flag 194001/1433818
59.01/57.59	c cleaning 10002 clauses out of 20011 with flag 204001/1443818
59.40/57.97	c cleaning 9994 clauses out of 20008 with flag 214000/1453817
59.81/58.39	c cleaning 10000 clauses out of 20014 with flag 224000/1463817
60.21/58.77	c cleaning 9998 clauses out of 20015 with flag 234001/1473818
60.61/59.17	c cleaning 10004 clauses out of 20016 with flag 244000/1483817
61.02/59.53	c cleaning 10004 clauses out of 20016 with flag 254004/1493821
61.42/59.93	c cleaning 9999 clauses out of 20009 with flag 264001/1503818
61.62/60.15	c Got one! Elapsed wall clock time (in seconds):60.047
61.62/60.15	o 25
61.82/60.38	c cleaning 10490 clauses out of 20988 with flag 5000/1514796
62.12/60.61	c cleaning 8244 clauses out of 16498 with flag 11000/1520796
62.32/60.87	c cleaning 7622 clauses out of 15254 with flag 18000/1527796
62.62/61.16	c cleaning 7812 clauses out of 15632 with flag 26000/1535796
62.92/61.50	c cleaning 8403 clauses out of 16820 with flag 35000/1544796
63.33/61.88	c cleaning 9205 clauses out of 18417 with flag 45000/1554796
63.74/62.26	c cleaning 9602 clauses out of 19212 with flag 55000/1564796
64.14/62.64	c cleaning 9800 clauses out of 19611 with flag 65001/1574797
64.54/63.02	c cleaning 9900 clauses out of 19812 with flag 75002/1584798
64.84/63.39	c cleaning 9948 clauses out of 19910 with flag 85000/1594796
65.24/63.72	c cleaning 9976 clauses out of 19962 with flag 95000/1604796
65.54/64.06	c cleaning 9989 clauses out of 19987 with flag 105001/1614797
65.94/64.40	c cleaning 9993 clauses out of 19999 with flag 115002/1624798
66.24/64.73	c cleaning 9999 clauses out of 20005 with flag 125001/1634797
66.54/65.06	c cleaning 9997 clauses out of 20005 with flag 135000/1644796
66.94/65.40	c cleaning 9999 clauses out of 20008 with flag 145000/1654796
67.24/65.75	c cleaning 9998 clauses out of 20009 with flag 155000/1664796
67.64/66.10	c cleaning 10004 clauses out of 20012 with flag 165001/1674797
67.94/66.45	c cleaning 9998 clauses out of 20008 with flag 175001/1684797
68.24/66.78	c cleaning 10000 clauses out of 20010 with flag 185001/1694797
68.65/67.12	c cleaning 10001 clauses out of 20009 with flag 195000/1704796
68.95/67.45	c cleaning 9996 clauses out of 20009 with flag 205001/1714797
69.25/67.79	c cleaning 10002 clauses out of 20012 with flag 215000/1724796
69.65/68.15	c cleaning 10002 clauses out of 20011 with flag 225001/1734797
70.05/68.51	c cleaning 9999 clauses out of 20008 with flag 235000/1744796
70.35/68.86	c cleaning 9998 clauses out of 20009 with flag 245000/1754796
70.55/69.04	c Got one! Elapsed wall clock time (in seconds):68.94
70.55/69.04	o 19
70.76/69.24	c cleaning 10482 clauses out of 20976 with flag 5000/1765761
70.95/69.44	c cleaning 8242 clauses out of 16494 with flag 11000/1771761
71.15/69.68	c cleaning 7622 clauses out of 15252 with flag 18000/1778761
71.46/69.95	c cleaning 7812 clauses out of 15631 with flag 26001/1786762
71.76/70.25	c cleaning 8406 clauses out of 16819 with flag 35001/1795762
72.06/70.58	c cleaning 9200 clauses out of 18412 with flag 45000/1805761
72.46/70.92	c cleaning 9601 clauses out of 19212 with flag 55000/1815761
72.76/71.25	c cleaning 9800 clauses out of 19611 with flag 65000/1825761
73.06/71.59	c cleaning 9902 clauses out of 19812 with flag 75001/1835762
73.46/71.92	c cleaning 9948 clauses out of 19909 with flag 85000/1845761
73.76/72.27	c cleaning 9974 clauses out of 19961 with flag 95000/1855761
74.17/72.61	c cleaning 9988 clauses out of 19989 with flag 105002/1865763
74.47/72.98	c cleaning 9996 clauses out of 19999 with flag 115000/1875761
74.87/73.33	c cleaning 9994 clauses out of 20003 with flag 125000/1885761
75.17/73.68	c cleaning 9999 clauses out of 20009 with flag 135000/1895761
75.57/74.02	c cleaning 10003 clauses out of 20011 with flag 145001/1905762
75.87/74.39	c cleaning 10000 clauses out of 20007 with flag 155000/1915761
76.28/74.77	c cleaning 9992 clauses out of 20007 with flag 165000/1925761
76.67/75.12	c cleaning 10000 clauses out of 20016 with flag 175001/1935762
76.97/75.47	c cleaning 10000 clauses out of 20015 with flag 185000/1945761
77.38/75.84	c cleaning 10002 clauses out of 20016 with flag 195001/1955762
77.78/76.20	c cleaning 10005 clauses out of 20012 with flag 205000/1965761
77.98/76.42	c starts		: 249
77.98/76.42	c conflicts		: 1971495
77.98/76.42	c decisions		: 3351990
77.98/76.42	c propagations		: 51279851
77.98/76.42	c inspects		: 405617336
77.98/76.42	c shortcuts		: 0
77.98/76.42	c learnt literals	: 5
77.98/76.42	c learnt binary clauses	: 98
77.98/76.42	c learnt ternary clauses	: 1638
77.98/76.42	c learnt constraints	: 1971489
77.98/76.42	c ignored constraints	: 0
77.98/76.42	c root simplifications	: 0
77.98/76.42	c removed literals (reason simplification)	: 11033223
77.98/76.42	c reason swapping (by a shorter reason)	: 0
77.98/76.42	c Calls to reduceDB	: 224
77.98/76.42	c number of reductions to clauses (during analyze)	: 0
77.98/76.42	c number of learned constraints concerned by reduction	: 0
77.98/76.42	c number of learning phase by resolution	: 0
77.98/76.42	c number of learning phase by cutting planes	: 0
77.98/76.42	c speed (assignments/second)	: 6956973.409306742
77.98/76.42	c non guided choices	2205
77.98/76.42	c learnt constraints type 
77.98/76.42	c constraints type 
77.98/76.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
77.98/76.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
77.98/76.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
77.98/76.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
77.98/76.42	s OPTIMUM FOUND
77.98/76.42	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 
77.98/76.42	c objective function=19
77.98/76.42	c Total wall clock time (in seconds): 76.312

Verifier Data

OK	19

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492328-1307909504/watcher-3492328-1307909504 -o /tmp/evaluation-result-3492328-1307909504/solver-3492328-1307909504 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492328-1307909504.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22610
/proc/meminfo: memFree=12044216/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 1179 0 0 0 0 0 0 0 25 0 2 0 902550055 27824128 906 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 6793 906 688 9 0 381 0
[pid=22610/tid=22611] ppid=22608 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 2 0 902550055 29065216 906 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274659887968 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0986841 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22610
/proc/meminfo: memFree=12044216/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10540404 CPUtime=0.1 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 13073 0 1 0 9 1 0 0 25 0 18 0 902550055 10793373696 12769 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2635101 12770 2092 9 0 2625835 0
[pid=22610/tid=22611] ppid=22608 vsize=10540404 CPUtime=0.08 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 11165 0 1 0 7 1 0 0 25 0 18 0 902550055 10793373696 12771 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 47930091051828 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540404

[startup+0.100684 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22610
/proc/meminfo: memFree=12044216/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10540404 CPUtime=0.1 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 13099 0 1 0 9 1 0 0 25 0 18 0 902550055 10793373696 12795 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2635101 12795 2092 9 0 2625835 0
[pid=22610/tid=22611] ppid=22608 vsize=10540404 CPUtime=0.08 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 11189 0 1 0 7 1 0 0 25 0 18 0 902550055 10793373696 12795 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540404

[startup+0.300589 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22610
/proc/meminfo: memFree=12044216/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10543768 CPUtime=0.56 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 16026 0 1 0 54 2 0 0 25 0 19 0 902550055 10796818432 14742 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2635942 14742 2214 9 0 2626676 0
[pid=22610/tid=22611] ppid=22608 vsize=10543768 CPUtime=0.28 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 11812 0 1 0 27 1 0 0 25 0 19 0 902550055 10796818432 14742 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 46912505228269 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10543768

[startup+0.700557 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22610
/proc/meminfo: memFree=12044216/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10609944 CPUtime=1.09 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 17571 0 1 0 106 3 0 0 25 0 19 0 902550055 10864582656 15891 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2652486 15891 2224 9 0 2643220 0
[pid=22610/tid=22611] ppid=22608 vsize=10609944 CPUtime=0.67 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) S 22608 22610 19566 0 -1 4202560 12443 0 1 0 66 1 0 0 25 0 19 0 902550055 10864582656 15891 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 10609944

[startup+1.50146 s]
/proc/loadavg: 2.10 2.04 1.95 3/212 22629
/proc/meminfo: memFree=11967644/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10610968 CPUtime=2.06 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 25379 0 1 0 199 7 0 0 25 0 19 0 902550055 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2652742 21582 2247 9 0 2643476 0
[pid=22610/tid=22611] ppid=22608 vsize=10610968 CPUtime=1.4 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 12446 0 1 0 139 1 0 0 18 0 19 0 902550055 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 46912505517786 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22610/tid=22613] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22613/stat : 22613 (java) S 22608 22610 19566 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22614] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22614/stat : 22614 (java) S 22608 22610 19566 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22615] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22615/stat : 22615 (java) S 22608 22610 19566 0 -1 4202560 104 0 0 0 0 0 0 0 16 0 19 0 902550057 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22616] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22616/stat : 22616 (java) S 22608 22610 19566 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22617] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22617/stat : 22617 (java) S 22608 22610 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22618] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22618/stat : 22618 (java) S 22608 22610 19566 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22619] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22619/stat : 22619 (java) S 22608 22610 19566 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22620] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22620/stat : 22620 (java) S 22608 22610 19566 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 19 0 902550057 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22621] ppid=22608 vsize=10610968 CPUtime=0.04 cores=0,2,4,6
/proc/22610/task/22621/stat : 22621 (java) S 22608 22610 19566 0 -1 4202560 587 0 0 0 4 0 0 0 15 0 19 0 902550058 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 0 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22622] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22622/stat : 22622 (java) S 22608 22610 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902550058 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22623] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22623/stat : 22623 (java) S 22608 22610 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902550058 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22624] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22624/stat : 22624 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676631985 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22625] ppid=22608 vsize=10610968 CPUtime=0.19 cores=0,2,4,6
/proc/22610/task/22625/stat : 22625 (java) S 22608 22610 19566 0 -1 4202560 1446 0 0 0 18 1 0 0 15 0 19 0 902550060 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22626] ppid=22608 vsize=10610968 CPUtime=0.39 cores=0,2,4,6
/proc/22610/task/22626/stat : 22626 (java) S 22608 22610 19566 0 -1 4202560 9125 0 0 0 35 4 0 0 15 0 19 0 902550060 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22627] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22627/stat : 22627 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22628] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22628/stat : 22628 (java) S 22608 22610 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902550060 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22629] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22629/stat : 22629 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902550072 10865631232 21582 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 10610968

[startup+3.10117 s]
/proc/loadavg: 2.10 2.04 1.95 3/212 22629
/proc/meminfo: memFree=11966156/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10610968 CPUtime=3.68 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 25423 0 1 0 360 8 0 0 25 0 19 0 902550055 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2652742 21620 2247 9 0 2643476 0
[pid=22610/tid=22611] ppid=22608 vsize=10610968 CPUtime=2.91 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 12452 0 1 0 290 1 0 0 19 0 19 0 902550055 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 46912505564163 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22610/tid=22613] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22613/stat : 22613 (java) S 22608 22610 19566 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22614] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22614/stat : 22614 (java) S 22608 22610 19566 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22615] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22615/stat : 22615 (java) S 22608 22610 19566 0 -1 4202560 115 0 0 0 0 0 0 0 16 0 19 0 902550057 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22616] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22616/stat : 22616 (java) S 22608 22610 19566 0 -1 4202560 35 0 0 0 0 0 0 0 16 0 19 0 902550057 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22617] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22617/stat : 22617 (java) S 22608 22610 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22618] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22618/stat : 22618 (java) S 22608 22610 19566 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22619] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22619/stat : 22619 (java) S 22608 22610 19566 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22620] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22620/stat : 22620 (java) S 22608 22610 19566 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22621] ppid=22608 vsize=10610968 CPUtime=0.12 cores=0,2,4,6
/proc/22610/task/22621/stat : 22621 (java) S 22608 22610 19566 0 -1 4202560 588 0 0 0 12 0 0 0 16 0 19 0 902550058 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 0 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22622] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22622/stat : 22622 (java) S 22608 22610 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902550058 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22623] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22623/stat : 22623 (java) S 22608 22610 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902550058 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22624] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22624/stat : 22624 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676631985 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22625] ppid=22608 vsize=10610968 CPUtime=0.2 cores=0,2,4,6
/proc/22610/task/22625/stat : 22625 (java) S 22608 22610 19566 0 -1 4202560 1446 0 0 0 19 1 0 0 15 0 19 0 902550060 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22626] ppid=22608 vsize=10610968 CPUtime=0.39 cores=0,2,4,6
/proc/22610/task/22626/stat : 22626 (java) S 22608 22610 19566 0 -1 4202560 9125 0 0 0 35 4 0 0 15 0 19 0 902550060 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22627] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22627/stat : 22627 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22628] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22628/stat : 22628 (java) S 22608 22610 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902550060 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22629] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22629/stat : 22629 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902550072 10865631232 21620 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 10610968

[startup+6.30061 s]
/proc/loadavg: 2.10 2.04 1.95 3/212 22629
/proc/meminfo: memFree=11945328/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10610968 CPUtime=6.9 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 25499 0 1 0 682 8 0 0 25 0 19 0 902550055 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2652742 20404 2248 9 0 2643476 0
[pid=22610/tid=22611] ppid=22608 vsize=10610968 CPUtime=5.91 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 12466 0 1 0 590 1 0 0 19 0 19 0 902550055 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 46912505366558 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22610/tid=22613] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22613/stat : 22613 (java) S 22608 22610 19566 0 -1 4202560 276 0 0 0 0 0 0 0 16 0 19 0 902550057 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22614] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22614/stat : 22614 (java) S 22608 22610 19566 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22615] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22615/stat : 22615 (java) S 22608 22610 19566 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22616] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22616/stat : 22616 (java) S 22608 22610 19566 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22617] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22617/stat : 22617 (java) S 22608 22610 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22618] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22618/stat : 22618 (java) S 22608 22610 19566 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22619] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22619/stat : 22619 (java) S 22608 22610 19566 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902550057 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22620] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22620/stat : 22620 (java) S 22608 22610 19566 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 902550057 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22621] ppid=22608 vsize=10610968 CPUtime=0.29 cores=0,2,4,6
/proc/22610/task/22621/stat : 22621 (java) S 22608 22610 19566 0 -1 4202560 588 0 0 0 28 1 0 0 15 0 19 0 902550058 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 0 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22622] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22622/stat : 22622 (java) S 22608 22610 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902550058 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22623] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22623/stat : 22623 (java) S 22608 22610 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902550058 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22624] ppid=22608 vsize=10610968 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22624/stat : 22624 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676631985 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22625] ppid=22608 vsize=10610968 CPUtime=0.22 cores=0,2,4,6
/proc/22610/task/22625/stat : 22625 (java) S 22608 22610 19566 0 -1 4202560 1480 0 0 0 21 1 0 0 16 0 19 0 902550060 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22626] ppid=22608 vsize=10610968 CPUtime=0.41 cores=0,2,4,6
/proc/22610/task/22626/stat : 22626 (java) S 22608 22610 19566 0 -1 4202560 9145 0 0 0 37 4 0 0 15 0 19 0 902550060 10865631232 20404 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0

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

/proc/22610/task/22613/stat : 22613 (java) S 22608 22610 19566 0 -1 4202560 292 0 0 0 5 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22614] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22614/stat : 22614 (java) S 22608 22610 19566 0 -1 4202560 27 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22615] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22615/stat : 22615 (java) S 22608 22610 19566 0 -1 4202560 126 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22616] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22616/stat : 22616 (java) S 22608 22610 19566 0 -1 4202560 44 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22617] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22617/stat : 22617 (java) S 22608 22610 19566 0 -1 4202560 16 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22618] ppid=22608 vsize=10625908 CPUtime=0.08 cores=0,2,4,6
/proc/22610/task/22618/stat : 22618 (java) S 22608 22610 19566 0 -1 4202560 173 0 0 0 8 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22619] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22619/stat : 22619 (java) S 22608 22610 19566 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22620] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22620/stat : 22620 (java) S 22608 22610 19566 0 -1 4202560 44 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22621] ppid=22608 vsize=10625908 CPUtime=3.08 cores=0,2,4,6
/proc/22610/task/22621/stat : 22621 (java) S 22608 22610 19566 0 -1 4202560 1058 0 0 0 304 4 0 0 16 0 19 0 902550058 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 0 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22622] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22622/stat : 22622 (java) S 22608 22610 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902550058 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22623] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22623/stat : 22623 (java) S 22608 22610 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902550058 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22624] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22624/stat : 22624 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676631985 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22625] ppid=22608 vsize=10625908 CPUtime=0.26 cores=0,2,4,6
/proc/22610/task/22625/stat : 22625 (java) S 22608 22610 19566 0 -1 4202560 1592 0 0 0 25 1 0 0 15 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22626] ppid=22608 vsize=10625908 CPUtime=1.11 cores=0,2,4,6
/proc/22610/task/22626/stat : 22626 (java) S 22608 22610 19566 0 -1 4202560 15744 0 0 0 107 4 0 0 15 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22627] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22627/stat : 22627 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22628] ppid=22608 vsize=10625908 CPUtime=0.01 cores=0,2,4,6
/proc/22610/task/22628/stat : 22628 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 1 0 0 15 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22629] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22629/stat : 22629 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902550072 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 10625908

[startup+75.9066 s]
/proc/loadavg: 2.03 2.03 1.95 3/212 22745
/proc/meminfo: memFree=11950236/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10625908 CPUtime=77.48 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 32975 0 1 0 7731 17 0 0 25 0 19 0 902550055 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2656477 24622 2252 9 0 2647211 0
[pid=22610/tid=22611] ppid=22608 vsize=10625908 CPUtime=72.34 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 12670 0 1 0 7230 4 0 0 25 0 19 0 902550055 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 46912505608736 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22610/tid=22613] ppid=22608 vsize=10625908 CPUtime=0.05 cores=0,2,4,6
/proc/22610/task/22613/stat : 22613 (java) S 22608 22610 19566 0 -1 4202560 292 0 0 0 5 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22614] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22614/stat : 22614 (java) S 22608 22610 19566 0 -1 4202560 27 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22615] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22615/stat : 22615 (java) S 22608 22610 19566 0 -1 4202560 126 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22616] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22616/stat : 22616 (java) S 22608 22610 19566 0 -1 4202560 44 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22617] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22617/stat : 22617 (java) S 22608 22610 19566 0 -1 4202560 16 0 0 0 6 0 0 0 16 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22618] ppid=22608 vsize=10625908 CPUtime=0.09 cores=0,2,4,6
/proc/22610/task/22618/stat : 22618 (java) S 22608 22610 19566 0 -1 4202560 173 0 0 0 9 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22619] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22619/stat : 22619 (java) S 22608 22610 19566 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22620] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22620/stat : 22620 (java) S 22608 22610 19566 0 -1 4202560 44 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22621] ppid=22608 vsize=10625908 CPUtime=3.12 cores=0,2,4,6
/proc/22610/task/22621/stat : 22621 (java) S 22608 22610 19566 0 -1 4202560 1058 0 0 0 308 4 0 0 15 0 19 0 902550058 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 0 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22622] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22622/stat : 22622 (java) S 22608 22610 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902550058 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22623] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22623/stat : 22623 (java) S 22608 22610 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902550058 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22624] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22624/stat : 22624 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676631985 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22625] ppid=22608 vsize=10625908 CPUtime=0.26 cores=0,2,4,6
/proc/22610/task/22625/stat : 22625 (java) S 22608 22610 19566 0 -1 4202560 1592 0 0 0 25 1 0 0 15 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22626] ppid=22608 vsize=10625908 CPUtime=1.11 cores=0,2,4,6
/proc/22610/task/22626/stat : 22626 (java) S 22608 22610 19566 0 -1 4202560 15744 0 0 0 107 4 0 0 15 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22627] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22627/stat : 22627 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22628] ppid=22608 vsize=10625908 CPUtime=0.01 cores=0,2,4,6
/proc/22610/task/22628/stat : 22628 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 1 0 0 15 0 19 0 902550060 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22629] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22629/stat : 22629 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902550072 10880929792 24622 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.48
Current children cumulated vsize (KiB) 10625908

[startup+76.3015 s]
/proc/loadavg: 2.03 2.03 1.95 3/212 22745
/proc/meminfo: memFree=11950236/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10625908 CPUtime=77.88 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 32977 0 1 0 7771 17 0 0 25 0 19 0 902550055 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2656477 24623 2252 9 0 2647211 0
[pid=22610/tid=22611] ppid=22608 vsize=10625908 CPUtime=72.71 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 12672 0 1 0 7267 4 0 0 25 0 19 0 902550055 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 46912505534061 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22610/tid=22613] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22613/stat : 22613 (java) S 22608 22610 19566 0 -1 4202560 292 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22614] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22614/stat : 22614 (java) S 22608 22610 19566 0 -1 4202560 27 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22615] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22615/stat : 22615 (java) S 22608 22610 19566 0 -1 4202560 126 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22616] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22616/stat : 22616 (java) S 22608 22610 19566 0 -1 4202560 44 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22617] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22617/stat : 22617 (java) S 22608 22610 19566 0 -1 4202560 16 0 0 0 6 0 0 0 16 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22618] ppid=22608 vsize=10625908 CPUtime=0.09 cores=0,2,4,6
/proc/22610/task/22618/stat : 22618 (java) S 22608 22610 19566 0 -1 4202560 173 0 0 0 9 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22619] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22619/stat : 22619 (java) S 22608 22610 19566 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22620] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22620/stat : 22620 (java) S 22608 22610 19566 0 -1 4202560 44 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22621] ppid=22608 vsize=10625908 CPUtime=3.14 cores=0,2,4,6
/proc/22610/task/22621/stat : 22621 (java) S 22608 22610 19566 0 -1 4202560 1058 0 0 0 310 4 0 0 15 0 19 0 902550058 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 0 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22622] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22622/stat : 22622 (java) S 22608 22610 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902550058 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22623] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22623/stat : 22623 (java) S 22608 22610 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902550058 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22624] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22624/stat : 22624 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676631985 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22625] ppid=22608 vsize=10625908 CPUtime=0.26 cores=0,2,4,6
/proc/22610/task/22625/stat : 22625 (java) S 22608 22610 19566 0 -1 4202560 1592 0 0 0 25 1 0 0 15 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22626] ppid=22608 vsize=10625908 CPUtime=1.11 cores=0,2,4,6
/proc/22610/task/22626/stat : 22626 (java) S 22608 22610 19566 0 -1 4202560 15744 0 0 0 107 4 0 0 15 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22627] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22627/stat : 22627 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22628] ppid=22608 vsize=10625908 CPUtime=0.01 cores=0,2,4,6
/proc/22610/task/22628/stat : 22628 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 1 0 0 15 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22629] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22629/stat : 22629 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902550072 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.88
Current children cumulated vsize (KiB) 10625908

[startup+76.4015 s]
/proc/loadavg: 2.03 2.03 1.95 3/212 22745
/proc/meminfo: memFree=11950236/32951132 swapFree=67054624/67111528
[pid=22610] ppid=22608 vsize=10625908 CPUtime=77.98 cores=0,2,4,6
/proc/22610/stat : 22610 (java) S 22608 22610 19566 0 -1 4202496 32977 0 1 0 7781 17 0 0 25 0 19 0 902550055 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22610/statm: 2656477 24623 2252 9 0 2647211 0
[pid=22610/tid=22611] ppid=22608 vsize=10625908 CPUtime=72.81 cores=0,2,4,6
/proc/22610/task/22611/stat : 22611 (java) R 22608 22610 19566 0 -1 4202560 12672 0 1 0 7277 4 0 0 25 0 19 0 902550055 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 46912505554432 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22610/tid=22613] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22613/stat : 22613 (java) S 22608 22610 19566 0 -1 4202560 292 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22614] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22614/stat : 22614 (java) S 22608 22610 19566 0 -1 4202560 27 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22615] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22615/stat : 22615 (java) S 22608 22610 19566 0 -1 4202560 126 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22616] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22616/stat : 22616 (java) S 22608 22610 19566 0 -1 4202560 44 0 0 0 6 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22617] ppid=22608 vsize=10625908 CPUtime=0.06 cores=0,2,4,6
/proc/22610/task/22617/stat : 22617 (java) S 22608 22610 19566 0 -1 4202560 16 0 0 0 6 0 0 0 16 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22618] ppid=22608 vsize=10625908 CPUtime=0.09 cores=0,2,4,6
/proc/22610/task/22618/stat : 22618 (java) S 22608 22610 19566 0 -1 4202560 173 0 0 0 9 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22619] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22619/stat : 22619 (java) S 22608 22610 19566 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22620] ppid=22608 vsize=10625908 CPUtime=0.07 cores=0,2,4,6
/proc/22610/task/22620/stat : 22620 (java) S 22608 22610 19566 0 -1 4202560 44 0 0 0 7 0 0 0 15 0 19 0 902550057 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22621] ppid=22608 vsize=10625908 CPUtime=3.14 cores=0,2,4,6
/proc/22610/task/22621/stat : 22621 (java) S 22608 22610 19566 0 -1 4202560 1058 0 0 0 310 4 0 0 15 0 19 0 902550058 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 0 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22622] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22622/stat : 22622 (java) S 22608 22610 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902550058 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22623] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22623/stat : 22623 (java) S 22608 22610 19566 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902550058 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
[pid=22610/tid=22624] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22624/stat : 22624 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676631985 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22625] ppid=22608 vsize=10625908 CPUtime=0.26 cores=0,2,4,6
/proc/22610/task/22625/stat : 22625 (java) S 22608 22610 19566 0 -1 4202560 1592 0 0 0 25 1 0 0 15 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 6 0 0 0
[pid=22610/tid=22626] ppid=22608 vsize=10625908 CPUtime=1.11 cores=0,2,4,6
/proc/22610/task/22626/stat : 22626 (java) S 22608 22610 19566 0 -1 4202560 15744 0 0 0 107 4 0 0 15 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 4 0 0 0
[pid=22610/tid=22627] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22627/stat : 22627 (java) S 22608 22610 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624281 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22628] ppid=22608 vsize=10625908 CPUtime=0.01 cores=0,2,4,6
/proc/22610/task/22628/stat : 22628 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 1 0 0 15 0 19 0 902550060 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 2 0 0 0
[pid=22610/tid=22629] ppid=22608 vsize=10625908 CPUtime=0 cores=0,2,4,6
/proc/22610/task/22629/stat : 22629 (java) S 22608 22610 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902550072 10880929792 24623 33554432000 1073741824 1073778376 140734264576080 18446744073709551615 274676624896 0 4 0 16800975 18446604453393463168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.98
Current children cumulated vsize (KiB) 10625908

Child status: 30
Real time (s): 76.4388
CPU time (s): 78.0191
CPU user time (s): 77.8342
CPU system time (s): 0.184971
CPU usage (%): 102.067
Max. virtual memory (cumulated for all children) (KiB): 10632340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.8342
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33005
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= 7684
involuntary context switches= 3826

runsolver used 0.145977 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:11:44
IDJOB=3492328
IDBENCH=78756
IDSOLVER=1982
FILE ID=node131/3492328-1307909504
RUNJOBID= node131-1307907581-21984
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= e6f21b791cbec43296f2521eec73463c
RANDOM SEED=1569868838

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      12044612 kB
Buffers:        332840 kB
Cached:       19808552 kB
SwapCached:       9816 kB
Active:       15660516 kB
Inactive:      4561688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12044612 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:            1132 kB
Writeback:           8 kB
AnonPages:       78840 kB
Mapped:          21512 kB
Slab:           621964 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10549316 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:13:01