Trace number 3492689

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 80.5547 79.3363

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-0-100-0.wbo
MD5SUMfcf24b85e5d55a97f5b0cb315ea68e2b
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 benchmark2.05869
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 1239
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492689-1307911139.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.28/0.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.114
0.28/0.22	o 731
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.143
0.28/0.25	o 719
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.156
0.28/0.26	o 573
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.28/0.28	o 539
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.195
0.50/0.30	o 529
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.261
0.50/0.37	o 498
0.75/0.53	c Got one! Elapsed wall clock time (in seconds):0.419
0.75/0.53	o 452
0.75/0.59	c Got one! Elapsed wall clock time (in seconds):0.478
0.75/0.59	o 426
0.95/0.73	c cleaning 3979 clauses out of 7965 with flag 2000/7965
1.08/0.80	c Got one! Elapsed wall clock time (in seconds):0.695
1.08/0.80	o 409
1.31/1.04	c cleaning 4523 clauses out of 9053 with flag 4000/13032
1.41/1.15	c Got one! Elapsed wall clock time (in seconds):1.043
1.41/1.15	o 402
1.50/1.27	c Got one! Elapsed wall clock time (in seconds):1.165
1.50/1.27	o 398
1.60/1.31	c cleaning 5311 clauses out of 10631 with flag 1000/19133
1.60/1.36	c Got one! Elapsed wall clock time (in seconds):1.248
1.60/1.36	o 370
1.83/1.56	c Got one! Elapsed wall clock time (in seconds):1.447
1.83/1.56	o 364
1.94/1.60	c cleaning 6033 clauses out of 12071 with flag 1000/25884
2.05/1.79	c Got one! Elapsed wall clock time (in seconds):1.686
2.05/1.79	o 329
2.25/1.92	c cleaning 5845 clauses out of 11697 with flag 3000/31543
2.25/1.95	c Got one! Elapsed wall clock time (in seconds):1.844
2.25/1.95	o 284
2.47/2.12	c Got one! Elapsed wall clock time (in seconds):2.015
2.47/2.12	o 283
2.47/2.16	c cleaning 6049 clauses out of 12113 with flag 1001/37804
2.47/2.19	c Got one! Elapsed wall clock time (in seconds):2.087
2.47/2.19	o 280
2.57/2.24	c Got one! Elapsed wall clock time (in seconds):2.136
2.57/2.24	o 254
2.78/2.42	c cleaning 5982 clauses out of 11982 with flag 4000/43722
3.08/2.76	c cleaning 5999 clauses out of 12003 with flag 10003/49725
3.48/3.13	c cleaning 6498 clauses out of 13001 with flag 17000/56722
3.89/3.53	c cleaning 7243 clauses out of 14503 with flag 25000/64722
3.99/3.64	c Got one! Elapsed wall clock time (in seconds):3.532
3.99/3.64	o 246
4.09/3.74	c cleaning 6244 clauses out of 12495 with flag 3000/69957
4.19/3.85	c Got one! Elapsed wall clock time (in seconds):3.74
4.19/3.85	o 228
4.29/3.93	c cleaning 5751 clauses out of 11507 with flag 2002/75213
4.49/4.12	c cleaning 5871 clauses out of 11754 with flag 8000/81211
4.80/4.47	c cleaning 6440 clauses out of 12883 with flag 15000/88211
5.19/4.87	c cleaning 7219 clauses out of 14443 with flag 23000/96211
5.69/5.35	c cleaning 8103 clauses out of 16224 with flag 32000/105211
6.19/5.89	c Got one! Elapsed wall clock time (in seconds):5.787
6.19/5.89	o 226
6.39/6.10	c cleaning 11135 clauses out of 22278 with flag 5000/119368
6.69/6.32	c cleaning 8567 clauses out of 17144 with flag 11001/125369
7.00/6.66	c cleaning 7784 clauses out of 15577 with flag 18001/132369
7.40/7.03	c cleaning 7895 clauses out of 15798 with flag 26006/140374
7.80/7.44	c cleaning 8444 clauses out of 16903 with flag 35006/149374
8.50/8.10	c cleaning 9223 clauses out of 18455 with flag 45002/159370
9.00/8.63	c cleaning 9614 clauses out of 19231 with flag 55001/169369
9.50/9.12	c cleaning 9798 clauses out of 19618 with flag 65002/179370
9.61/9.24	c Got one! Elapsed wall clock time (in seconds):9.134
9.61/9.24	o 219
9.71/9.34	c cleaning 7674 clauses out of 15360 with flag 3000/184910
9.91/9.54	c cleaning 6840 clauses out of 13687 with flag 9001/190911
10.11/9.78	c cleaning 6922 clauses out of 13849 with flag 16003/197913
10.51/10.10	c cleaning 7460 clauses out of 14925 with flag 24001/205911
10.61/10.26	c Got one! Elapsed wall clock time (in seconds):10.156
10.61/10.26	o 199
10.71/10.33	c cleaning 6423 clauses out of 12852 with flag 2000/211298
10.81/10.47	c Got one! Elapsed wall clock time (in seconds):10.365
10.81/10.47	o 176
10.91/10.54	c cleaning 6007 clauses out of 12021 with flag 2001/216890
11.02/10.67	c Got one! Elapsed wall clock time (in seconds):10.565
11.02/10.67	o 160
11.14/10.75	c cleaning 5968 clauses out of 11947 with flag 2002/222823
11.36/10.94	c cleaning 5982 clauses out of 11977 with flag 8000/228821
11.55/11.11	c Got one! Elapsed wall clock time (in seconds):10.998
11.55/11.11	o 127
11.55/11.18	c cleaning 5790 clauses out of 11594 with flag 2000/234420
11.75/11.37	c cleaning 5897 clauses out of 11804 with flag 8000/240420
12.05/11.64	c cleaning 6448 clauses out of 12908 with flag 15001/247421
12.84/12.04	c cleaning 7229 clauses out of 14464 with flag 23005/255425
13.27/12.48	c cleaning 8110 clauses out of 16232 with flag 32002/264422
13.90/13.01	c cleaning 9051 clauses out of 18120 with flag 42000/274420
14.41/13.57	c cleaning 9527 clauses out of 19071 with flag 52002/284422
15.01/14.13	c cleaning 9760 clauses out of 19542 with flag 62000/294420
15.51/14.65	c cleaning 9886 clauses out of 19782 with flag 72000/304420
15.62/14.76	c Got one! Elapsed wall clock time (in seconds):14.648
15.62/14.76	o 115
15.76/14.89	c cleaning 7893 clauses out of 15798 with flag 4000/310322
16.06/15.17	c cleaning 6948 clauses out of 13906 with flag 10001/316323
16.16/15.22	c Got one! Elapsed wall clock time (in seconds):15.112
16.16/15.22	o 114
16.29/15.38	c cleaning 6324 clauses out of 12655 with flag 5002/322020
16.59/15.62	c cleaning 6162 clauses out of 12329 with flag 11000/328018
16.99/16.01	c cleaning 6580 clauses out of 13168 with flag 18001/335019
17.40/16.42	c cleaning 7288 clauses out of 14587 with flag 26000/343018
17.89/16.91	c cleaning 8148 clauses out of 16302 with flag 35003/352021
18.40/17.42	c cleaning 9069 clauses out of 18151 with flag 45000/362018
18.60/17.66	c Got one! Elapsed wall clock time (in seconds):17.551
18.60/17.66	o 111
18.70/17.70	c cleaning 7507 clauses out of 15020 with flag 1001/367956
18.90/17.90	c cleaning 6751 clauses out of 13512 with flag 7000/373955
19.10/18.15	c cleaning 6876 clauses out of 13762 with flag 14001/380956
19.40/18.42	c cleaning 7434 clauses out of 14885 with flag 22000/388955
19.71/18.77	c cleaning 8216 clauses out of 16451 with flag 31000/397955
20.30/19.32	c cleaning 9109 clauses out of 18236 with flag 41001/407956
20.30/19.37	c Got one! Elapsed wall clock time (in seconds):19.266
20.30/19.37	o 106
20.51/19.53	c cleaning 7470 clauses out of 14947 with flag 5000/413776
20.71/19.75	c cleaning 6734 clauses out of 13477 with flag 11000/419776
20.91/19.99	c cleaning 6871 clauses out of 13745 with flag 18002/426778
21.21/20.27	c cleaning 7434 clauses out of 14875 with flag 26003/434779
21.51/20.59	c cleaning 8214 clauses out of 16438 with flag 35000/443776
21.92/20.99	c cleaning 9108 clauses out of 18224 with flag 45000/453776
22.51/21.50	c cleaning 9549 clauses out of 19118 with flag 55002/463778
23.01/22.02	c cleaning 9776 clauses out of 19568 with flag 65001/473777
23.51/22.55	c cleaning 9891 clauses out of 19792 with flag 75001/483777
24.11/23.10	c cleaning 9950 clauses out of 19906 with flag 85006/493782
24.71/23.75	c cleaning 9970 clauses out of 19950 with flag 95000/503776
24.91/23.90	c Got one! Elapsed wall clock time (in seconds):23.795
24.91/23.90	o 97
25.01/24.01	c cleaning 7697 clauses out of 15399 with flag 3000/509195
25.22/24.22	c cleaning 6849 clauses out of 13703 with flag 9001/515196
25.41/24.46	c cleaning 6923 clauses out of 13853 with flag 16000/522195
25.81/24.82	c cleaning 7461 clauses out of 14933 with flag 24003/530198
26.32/25.32	c cleaning 8230 clauses out of 16469 with flag 33000/539195
26.41/25.46	c Got one! Elapsed wall clock time (in seconds):25.355
26.41/25.46	o 95
26.51/25.56	c cleaning 6897 clauses out of 13805 with flag 3003/544761
26.71/25.76	c cleaning 6450 clauses out of 12907 with flag 9002/550760
26.92/25.99	c cleaning 6722 clauses out of 13455 with flag 16000/557758
27.22/26.27	c cleaning 7361 clauses out of 14733 with flag 24000/565758
27.62/26.66	c cleaning 8174 clauses out of 16372 with flag 33000/574758
27.82/26.83	c Got one! Elapsed wall clock time (in seconds):26.722
27.82/26.83	o 87
27.92/26.90	c cleaning 6747 clauses out of 13497 with flag 2001/580057
28.02/27.09	c cleaning 6371 clauses out of 12750 with flag 8001/586057
28.33/27.33	c cleaning 6685 clauses out of 13378 with flag 15000/593056
28.63/27.61	c cleaning 7343 clauses out of 14694 with flag 23001/601057
28.93/27.93	c cleaning 8172 clauses out of 16351 with flag 32001/610057
29.23/28.28	c cleaning 9081 clauses out of 18178 with flag 42000/620056
29.73/28.76	c cleaning 9541 clauses out of 19099 with flag 52002/630058
29.73/28.79	c Got one! Elapsed wall clock time (in seconds):28.682
29.73/28.79	o 85
29.93/28.95	c cleaning 7431 clauses out of 14872 with flag 5000/635372
30.13/29.15	c cleaning 6719 clauses out of 13445 with flag 11004/641376
30.34/29.39	c cleaning 6859 clauses out of 13723 with flag 18001/648373
30.64/29.68	c cleaning 7426 clauses out of 14863 with flag 26000/656372
31.04/30.00	c cleaning 8215 clauses out of 16437 with flag 35000/665372
31.34/30.36	c cleaning 9108 clauses out of 18223 with flag 45001/675373
31.74/30.74	c cleaning 9551 clauses out of 19115 with flag 55001/685373
32.14/31.13	c cleaning 9777 clauses out of 19563 with flag 65000/695372
32.64/31.61	c cleaning 9887 clauses out of 19786 with flag 75000/705372
33.04/32.08	c cleaning 9946 clauses out of 19902 with flag 85003/715375
33.24/32.28	c Got one! Elapsed wall clock time (in seconds):32.173
33.24/32.28	o 79
33.34/32.32	c cleaning 7595 clauses out of 15203 with flag 1001/720622
33.54/32.54	c cleaning 6800 clauses out of 13607 with flag 7000/726621
33.84/32.85	c cleaning 6898 clauses out of 13808 with flag 14001/733622
34.25/33.20	c cleaning 7453 clauses out of 14911 with flag 22002/741623
34.45/33.49	c Got one! Elapsed wall clock time (in seconds):33.382
34.45/33.49	o 74
34.65/33.67	c cleaning 9581 clauses out of 19166 with flag 5001/753331
34.85/33.88	c cleaning 7786 clauses out of 15584 with flag 11000/759330
35.16/34.13	c cleaning 7397 clauses out of 14800 with flag 18002/766332
35.16/34.19	c Got one! Elapsed wall clock time (in seconds):34.085
35.16/34.19	o 71
35.36/34.35	c cleaning 6543 clauses out of 13096 with flag 4001/772025
35.56/34.57	c cleaning 6272 clauses out of 12556 with flag 10004/778028
35.86/34.83	c cleaning 6638 clauses out of 13283 with flag 17003/785027
36.17/35.12	c cleaning 7317 clauses out of 14644 with flag 25002/793026
36.57/35.52	c cleaning 8160 clauses out of 16325 with flag 34000/802024
36.77/35.70	c Got one! Elapsed wall clock time (in seconds):35.591
36.77/35.70	o 57
36.77/35.78	c cleaning 6985 clauses out of 13981 with flag 2000/807840
36.99/36.00	c cleaning 6494 clauses out of 12997 with flag 8001/813841
37.29/36.26	c cleaning 6746 clauses out of 13505 with flag 15003/820843
37.59/36.55	c cleaning 7374 clauses out of 14756 with flag 23000/828840
37.99/36.90	c cleaning 8188 clauses out of 16385 with flag 32003/837843
38.29/37.29	c cleaning 9093 clauses out of 18194 with flag 42000/847840
38.79/37.73	c cleaning 9542 clauses out of 19103 with flag 52002/857842
39.29/38.23	c cleaning 9770 clauses out of 19559 with flag 62000/867840
39.39/38.32	c Got one! Elapsed wall clock time (in seconds):38.211
39.39/38.32	o 36
39.50/38.47	c cleaning 7889 clauses out of 15788 with flag 4002/873839
39.69/38.69	c cleaning 6944 clauses out of 13898 with flag 10001/879838
39.99/38.95	c cleaning 6973 clauses out of 13953 with flag 17000/886837
40.29/39.26	c cleaning 7488 clauses out of 14981 with flag 25001/894838
40.71/39.60	c cleaning 8242 clauses out of 16492 with flag 34000/903837
41.00/39.95	c cleaning 9119 clauses out of 18250 with flag 44000/913837
41.40/40.31	c cleaning 9561 clauses out of 19132 with flag 54001/923838
41.81/40.72	c cleaning 9782 clauses out of 19572 with flag 64002/933839
42.31/41.21	c cleaning 9889 clauses out of 19788 with flag 74000/943837
42.71/41.68	c cleaning 9946 clauses out of 19901 with flag 84002/953839
43.21/42.16	c cleaning 9969 clauses out of 19953 with flag 94000/963837
43.61/42.56	c cleaning 9988 clauses out of 19986 with flag 104002/973839
44.02/42.97	c cleaning 9994 clauses out of 19997 with flag 114001/983838
44.51/43.40	c cleaning 9996 clauses out of 20004 with flag 124002/993839
44.91/43.83	c cleaning 9998 clauses out of 20007 with flag 134001/1003838
45.31/44.26	c cleaning 9998 clauses out of 20008 with flag 144000/1013837
45.71/44.68	c cleaning 9996 clauses out of 20010 with flag 154000/1023837
46.12/45.10	c cleaning 10001 clauses out of 20014 with flag 164000/1033837
46.62/45.50	c cleaning 10004 clauses out of 20013 with flag 174000/1043837
47.02/45.91	c cleaning 10000 clauses out of 20011 with flag 184002/1053839
47.22/46.12	c Got one! Elapsed wall clock time (in seconds):46.008
47.22/46.12	o 35
47.42/46.30	c cleaning 10207 clauses out of 20424 with flag 5003/1064252
47.62/46.52	c cleaning 8102 clauses out of 16216 with flag 11002/1070251
47.92/46.85	c cleaning 7554 clauses out of 15114 with flag 18002/1077251
48.22/47.15	c cleaning 7773 clauses out of 15558 with flag 26000/1085249
48.62/47.51	c cleaning 8386 clauses out of 16785 with flag 35000/1094249
48.92/47.88	c cleaning 9191 clauses out of 18400 with flag 45001/1104250
49.43/48.32	c cleaning 9597 clauses out of 19208 with flag 55000/1114249
49.82/48.72	c cleaning 9800 clauses out of 19611 with flag 65000/1124249
50.22/49.11	c cleaning 9901 clauses out of 19811 with flag 75000/1134249
50.63/49.51	c cleaning 9950 clauses out of 19912 with flag 85002/1144251
51.02/49.91	c cleaning 9975 clauses out of 19963 with flag 95003/1154252
51.32/50.29	c cleaning 9987 clauses out of 19986 with flag 105001/1164250
51.73/50.68	c cleaning 9995 clauses out of 20000 with flag 115002/1174251
52.12/51.08	c cleaning 9997 clauses out of 20003 with flag 125000/1184249
52.52/51.49	c cleaning 9998 clauses out of 20011 with flag 135005/1194254
52.92/51.88	c cleaning 9998 clauses out of 20008 with flag 145000/1204249
53.33/52.25	c cleaning 9995 clauses out of 20010 with flag 155000/1214249
53.42/52.35	c Got one! Elapsed wall clock time (in seconds):52.245
53.42/52.35	o 33
53.53/52.47	c cleaning 8000 clauses out of 16008 with flag 3000/1220242
53.73/52.68	c cleaning 7000 clauses out of 14009 with flag 9001/1226243
54.03/52.91	c cleaning 7000 clauses out of 14008 with flag 16000/1233242
54.23/53.17	c cleaning 7501 clauses out of 15009 with flag 24001/1241243
54.53/53.47	c cleaning 8251 clauses out of 16510 with flag 33003/1250245
54.94/53.83	c cleaning 9126 clauses out of 18257 with flag 43001/1260243
55.33/54.22	c cleaning 9560 clauses out of 19130 with flag 53000/1270242
55.73/54.65	c cleaning 9781 clauses out of 19572 with flag 63002/1280244
56.14/55.03	c cleaning 9888 clauses out of 19789 with flag 73000/1290242
56.43/55.30	c Got one! Elapsed wall clock time (in seconds):55.191
56.43/55.30	o 30
56.63/55.51	c cleaning 11139 clauses out of 22289 with flag 5000/1302630
56.84/55.73	c cleaning 8572 clauses out of 17152 with flag 11002/1308632
57.04/55.99	c cleaning 7785 clauses out of 15578 with flag 18000/1315630
57.34/56.28	c cleaning 7890 clauses out of 15793 with flag 26000/1323630
57.74/56.61	c cleaning 8445 clauses out of 16904 with flag 35001/1332631
58.04/56.99	c cleaning 9220 clauses out of 18458 with flag 45000/1342630
58.44/57.39	c cleaning 9615 clauses out of 19238 with flag 55000/1352630
58.94/57.80	c cleaning 9807 clauses out of 19624 with flag 65001/1362631
59.35/58.22	c cleaning 9905 clauses out of 19820 with flag 75004/1372634
59.65/58.59	c cleaning 9948 clauses out of 19911 with flag 85000/1382630
60.05/58.99	c cleaning 9978 clauses out of 19965 with flag 95002/1392632
60.45/59.37	c cleaning 9987 clauses out of 19985 with flag 105000/1402630
60.85/59.76	c cleaning 9991 clauses out of 19999 with flag 115001/1412631
61.25/60.14	c cleaning 9998 clauses out of 20007 with flag 125000/1422630
61.66/60.51	c cleaning 10002 clauses out of 20013 with flag 135004/1432634
61.95/60.89	c cleaning 10000 clauses out of 20008 with flag 145001/1442631
62.35/61.28	c cleaning 10000 clauses out of 20007 with flag 155000/1452630
62.66/61.60	c Got one! Elapsed wall clock time (in seconds):61.488
62.66/61.60	o 12
62.96/61.81	c cleaning 11808 clauses out of 23624 with flag 5001/1466247
63.16/62.05	c cleaning 8904 clauses out of 17817 with flag 11002/1472248
63.46/62.31	c cleaning 7953 clauses out of 15913 with flag 18002/1479248
63.77/62.60	c cleaning 7973 clauses out of 15958 with flag 26000/1487246
64.07/62.95	c cleaning 8486 clauses out of 16986 with flag 35001/1496247
64.47/63.34	c cleaning 9243 clauses out of 18499 with flag 45000/1506246
64.88/63.73	c cleaning 9623 clauses out of 19256 with flag 55000/1516246
65.27/64.16	c cleaning 9813 clauses out of 19633 with flag 65000/1526246
65.67/64.53	c cleaning 9905 clauses out of 19820 with flag 75000/1536246
66.08/64.92	c cleaning 9954 clauses out of 19918 with flag 85003/1546249
66.38/65.29	c cleaning 9976 clauses out of 19962 with flag 95001/1556247
66.78/65.66	c cleaning 9986 clauses out of 19985 with flag 105000/1566246
67.18/66.02	c cleaning 9993 clauses out of 19999 with flag 115000/1576246
67.48/66.35	c cleaning 9999 clauses out of 20007 with flag 125001/1586247
67.78/66.68	c cleaning 9998 clauses out of 20007 with flag 135000/1596246
68.18/67.02	c cleaning 10000 clauses out of 20009 with flag 145000/1606246
68.58/67.41	c cleaning 10002 clauses out of 20009 with flag 155000/1616246
68.98/67.81	c cleaning 10002 clauses out of 20008 with flag 165001/1626247
69.39/68.23	c cleaning 9995 clauses out of 20005 with flag 175000/1636246
69.78/68.62	c cleaning 10000 clauses out of 20010 with flag 185000/1646246
70.18/69.03	c cleaning 10001 clauses out of 20010 with flag 195000/1656246
70.59/69.42	c cleaning 9999 clauses out of 20011 with flag 205002/1666248
70.99/69.82	c cleaning 10003 clauses out of 20013 with flag 215003/1676249
71.39/70.21	c cleaning 9997 clauses out of 20008 with flag 225001/1686247
71.50/70.36	c Got one! Elapsed wall clock time (in seconds):70.25
71.50/70.36	o 10
71.60/70.40	c cleaning 7503 clauses out of 15015 with flag 1000/1691251
71.79/70.62	c cleaning 6752 clauses out of 13512 with flag 7000/1697251
71.99/70.87	c cleaning 6878 clauses out of 13762 with flag 14002/1704253
72.29/71.17	c cleaning 7438 clauses out of 14883 with flag 22001/1712252
72.60/71.50	c cleaning 8219 clauses out of 16444 with flag 31000/1721251
73.09/71.93	c cleaning 9105 clauses out of 18227 with flag 41002/1731253
73.49/72.34	c cleaning 9555 clauses out of 19120 with flag 51000/1741251
73.80/72.69	c cleaning 9780 clauses out of 19567 with flag 61002/1751253
74.19/73.06	c cleaning 9886 clauses out of 19785 with flag 71000/1761251
74.59/73.43	c cleaning 9943 clauses out of 19899 with flag 81000/1771251
74.99/73.81	c cleaning 9974 clauses out of 19957 with flag 91001/1781252
75.40/74.20	c cleaning 9986 clauses out of 19983 with flag 101001/1791252
75.80/74.60	c cleaning 9993 clauses out of 19997 with flag 111001/1801252
76.10/74.98	c cleaning 9996 clauses out of 20003 with flag 121000/1811251
76.50/75.39	c cleaning 9999 clauses out of 20007 with flag 131000/1821251
77.00/75.82	c cleaning 9999 clauses out of 20008 with flag 141000/1831251
77.40/76.21	c cleaning 10000 clauses out of 20010 with flag 151001/1841252
77.80/76.60	c cleaning 10001 clauses out of 20009 with flag 161000/1851251
78.11/76.99	c cleaning 9998 clauses out of 20010 with flag 171002/1861253
78.50/77.37	c cleaning 9996 clauses out of 20010 with flag 181000/1871251
78.90/77.74	c cleaning 10004 clauses out of 20015 with flag 191001/1881252
79.31/78.11	c cleaning 9993 clauses out of 20011 with flag 201001/1891252
79.70/78.50	c cleaning 10008 clauses out of 20018 with flag 211001/1901252
80.11/78.91	c cleaning 10001 clauses out of 20009 with flag 221000/1911251
80.41/79.28	c cleaning 10001 clauses out of 20007 with flag 231000/1921251
80.51/79.33	c starts		: 252
80.51/79.33	c conflicts		: 1922226
80.51/79.33	c decisions		: 3148422
80.51/79.33	c propagations		: 49304233
80.51/79.33	c inspects		: 399516575
80.51/79.33	c shortcuts		: 0
80.51/79.33	c learnt literals	: 6
80.51/79.33	c learnt binary clauses	: 92
80.51/79.33	c learnt ternary clauses	: 1093
80.51/79.33	c learnt constraints	: 1922219
80.51/79.33	c ignored constraints	: 0
80.51/79.33	c root simplifications	: 0
80.51/79.33	c removed literals (reason simplification)	: 10993825
80.51/79.33	c reason swapping (by a shorter reason)	: 0
80.51/79.33	c Calls to reduceDB	: 225
80.51/79.33	c number of reductions to clauses (during analyze)	: 0
80.51/79.33	c number of learned constraints concerned by reduction	: 0
80.51/79.33	c number of learning phase by resolution	: 0
80.51/79.33	c number of learning phase by cutting planes	: 0
80.51/79.33	c speed (assignments/second)	: 5497795.829616414
80.51/79.33	c non guided choices	2732
80.51/79.33	c learnt constraints type 
80.51/79.33	c constraints type 
80.51/79.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
80.51/79.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
80.51/79.33	s OPTIMUM FOUND
80.51/79.33	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 
80.51/79.33	c objective function=10
80.51/79.33	c Total wall clock time (in seconds): 79.219

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-3492689-1307911139/watcher-3492689-1307911139 -o /var/tmp/evaluation-result-3492689-1307911139/solver-3492689-1307911139 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492689-1307911139.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.04 2.04 2.00 2/195 17881
/proc/meminfo: memFree=1785952/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/17881/stat : 17881 (java) R 17879 17881 15624 0 -1 4202496 957 0 0 0 0 0 0 0 25 0 1 0 902713597 23580672 699 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274469045680 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17881/statm: 5757 700 516 9 0 124 0

[startup+0.094763 s]
/proc/loadavg: 2.04 2.04 2.00 2/195 17881
/proc/meminfo: memFree=1785952/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10540036 CPUtime=0.09 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 12944 0 1 0 7 2 0 0 25 0 18 0 902713597 10792996864 12639 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2635009 12639 2093 9 0 2625743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540036

[startup+0.100761 s]
/proc/loadavg: 2.04 2.04 2.00 2/195 17881
/proc/meminfo: memFree=1785952/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10540036 CPUtime=0.1 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 13053 0 1 0 8 2 0 0 25 0 18 0 902713597 10792996864 12748 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2635009 12749 2093 9 0 2625743 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540036

[startup+0.300676 s]
/proc/loadavg: 2.04 2.04 2.00 2/195 17881
/proc/meminfo: memFree=1785952/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10543672 CPUtime=0.5 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 15748 0 1 0 48 2 0 0 25 0 19 0 902713597 10796720128 14765 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2635918 14765 2215 9 0 2626652 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10543672

[startup+0.700604 s]
/proc/loadavg: 2.04 2.04 2.00 2/195 17881
/proc/meminfo: memFree=1785952/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10543680 CPUtime=0.95 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 16381 0 1 0 93 2 0 0 25 0 19 0 902713597 10796728320 15291 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2635920 15291 2219 9 0 2626654 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10543680

[startup+1.50152 s]
/proc/loadavg: 2.04 2.04 2.00 3/214 17900
/proc/meminfo: memFree=1731388/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10543680 CPUtime=1.83 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 17366 0 1 0 180 3 0 0 25 0 19 0 902713597 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2635920 16269 2247 9 0 2626654 0
[pid=17881/tid=17883] ppid=17879 vsize=10543680 CPUtime=1.44 cores=0,2,4,6
/proc/17881/task/17883/stat : 17883 (java) R 17879 17881 15624 0 -1 4202560 12345 0 1 0 142 2 0 0 20 0 19 0 902713598 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 46912505557792 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17881/tid=17884] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17884/stat : 17884 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17885] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17885/stat : 17885 (java) S 17879 17881 15624 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17886] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17886/stat : 17886 (java) S 17879 17881 15624 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17887] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17887/stat : 17887 (java) S 17879 17881 15624 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17888] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17888/stat : 17888 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17889] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17889/stat : 17889 (java) S 17879 17881 15624 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17890] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17890/stat : 17890 (java) S 17879 17881 15624 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17891] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17891/stat : 17891 (java) S 17879 17881 15624 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17892] ppid=17879 vsize=10543680 CPUtime=0.03 cores=0,2,4,6
/proc/17881/task/17892/stat : 17892 (java) S 17879 17881 15624 0 -1 4202560 438 0 0 0 3 0 0 0 16 0 19 0 902713601 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 0 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17893] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17893/stat : 17893 (java) S 17879 17881 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902713601 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17894] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17894/stat : 17894 (java) S 17879 17881 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902713601 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17895] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17895/stat : 17895 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485791153 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17896] ppid=17879 vsize=10543680 CPUtime=0.15 cores=0,2,4,6
/proc/17881/task/17896/stat : 17896 (java) S 17879 17881 15624 0 -1 4202560 836 0 0 0 15 0 0 0 15 0 19 0 902713603 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17897] ppid=17879 vsize=10543680 CPUtime=0.18 cores=0,2,4,6
/proc/17881/task/17897/stat : 17897 (java) S 17879 17881 15624 0 -1 4202560 2076 0 0 0 18 0 0 0 15 0 19 0 902713603 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17898] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17898/stat : 17898 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17899] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17899/stat : 17899 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902713603 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17900] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17900/stat : 17900 (java) S 17879 17881 15624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902713614 10796728320 16269 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 10543680

[startup+3.10129 s]
/proc/loadavg: 2.04 2.04 2.00 3/214 17900
/proc/meminfo: memFree=1729156/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10543680 CPUtime=3.48 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 17567 0 1 0 345 3 0 0 25 0 19 0 902713597 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2635920 16465 2249 9 0 2626654 0
[pid=17881/tid=17883] ppid=17879 vsize=10543680 CPUtime=2.97 cores=0,2,4,6
/proc/17881/task/17883/stat : 17883 (java) R 17879 17881 15624 0 -1 4202560 12351 0 1 0 295 2 0 0 25 0 19 0 902713598 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 46912505540400 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17881/tid=17884] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17884/stat : 17884 (java) S 17879 17881 15624 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902713600 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17885] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17885/stat : 17885 (java) S 17879 17881 15624 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 19 0 902713600 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17886] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17886/stat : 17886 (java) S 17879 17881 15624 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17887] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17887/stat : 17887 (java) S 17879 17881 15624 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17888] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17888/stat : 17888 (java) S 17879 17881 15624 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17889] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17889/stat : 17889 (java) S 17879 17881 15624 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17890] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17890/stat : 17890 (java) S 17879 17881 15624 0 -1 4202560 178 0 0 0 0 0 0 0 16 0 19 0 902713600 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17891] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17891/stat : 17891 (java) S 17879 17881 15624 0 -1 4202560 121 0 0 0 0 0 0 0 16 0 19 0 902713600 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17892] ppid=17879 vsize=10543680 CPUtime=0.09 cores=0,2,4,6
/proc/17881/task/17892/stat : 17892 (java) S 17879 17881 15624 0 -1 4202560 517 0 0 0 9 0 0 0 16 0 19 0 902713601 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 0 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17893] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17893/stat : 17893 (java) S 17879 17881 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902713601 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17894] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17894/stat : 17894 (java) S 17879 17881 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902713601 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17895] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17895/stat : 17895 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485791153 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17896] ppid=17879 vsize=10543680 CPUtime=0.15 cores=0,2,4,6
/proc/17881/task/17896/stat : 17896 (java) S 17879 17881 15624 0 -1 4202560 836 0 0 0 15 0 0 0 15 0 19 0 902713603 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17897] ppid=17879 vsize=10543680 CPUtime=0.22 cores=0,2,4,6
/proc/17881/task/17897/stat : 17897 (java) S 17879 17881 15624 0 -1 4202560 2091 0 0 0 22 0 0 0 15 0 19 0 902713603 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17898] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17898/stat : 17898 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17899] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17899/stat : 17899 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902713603 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17900] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17900/stat : 17900 (java) S 17879 17881 15624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902713614 10796728320 16465 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10543680

[startup+6.30073 s]
/proc/loadavg: 2.04 2.04 2.00 3/214 17900
/proc/meminfo: memFree=1728040/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10543680 CPUtime=6.69 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 18016 0 1 0 666 3 0 0 25 0 19 0 902713597 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2635920 16688 2249 9 0 2626654 0
[pid=17881/tid=17883] ppid=17879 vsize=10543680 CPUtime=6.05 cores=0,2,4,6
/proc/17881/task/17883/stat : 17883 (java) R 17879 17881 15624 0 -1 4202560 12361 0 1 0 603 2 0 0 25 0 19 0 902713598 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 46912505534699 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17881/tid=17884] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17884/stat : 17884 (java) S 17879 17881 15624 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 902713600 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17885] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17885/stat : 17885 (java) S 17879 17881 15624 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17886] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17886/stat : 17886 (java) S 17879 17881 15624 0 -1 4202560 166 0 0 0 0 0 0 0 16 0 19 0 902713600 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17887] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17887/stat : 17887 (java) S 17879 17881 15624 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 19 0 902713600 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17888] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17888/stat : 17888 (java) S 17879 17881 15624 0 -1 4202560 113 0 0 0 0 0 0 0 16 0 19 0 902713600 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17889] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17889/stat : 17889 (java) S 17879 17881 15624 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17890] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17890/stat : 17890 (java) S 17879 17881 15624 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17891] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17891/stat : 17891 (java) S 17879 17881 15624 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 902713600 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17892] ppid=17879 vsize=10543680 CPUtime=0.19 cores=0,2,4,6
/proc/17881/task/17892/stat : 17892 (java) S 17879 17881 15624 0 -1 4202560 698 0 0 0 19 0 0 0 16 0 19 0 902713601 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 0 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17893] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17893/stat : 17893 (java) S 17879 17881 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902713601 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17894] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17894/stat : 17894 (java) S 17879 17881 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902713601 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17895] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17895/stat : 17895 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485791153 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17896] ppid=17879 vsize=10543680 CPUtime=0.15 cores=0,2,4,6
/proc/17881/task/17896/stat : 17896 (java) S 17879 17881 15624 0 -1 4202560 836 0 0 0 15 0 0 0 15 0 19 0 902713603 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17897] ppid=17879 vsize=10543680 CPUtime=0.22 cores=0,2,4,6
/proc/17881/task/17897/stat : 17897 (java) S 17879 17881 15624 0 -1 4202560 2091 0 0 0 22 0 0 0 15 0 19 0 902713603 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17898] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17898/stat : 17898 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17899] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17899/stat : 17899 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902713603 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17900] ppid=17879 vsize=10543680 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17900/stat : 17900 (java) S 17879 17881 15624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902713614 10796728320 16688 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10543680

[startup+12.7016 s]

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

/proc/17881/task/17884/stat : 17884 (java) S 17879 17881 15624 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 902713600 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17885] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17885/stat : 17885 (java) S 17879 17881 15624 0 -1 4202560 101 0 0 0 6 0 0 0 16 0 19 0 902713600 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17886] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17886/stat : 17886 (java) S 17879 17881 15624 0 -1 4202560 174 0 0 0 6 0 0 0 16 0 19 0 902713600 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17887] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17887/stat : 17887 (java) S 17879 17881 15624 0 -1 4202560 108 0 0 0 6 0 0 0 16 0 19 0 902713600 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17888] ppid=17879 vsize=10555124 CPUtime=0.05 cores=0,2,4,6
/proc/17881/task/17888/stat : 17888 (java) S 17879 17881 15624 0 -1 4202560 146 0 0 0 5 0 0 0 15 0 19 0 902713600 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17889] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17889/stat : 17889 (java) S 17879 17881 15624 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17890] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17890/stat : 17890 (java) S 17879 17881 15624 0 -1 4202560 185 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17891] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17891/stat : 17891 (java) S 17879 17881 15624 0 -1 4202560 147 0 0 0 6 0 0 0 16 0 19 0 902713600 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17892] ppid=17879 vsize=10555124 CPUtime=2.92 cores=0,2,4,6
/proc/17881/task/17892/stat : 17892 (java) S 17879 17881 15624 0 -1 4202560 1127 0 0 0 291 1 0 0 15 0 19 0 902713601 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 0 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17893] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17893/stat : 17893 (java) S 17879 17881 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902713601 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17894] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17894/stat : 17894 (java) S 17879 17881 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902713601 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17895] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17895/stat : 17895 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485791153 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17896] ppid=17879 vsize=10555124 CPUtime=0.69 cores=0,2,4,6
/proc/17881/task/17896/stat : 17896 (java) S 17879 17881 15624 0 -1 4202560 7604 0 0 0 69 0 0 0 15 0 19 0 902713603 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17897] ppid=17879 vsize=10555124 CPUtime=0.26 cores=0,2,4,6
/proc/17881/task/17897/stat : 17897 (java) S 17879 17881 15624 0 -1 4202560 2102 0 0 0 26 0 0 0 16 0 19 0 902713603 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17898] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17898/stat : 17898 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17899] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17899/stat : 17899 (java) S 17879 17881 15624 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902713603 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17900] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17900/stat : 17900 (java) S 17879 17881 15624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902713614 10808446976 20151 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.9
Current children cumulated vsize (KiB) 10555124

[startup+78.3011 s]
/proc/loadavg: 2.01 2.03 2.00 3/214 17902
/proc/meminfo: memFree=1712172/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10555124 CPUtime=79.5 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 25603 0 1 0 7944 6 0 0 25 0 19 0 902713597 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2638781 20162 2252 9 0 2629515 0
[pid=17881/tid=17883] ppid=17879 vsize=10555124 CPUtime=75.02 cores=0,2,4,6
/proc/17881/task/17883/stat : 17883 (java) R 17879 17881 15624 0 -1 4202560 12570 0 1 0 7500 2 0 0 25 0 19 0 902713598 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 46912505567532 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17881/tid=17884] ppid=17879 vsize=10555124 CPUtime=0.05 cores=0,2,4,6
/proc/17881/task/17884/stat : 17884 (java) S 17879 17881 15624 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17885] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17885/stat : 17885 (java) S 17879 17881 15624 0 -1 4202560 101 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17886] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17886/stat : 17886 (java) S 17879 17881 15624 0 -1 4202560 174 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17887] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17887/stat : 17887 (java) S 17879 17881 15624 0 -1 4202560 109 0 0 0 6 0 0 0 16 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17888] ppid=17879 vsize=10555124 CPUtime=0.05 cores=0,2,4,6
/proc/17881/task/17888/stat : 17888 (java) S 17879 17881 15624 0 -1 4202560 146 0 0 0 5 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17889] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17889/stat : 17889 (java) S 17879 17881 15624 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17890] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17890/stat : 17890 (java) S 17879 17881 15624 0 -1 4202560 187 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17891] ppid=17879 vsize=10555124 CPUtime=0.07 cores=0,2,4,6
/proc/17881/task/17891/stat : 17891 (java) S 17879 17881 15624 0 -1 4202560 147 0 0 0 7 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17892] ppid=17879 vsize=10555124 CPUtime=2.98 cores=0,2,4,6
/proc/17881/task/17892/stat : 17892 (java) S 17879 17881 15624 0 -1 4202560 1135 0 0 0 297 1 0 0 15 0 19 0 902713601 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 0 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17893] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17893/stat : 17893 (java) S 17879 17881 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902713601 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17894] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17894/stat : 17894 (java) S 17879 17881 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902713601 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17895] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17895/stat : 17895 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485791153 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17896] ppid=17879 vsize=10555124 CPUtime=0.69 cores=0,2,4,6
/proc/17881/task/17896/stat : 17896 (java) S 17879 17881 15624 0 -1 4202560 7604 0 0 0 69 0 0 0 15 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17897] ppid=17879 vsize=10555124 CPUtime=0.26 cores=0,2,4,6
/proc/17881/task/17897/stat : 17897 (java) S 17879 17881 15624 0 -1 4202560 2102 0 0 0 26 0 0 0 16 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17898] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17898/stat : 17898 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17899] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17899/stat : 17899 (java) S 17879 17881 15624 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17900] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17900/stat : 17900 (java) S 17879 17881 15624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902713614 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.5
Current children cumulated vsize (KiB) 10555124

[startup+79.1008 s]
/proc/loadavg: 2.01 2.03 2.00 3/214 17902
/proc/meminfo: memFree=1712172/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10555124 CPUtime=80.31 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 25605 0 1 0 8025 6 0 0 25 0 19 0 902713597 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2638781 20162 2252 9 0 2629515 0
[pid=17881/tid=17883] ppid=17879 vsize=10555124 CPUtime=75.79 cores=0,2,4,6
/proc/17881/task/17883/stat : 17883 (java) R 17879 17881 15624 0 -1 4202560 12572 0 1 0 7577 2 0 0 25 0 19 0 902713598 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 46912505539870 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17881/tid=17884] ppid=17879 vsize=10555124 CPUtime=0.05 cores=0,2,4,6
/proc/17881/task/17884/stat : 17884 (java) S 17879 17881 15624 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17885] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17885/stat : 17885 (java) S 17879 17881 15624 0 -1 4202560 101 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17886] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17886/stat : 17886 (java) S 17879 17881 15624 0 -1 4202560 174 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17887] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17887/stat : 17887 (java) S 17879 17881 15624 0 -1 4202560 109 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17888] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17888/stat : 17888 (java) S 17879 17881 15624 0 -1 4202560 146 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17889] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17889/stat : 17889 (java) S 17879 17881 15624 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17890] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17890/stat : 17890 (java) S 17879 17881 15624 0 -1 4202560 187 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17891] ppid=17879 vsize=10555124 CPUtime=0.07 cores=0,2,4,6
/proc/17881/task/17891/stat : 17891 (java) S 17879 17881 15624 0 -1 4202560 147 0 0 0 7 0 0 0 15 0 19 0 902713600 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17892] ppid=17879 vsize=10555124 CPUtime=3.01 cores=0,2,4,6
/proc/17881/task/17892/stat : 17892 (java) S 17879 17881 15624 0 -1 4202560 1135 0 0 0 300 1 0 0 15 0 19 0 902713601 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 0 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17893] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17893/stat : 17893 (java) S 17879 17881 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902713601 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17894] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17894/stat : 17894 (java) S 17879 17881 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902713601 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17895] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17895/stat : 17895 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485791153 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17896] ppid=17879 vsize=10555124 CPUtime=0.69 cores=0,2,4,6
/proc/17881/task/17896/stat : 17896 (java) S 17879 17881 15624 0 -1 4202560 7604 0 0 0 69 0 0 0 15 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17897] ppid=17879 vsize=10555124 CPUtime=0.26 cores=0,2,4,6
/proc/17881/task/17897/stat : 17897 (java) S 17879 17881 15624 0 -1 4202560 2102 0 0 0 26 0 0 0 16 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17898] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17898/stat : 17898 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17899] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17899/stat : 17899 (java) S 17879 17881 15624 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902713603 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17900] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17900/stat : 17900 (java) S 17879 17881 15624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902713614 10808446976 20162 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 80.31
Current children cumulated vsize (KiB) 10555124

[startup+79.3008 s]
/proc/loadavg: 2.01 2.03 2.00 3/214 17902
/proc/meminfo: memFree=1712172/32950928 swapFree=67079488/67111528
[pid=17881] ppid=17879 vsize=10555124 CPUtime=80.51 cores=0,2,4,6
/proc/17881/stat : 17881 (java) S 17879 17881 15624 0 -1 4202496 25608 0 1 0 8045 6 0 0 25 0 19 0 902713597 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17881/statm: 2638781 20164 2252 9 0 2629515 0
[pid=17881/tid=17883] ppid=17879 vsize=10555124 CPUtime=75.97 cores=0,2,4,6
/proc/17881/task/17883/stat : 17883 (java) R 17879 17881 15624 0 -1 4202560 12575 0 1 0 7595 2 0 0 25 0 19 0 902713598 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 46912505567513 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17881/tid=17884] ppid=17879 vsize=10555124 CPUtime=0.05 cores=0,2,4,6
/proc/17881/task/17884/stat : 17884 (java) S 17879 17881 15624 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 902713600 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17885] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17885/stat : 17885 (java) S 17879 17881 15624 0 -1 4202560 101 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17886] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17886/stat : 17886 (java) S 17879 17881 15624 0 -1 4202560 174 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17887] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17887/stat : 17887 (java) S 17879 17881 15624 0 -1 4202560 109 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17888] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17888/stat : 17888 (java) S 17879 17881 15624 0 -1 4202560 146 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 6 0 0 0
[pid=17881/tid=17889] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17889/stat : 17889 (java) S 17879 17881 15624 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17890] ppid=17879 vsize=10555124 CPUtime=0.06 cores=0,2,4,6
/proc/17881/task/17890/stat : 17890 (java) S 17879 17881 15624 0 -1 4202560 187 0 0 0 6 0 0 0 15 0 19 0 902713600 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17891] ppid=17879 vsize=10555124 CPUtime=0.07 cores=0,2,4,6
/proc/17881/task/17891/stat : 17891 (java) S 17879 17881 15624 0 -1 4202560 147 0 0 0 7 0 0 0 16 0 19 0 902713600 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17892] ppid=17879 vsize=10555124 CPUtime=3.02 cores=0,2,4,6
/proc/17881/task/17892/stat : 17892 (java) S 17879 17881 15624 0 -1 4202560 1135 0 0 0 301 1 0 0 15 0 19 0 902713601 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 0 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17893] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17893/stat : 17893 (java) S 17879 17881 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902713601 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17894] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17894/stat : 17894 (java) S 17879 17881 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902713601 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17895] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17895/stat : 17895 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485791153 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17896] ppid=17879 vsize=10555124 CPUtime=0.69 cores=0,2,4,6
/proc/17881/task/17896/stat : 17896 (java) S 17879 17881 15624 0 -1 4202560 7604 0 0 0 69 0 0 0 15 0 19 0 902713603 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 2 0 0 0
[pid=17881/tid=17897] ppid=17879 vsize=10555124 CPUtime=0.26 cores=0,2,4,6
/proc/17881/task/17897/stat : 17897 (java) S 17879 17881 15624 0 -1 4202560 2102 0 0 0 26 0 0 0 16 0 19 0 902713603 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17898] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17898/stat : 17898 (java) S 17879 17881 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902713603 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485783449 0 4 0 16800975 18446604442057033024 0 0 -1 4 0 0 0
[pid=17881/tid=17899] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17899/stat : 17899 (java) S 17879 17881 15624 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902713603 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
[pid=17881/tid=17900] ppid=17879 vsize=10555124 CPUtime=0 cores=0,2,4,6
/proc/17881/task/17900/stat : 17900 (java) S 17879 17881 15624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902713614 10808446976 20164 33554432000 1073741824 1073778376 140734327091824 18446744073709551615 274485784064 0 4 0 16800975 18446604442057033024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 80.51
Current children cumulated vsize (KiB) 10555124

Child status: 30
Real time (s): 79.3363
CPU time (s): 80.5547
CPU user time (s): 80.4858
CPU system time (s): 0.068989
CPU usage (%): 101.536
Max. virtual memory (cumulated for all children) (KiB): 10566176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.4858
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25629
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= 7938
involuntary context switches= 3628

runsolver used 0.131979 second user time and 0.309952 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-12 22:38:59
IDJOB=3492689
IDBENCH=79228
IDSOLVER=1982
FILE ID=node125/3492689-1307911139
RUNJOBID= node125-1307907420-16977
PBS_JOBID= 13559581
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= fcf24b85e5d55a97f5b0cb315ea68e2b
RANDOM SEED=855463892

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:     32950928 kB
MemFree:       1786364 kB
Buffers:         65236 kB
Cached:       30030324 kB
SwapCached:       3272 kB
Active:       15240884 kB
Inactive:     14981052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1786364 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:      124140 kB
Mapped:          22384 kB
Slab:           878688 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10546624 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= 2892 MiB
End job on node125 at 2011-06-12 22:40:19