Trace number 3492363

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 74.3637 73.2472

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-33-100-0.wbo
MD5SUM22035c0edc81ff585516ffff2425def6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1.9947
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 1225
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@38540408
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-3492363-1307909650.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.144
0.28/0.25	o 449
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.28/0.28	o 392
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.54/0.39	o 364
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.322
0.67/0.43	o 323
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.355
0.67/0.46	o 315
0.90/0.61	c cleaning 4068 clauses out of 8143 with flag 3004/8143
0.90/0.68	c Got one! Elapsed wall clock time (in seconds):0.572
0.90/0.68	o 260
1.13/0.80	c cleaning 4849 clauses out of 9705 with flag 4000/13773
1.34/1.01	c cleaning 5423 clauses out of 10857 with flag 10001/19774
1.34/1.03	c Got one! Elapsed wall clock time (in seconds):0.926
1.34/1.03	o 256
1.45/1.19	c cleaning 5261 clauses out of 10531 with flag 5000/24871
1.66/1.32	c Got one! Elapsed wall clock time (in seconds):1.213
1.66/1.32	o 227
1.66/1.39	c cleaning 5494 clauses out of 10993 with flag 2000/30594
1.96/1.60	c cleaning 5747 clauses out of 11499 with flag 8000/36594
1.96/1.69	c Got one! Elapsed wall clock time (in seconds):1.586
1.96/1.69	o 188
2.06/1.80	c cleaning 5655 clauses out of 11335 with flag 3000/42177
2.36/2.02	c cleaning 5835 clauses out of 11680 with flag 9000/48177
2.57/2.29	c cleaning 6417 clauses out of 12845 with flag 16000/55177
2.66/2.34	c Got one! Elapsed wall clock time (in seconds):2.234
2.66/2.34	o 179
2.86/2.51	c cleaning 6196 clauses out of 12404 with flag 5001/61153
2.86/2.53	c Got one! Elapsed wall clock time (in seconds):2.423
2.86/2.53	o 176
2.96/2.69	c cleaning 5723 clauses out of 11456 with flag 5000/66401
3.27/2.90	c cleaning 5854 clauses out of 11733 with flag 11000/72401
3.47/3.17	c cleaning 6427 clauses out of 12879 with flag 18000/79401
3.77/3.44	c cleaning 7223 clauses out of 14452 with flag 26000/87401
4.07/3.78	c cleaning 8112 clauses out of 16232 with flag 35003/96404
4.47/4.16	c cleaning 9057 clauses out of 18119 with flag 45002/106403
4.78/4.42	c Got one! Elapsed wall clock time (in seconds):4.313
4.78/4.42	o 174
4.97/4.61	c cleaning 10394 clauses out of 20797 with flag 5000/118138
5.18/4.83	c cleaning 8197 clauses out of 16405 with flag 11002/124140
5.38/5.08	c cleaning 7603 clauses out of 15208 with flag 18002/131140
5.48/5.18	c Got one! Elapsed wall clock time (in seconds):5.074
5.48/5.18	o 152
5.58/5.28	c cleaning 6682 clauses out of 13374 with flag 3000/136909
5.88/5.51	c cleaning 6334 clauses out of 12692 with flag 9000/142909
6.08/5.80	c cleaning 6674 clauses out of 13358 with flag 16000/149909
6.38/6.10	c cleaning 7337 clauses out of 14685 with flag 24001/157910
6.78/6.44	c cleaning 8169 clauses out of 16348 with flag 33001/166910
7.18/6.80	c cleaning 9081 clauses out of 18178 with flag 43000/176909
7.48/7.16	c cleaning 9546 clauses out of 19098 with flag 53001/186910
7.88/7.55	c cleaning 9767 clauses out of 19552 with flag 63001/196910
8.29/7.96	c cleaning 9873 clauses out of 19784 with flag 73000/206909
8.69/8.35	c cleaning 9947 clauses out of 19911 with flag 83000/216909
8.79/8.42	c Got one! Elapsed wall clock time (in seconds):8.313
8.79/8.42	o 137
8.89/8.56	c cleaning 7833 clauses out of 15673 with flag 4001/222618
9.09/8.77	c cleaning 6915 clauses out of 13840 with flag 10001/228618
9.39/9.03	c cleaning 6947 clauses out of 13927 with flag 17003/235620
9.69/9.33	c cleaning 7481 clauses out of 14978 with flag 25001/243618
9.79/9.44	c Got one! Elapsed wall clock time (in seconds):9.339
9.79/9.44	o 135
9.90/9.51	c cleaning 6297 clauses out of 12608 with flag 2000/248729
10.10/9.71	c cleaning 6152 clauses out of 12312 with flag 8001/254730
10.30/9.97	c cleaning 6579 clauses out of 13163 with flag 15004/261733
10.60/10.24	c cleaning 7285 clauses out of 14580 with flag 23000/269729
10.70/10.30	c Got one! Elapsed wall clock time (in seconds):10.197
10.70/10.30	o 131
10.80/10.43	c cleaning 6387 clauses out of 12785 with flag 4000/275219
11.00/10.65	c cleaning 6196 clauses out of 12399 with flag 10001/281220
11.20/10.90	c cleaning 6596 clauses out of 13202 with flag 17000/288219
11.50/11.17	c cleaning 7293 clauses out of 14606 with flag 25000/296219
11.70/11.39	c Got one! Elapsed wall clock time (in seconds):11.288
11.70/11.39	o 91
12.03/11.63	c cleaning 9506 clauses out of 19028 with flag 5000/307934
12.64/11.90	c cleaning 7755 clauses out of 15523 with flag 11001/313935
13.09/12.20	c cleaning 7381 clauses out of 14768 with flag 18001/320935
13.19/12.32	c Got one! Elapsed wall clock time (in seconds):12.218
13.19/12.32	o 89
13.19/12.39	c cleaning 6376 clauses out of 12760 with flag 2000/326308
13.49/12.60	c cleaning 6187 clauses out of 12384 with flag 8000/332308
13.49/12.70	c Got one! Elapsed wall clock time (in seconds):12.592
13.49/12.70	o 83
13.70/12.81	c cleaning 5824 clauses out of 11658 with flag 3000/337769
13.90/13.01	c cleaning 5912 clauses out of 11834 with flag 9000/343769
14.00/13.17	c Got one! Elapsed wall clock time (in seconds):13.062
14.00/13.17	o 81
14.10/13.21	c cleaning 5784 clauses out of 11571 with flag 1000/349418
14.32/13.41	c cleaning 5889 clauses out of 11787 with flag 7000/355418
14.52/13.68	c cleaning 6446 clauses out of 12900 with flag 14002/362420
14.82/13.96	c cleaning 7215 clauses out of 14452 with flag 22000/370418
15.13/14.29	c cleaning 8105 clauses out of 16237 with flag 31000/379418
15.52/14.66	c cleaning 9058 clauses out of 18132 with flag 41000/389418
15.92/15.04	c cleaning 9535 clauses out of 19074 with flag 51000/399418
16.33/15.44	c cleaning 9765 clauses out of 19539 with flag 61000/409418
16.42/15.59	c Got one! Elapsed wall clock time (in seconds):15.487
16.42/15.59	o 80
16.54/15.63	c cleaning 7488 clauses out of 14983 with flag 1000/414627
16.74/15.85	c cleaning 6739 clauses out of 13495 with flag 7000/420627
17.04/16.11	c cleaning 6876 clauses out of 13758 with flag 14002/427629
17.24/16.38	c cleaning 7437 clauses out of 14882 with flag 22002/435629
17.64/16.70	c cleaning 8218 clauses out of 16443 with flag 31000/444627
18.04/17.10	c cleaning 9111 clauses out of 18225 with flag 41000/454627
18.35/17.46	c cleaning 9554 clauses out of 19115 with flag 51001/464628
18.76/17.83	c cleaning 9778 clauses out of 19562 with flag 61002/474629
19.16/18.23	c cleaning 9887 clauses out of 19784 with flag 71002/484629
19.56/18.65	c cleaning 9944 clauses out of 19897 with flag 81002/494629
19.96/19.03	c cleaning 9965 clauses out of 19952 with flag 91001/504628
20.36/19.42	c cleaning 9990 clauses out of 19987 with flag 101001/514628
20.76/19.84	c cleaning 9991 clauses out of 19996 with flag 111000/524627
21.16/20.22	c cleaning 9994 clauses out of 20006 with flag 121001/534628
21.56/20.60	c cleaning 9997 clauses out of 20011 with flag 131000/544627
21.96/21.04	c cleaning 10004 clauses out of 20016 with flag 141002/554629
22.36/21.45	c cleaning 10000 clauses out of 20010 with flag 151000/564627
22.46/21.59	c Got one! Elapsed wall clock time (in seconds):21.483
22.46/21.59	o 77
22.56/21.66	c cleaning 7652 clauses out of 15316 with flag 2001/569933
22.76/21.88	c cleaning 6827 clauses out of 13663 with flag 8000/575932
23.07/22.15	c cleaning 6913 clauses out of 13836 with flag 15000/582932
23.37/22.43	c cleaning 7456 clauses out of 14923 with flag 23000/590932
23.67/22.76	c cleaning 8230 clauses out of 16467 with flag 32000/599932
24.07/23.14	c cleaning 9116 clauses out of 18237 with flag 42000/609932
24.47/23.54	c cleaning 9556 clauses out of 19121 with flag 52000/619932
24.87/23.90	c cleaning 9777 clauses out of 19565 with flag 62000/629932
25.27/24.31	c cleaning 9886 clauses out of 19788 with flag 72000/639932
25.67/24.72	c cleaning 9944 clauses out of 19902 with flag 82000/649932
26.07/25.13	c cleaning 9976 clauses out of 19959 with flag 92001/659933
26.47/25.57	c cleaning 9986 clauses out of 19982 with flag 102000/669932
26.87/25.97	c cleaning 9991 clauses out of 19997 with flag 112001/679933
27.28/26.34	c cleaning 9996 clauses out of 20006 with flag 122001/689933
27.67/26.72	c cleaning 10000 clauses out of 20010 with flag 132001/699933
28.08/27.11	c cleaning 9998 clauses out of 20009 with flag 142000/709932
28.49/27.51	c cleaning 10002 clauses out of 20013 with flag 152002/719934
28.89/27.91	c cleaning 10000 clauses out of 20009 with flag 162000/729932
29.19/28.27	c cleaning 10001 clauses out of 20012 with flag 172003/739935
29.59/28.65	c cleaning 9996 clauses out of 20008 with flag 182000/749932
29.99/29.03	c cleaning 9999 clauses out of 20012 with flag 192000/759932
30.29/29.39	c cleaning 9999 clauses out of 20015 with flag 202002/769934
30.69/29.79	c cleaning 10003 clauses out of 20014 with flag 212000/779932
31.09/30.19	c cleaning 10000 clauses out of 20012 with flag 222001/789933
31.49/30.59	c cleaning 9997 clauses out of 20011 with flag 232000/799932
31.89/30.96	c cleaning 10003 clauses out of 20014 with flag 242000/809932
32.29/31.33	c cleaning 10000 clauses out of 20015 with flag 252004/819936
32.69/31.70	c cleaning 9998 clauses out of 20013 with flag 262002/829934
32.80/31.86	c Got one! Elapsed wall clock time (in seconds):31.754
32.80/31.86	o 55
32.80/31.90	c cleaning 7730 clauses out of 15471 with flag 1000/835390
33.10/32.12	c cleaning 6866 clauses out of 13742 with flag 7001/841391
33.30/32.37	c cleaning 6935 clauses out of 13877 with flag 14002/848392
33.60/32.65	c cleaning 7468 clauses out of 14941 with flag 22001/856391
33.90/32.98	c cleaning 8234 clauses out of 16473 with flag 31001/865391
34.30/33.36	c cleaning 9117 clauses out of 18240 with flag 41002/875392
34.70/33.74	c cleaning 9557 clauses out of 19121 with flag 51000/885390
35.10/34.14	c cleaning 9778 clauses out of 19566 with flag 61002/895392
35.50/34.54	c cleaning 9890 clauses out of 19788 with flag 71002/905392
35.90/34.99	c cleaning 9939 clauses out of 19896 with flag 81000/915390
36.30/35.39	c Got one! Elapsed wall clock time (in seconds):35.29
36.30/35.39	o 43
36.60/35.64	c cleaning 12232 clauses out of 24469 with flag 5001/929902
36.81/35.87	c cleaning 9115 clauses out of 18237 with flag 11001/935902
37.11/36.12	c cleaning 8057 clauses out of 16122 with flag 18001/942902
37.31/36.39	c cleaning 8027 clauses out of 16064 with flag 26000/950901
37.71/36.71	c cleaning 8512 clauses out of 17038 with flag 35001/959902
38.01/37.08	c cleaning 9260 clauses out of 18526 with flag 45001/969902
38.41/37.46	c cleaning 9630 clauses out of 19266 with flag 55001/979902
38.81/37.84	c cleaning 9813 clauses out of 19636 with flag 65001/989902
39.21/38.26	c cleaning 9909 clauses out of 19823 with flag 75001/999902
39.61/38.64	c cleaning 9950 clauses out of 19913 with flag 85000/1009901
40.01/39.01	c cleaning 9977 clauses out of 19964 with flag 95001/1019902
40.31/39.35	c cleaning 9990 clauses out of 19987 with flag 105001/1029902
40.72/39.71	c cleaning 9987 clauses out of 19996 with flag 115000/1039901
41.03/40.06	c cleaning 10002 clauses out of 20013 with flag 125004/1049905
41.43/40.42	c cleaning 9998 clauses out of 20007 with flag 135000/1059901
41.73/40.78	c cleaning 9997 clauses out of 20009 with flag 145000/1069901
42.13/41.15	c cleaning 9998 clauses out of 20012 with flag 155000/1079901
42.43/41.49	c cleaning 10003 clauses out of 20014 with flag 165000/1089901
42.73/41.70	c Got one! Elapsed wall clock time (in seconds):41.601
42.73/41.70	o 38
42.93/41.90	c cleaning 10898 clauses out of 21807 with flag 5003/1101697
43.13/42.12	c cleaning 8448 clauses out of 16906 with flag 11000/1107694
43.33/42.36	c cleaning 7728 clauses out of 15460 with flag 18002/1114696
43.63/42.62	c cleaning 7861 clauses out of 15730 with flag 26000/1122694
43.93/42.93	c cleaning 8428 clauses out of 16870 with flag 35001/1131695
44.23/43.25	c cleaning 9217 clauses out of 18442 with flag 45001/1141695
44.53/43.57	c cleaning 9606 clauses out of 19224 with flag 55000/1151694
44.93/43.92	c cleaning 9805 clauses out of 19619 with flag 65001/1161695
45.23/44.25	c cleaning 9903 clauses out of 19814 with flag 75001/1171695
45.53/44.59	c cleaning 9947 clauses out of 19910 with flag 85000/1181694
45.93/44.93	c cleaning 9977 clauses out of 19963 with flag 95000/1191694
46.23/45.29	c cleaning 9988 clauses out of 19988 with flag 105002/1201696
46.63/45.64	c cleaning 9993 clauses out of 19998 with flag 115000/1211694
46.63/45.67	c Got one! Elapsed wall clock time (in seconds):45.566
46.63/45.67	o 30
46.83/45.84	c cleaning 7878 clauses out of 15766 with flag 5002/1217455
47.03/46.06	c cleaning 6938 clauses out of 13887 with flag 11001/1223454
47.24/46.29	c cleaning 6968 clauses out of 13948 with flag 18000/1230453
47.54/46.55	c cleaning 7487 clauses out of 14982 with flag 26002/1238455
47.84/46.86	c cleaning 8244 clauses out of 16493 with flag 35000/1247453
48.24/47.22	c cleaning 9120 clauses out of 18249 with flag 45000/1257453
48.54/47.59	c cleaning 9558 clauses out of 19129 with flag 55000/1267453
48.94/47.97	c cleaning 9782 clauses out of 19571 with flag 65000/1277453
49.35/48.37	c cleaning 9890 clauses out of 19789 with flag 75000/1287453
49.74/48.73	c cleaning 9947 clauses out of 19900 with flag 85001/1297454
50.04/49.09	c cleaning 9967 clauses out of 19952 with flag 95000/1307453
50.45/49.44	c cleaning 9985 clauses out of 19985 with flag 105000/1317453
50.84/49.81	c cleaning 9992 clauses out of 20001 with flag 115001/1327454
51.14/50.16	c cleaning 9996 clauses out of 20010 with flag 125002/1337455
51.44/50.48	c cleaning 10002 clauses out of 20013 with flag 135001/1347454
51.84/50.83	c cleaning 10001 clauses out of 20010 with flag 145000/1357453
52.14/51.16	c cleaning 10001 clauses out of 20009 with flag 155000/1367453
52.45/51.50	c cleaning 9998 clauses out of 20008 with flag 165000/1377453
52.84/51.81	c cleaning 9999 clauses out of 20012 with flag 175002/1387455
53.14/52.14	c cleaning 10001 clauses out of 20016 with flag 185005/1397458
53.45/52.47	c cleaning 10001 clauses out of 20012 with flag 195002/1407455
53.75/52.80	c cleaning 10001 clauses out of 20009 with flag 205000/1417453
53.95/52.97	c Got one! Elapsed wall clock time (in seconds):52.871
53.95/52.97	o 25
54.15/53.18	c cleaning 10505 clauses out of 21019 with flag 5000/1428464
54.35/53.39	c cleaning 8254 clauses out of 16515 with flag 11001/1434465
54.65/53.62	c cleaning 7626 clauses out of 15261 with flag 18001/1441465
54.85/53.88	c cleaning 7814 clauses out of 15635 with flag 26001/1449465
55.25/54.22	c cleaning 8403 clauses out of 16821 with flag 35001/1458465
55.55/54.59	c cleaning 9206 clauses out of 18417 with flag 45000/1468464
55.96/54.95	c cleaning 9602 clauses out of 19212 with flag 55001/1478465
56.35/55.33	c cleaning 9801 clauses out of 19609 with flag 65000/1488464
56.76/55.71	c cleaning 9895 clauses out of 19808 with flag 75000/1498464
57.06/56.06	c cleaning 9952 clauses out of 19916 with flag 85003/1508467
57.46/56.41	c cleaning 9974 clauses out of 19961 with flag 95000/1518464
57.76/56.76	c cleaning 9990 clauses out of 19988 with flag 105001/1528465
58.17/57.12	c cleaning 9993 clauses out of 19998 with flag 115001/1538465
58.46/57.50	c cleaning 9997 clauses out of 20005 with flag 125001/1548465
58.86/57.86	c cleaning 9995 clauses out of 20008 with flag 135001/1558465
59.27/58.22	c cleaning 10003 clauses out of 20013 with flag 145001/1568465
59.56/58.55	c cleaning 9998 clauses out of 20011 with flag 155002/1578466
59.76/58.70	c Got one! Elapsed wall clock time (in seconds):58.596
59.76/58.70	o 15
59.76/58.74	c cleaning 7852 clauses out of 15710 with flag 1000/1584163
59.96/58.95	c cleaning 6923 clauses out of 13859 with flag 7001/1590164
60.17/59.18	c cleaning 6963 clauses out of 13937 with flag 14002/1597165
60.48/59.45	c cleaning 7481 clauses out of 14972 with flag 22000/1605163
60.78/59.72	c cleaning 8243 clauses out of 16491 with flag 31000/1614163
61.07/60.05	c cleaning 9117 clauses out of 18248 with flag 41000/1624163
61.38/60.39	c cleaning 9560 clauses out of 19131 with flag 51000/1634163
61.78/60.71	c cleaning 9786 clauses out of 19577 with flag 61006/1644169
62.08/61.05	c cleaning 9887 clauses out of 19785 with flag 71000/1654163
62.38/61.37	c cleaning 9947 clauses out of 19899 with flag 81001/1664164
62.78/61.70	c cleaning 9967 clauses out of 19951 with flag 91000/1674163
63.08/62.03	c cleaning 9987 clauses out of 19984 with flag 101000/1684163
63.38/62.37	c cleaning 9992 clauses out of 19997 with flag 111000/1694163
63.78/62.71	c cleaning 9996 clauses out of 20005 with flag 121000/1704163
64.08/63.05	c cleaning 9998 clauses out of 20009 with flag 131000/1714163
64.38/63.37	c cleaning 9997 clauses out of 20011 with flag 141000/1724163
64.78/63.71	c cleaning 10002 clauses out of 20015 with flag 151001/1734164
64.78/63.76	c Got one! Elapsed wall clock time (in seconds):63.651
64.78/63.76	o 10
64.89/63.89	c cleaning 7684 clauses out of 15376 with flag 4002/1739527
65.18/64.10	c cleaning 6839 clauses out of 13691 with flag 10001/1745526
65.38/64.33	c cleaning 6919 clauses out of 13851 with flag 17000/1752525
65.58/64.58	c cleaning 7461 clauses out of 14932 with flag 25000/1760525
65.88/64.90	c cleaning 8232 clauses out of 16473 with flag 34002/1769527
66.28/65.23	c cleaning 9115 clauses out of 18239 with flag 44000/1779525
66.58/65.59	c cleaning 9557 clauses out of 19124 with flag 54000/1789525
66.99/65.95	c cleaning 9779 clauses out of 19568 with flag 64001/1799526
67.28/66.29	c cleaning 9891 clauses out of 19790 with flag 74002/1809527
67.68/66.64	c cleaning 9943 clauses out of 19898 with flag 84001/1819526
67.99/66.96	c cleaning 9972 clauses out of 19954 with flag 94000/1829525
68.39/67.30	c cleaning 9986 clauses out of 19982 with flag 104000/1839525
68.69/67.64	c cleaning 9994 clauses out of 19997 with flag 114001/1849526
68.99/67.98	c cleaning 9995 clauses out of 20003 with flag 124001/1859526
69.39/68.32	c cleaning 10001 clauses out of 20009 with flag 134002/1869527
69.69/68.68	c cleaning 9998 clauses out of 20010 with flag 144004/1879529
70.09/69.03	c cleaning 10000 clauses out of 20008 with flag 154000/1889525
70.40/69.39	c cleaning 10000 clauses out of 20008 with flag 164000/1899525
70.79/69.75	c cleaning 10001 clauses out of 20009 with flag 174001/1909526
71.19/70.11	c cleaning 9995 clauses out of 20007 with flag 184000/1919525
71.50/70.45	c cleaning 10003 clauses out of 20013 with flag 194001/1929526
71.90/70.80	c cleaning 9999 clauses out of 20009 with flag 204000/1939525
72.20/71.16	c cleaning 9998 clauses out of 20010 with flag 214000/1949525
72.50/71.50	c cleaning 10003 clauses out of 20013 with flag 224001/1959526
72.90/71.85	c cleaning 10002 clauses out of 20009 with flag 234000/1969525
73.20/72.18	c cleaning 9999 clauses out of 20007 with flag 244000/1979525
73.60/72.57	c cleaning 10001 clauses out of 20009 with flag 254001/1989526
74.00/72.93	c cleaning 10000 clauses out of 20007 with flag 264001/1999526
74.31/73.24	c starts		: 238
74.31/73.24	c conflicts		: 2007904
74.31/73.24	c decisions		: 3242761
74.31/73.24	c propagations		: 47470758
74.31/73.24	c inspects		: 426039249
74.31/73.24	c shortcuts		: 0
74.31/73.24	c learnt literals	: 7
74.31/73.24	c learnt binary clauses	: 79
74.31/73.24	c learnt ternary clauses	: 1458
74.31/73.24	c learnt constraints	: 2007896
74.31/73.24	c ignored constraints	: 0
74.31/73.24	c root simplifications	: 0
74.31/73.24	c removed literals (reason simplification)	: 14177534
74.31/73.24	c reason swapping (by a shorter reason)	: 0
74.31/73.24	c Calls to reduceDB	: 226
74.31/73.24	c number of reductions to clauses (during analyze)	: 0
74.31/73.24	c number of learned constraints concerned by reduction	: 0
74.31/73.24	c number of learning phase by resolution	: 0
74.31/73.24	c number of learning phase by cutting planes	: 0
74.31/73.24	c speed (assignments/second)	: 5007463.924050633
74.31/73.24	c non guided choices	968
74.31/73.24	c learnt constraints type 
74.31/73.24	c constraints type 
74.31/73.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
74.31/73.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
74.31/73.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
74.31/73.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
74.31/73.24	s OPTIMUM FOUND
74.31/73.24	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 
74.31/73.24	c objective function=10
74.31/73.24	c Total wall clock time (in seconds): 73.133

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 2.03 1.95 2/193 23013
/proc/meminfo: memFree=12041544/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 1201 0 0 0 0 0 0 0 25 0 2 0 902564627 31313920 925 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 7645 932 708 9 0 383 0
[pid=23013/tid=23014] ppid=23011 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 98 0 0 0 0 0 0 0 25 0 2 0 902564627 31313920 938 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274659840292 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.017111 s]
/proc/loadavg: 2.06 2.03 1.95 2/193 23013
/proc/meminfo: memFree=12041544/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 7122 0 1 0 0 0 0 0 25 0 2 0 902564627 10694979584 6822 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2611079 6842 917 9 0 2602235 0
[pid=23013/tid=23014] ppid=23011 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 6040 0 1 0 0 0 0 0 25 0 2 0 902564627 10694979584 6856 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274664502331 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.101107 s]
/proc/loadavg: 2.06 2.03 1.95 2/193 23013
/proc/meminfo: memFree=12041544/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10539956 CPUtime=0.1 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 13117 0 1 0 9 1 0 0 25 0 18 0 902564627 10792914944 12767 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2634989 12767 2093 9 0 2625723 0
[pid=23013/tid=23014] ppid=23011 vsize=10539956 CPUtime=0.09 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 11170 0 1 0 8 1 0 0 18 0 18 0 902564627 10792914944 12767 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 47576018743301 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539956

[startup+0.30106 s]
/proc/loadavg: 2.06 2.03 1.95 2/193 23013
/proc/meminfo: memFree=12041544/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10542848 CPUtime=0.54 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 15944 0 1 0 52 2 0 0 25 0 19 0 902564627 10795876352 14812 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2635712 14813 2215 9 0 2626446 0
[pid=23013/tid=23014] ppid=23011 vsize=10542848 CPUtime=0.28 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 11788 0 1 0 27 1 0 0 19 0 19 0 902564627 10795876352 14813 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 47576023243603 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10542848

[startup+0.701003 s]
/proc/loadavg: 2.06 2.03 1.95 2/193 23013
/proc/meminfo: memFree=12041544/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10542848 CPUtime=1.03 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 17108 0 1 0 101 2 0 0 25 0 19 0 902564627 10795876352 15879 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2635712 15879 2247 9 0 2626446 0
[pid=23013/tid=23014] ppid=23011 vsize=10542848 CPUtime=0.67 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 12236 0 1 0 66 1 0 0 19 0 19 0 902564627 10795876352 15879 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 46912505357473 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10542848

[startup+1.50086 s]
/proc/loadavg: 2.06 2.03 1.95 3/212 23032
/proc/meminfo: memFree=11985844/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10542496 CPUtime=1.86 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 17527 0 1 0 184 2 0 0 25 0 19 0 902564627 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2635624 16185 2248 9 0 2626358 0
[pid=23013/tid=23014] ppid=23011 vsize=10542496 CPUtime=1.42 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 12240 0 1 0 141 1 0 0 20 0 19 0 902564627 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 46912505601207 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23013/tid=23016] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23016/stat : 23016 (java) S 23011 23013 19566 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23017] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23017/stat : 23017 (java) S 23011 23013 19566 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23018] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23018/stat : 23018 (java) S 23011 23013 19566 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23019] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23019/stat : 23019 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23020] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23020/stat : 23020 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23021] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23021/stat : 23021 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23022] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23022/stat : 23022 (java) S 23011 23013 19566 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23023] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23023/stat : 23023 (java) S 23011 23013 19566 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23024] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23024/stat : 23024 (java) S 23011 23013 19566 0 -1 4202560 424 0 0 0 5 0 0 0 16 0 19 0 902564630 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 0 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23025] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23025/stat : 23025 (java) S 23011 23013 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23026] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23026/stat : 23026 (java) S 23011 23013 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23027] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23027/stat : 23027 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676631985 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23028] ppid=23011 vsize=10542496 CPUtime=0.18 cores=1,3,5,7
/proc/23013/task/23028/stat : 23028 (java) S 23011 23013 19566 0 -1 4202560 995 0 0 0 18 0 0 0 15 0 19 0 902564632 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23029] ppid=23011 vsize=10542496 CPUtime=0.17 cores=1,3,5,7
/proc/23013/task/23029/stat : 23029 (java) S 23011 23013 19566 0 -1 4202560 2219 0 0 0 17 0 0 0 15 0 19 0 902564632 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23030] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23030/stat : 23030 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23031] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23031/stat : 23031 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902564632 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23032] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23032/stat : 23032 (java) S 23011 23013 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902564643 10795515904 16185 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10542496

[startup+3.10059 s]
/proc/loadavg: 2.06 2.03 1.95 3/212 23032
/proc/meminfo: memFree=11984728/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10542496 CPUtime=3.47 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 17613 0 1 0 345 2 0 0 25 0 19 0 902564627 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2635624 16264 2248 9 0 2626358 0
[pid=23013/tid=23014] ppid=23011 vsize=10542496 CPUtime=2.93 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 12247 0 1 0 292 1 0 0 23 0 19 0 902564627 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 46912505601179 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23013/tid=23016] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23016/stat : 23016 (java) S 23011 23013 19566 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 19 0 902564629 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23017] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23017/stat : 23017 (java) S 23011 23013 19566 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23018] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23018/stat : 23018 (java) S 23011 23013 19566 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23019] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23019/stat : 23019 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23020] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23020/stat : 23020 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23021] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23021/stat : 23021 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23022] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23022/stat : 23022 (java) S 23011 23013 19566 0 -1 4202560 131 0 0 0 0 0 0 0 16 0 19 0 902564629 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23023] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23023/stat : 23023 (java) S 23011 23013 19566 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23024] ppid=23011 vsize=10542496 CPUtime=0.14 cores=1,3,5,7
/proc/23013/task/23024/stat : 23024 (java) S 23011 23013 19566 0 -1 4202560 499 0 0 0 14 0 0 0 16 0 19 0 902564630 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 0 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23025] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23025/stat : 23025 (java) S 23011 23013 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23026] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23026/stat : 23026 (java) S 23011 23013 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23027] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23027/stat : 23027 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676631985 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23028] ppid=23011 vsize=10542496 CPUtime=0.19 cores=1,3,5,7
/proc/23013/task/23028/stat : 23028 (java) S 23011 23013 19566 0 -1 4202560 995 0 0 0 19 0 0 0 15 0 19 0 902564632 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23029] ppid=23011 vsize=10542496 CPUtime=0.17 cores=1,3,5,7
/proc/23013/task/23029/stat : 23029 (java) S 23011 23013 19566 0 -1 4202560 2219 0 0 0 17 0 0 0 15 0 19 0 902564632 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23030] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23030/stat : 23030 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23031] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23031/stat : 23031 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902564632 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23032] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23032/stat : 23032 (java) S 23011 23013 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902564643 10795515904 16264 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10542496

[startup+6.30103 s]
/proc/loadavg: 2.13 2.05 1.96 3/212 23032
/proc/meminfo: memFree=11983268/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10542496 CPUtime=6.68 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 17920 0 1 0 666 2 0 0 25 0 19 0 902564627 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2635624 16551 2248 9 0 2626358 0
[pid=23013/tid=23014] ppid=23011 vsize=10542496 CPUtime=5.98 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 12260 0 1 0 597 1 0 0 25 0 19 0 902564627 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 46912505601502 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23013/tid=23016] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23016/stat : 23016 (java) S 23011 23013 19566 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23017] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23017/stat : 23017 (java) S 23011 23013 19566 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23018] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23018/stat : 23018 (java) S 23011 23013 19566 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23019] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23019/stat : 23019 (java) S 23011 23013 19566 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23020] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23020/stat : 23020 (java) S 23011 23013 19566 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23021] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23021/stat : 23021 (java) S 23011 23013 19566 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23022] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23022/stat : 23022 (java) S 23011 23013 19566 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23023] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23023/stat : 23023 (java) S 23011 23013 19566 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 902564629 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23024] ppid=23011 vsize=10542496 CPUtime=0.27 cores=1,3,5,7
/proc/23013/task/23024/stat : 23024 (java) S 23011 23013 19566 0 -1 4202560 640 0 0 0 27 0 0 0 16 0 19 0 902564630 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 0 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23025] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23025/stat : 23025 (java) S 23011 23013 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23026] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23026/stat : 23026 (java) S 23011 23013 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23027] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23027/stat : 23027 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676631985 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23028] ppid=23011 vsize=10542496 CPUtime=0.19 cores=1,3,5,7
/proc/23013/task/23028/stat : 23028 (java) S 23011 23013 19566 0 -1 4202560 995 0 0 0 19 0 0 0 15 0 19 0 902564632 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23029] ppid=23011 vsize=10542496 CPUtime=0.17 cores=1,3,5,7
/proc/23013/task/23029/stat : 23029 (java) S 23011 23013 19566 0 -1 4202560 2219 0 0 0 17 0 0 0 15 0 19 0 902564632 10795515904 16551 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0

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

/proc/23013/task/23016/stat : 23016 (java) S 23011 23013 19566 0 -1 4202560 142 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23017] ppid=23011 vsize=10542496 CPUtime=0.06 cores=1,3,5,7
/proc/23013/task/23017/stat : 23017 (java) S 23011 23013 19566 0 -1 4202560 47 0 0 0 6 0 0 0 15 0 19 0 902564629 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23018] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23018/stat : 23018 (java) S 23011 23013 19566 0 -1 4202560 109 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23019] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23019/stat : 23019 (java) S 23011 23013 19566 0 -1 4202560 50 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23020] ppid=23011 vsize=10542496 CPUtime=0.04 cores=1,3,5,7
/proc/23013/task/23020/stat : 23020 (java) S 23011 23013 19566 0 -1 4202560 26 0 0 0 4 0 0 0 15 0 19 0 902564629 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23021] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23021/stat : 23021 (java) S 23011 23013 19566 0 -1 4202560 53 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23022] ppid=23011 vsize=10542496 CPUtime=0.04 cores=1,3,5,7
/proc/23013/task/23022/stat : 23022 (java) S 23011 23013 19566 0 -1 4202560 143 0 0 0 4 0 0 0 15 0 19 0 902564629 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23023] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23023/stat : 23023 (java) S 23011 23013 19566 0 -1 4202560 209 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23024] ppid=23011 vsize=10542496 CPUtime=3.01 cores=1,3,5,7
/proc/23013/task/23024/stat : 23024 (java) S 23011 23013 19566 0 -1 4202560 1066 0 0 0 296 5 0 0 15 0 19 0 902564630 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 0 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23025] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23025/stat : 23025 (java) S 23011 23013 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23026] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23026/stat : 23026 (java) S 23011 23013 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23027] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23027/stat : 23027 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676631985 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23028] ppid=23011 vsize=10542496 CPUtime=0.24 cores=1,3,5,7
/proc/23013/task/23028/stat : 23028 (java) S 23011 23013 19566 0 -1 4202560 1041 0 0 0 24 0 0 0 15 0 19 0 902564632 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23029] ppid=23011 vsize=10542496 CPUtime=0.66 cores=1,3,5,7
/proc/23013/task/23029/stat : 23029 (java) S 23011 23013 19566 0 -1 4202560 9782 0 0 0 65 1 0 0 15 0 19 0 902564632 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23030] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23030/stat : 23030 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23031] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23031/stat : 23031 (java) S 23011 23013 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902564632 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23032] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23032/stat : 23032 (java) S 23011 23013 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902564643 10795515904 20969 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73
Current children cumulated vsize (KiB) 10542496

[startup+72.7016 s]
/proc/loadavg: 2.10 2.05 1.96 3/212 23148
/proc/meminfo: memFree=11964620/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10542496 CPUtime=73.8 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 26297 0 1 0 7370 10 0 0 25 0 19 0 902564627 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2635624 20974 2251 9 0 2626358 0
[pid=23013/tid=23014] ppid=23011 vsize=10542496 CPUtime=69.38 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 12467 0 1 0 6937 1 0 0 17 0 19 0 902564627 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 46912505563668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23013/tid=23016] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23016/stat : 23016 (java) S 23011 23013 19566 0 -1 4202560 142 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23017] ppid=23011 vsize=10542496 CPUtime=0.06 cores=1,3,5,7
/proc/23013/task/23017/stat : 23017 (java) S 23011 23013 19566 0 -1 4202560 47 0 0 0 6 0 0 0 15 0 19 0 902564629 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23018] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23018/stat : 23018 (java) S 23011 23013 19566 0 -1 4202560 109 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23019] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23019/stat : 23019 (java) S 23011 23013 19566 0 -1 4202560 53 0 0 0 5 0 0 0 16 0 19 0 902564629 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23020] ppid=23011 vsize=10542496 CPUtime=0.04 cores=1,3,5,7
/proc/23013/task/23020/stat : 23020 (java) S 23011 23013 19566 0 -1 4202560 26 0 0 0 4 0 0 0 16 0 19 0 902564629 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23021] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23021/stat : 23021 (java) S 23011 23013 19566 0 -1 4202560 53 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23022] ppid=23011 vsize=10542496 CPUtime=0.04 cores=1,3,5,7
/proc/23013/task/23022/stat : 23022 (java) S 23011 23013 19566 0 -1 4202560 143 0 0 0 4 0 0 0 15 0 19 0 902564629 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23023] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23023/stat : 23023 (java) S 23011 23013 19566 0 -1 4202560 209 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23024] ppid=23011 vsize=10542496 CPUtime=3.04 cores=1,3,5,7
/proc/23013/task/23024/stat : 23024 (java) S 23011 23013 19566 0 -1 4202560 1066 0 0 0 299 5 0 0 15 0 19 0 902564630 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 0 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23025] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23025/stat : 23025 (java) S 23011 23013 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23026] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23026/stat : 23026 (java) S 23011 23013 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23027] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23027/stat : 23027 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676631985 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23028] ppid=23011 vsize=10542496 CPUtime=0.24 cores=1,3,5,7
/proc/23013/task/23028/stat : 23028 (java) S 23011 23013 19566 0 -1 4202560 1041 0 0 0 24 0 0 0 15 0 19 0 902564632 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23029] ppid=23011 vsize=10542496 CPUtime=0.66 cores=1,3,5,7
/proc/23013/task/23029/stat : 23029 (java) S 23011 23013 19566 0 -1 4202560 9782 0 0 0 65 1 0 0 15 0 19 0 902564632 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23030] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23030/stat : 23030 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23031] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23031/stat : 23031 (java) S 23011 23013 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902564632 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23032] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23032/stat : 23032 (java) S 23011 23013 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902564643 10795515904 20974 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.8
Current children cumulated vsize (KiB) 10542496

[startup+73.1015 s]
/proc/loadavg: 2.10 2.05 1.96 3/212 23148
/proc/meminfo: memFree=11964620/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10542496 CPUtime=74.21 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 26300 0 1 0 7411 10 0 0 25 0 19 0 902564627 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2635624 20975 2251 9 0 2626358 0
[pid=23013/tid=23014] ppid=23011 vsize=10542496 CPUtime=69.76 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 12468 0 1 0 6975 1 0 0 18 0 19 0 902564627 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 46912505514871 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23013/tid=23016] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23016/stat : 23016 (java) S 23011 23013 19566 0 -1 4202560 142 0 0 0 5 0 0 0 16 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23017] ppid=23011 vsize=10542496 CPUtime=0.06 cores=1,3,5,7
/proc/23013/task/23017/stat : 23017 (java) S 23011 23013 19566 0 -1 4202560 47 0 0 0 6 0 0 0 16 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23018] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23018/stat : 23018 (java) S 23011 23013 19566 0 -1 4202560 109 0 0 0 5 0 0 0 16 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23019] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23019/stat : 23019 (java) S 23011 23013 19566 0 -1 4202560 53 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23020] ppid=23011 vsize=10542496 CPUtime=0.04 cores=1,3,5,7
/proc/23013/task/23020/stat : 23020 (java) S 23011 23013 19566 0 -1 4202560 26 0 0 0 4 0 0 0 15 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23021] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23021/stat : 23021 (java) S 23011 23013 19566 0 -1 4202560 53 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23022] ppid=23011 vsize=10542496 CPUtime=0.04 cores=1,3,5,7
/proc/23013/task/23022/stat : 23022 (java) S 23011 23013 19566 0 -1 4202560 144 0 0 0 4 0 0 0 16 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23023] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23023/stat : 23023 (java) S 23011 23013 19566 0 -1 4202560 209 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23024] ppid=23011 vsize=10542496 CPUtime=3.05 cores=1,3,5,7
/proc/23013/task/23024/stat : 23024 (java) S 23011 23013 19566 0 -1 4202560 1066 0 0 0 300 5 0 0 15 0 19 0 902564630 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 0 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23025] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23025/stat : 23025 (java) S 23011 23013 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23026] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23026/stat : 23026 (java) S 23011 23013 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23027] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23027/stat : 23027 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676631985 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23028] ppid=23011 vsize=10542496 CPUtime=0.24 cores=1,3,5,7
/proc/23013/task/23028/stat : 23028 (java) S 23011 23013 19566 0 -1 4202560 1041 0 0 0 24 0 0 0 15 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23029] ppid=23011 vsize=10542496 CPUtime=0.67 cores=1,3,5,7
/proc/23013/task/23029/stat : 23029 (java) S 23011 23013 19566 0 -1 4202560 9783 0 0 0 66 1 0 0 15 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23030] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23030/stat : 23030 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23031] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23031/stat : 23031 (java) S 23011 23013 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23032] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23032/stat : 23032 (java) S 23011 23013 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902564643 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.21
Current children cumulated vsize (KiB) 10542496

[startup+73.2015 s]
/proc/loadavg: 2.10 2.05 1.96 3/212 23148
/proc/meminfo: memFree=11964620/32951132 swapFree=67054624/67111528
[pid=23013] ppid=23011 vsize=10542496 CPUtime=74.31 cores=1,3,5,7
/proc/23013/stat : 23013 (java) S 23011 23013 19566 0 -1 4202496 26300 0 1 0 7421 10 0 0 25 0 19 0 902564627 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23013/statm: 2635624 20975 2251 9 0 2626358 0
[pid=23013/tid=23014] ppid=23011 vsize=10542496 CPUtime=69.86 cores=1,3,5,7
/proc/23013/task/23014/stat : 23014 (java) R 23011 23013 19566 0 -1 4202560 12468 0 1 0 6985 1 0 0 18 0 19 0 902564627 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 46912505536595 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23013/tid=23016] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23016/stat : 23016 (java) S 23011 23013 19566 0 -1 4202560 142 0 0 0 5 0 0 0 16 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23017] ppid=23011 vsize=10542496 CPUtime=0.06 cores=1,3,5,7
/proc/23013/task/23017/stat : 23017 (java) S 23011 23013 19566 0 -1 4202560 47 0 0 0 6 0 0 0 16 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23018] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23018/stat : 23018 (java) S 23011 23013 19566 0 -1 4202560 109 0 0 0 5 0 0 0 16 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23019] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23019/stat : 23019 (java) S 23011 23013 19566 0 -1 4202560 53 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 7 0 0 0
[pid=23013/tid=23020] ppid=23011 vsize=10542496 CPUtime=0.04 cores=1,3,5,7
/proc/23013/task/23020/stat : 23020 (java) S 23011 23013 19566 0 -1 4202560 26 0 0 0 4 0 0 0 15 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23021] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23021/stat : 23021 (java) S 23011 23013 19566 0 -1 4202560 53 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23022] ppid=23011 vsize=10542496 CPUtime=0.04 cores=1,3,5,7
/proc/23013/task/23022/stat : 23022 (java) S 23011 23013 19566 0 -1 4202560 144 0 0 0 4 0 0 0 16 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23023] ppid=23011 vsize=10542496 CPUtime=0.05 cores=1,3,5,7
/proc/23013/task/23023/stat : 23023 (java) S 23011 23013 19566 0 -1 4202560 209 0 0 0 5 0 0 0 15 0 19 0 902564629 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23024] ppid=23011 vsize=10542496 CPUtime=3.05 cores=1,3,5,7
/proc/23013/task/23024/stat : 23024 (java) S 23011 23013 19566 0 -1 4202560 1066 0 0 0 300 5 0 0 15 0 19 0 902564630 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 0 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23025] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23025/stat : 23025 (java) S 23011 23013 19566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23026] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23026/stat : 23026 (java) S 23011 23013 19566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902564630 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23027] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23027/stat : 23027 (java) S 23011 23013 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676631985 0 4 0 16800975 18446604458198862656 0 0 -1 5 0 0 0
[pid=23013/tid=23028] ppid=23011 vsize=10542496 CPUtime=0.24 cores=1,3,5,7
/proc/23013/task/23028/stat : 23028 (java) S 23011 23013 19566 0 -1 4202560 1041 0 0 0 24 0 0 0 15 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23029] ppid=23011 vsize=10542496 CPUtime=0.67 cores=1,3,5,7
/proc/23013/task/23029/stat : 23029 (java) S 23011 23013 19566 0 -1 4202560 9783 0 0 0 66 1 0 0 15 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23030] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23030/stat : 23030 (java) S 23011 23013 19566 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624281 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
[pid=23013/tid=23031] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23031/stat : 23031 (java) S 23011 23013 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902564632 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 1 0 0 0
[pid=23013/tid=23032] ppid=23011 vsize=10542496 CPUtime=0 cores=1,3,5,7
/proc/23013/task/23032/stat : 23032 (java) S 23011 23013 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902564643 10795515904 20975 33554432000 1073741824 1073778376 140733308457200 18446744073709551615 274676624896 0 4 0 16800975 18446604458198862656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.31
Current children cumulated vsize (KiB) 10542496

Child status: 30
Real time (s): 73.2472
CPU time (s): 74.3637
CPU user time (s): 74.2527
CPU system time (s): 0.110983
CPU usage (%): 101.524
Max. virtual memory (cumulated for all children) (KiB): 10542848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.2527
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26318
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= 7978
involuntary context switches= 3831

runsolver used 0.117982 second user time and 0.292955 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:14:10
IDJOB=3492363
IDBENCH=78780
IDSOLVER=1982
FILE ID=node131/3492363-1307909650
RUNJOBID= node131-1307907581-21985
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.1111228076--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-3492363-1307909650/watcher-3492363-1307909650 -o /tmp/evaluation-result-3492363-1307909650/solver-3492363-1307909650 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492363-1307909650.wbo

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

MD5SUM BENCH= 22035c0edc81ff585516ffff2425def6
RANDOM SEED=1721873487

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:      12042048 kB
Buffers:        333064 kB
Cached:       19809096 kB
SwapCached:       9816 kB
Active:       15663224 kB
Inactive:      4561820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12042048 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             220 kB
Writeback:           4 kB
AnonPages:       81504 kB
Mapped:          21476 kB
Slab:           622068 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10549140 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:15:23