Trace number 3492681

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 68.1016 66.7654

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-0-100-0.wbo
MD5SUMf742a865179589dbb1861a007b830f45
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1.16982
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 1228
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/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@13d4c61c
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-3492681-1307911132.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.27/0.22	c SATISFIABLE
0.27/0.22	c OPTIMIZING...
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.108
0.27/0.22	o 622
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.141
0.27/0.25	o 516
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.27/0.29	o 461
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.263
0.50/0.37	o 455
0.62/0.41	c Got one! Elapsed wall clock time (in seconds):0.297
0.62/0.41	o 430
0.75/0.51	c Got one! Elapsed wall clock time (in seconds):0.399
0.75/0.51	o 423
0.75/0.54	c Got one! Elapsed wall clock time (in seconds):0.434
0.75/0.54	o 405
0.75/0.59	c Got one! Elapsed wall clock time (in seconds):0.476
0.75/0.59	o 391
0.86/0.61	c Got one! Elapsed wall clock time (in seconds):0.496
0.86/0.61	o 365
0.86/0.63	c Got one! Elapsed wall clock time (in seconds):0.519
0.86/0.63	o 357
0.86/0.65	c Got one! Elapsed wall clock time (in seconds):0.545
0.86/0.65	o 297
0.86/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
0.86/0.68	o 244
0.96/0.77	c Got one! Elapsed wall clock time (in seconds):0.658
0.96/0.77	o 234
1.22/0.90	c cleaning 5925 clauses out of 11862 with flag 2000/11862
1.22/0.99	c Got one! Elapsed wall clock time (in seconds):0.878
1.22/0.99	o 221
1.33/1.06	c Got one! Elapsed wall clock time (in seconds):0.952
1.33/1.06	o 189
1.53/1.21	c cleaning 6130 clauses out of 12268 with flag 3002/18193
1.64/1.30	c Got one! Elapsed wall clock time (in seconds):1.194
1.64/1.30	o 186
1.84/1.51	c cleaning 5830 clauses out of 11665 with flag 4001/23720
1.84/1.54	c Got one! Elapsed wall clock time (in seconds):1.427
1.84/1.54	o 166
2.06/1.74	c cleaning 5484 clauses out of 10976 with flag 5000/28861
2.36/2.04	c cleaning 5738 clauses out of 11492 with flag 11000/34861
2.66/2.35	c Got one! Elapsed wall clock time (in seconds):2.24
2.66/2.35	o 152
2.78/2.47	c Got one! Elapsed wall clock time (in seconds):2.363
2.78/2.47	o 140
2.98/2.61	c cleaning 8942 clauses out of 17898 with flag 3000/47005
2.98/2.64	c Got one! Elapsed wall clock time (in seconds):2.527
2.98/2.64	o 136
3.18/2.84	c cleaning 7123 clauses out of 14271 with flag 5000/52320
3.18/2.86	c Got one! Elapsed wall clock time (in seconds):2.747
3.18/2.86	o 128
3.38/3.04	c cleaning 6124 clauses out of 12255 with flag 5000/57427
3.71/3.35	c cleaning 6060 clauses out of 12132 with flag 11001/63428
3.88/3.44	c Got one! Elapsed wall clock time (in seconds):3.331
3.88/3.44	o 124
4.24/3.62	c cleaning 5900 clauses out of 11813 with flag 4001/69169
4.24/3.68	c Got one! Elapsed wall clock time (in seconds):3.567
4.24/3.68	o 118
4.65/3.88	c cleaning 5871 clauses out of 11753 with flag 5001/75009
5.10/4.17	c cleaning 5937 clauses out of 11886 with flag 11005/81013
5.50/4.54	c cleaning 6467 clauses out of 12944 with flag 18000/88008
5.92/4.92	c cleaning 7236 clauses out of 14479 with flag 26002/96010
6.42/5.41	c cleaning 8115 clauses out of 16243 with flag 35002/105010
6.42/5.48	c Got one! Elapsed wall clock time (in seconds):5.369
6.42/5.48	o 105
6.62/5.67	c cleaning 7005 clauses out of 14020 with flag 5001/110902
6.92/5.93	c cleaning 6500 clauses out of 13015 with flag 11001/116902
7.32/6.30	c cleaning 6752 clauses out of 13517 with flag 18003/123904
7.72/6.72	c cleaning 7377 clauses out of 14763 with flag 26001/131902
7.72/6.73	c Got one! Elapsed wall clock time (in seconds):6.625
7.72/6.73	o 100
7.95/6.96	c cleaning 6227 clauses out of 12459 with flag 5002/136975
8.25/7.26	c cleaning 6109 clauses out of 12230 with flag 11000/142973
8.56/7.60	c cleaning 6558 clauses out of 13121 with flag 18000/149973
9.07/8.04	c cleaning 7279 clauses out of 14564 with flag 26001/157974
9.17/8.18	c Got one! Elapsed wall clock time (in seconds):8.071
9.17/8.18	o 99
9.27/8.29	c cleaning 6340 clauses out of 12685 with flag 3000/163374
9.57/8.51	c cleaning 6171 clauses out of 12346 with flag 9001/169375
9.78/8.78	c cleaning 6585 clauses out of 13176 with flag 16002/176376
10.17/9.19	c cleaning 7290 clauses out of 14590 with flag 24001/184375
10.67/9.67	c cleaning 8148 clauses out of 16299 with flag 33000/193374
11.17/10.19	c cleaning 9065 clauses out of 18151 with flag 43000/203374
11.37/10.36	c Got one! Elapsed wall clock time (in seconds):10.254
11.37/10.36	o 87
11.50/10.44	c cleaning 7129 clauses out of 14263 with flag 2000/208551
11.72/10.67	c cleaning 6562 clauses out of 13134 with flag 8000/214551
12.12/11.02	c cleaning 6783 clauses out of 13573 with flag 15001/221552
12.52/11.42	c cleaning 7388 clauses out of 14789 with flag 23000/229551
12.82/11.71	c Got one! Elapsed wall clock time (in seconds):11.604
12.82/11.71	o 79
13.02/11.92	c cleaning 9177 clauses out of 18365 with flag 5001/240515
13.23/12.15	c cleaning 7591 clauses out of 15191 with flag 11004/246518
13.53/12.42	c cleaning 7296 clauses out of 14597 with flag 18001/253515
13.63/12.51	c Got one! Elapsed wall clock time (in seconds):12.397
13.63/12.51	o 76
13.73/12.63	c cleaning 6344 clauses out of 12691 with flag 3000/258905
13.93/12.84	c cleaning 6169 clauses out of 12347 with flag 9000/264905
14.13/13.09	c cleaning 6584 clauses out of 13178 with flag 16000/271905
14.43/13.39	c cleaning 7291 clauses out of 14596 with flag 24002/279907
14.74/13.61	c Got one! Elapsed wall clock time (in seconds):13.497
14.74/13.61	o 74
14.94/13.82	c cleaning 9174 clauses out of 18356 with flag 5000/290958
15.16/14.06	c cleaning 7587 clauses out of 15184 with flag 11002/296960
15.26/14.13	c Got one! Elapsed wall clock time (in seconds):14.019
15.26/14.13	o 72
15.36/14.26	c cleaning 6475 clauses out of 12961 with flag 4000/302324
15.56/14.49	c cleaning 6236 clauses out of 12486 with flag 10000/308324
15.85/14.78	c cleaning 6621 clauses out of 13250 with flag 17000/315324
16.25/15.15	c cleaning 7310 clauses out of 14629 with flag 25000/323324
16.46/15.30	c Got one! Elapsed wall clock time (in seconds):15.194
16.46/15.30	o 67
16.56/15.41	c cleaning 6462 clauses out of 12930 with flag 3000/328935
16.75/15.62	c cleaning 6231 clauses out of 12470 with flag 9002/334937
16.95/15.88	c cleaning 6614 clauses out of 13239 with flag 16002/341937
17.25/16.18	c cleaning 7310 clauses out of 14624 with flag 24001/349936
17.75/16.63	c cleaning 8150 clauses out of 16316 with flag 33003/358938
18.26/17.10	c cleaning 9072 clauses out of 18163 with flag 43000/368935
18.66/17.53	c cleaning 9541 clauses out of 19092 with flag 53001/378936
18.77/17.68	c Got one! Elapsed wall clock time (in seconds):17.575
18.77/17.68	o 63
18.87/17.76	c cleaning 7555 clauses out of 15119 with flag 2001/384504
19.07/17.97	c cleaning 6776 clauses out of 13563 with flag 8000/390503
19.37/18.22	c cleaning 6892 clauses out of 13787 with flag 15000/397503
19.67/18.51	c cleaning 7445 clauses out of 14895 with flag 23000/405503
19.97/18.85	c cleaning 8220 clauses out of 16452 with flag 32002/414505
20.37/19.24	c cleaning 9110 clauses out of 18230 with flag 42000/424503
20.47/19.37	c Got one! Elapsed wall clock time (in seconds):19.264
20.47/19.37	o 60
20.57/19.46	c cleaning 7416 clauses out of 14835 with flag 2000/430218
20.77/19.67	c cleaning 6700 clauses out of 13420 with flag 8001/436219
21.07/19.93	c cleaning 6850 clauses out of 13719 with flag 15000/443218
21.37/20.25	c cleaning 7429 clauses out of 14869 with flag 23000/451218
21.37/20.27	c Got one! Elapsed wall clock time (in seconds):20.16
21.37/20.27	o 57
21.57/20.43	c cleaning 6310 clauses out of 12627 with flag 5000/456405
21.78/20.65	c cleaning 6157 clauses out of 12320 with flag 11003/462408
22.08/20.98	c cleaning 6577 clauses out of 13160 with flag 18000/469405
22.48/21.31	c cleaning 7287 clauses out of 14586 with flag 26003/477408
22.78/21.69	c cleaning 8141 clauses out of 16296 with flag 35000/486405
22.88/21.78	c Got one! Elapsed wall clock time (in seconds):21.671
22.88/21.78	o 55
22.98/21.89	c cleaning 6777 clauses out of 13562 with flag 3000/491812
23.19/22.10	c cleaning 6390 clauses out of 12787 with flag 9002/497814
23.48/22.35	c cleaning 6692 clauses out of 13395 with flag 16000/504812
23.78/22.61	c cleaning 7342 clauses out of 14703 with flag 24000/512812
24.08/22.96	c cleaning 8177 clauses out of 16361 with flag 33000/521812
24.49/23.32	c Got one! Elapsed wall clock time (in seconds):23.207
24.49/23.32	o 47
24.70/23.53	c cleaning 10986 clauses out of 21978 with flag 5002/535606
24.90/23.76	c cleaning 8492 clauses out of 16990 with flag 11000/541604
25.20/24.02	c cleaning 7746 clauses out of 15498 with flag 18000/548604
25.50/24.30	c cleaning 7873 clauses out of 15752 with flag 26000/556604
25.60/24.49	c Got one! Elapsed wall clock time (in seconds):24.382
25.60/24.49	o 25
25.92/24.70	c cleaning 9177 clauses out of 18361 with flag 5002/567086
26.12/24.93	c cleaning 7584 clauses out of 15182 with flag 11000/573084
26.32/25.17	c cleaning 7295 clauses out of 14598 with flag 18000/580084
26.61/25.46	c cleaning 7647 clauses out of 15305 with flag 26002/588086
26.92/25.78	c cleaning 8325 clauses out of 16656 with flag 35000/597084
27.32/26.15	c cleaning 9160 clauses out of 18332 with flag 45001/607085
27.72/26.57	c cleaning 9576 clauses out of 19171 with flag 55000/617084
28.12/26.93	c cleaning 9793 clauses out of 19596 with flag 65001/627085
28.42/27.29	c cleaning 9898 clauses out of 19803 with flag 75001/637085
28.82/27.64	c cleaning 9948 clauses out of 19906 with flag 85002/647086
28.82/27.67	c Got one! Elapsed wall clock time (in seconds):27.562
28.82/27.67	o 24
29.02/27.84	c cleaning 7728 clauses out of 15464 with flag 5000/652592
29.22/28.05	c cleaning 6866 clauses out of 13739 with flag 11003/658595
29.52/28.31	c cleaning 6929 clauses out of 13870 with flag 18000/665592
29.72/28.60	c cleaning 7464 clauses out of 14941 with flag 26000/673592
30.13/28.92	c cleaning 8235 clauses out of 16478 with flag 35001/682593
30.53/29.32	c cleaning 9121 clauses out of 18245 with flag 45003/692595
30.94/29.72	c cleaning 9556 clauses out of 19121 with flag 55000/702592
31.33/30.10	c cleaning 9779 clauses out of 19566 with flag 65001/712593
31.63/30.47	c cleaning 9886 clauses out of 19787 with flag 75001/722593
32.04/30.83	c cleaning 9945 clauses out of 19900 with flag 85000/732592
32.44/31.20	c cleaning 9974 clauses out of 19955 with flag 95000/742592
32.74/31.54	c cleaning 9987 clauses out of 19982 with flag 105001/752593
33.04/31.87	c cleaning 9992 clauses out of 19995 with flag 115001/762593
33.44/32.20	c cleaning 9999 clauses out of 20002 with flag 125000/772592
33.74/32.55	c cleaning 9995 clauses out of 20003 with flag 135000/782592
34.15/32.92	c cleaning 10003 clauses out of 20009 with flag 145001/792593
34.44/33.27	c cleaning 9994 clauses out of 20006 with flag 155001/802593
34.84/33.63	c cleaning 9999 clauses out of 20014 with flag 165003/812595
35.14/33.97	c cleaning 10002 clauses out of 20012 with flag 175000/822592
35.54/34.32	c cleaning 10001 clauses out of 20011 with flag 185001/832593
35.84/34.66	c cleaning 9997 clauses out of 20010 with flag 195001/842593
36.24/35.02	c cleaning 10000 clauses out of 20012 with flag 205000/852592
36.55/35.40	c cleaning 9998 clauses out of 20012 with flag 215000/862592
36.95/35.75	c cleaning 10003 clauses out of 20017 with flag 225003/872595
37.25/36.09	c cleaning 9998 clauses out of 20011 with flag 235000/882592
37.65/36.45	c cleaning 10000 clauses out of 20014 with flag 245001/892593
38.05/36.81	c cleaning 10000 clauses out of 20013 with flag 255000/902592
38.35/37.16	c cleaning 10003 clauses out of 20015 with flag 265002/912594
38.75/37.51	c cleaning 9996 clauses out of 20012 with flag 275002/922594
39.05/37.87	c cleaning 10000 clauses out of 20014 with flag 285000/932592
39.45/38.25	c cleaning 10004 clauses out of 20015 with flag 295001/942593
39.85/38.60	c cleaning 9995 clauses out of 20010 with flag 305000/952592
40.15/38.95	c cleaning 10002 clauses out of 20015 with flag 315000/962592
40.55/39.31	c cleaning 10004 clauses out of 20013 with flag 325000/972592
40.86/39.65	c cleaning 9999 clauses out of 20009 with flag 335000/982592
41.15/39.98	c cleaning 10000 clauses out of 20010 with flag 345000/992592
41.45/40.25	c Got one! Elapsed wall clock time (in seconds):40.138
41.45/40.25	o 17
41.65/40.47	c cleaning 11593 clauses out of 23192 with flag 5002/1005774
41.86/40.70	c cleaning 8792 clauses out of 17597 with flag 11000/1011772
42.16/40.93	c cleaning 7899 clauses out of 15806 with flag 18001/1018773
42.46/41.21	c cleaning 7946 clauses out of 15907 with flag 26001/1026773
42.76/41.53	c cleaning 8477 clauses out of 16963 with flag 35003/1035775
43.16/41.92	c cleaning 9236 clauses out of 18484 with flag 45001/1045773
43.46/42.29	c cleaning 9619 clauses out of 19247 with flag 55000/1055772
43.86/42.65	c cleaning 9810 clauses out of 19629 with flag 65001/1065773
44.26/43.05	c cleaning 9904 clauses out of 19818 with flag 75000/1075772
44.66/43.40	c cleaning 9952 clauses out of 19915 with flag 85001/1085773
44.96/43.77	c cleaning 9972 clauses out of 19962 with flag 95000/1095772
45.36/44.10	c cleaning 9990 clauses out of 19990 with flag 105000/1105772
45.66/44.47	c cleaning 9991 clauses out of 20000 with flag 115000/1115772
46.06/44.82	c cleaning 10000 clauses out of 20009 with flag 125000/1125772
46.37/45.14	c cleaning 10002 clauses out of 20009 with flag 135000/1135772
46.66/45.49	c cleaning 9998 clauses out of 20007 with flag 145000/1145772
47.06/45.84	c cleaning 10000 clauses out of 20010 with flag 155001/1155773
47.47/46.22	c cleaning 9998 clauses out of 20009 with flag 165000/1165772
47.67/46.41	c Got one! Elapsed wall clock time (in seconds):46.298
47.67/46.41	o 12
47.87/46.61	c cleaning 10579 clauses out of 21173 with flag 5000/1176934
48.07/46.82	c cleaning 8292 clauses out of 16596 with flag 11002/1182936
48.28/47.07	c cleaning 7647 clauses out of 15302 with flag 18000/1189934
48.58/47.34	c cleaning 7822 clauses out of 15655 with flag 26000/1197934
48.88/47.64	c cleaning 8413 clauses out of 16835 with flag 35002/1206936
49.18/47.98	c cleaning 9207 clauses out of 18420 with flag 45000/1216934
49.58/48.32	c cleaning 9602 clauses out of 19213 with flag 55000/1226934
49.88/48.66	c cleaning 9798 clauses out of 19612 with flag 65001/1236935
50.28/49.01	c cleaning 9904 clauses out of 19813 with flag 75000/1246934
50.58/49.36	c cleaning 9949 clauses out of 19909 with flag 85000/1256934
50.98/49.70	c cleaning 9975 clauses out of 19960 with flag 95000/1266934
51.28/50.06	c cleaning 9990 clauses out of 19988 with flag 105003/1276937
51.68/50.40	c cleaning 9993 clauses out of 19997 with flag 115002/1286936
51.98/50.75	c cleaning 9998 clauses out of 20004 with flag 125002/1296936
52.38/51.11	c cleaning 9996 clauses out of 20004 with flag 135000/1306934
52.68/51.47	c cleaning 9996 clauses out of 20008 with flag 145000/1316934
53.08/51.83	c cleaning 10003 clauses out of 20015 with flag 155003/1326937
53.48/52.20	c cleaning 10003 clauses out of 20010 with flag 165001/1336935
53.79/52.56	c cleaning 9995 clauses out of 20006 with flag 175000/1346934
54.19/52.92	c cleaning 10002 clauses out of 20012 with flag 185001/1356935
54.49/53.28	c cleaning 9997 clauses out of 20009 with flag 195000/1366934
54.89/53.63	c cleaning 9999 clauses out of 20012 with flag 205000/1376934
55.20/53.97	c cleaning 9997 clauses out of 20013 with flag 215000/1386934
55.59/54.35	c cleaning 10000 clauses out of 20017 with flag 225001/1396935
55.99/54.74	c cleaning 10002 clauses out of 20017 with flag 235001/1406935
56.30/55.09	c cleaning 10004 clauses out of 20015 with flag 245001/1416935
56.69/55.44	c cleaning 9999 clauses out of 20011 with flag 255001/1426935
56.99/55.78	c cleaning 10001 clauses out of 20011 with flag 265000/1436934
57.40/56.12	c cleaning 10000 clauses out of 20011 with flag 275001/1446935
57.69/56.48	c cleaning 9996 clauses out of 20010 with flag 285000/1456934
58.09/56.84	c cleaning 10002 clauses out of 20014 with flag 295000/1466934
58.40/57.18	c cleaning 10001 clauses out of 20014 with flag 305002/1476936
58.80/57.54	c cleaning 10002 clauses out of 20011 with flag 315000/1486934
59.20/57.91	c cleaning 10001 clauses out of 20009 with flag 325000/1496934
59.50/58.29	c cleaning 10000 clauses out of 20008 with flag 335000/1506934
59.90/58.66	c cleaning 10002 clauses out of 20009 with flag 345001/1516935
60.30/59.06	c cleaning 10003 clauses out of 20009 with flag 355003/1526937
60.50/59.21	c Got one! Elapsed wall clock time (in seconds):59.099
60.50/59.21	o 11
60.50/59.26	c cleaning 7742 clauses out of 15487 with flag 1000/1532418
60.71/59.46	c cleaning 6869 clauses out of 13747 with flag 7002/1538420
61.01/59.72	c cleaning 6935 clauses out of 13877 with flag 14001/1545419
61.31/60.01	c cleaning 7467 clauses out of 14943 with flag 22002/1553420
61.61/60.36	c cleaning 8232 clauses out of 16475 with flag 31001/1562419
62.01/60.75	c cleaning 9117 clauses out of 18242 with flag 41000/1572418
62.41/61.14	c cleaning 9557 clauses out of 19125 with flag 51000/1582418
62.82/61.53	c cleaning 9779 clauses out of 19568 with flag 61000/1592418
63.21/61.92	c cleaning 9892 clauses out of 19792 with flag 71003/1602421
63.61/62.31	c cleaning 9942 clauses out of 19898 with flag 81001/1612419
63.92/62.69	c cleaning 9973 clauses out of 19956 with flag 91001/1622419
64.32/63.06	c cleaning 9983 clauses out of 19983 with flag 101001/1632419
64.72/63.43	c cleaning 9994 clauses out of 20001 with flag 111002/1642420
65.02/63.80	c cleaning 9996 clauses out of 20005 with flag 121000/1652418
65.42/64.18	c cleaning 10000 clauses out of 20010 with flag 131001/1662419
65.82/64.55	c cleaning 9998 clauses out of 20009 with flag 141000/1672418
66.23/64.94	c cleaning 10004 clauses out of 20014 with flag 151003/1682421
66.62/65.38	c cleaning 10000 clauses out of 20007 with flag 161000/1692418
67.02/65.77	c cleaning 10000 clauses out of 20007 with flag 171000/1702418
67.42/66.16	c cleaning 10001 clauses out of 20007 with flag 181000/1712418
67.82/66.58	c cleaning 10000 clauses out of 20007 with flag 191001/1722419
68.02/66.74	c Got one! Elapsed wall clock time (in seconds):66.635
68.02/66.74	o 10
68.02/66.75	c starts		: 246
68.02/66.75	c conflicts		: 1726929
68.02/66.75	c decisions		: 2668887
68.02/66.75	c propagations		: 40622191
68.02/66.75	c inspects		: 393622967
68.02/66.75	c shortcuts		: 0
68.02/66.75	c learnt literals	: 1
68.02/66.75	c learnt binary clauses	: 82
68.02/66.75	c learnt ternary clauses	: 1030
68.02/66.75	c learnt constraints	: 1726928
68.02/66.75	c ignored constraints	: 0
68.02/66.75	c root simplifications	: 0
68.02/66.75	c removed literals (reason simplification)	: 14311747
68.02/66.75	c reason swapping (by a shorter reason)	: 0
68.02/66.75	c Calls to reduceDB	: 199
68.02/66.76	c number of reductions to clauses (during analyze)	: 0
68.02/66.76	c number of learned constraints concerned by reduction	: 0
68.02/66.76	c number of learning phase by resolution	: 0
68.02/66.76	c number of learning phase by cutting planes	: 0
68.02/66.76	c speed (assignments/second)	: 3.692926454545455E9
68.02/66.76	c non guided choices	2449
68.02/66.76	c learnt constraints type 
68.02/66.76	c constraints type 
68.02/66.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
68.02/66.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
68.02/66.76	s OPTIMUM FOUND
68.02/66.76	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 
68.02/66.76	c objective function=10
68.02/66.76	c Total wall clock time (in seconds): 66.647

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16974
/proc/meminfo: memFree=668180/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/16974/stat : 16974 (java) R 16972 16974 14185 0 -1 4202496 843 0 0 0 0 0 0 0 23 0 1 0 883528555 23580672 585 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254256654101 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16974/statm: 5757 596 442 9 0 124 0

[startup+0.060445 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16974
/proc/meminfo: memFree=668180/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10467616 CPUtime=0.05 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 11543 0 1 0 4 1 0 0 23 0 13 0 883528555 10718838784 11238 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2616904 11238 1691 9 0 2607652 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10467616

[startup+0.100405 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16974
/proc/meminfo: memFree=668180/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10539844 CPUtime=0.1 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 13029 0 1 0 9 1 0 0 23 0 18 0 883528555 10792800256 12694 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2634961 12694 2092 9 0 2625695 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539844

[startup+0.30043 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16974
/proc/meminfo: memFree=668180/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10544536 CPUtime=0.5 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 15974 0 1 0 49 1 0 0 23 0 19 0 883528555 10797604864 14752 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2636134 14752 2211 9 0 2626868 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10544536

[startup+0.700329 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16974
/proc/meminfo: memFree=668180/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10544536 CPUtime=0.96 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 16754 0 1 0 95 1 0 0 23 0 19 0 883528555 10797604864 15532 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2636134 15532 2218 9 0 2626868 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10544536

[startup+1.50119 s]
/proc/loadavg: 2.00 2.02 2.00 4/214 16993
/proc/meminfo: memFree=610208/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10544536 CPUtime=1.84 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 18225 0 1 0 182 2 0 0 23 0 19 0 883528555 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2636134 17000 2247 9 0 2626868 0
[pid=16974/tid=16976] ppid=16972 vsize=10544536 CPUtime=1.44 cores=1,3,5,7
/proc/16974/task/16976/stat : 16976 (java) R 16972 16974 14185 0 -1 4202560 12820 0 1 0 143 1 0 0 20 0 19 0 883528556 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 46912505565183 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16974/tid=16977] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16977/stat : 16977 (java) S 16972 16974 14185 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16978] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16978/stat : 16978 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16979] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16979/stat : 16979 (java) S 16972 16974 14185 0 -1 4202560 35 0 0 0 0 0 0 0 16 0 19 0 883528558 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16980] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16980/stat : 16980 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16981] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16981/stat : 16981 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16982] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16982/stat : 16982 (java) S 16972 16974 14185 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16983] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16983/stat : 16983 (java) S 16972 16974 14185 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16984] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16984/stat : 16984 (java) S 16972 16974 14185 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16985] ppid=16972 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/16974/task/16985/stat : 16985 (java) S 16972 16974 14185 0 -1 4202560 506 0 0 0 2 0 0 0 15 0 19 0 883528559 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 0 0 16800975 18446604454222670848 0 0 -1 1 0 0 0
[pid=16974/tid=16986] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16986/stat : 16986 (java) S 16972 16974 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16987] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16987/stat : 16987 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16988] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16988/stat : 16988 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883528561 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273440177 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16989] ppid=16972 vsize=10544536 CPUtime=0.21 cores=1,3,5,7
/proc/16974/task/16989/stat : 16989 (java) S 16972 16974 14185 0 -1 4202560 1767 0 0 0 21 0 0 0 15 0 19 0 883528561 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16990] ppid=16972 vsize=10544536 CPUtime=0.13 cores=1,3,5,7
/proc/16974/task/16990/stat : 16990 (java) S 16972 16974 14185 0 -1 4202560 1302 0 0 0 13 0 0 0 15 0 19 0 883528561 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16991] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16991/stat : 16991 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883528561 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16992] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16992/stat : 16992 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528561 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16993] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16993/stat : 16993 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528572 10797604864 17000 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10544536

[startup+3.10091 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 16993
/proc/meminfo: memFree=607728/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10544536 CPUtime=3.48 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 18777 0 1 0 346 2 0 0 23 0 19 0 883528555 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2636134 17342 2248 9 0 2626868 0
[pid=16974/tid=16976] ppid=16972 vsize=10544536 CPUtime=2.96 cores=1,3,5,7
/proc/16974/task/16976/stat : 16976 (java) R 16972 16974 14185 0 -1 4202560 12827 0 1 0 295 1 0 0 25 0 19 0 883528556 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 46912505643530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16974/tid=16977] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16977/stat : 16977 (java) S 16972 16974 14185 0 -1 4202560 272 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16978] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16978/stat : 16978 (java) S 16972 16974 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16979] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16979/stat : 16979 (java) S 16972 16974 14185 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16980] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16980/stat : 16980 (java) S 16972 16974 14185 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 883528558 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16981] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16981/stat : 16981 (java) S 16972 16974 14185 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16982] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16982/stat : 16982 (java) S 16972 16974 14185 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16983] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16983/stat : 16983 (java) S 16972 16974 14185 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16984] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16984/stat : 16984 (java) S 16972 16974 14185 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16985] ppid=16972 vsize=10544536 CPUtime=0.09 cores=1,3,5,7
/proc/16974/task/16985/stat : 16985 (java) S 16972 16974 14185 0 -1 4202560 614 0 0 0 9 0 0 0 16 0 19 0 883528559 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 0 0 16800975 18446604454222670848 0 0 -1 1 0 0 0
[pid=16974/tid=16986] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16986/stat : 16986 (java) S 16972 16974 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16987] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16987/stat : 16987 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16988] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16988/stat : 16988 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883528561 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273440177 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16989] ppid=16972 vsize=10544536 CPUtime=0.22 cores=1,3,5,7
/proc/16974/task/16989/stat : 16989 (java) S 16972 16974 14185 0 -1 4202560 1767 0 0 0 22 0 0 0 15 0 19 0 883528561 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16990] ppid=16972 vsize=10544536 CPUtime=0.16 cores=1,3,5,7
/proc/16974/task/16990/stat : 16990 (java) S 16972 16974 14185 0 -1 4202560 1512 0 0 0 16 0 0 0 15 0 19 0 883528561 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16991] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16991/stat : 16991 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883528561 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16992] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16992/stat : 16992 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528561 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16993] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16993/stat : 16993 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528572 10797604864 17342 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10544536

[startup+6.30134 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 16993
/proc/meminfo: memFree=592096/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10544536 CPUtime=7.32 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 28503 0 1 0 728 4 0 0 23 0 19 0 883528555 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2636134 20674 2249 9 0 2626868 0
[pid=16974/tid=16976] ppid=16972 vsize=10544536 CPUtime=6.04 cores=1,3,5,7
/proc/16974/task/16976/stat : 16976 (java) R 16972 16974 14185 0 -1 4202560 12840 0 1 0 603 1 0 0 20 0 19 0 883528556 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 46912505735187 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16974/tid=16977] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16977/stat : 16977 (java) S 16972 16974 14185 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16978] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16978/stat : 16978 (java) S 16972 16974 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16979] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16979/stat : 16979 (java) S 16972 16974 14185 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 19 0 883528558 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16980] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16980/stat : 16980 (java) S 16972 16974 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16981] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16981/stat : 16981 (java) S 16972 16974 14185 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16982] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16982/stat : 16982 (java) S 16972 16974 14185 0 -1 4202560 205 0 0 0 0 0 0 0 16 0 19 0 883528558 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16983] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16983/stat : 16983 (java) S 16972 16974 14185 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16984] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16984/stat : 16984 (java) S 16972 16974 14185 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 883528558 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16985] ppid=16972 vsize=10544536 CPUtime=0.21 cores=1,3,5,7
/proc/16974/task/16985/stat : 16985 (java) S 16972 16974 14185 0 -1 4202560 619 0 0 0 21 0 0 0 15 0 19 0 883528559 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 0 0 16800975 18446604454222670848 0 0 -1 1 0 0 0
[pid=16974/tid=16986] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16986/stat : 16986 (java) S 16972 16974 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16987] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16987/stat : 16987 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16988] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16988/stat : 16988 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883528561 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273440177 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16989] ppid=16972 vsize=10544536 CPUtime=0.26 cores=1,3,5,7
/proc/16974/task/16989/stat : 16989 (java) S 16972 16974 14185 0 -1 4202560 1772 0 0 0 26 0 0 0 15 0 19 0 883528561 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16990] ppid=16972 vsize=10544536 CPUtime=0.75 cores=1,3,5,7
/proc/16974/task/16990/stat : 16990 (java) S 16972 16974 14185 0 -1 4202560 11210 0 0 0 74 1 0 0 15 0 19 0 883528561 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16991] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16991/stat : 16991 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883528561 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16992] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16992/stat : 16992 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528561 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16993] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16993/stat : 16993 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528572 10797604864 20674 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 10544536

[startup+12.7012 s]

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

/proc/16974/task/16977/stat : 16977 (java) S 16972 16974 14185 0 -1 4202560 277 0 0 0 4 0 0 0 16 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16978] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16978/stat : 16978 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16979] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16979/stat : 16979 (java) S 16972 16974 14185 0 -1 4202560 42 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16980] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16980/stat : 16980 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16981] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16981/stat : 16981 (java) S 16972 16974 14185 0 -1 4202560 21 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16982] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16982/stat : 16982 (java) S 16972 16974 14185 0 -1 4202560 211 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16983] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16983/stat : 16983 (java) S 16972 16974 14185 0 -1 4202560 200 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16984] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16984/stat : 16984 (java) S 16972 16974 14185 0 -1 4202560 185 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16985] ppid=16972 vsize=10544536 CPUtime=2.58 cores=1,3,5,7
/proc/16974/task/16985/stat : 16985 (java) S 16972 16974 14185 0 -1 4202560 1069 0 0 0 255 3 0 0 15 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 0 0 16800975 18446604454222670848 0 0 -1 1 0 0 0
[pid=16974/tid=16986] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16986/stat : 16986 (java) S 16972 16974 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16987] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16987/stat : 16987 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16988] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16988/stat : 16988 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273440177 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16989] ppid=16972 vsize=10544536 CPUtime=0.28 cores=1,3,5,7
/proc/16974/task/16989/stat : 16989 (java) S 16972 16974 14185 0 -1 4202560 1772 0 0 0 28 0 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16990] ppid=16972 vsize=10544536 CPUtime=0.85 cores=1,3,5,7
/proc/16974/task/16990/stat : 16990 (java) S 16972 16974 14185 0 -1 4202560 11213 0 0 0 84 1 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16991] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16991/stat : 16991 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16992] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16992/stat : 16992 (java) S 16972 16974 14185 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16993] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16993/stat : 16993 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528572 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 65.22
Current children cumulated vsize (KiB) 10544536

[startup+65.5009 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 16995
/proc/meminfo: memFree=516808/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10544536 CPUtime=66.82 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 29181 0 1 0 6673 9 0 0 23 0 19 0 883528555 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2636134 21165 2251 9 0 2626868 0
[pid=16974/tid=16976] ppid=16972 vsize=10544536 CPUtime=62.59 cores=1,3,5,7
/proc/16974/task/16976/stat : 16976 (java) R 16972 16974 14185 0 -1 4202560 13019 0 1 0 6257 2 0 0 18 0 19 0 883528556 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 46912505533985 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16974/tid=16977] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16977/stat : 16977 (java) S 16972 16974 14185 0 -1 4202560 277 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16978] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16978/stat : 16978 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16979] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16979/stat : 16979 (java) S 16972 16974 14185 0 -1 4202560 42 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16980] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16980/stat : 16980 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16981] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16981/stat : 16981 (java) S 16972 16974 14185 0 -1 4202560 21 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16982] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16982/stat : 16982 (java) S 16972 16974 14185 0 -1 4202560 211 0 0 0 4 0 0 0 16 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16983] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16983/stat : 16983 (java) S 16972 16974 14185 0 -1 4202560 200 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16984] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16984/stat : 16984 (java) S 16972 16974 14185 0 -1 4202560 185 0 0 0 5 0 0 0 16 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16985] ppid=16972 vsize=10544536 CPUtime=2.63 cores=1,3,5,7
/proc/16974/task/16985/stat : 16985 (java) S 16972 16974 14185 0 -1 4202560 1069 0 0 0 260 3 0 0 15 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 0 0 16800975 18446604454222670848 0 0 -1 1 0 0 0
[pid=16974/tid=16986] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16986/stat : 16986 (java) S 16972 16974 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16987] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16987/stat : 16987 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16988] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16988/stat : 16988 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273440177 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16989] ppid=16972 vsize=10544536 CPUtime=0.28 cores=1,3,5,7
/proc/16974/task/16989/stat : 16989 (java) S 16972 16974 14185 0 -1 4202560 1772 0 0 0 28 0 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16990] ppid=16972 vsize=10544536 CPUtime=0.85 cores=1,3,5,7
/proc/16974/task/16990/stat : 16990 (java) S 16972 16974 14185 0 -1 4202560 11213 0 0 0 84 1 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16991] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16991/stat : 16991 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16992] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16992/stat : 16992 (java) S 16972 16974 14185 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16993] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16993/stat : 16993 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528572 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 66.82
Current children cumulated vsize (KiB) 10544536

[startup+66.3007 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 16995
/proc/meminfo: memFree=516808/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10544536 CPUtime=67.62 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 29183 0 1 0 6753 9 0 0 23 0 19 0 883528555 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2636134 21165 2251 9 0 2626868 0
[pid=16974/tid=16976] ppid=16972 vsize=10544536 CPUtime=63.36 cores=1,3,5,7
/proc/16974/task/16976/stat : 16976 (java) R 16972 16974 14185 0 -1 4202560 13021 0 1 0 6334 2 0 0 17 0 19 0 883528556 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 46912505565344 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16974/tid=16977] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16977/stat : 16977 (java) S 16972 16974 14185 0 -1 4202560 277 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16978] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16978/stat : 16978 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16979] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16979/stat : 16979 (java) S 16972 16974 14185 0 -1 4202560 42 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16980] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16980/stat : 16980 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 5 0 0 0 16 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16981] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16981/stat : 16981 (java) S 16972 16974 14185 0 -1 4202560 21 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16982] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16982/stat : 16982 (java) S 16972 16974 14185 0 -1 4202560 211 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16983] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16983/stat : 16983 (java) S 16972 16974 14185 0 -1 4202560 200 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16984] ppid=16972 vsize=10544536 CPUtime=0.06 cores=1,3,5,7
/proc/16974/task/16984/stat : 16984 (java) S 16972 16974 14185 0 -1 4202560 185 0 0 0 6 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16985] ppid=16972 vsize=10544536 CPUtime=2.66 cores=1,3,5,7
/proc/16974/task/16985/stat : 16985 (java) S 16972 16974 14185 0 -1 4202560 1069 0 0 0 263 3 0 0 15 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 0 0 16800975 18446604454222670848 0 0 -1 1 0 0 0
[pid=16974/tid=16986] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16986/stat : 16986 (java) S 16972 16974 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16987] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16987/stat : 16987 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16988] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16988/stat : 16988 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273440177 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16989] ppid=16972 vsize=10544536 CPUtime=0.28 cores=1,3,5,7
/proc/16974/task/16989/stat : 16989 (java) S 16972 16974 14185 0 -1 4202560 1772 0 0 0 28 0 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16990] ppid=16972 vsize=10544536 CPUtime=0.85 cores=1,3,5,7
/proc/16974/task/16990/stat : 16990 (java) S 16972 16974 14185 0 -1 4202560 11213 0 0 0 84 1 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16991] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16991/stat : 16991 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16992] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16992/stat : 16992 (java) S 16972 16974 14185 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16993] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16993/stat : 16993 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528572 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 67.62
Current children cumulated vsize (KiB) 10544536

[startup+66.7007 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 16995
/proc/meminfo: memFree=516808/32951124 swapFree=67057920/67111528
[pid=16974] ppid=16972 vsize=10544536 CPUtime=68.02 cores=1,3,5,7
/proc/16974/stat : 16974 (java) S 16972 16974 14185 0 -1 4202496 29184 0 1 0 6793 9 0 0 23 0 19 0 883528555 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16974/statm: 2636134 21165 2251 9 0 2626868 0
[pid=16974/tid=16976] ppid=16972 vsize=10544536 CPUtime=63.75 cores=1,3,5,7
/proc/16974/task/16976/stat : 16976 (java) R 16972 16974 14185 0 -1 4202560 13022 0 1 0 6373 2 0 0 18 0 19 0 883528556 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 46912505565189 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16974/tid=16977] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16977/stat : 16977 (java) S 16972 16974 14185 0 -1 4202560 277 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16978] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16978/stat : 16978 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 5 0 0 0 16 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16979] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16979/stat : 16979 (java) S 16972 16974 14185 0 -1 4202560 42 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16980] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16980/stat : 16980 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16981] ppid=16972 vsize=10544536 CPUtime=0.05 cores=1,3,5,7
/proc/16974/task/16981/stat : 16981 (java) S 16972 16974 14185 0 -1 4202560 21 0 0 0 5 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16982] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16982/stat : 16982 (java) S 16972 16974 14185 0 -1 4202560 211 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16983] ppid=16972 vsize=10544536 CPUtime=0.04 cores=1,3,5,7
/proc/16974/task/16983/stat : 16983 (java) S 16972 16974 14185 0 -1 4202560 200 0 0 0 4 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16984] ppid=16972 vsize=10544536 CPUtime=0.06 cores=1,3,5,7
/proc/16974/task/16984/stat : 16984 (java) S 16972 16974 14185 0 -1 4202560 185 0 0 0 6 0 0 0 15 0 19 0 883528558 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16985] ppid=16972 vsize=10544536 CPUtime=2.68 cores=1,3,5,7
/proc/16974/task/16985/stat : 16985 (java) S 16972 16974 14185 0 -1 4202560 1069 0 0 0 265 3 0 0 15 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 0 0 16800975 18446604454222670848 0 0 -1 1 0 0 0
[pid=16974/tid=16986] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16986/stat : 16986 (java) S 16972 16974 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16987] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16987/stat : 16987 (java) S 16972 16974 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528559 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 7 0 0 0
[pid=16974/tid=16988] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16988/stat : 16988 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273440177 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16989] ppid=16972 vsize=10544536 CPUtime=0.28 cores=1,3,5,7
/proc/16974/task/16989/stat : 16989 (java) S 16972 16974 14185 0 -1 4202560 1772 0 0 0 28 0 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 5 0 0 0
[pid=16974/tid=16990] ppid=16972 vsize=10544536 CPUtime=0.85 cores=1,3,5,7
/proc/16974/task/16990/stat : 16990 (java) S 16972 16974 14185 0 -1 4202560 11213 0 0 0 84 1 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16991] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16991/stat : 16991 (java) S 16972 16974 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273432473 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16992] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16992/stat : 16992 (java) S 16972 16974 14185 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883528561 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
[pid=16974/tid=16993] ppid=16972 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/16974/task/16993/stat : 16993 (java) S 16972 16974 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528572 10797604864 21165 33554432000 1073741824 1073778376 140735309780544 18446744073709551615 254273433088 0 4 0 16800975 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 68.02
Current children cumulated vsize (KiB) 10544536

Child status: 30
Real time (s): 66.7654
CPU time (s): 68.1016
CPU user time (s): 67.9987
CPU system time (s): 0.102984
CPU usage (%): 102.001
Max. virtual memory (cumulated for all children) (KiB): 10544536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.9987
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29208
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= 6679
involuntary context switches= 2176

runsolver used 0.102984 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 22:38:52
IDJOB=3492681
IDBENCH=79224
IDSOLVER=1982
FILE ID=node140/3492681-1307911132
RUNJOBID= node140-1307908248-16323
PBS_JOBID= 13559568
Free space on /var/tmp= 2904 MiB

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

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

MD5SUM BENCH= f742a865179589dbb1861a007b830f45
RANDOM SEED=529618437

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        668476 kB
Buffers:         65020 kB
Cached:       30185632 kB
SwapCached:       7412 kB
Active:       16932664 kB
Inactive:     14399012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        668476 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:     1078392 kB
Mapped:          21556 kB
Slab:           885400 kB
PageTables:       6912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10553084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2900 MiB
End job on node140 at 2011-06-12 22:39:59