Trace number 3718124

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 PB 2012-05-28OPTIMUM 30.1584 28.5414

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-33-100-0.wbo
MD5SUM077b9c494cf23f6ff18d9e6ba287604c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.44278
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 1222
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3718124-1338251542.wbo
0.08/0.12	c reading problem ... 
0.08/0.17	c ... done. Wall clock time 0.055s.
0.08/0.17	c declared #vars     169
0.08/0.17	c internal #vars     238
0.08/0.17	c #constraints  101
0.08/0.17	c constraints type 
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.08/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.08/0.18	c ignored satisfied constraints => 1
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.08/0.18	c 102 constraints processed.
0.08/0.18	c objective function length is 69 literals
0.23/0.24	c SATISFIABLE
0.23/0.24	c OPTIMIZING...
0.23/0.24	c Got one! Elapsed wall clock time (in seconds):0.118
0.23/0.24	o 1103
0.23/0.26	c Got one! Elapsed wall clock time (in seconds):0.142
0.23/0.26	o 1087
0.23/0.27	c Got one! Elapsed wall clock time (in seconds):0.155
0.23/0.27	o 1077
0.23/0.28	c Got one! Elapsed wall clock time (in seconds):0.163
0.23/0.28	o 1043
0.23/0.29	c Got one! Elapsed wall clock time (in seconds):0.174
0.23/0.29	o 494
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.183
0.51/0.30	o 491
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.188
0.51/0.31	o 474
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.202
0.51/0.32	o 462
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.212
0.51/0.33	o 449
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.223
0.51/0.34	o 448
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.231
0.51/0.35	o 426
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.271
0.51/0.39	o 420
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.276
0.67/0.40	o 418
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.29
0.67/0.41	o 408
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.311
0.67/0.43	o 407
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.333
0.67/0.45	o 406
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.365
0.67/0.48	o 404
0.79/0.52	c Got one! Elapsed wall clock time (in seconds):0.397
0.79/0.52	o 403
0.79/0.56	c Got one! Elapsed wall clock time (in seconds):0.445
0.79/0.56	o 402
0.79/0.58	c Got one! Elapsed wall clock time (in seconds):0.464
0.79/0.58	o 394
0.90/0.65	c cleaning 5296 clauses out of 10596 with flag 3666/10596
0.90/0.67	c Got one! Elapsed wall clock time (in seconds):0.546
0.90/0.67	o 392
0.90/0.69	c Got one! Elapsed wall clock time (in seconds):0.568
0.90/0.69	o 391
1.09/0.75	c Got one! Elapsed wall clock time (in seconds):0.628
1.09/0.75	o 389
1.09/0.76	c Got one! Elapsed wall clock time (in seconds):0.635
1.09/0.76	o 388
1.09/0.78	c Got one! Elapsed wall clock time (in seconds):0.656
1.09/0.78	o 387
1.19/0.81	c Got one! Elapsed wall clock time (in seconds):0.691
1.19/0.81	o 370
1.19/0.88	c Got one! Elapsed wall clock time (in seconds):0.761
1.19/0.88	o 353
1.29/0.92	c cleaning 7003 clauses out of 14015 with flag 4083/19311
1.29/0.99	c Got one! Elapsed wall clock time (in seconds):0.868
1.29/0.99	o 351
1.29/1.00	c Got one! Elapsed wall clock time (in seconds):0.877
1.29/1.00	o 344
1.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.904
1.41/1.02	o 342
1.41/1.03	c Got one! Elapsed wall clock time (in seconds):0.912
1.41/1.03	o 339
1.41/1.08	c Got one! Elapsed wall clock time (in seconds):0.963
1.41/1.08	o 324
1.51/1.14	c Got one! Elapsed wall clock time (in seconds):1.016
1.51/1.14	o 323
1.51/1.18	c cleaning 7656 clauses out of 15328 with flag 3731/27627
1.63/1.21	c Got one! Elapsed wall clock time (in seconds):1.095
1.63/1.21	o 315
1.73/1.36	c Got one! Elapsed wall clock time (in seconds):1.241
1.73/1.36	o 314
1.73/1.39	c Got one! Elapsed wall clock time (in seconds):1.269
1.73/1.39	o 303
1.84/1.40	c Got one! Elapsed wall clock time (in seconds):1.285
1.84/1.40	o 302
1.84/1.45	c cleaning 7923 clauses out of 15856 with flag 3777/35811
1.84/1.47	c Got one! Elapsed wall clock time (in seconds):1.346
1.84/1.47	o 301
1.97/1.52	c Got one! Elapsed wall clock time (in seconds):1.398
1.97/1.52	o 300
2.07/1.64	c cleaning 7008 clauses out of 14025 with flag 16505/41903
2.07/1.67	c Got one! Elapsed wall clock time (in seconds):1.552
2.07/1.67	o 298
2.19/1.73	c Got one! Elapsed wall clock time (in seconds):1.614
2.19/1.73	o 296
2.40/1.84	c cleaning 6451 clauses out of 12912 with flag 15150/47798
2.40/1.90	c Got one! Elapsed wall clock time (in seconds):1.775
2.40/1.90	o 269
2.49/1.91	c Got one! Elapsed wall clock time (in seconds):1.793
2.49/1.91	o 265
2.49/1.95	c Got one! Elapsed wall clock time (in seconds):1.835
2.49/1.95	o 263
2.49/1.99	c Got one! Elapsed wall clock time (in seconds):1.867
2.49/1.99	o 233
2.63/2.08	c cleaning 7030 clauses out of 14082 with flag 12006/55419
2.74/2.13	c Got one! Elapsed wall clock time (in seconds):2.005
2.74/2.13	o 232
2.84/2.27	c cleaning 6270 clauses out of 12561 with flag 20889/60928
3.03/2.45	c cleaning 6141 clauses out of 12290 with flag 43664/66927
3.23/2.68	c cleaning 6575 clauses out of 13149 with flag 73591/73927
3.34/2.72	c Got one! Elapsed wall clock time (in seconds):2.596
3.34/2.72	o 228
3.34/2.72	c Got one! Elapsed wall clock time (in seconds):2.604
3.34/2.72	o 224
3.34/2.76	c Got one! Elapsed wall clock time (in seconds):2.636
3.34/2.76	o 223
3.34/2.79	c Got one! Elapsed wall clock time (in seconds):2.67
3.34/2.79	o 206
3.44/2.81	c Got one! Elapsed wall clock time (in seconds):2.691
3.44/2.81	o 204
3.44/2.89	c cleaning 6490 clauses out of 12992 with flag 10242/80345
3.54/2.96	c Got one! Elapsed wall clock time (in seconds):2.841
3.54/2.96	o 195
3.64/3.07	c cleaning 5892 clauses out of 11808 with flag 16155/85651
3.86/3.25	c cleaning 5952 clauses out of 11916 with flag 41169/91651
3.96/3.37	c Got one! Elapsed wall clock time (in seconds):3.254
3.96/3.37	o 187
4.06/3.44	c cleaning 5891 clauses out of 11791 with flag 10936/97478
4.26/3.60	c Got one! Elapsed wall clock time (in seconds):3.483
4.26/3.60	o 186
4.36/3.78	c cleaning 7946 clauses out of 15914 with flag 22908/107492
4.66/4.00	c cleaning 6974 clauses out of 13969 with flag 52761/113493
4.66/4.01	c Got one! Elapsed wall clock time (in seconds):3.894
4.66/4.01	o 181
4.66/4.03	c Got one! Elapsed wall clock time (in seconds):3.91
4.66/4.03	o 179
4.66/4.04	c Got one! Elapsed wall clock time (in seconds):3.919
4.66/4.04	o 177
4.66/4.05	c Got one! Elapsed wall clock time (in seconds):3.933
4.66/4.05	o 166
4.76/4.17	c Got one! Elapsed wall clock time (in seconds):4.045
4.76/4.17	o 146
4.89/4.25	c cleaning 7158 clauses out of 14334 with flag 11090/120832
4.89/4.28	c Got one! Elapsed wall clock time (in seconds):4.158
4.89/4.28	o 145
5.10/4.43	c cleaning 6462 clauses out of 12933 with flag 23334/126589
5.10/4.44	c Got one! Elapsed wall clock time (in seconds):4.325
5.10/4.45	o 144
5.19/4.59	c Got one! Elapsed wall clock time (in seconds):4.47
5.19/4.59	o 143
5.29/4.63	c cleaning 5917 clauses out of 11845 with flag 5880/131963
5.49/4.84	c cleaning 5954 clauses out of 11925 with flag 35864/137960
5.60/4.95	c Got one! Elapsed wall clock time (in seconds):4.827
5.60/4.95	o 142
5.70/5.03	c cleaning 5696 clauses out of 11421 with flag 12170/143410
5.90/5.25	c cleaning 5861 clauses out of 11727 with flag 46766/149412
6.10/5.47	c cleaning 6426 clauses out of 12863 with flag 78616/156409
6.41/5.75	c cleaning 7203 clauses out of 14437 with flag 110107/164409
6.61/5.98	c Got one! Elapsed wall clock time (in seconds):5.858
6.61/5.98	o 141
6.71/6.00	c Got one! Elapsed wall clock time (in seconds):5.879
6.71/6.00	o 139
6.71/6.07	c Got one! Elapsed wall clock time (in seconds):5.953
6.71/6.07	o 137
6.81/6.13	c Got one! Elapsed wall clock time (in seconds):6.006
6.81/6.13	o 133
6.81/6.14	c Got one! Elapsed wall clock time (in seconds):6.023
6.81/6.14	o 132
6.91/6.24	c cleaning 11012 clauses out of 22041 with flag 11879/179216
7.11/6.40	c Got one! Elapsed wall clock time (in seconds):6.277
7.11/6.40	o 131
7.11/6.45	c cleaning 8171 clauses out of 16359 with flag 5962/184546
7.32/6.64	c Got one! Elapsed wall clock time (in seconds):6.52
7.32/6.64	o 127
7.52/6.87	c cleaning 9388 clauses out of 18794 with flag 29831/195152
7.85/7.13	c cleaning 7686 clauses out of 15406 with flag 59617/201152
8.07/7.25	c Got one! Elapsed wall clock time (in seconds):7.132
8.07/7.25	o 126
8.30/7.35	c cleaning 6610 clauses out of 13229 with flag 12348/206661
8.70/7.50	c Got one! Elapsed wall clock time (in seconds):7.381
8.70/7.50	o 125
8.70/7.55	c cleaning 5855 clauses out of 11733 with flag 5714/211775
8.94/7.77	c cleaning 5929 clauses out of 11878 with flag 41354/217775
9.23/8.03	c cleaning 6466 clauses out of 12949 with flag 82689/224775
9.53/8.33	c cleaning 7236 clauses out of 14483 with flag 125527/232775
9.84/8.62	c cleaning 8119 clauses out of 16250 with flag 161148/241778
10.15/8.96	c cleaning 9051 clauses out of 18128 with flag 198705/251775
10.45/9.21	c Got one! Elapsed wall clock time (in seconds):9.089
10.45/9.21	o 120
10.45/9.22	c Got one! Elapsed wall clock time (in seconds):9.102
10.45/9.22	o 118
10.45/9.26	c Got one! Elapsed wall clock time (in seconds):9.136
10.45/9.26	o 101
10.55/9.33	c Got one! Elapsed wall clock time (in seconds):9.206
10.55/9.33	o 100
10.65/9.50	c cleaning 11937 clauses out of 23873 with flag 20213/266571
10.75/9.52	c Got one! Elapsed wall clock time (in seconds):9.399
10.75/9.52	o 99
10.95/9.71	c cleaning 8580 clauses out of 17165 with flag 29253/271800
11.08/9.86	c Got one! Elapsed wall clock time (in seconds):9.74
11.08/9.86	o 98
11.08/9.90	c cleaning 6873 clauses out of 13755 with flag 5047/276970
11.18/9.97	c Got one! Elapsed wall clock time (in seconds):9.849
11.18/9.97	o 87
11.38/10.12	c cleaning 6263 clauses out of 12532 with flag 25299/282620
11.60/10.30	c Got one! Elapsed wall clock time (in seconds):10.183
11.60/10.30	o 86
11.80/10.51	c cleaning 8120 clauses out of 16272 with flag 31254/292623
12.00/10.76	c cleaning 7069 clauses out of 14153 with flag 70371/298624
12.00/10.78	c Got one! Elapsed wall clock time (in seconds):10.656
12.00/10.78	o 85
12.21/10.97	c cleaning 6141 clauses out of 12320 with flag 32247/303860
12.40/11.19	c cleaning 6081 clauses out of 12179 with flag 69342/309860
12.71/11.48	c cleaning 6523 clauses out of 13099 with flag 114302/316861
13.01/11.78	c cleaning 7283 clauses out of 14576 with flag 152331/324861
13.11/11.81	c Got one! Elapsed wall clock time (in seconds):11.686
13.11/11.81	o 63
13.21/12.00	c cleaning 6357 clauses out of 12732 with flag 32706/330300
13.52/12.22	c cleaning 6179 clauses out of 12374 with flag 69520/336299
13.72/12.49	c cleaning 6590 clauses out of 13197 with flag 115175/343301
13.93/12.69	c Got one! Elapsed wall clock time (in seconds):12.571
13.93/12.69	o 57
14.23/12.91	c cleaning 8440 clauses out of 16905 with flag 31747/353599
14.44/13.15	c cleaning 7214 clauses out of 14465 with flag 70056/359599
14.63/13.39	c cleaning 7108 clauses out of 14251 with flag 108477/366599
14.94/13.68	c cleaning 7563 clauses out of 15144 with flag 153770/374600
15.34/14.02	c cleaning 8264 clauses out of 16580 with flag 208459/383599
15.55/14.30	c Got one! Elapsed wall clock time (in seconds):14.179
15.55/14.30	o 56
15.74/14.42	c Got one! Elapsed wall clock time (in seconds):14.296
15.74/14.42	o 55
15.84/14.51	c cleaning 11014 clauses out of 22030 with flag 9683/397313
16.04/14.71	c cleaning 8508 clauses out of 17017 with flag 36045/403314
16.25/14.95	c cleaning 7744 clauses out of 15508 with flag 66355/410313
16.25/14.99	c Got one! Elapsed wall clock time (in seconds):14.868
16.25/14.99	o 53
16.47/15.18	c cleaning 6778 clauses out of 13581 with flag 33649/416130
16.69/15.39	c cleaning 6391 clauses out of 12803 with flag 64041/422130
16.90/15.55	c Got one! Elapsed wall clock time (in seconds):15.427
16.90/15.55	o 46
16.90/15.59	c cleaning 6109 clauses out of 12225 with flag 6690/427943
17.10/15.79	c cleaning 6053 clauses out of 12113 with flag 37731/433940
17.20/15.89	c Got one! Elapsed wall clock time (in seconds):15.766
17.20/15.89	o 41
17.40/16.00	c cleaning 5969 clauses out of 11946 with flag 20309/439826
17.62/16.22	c cleaning 5974 clauses out of 11977 with flag 59082/445826
17.83/16.43	c Got one! Elapsed wall clock time (in seconds):16.309
17.83/16.43	o 25
18.02/16.66	c cleaning 8886 clauses out of 17785 with flag 35103/457608
18.32/16.92	c cleaning 7434 clauses out of 14898 with flag 76976/463607
18.53/17.19	c cleaning 7225 clauses out of 14465 with flag 121420/470608
18.85/17.48	c cleaning 7616 clauses out of 15240 with flag 168136/478608
19.05/17.63	c Got one! Elapsed wall clock time (in seconds):17.509
19.05/17.63	o 24
19.05/17.67	c cleaning 6733 clauses out of 13476 with flag 6919/484460
19.35/17.90	c cleaning 6361 clauses out of 12743 with flag 45441/490460
19.55/18.17	c cleaning 6680 clauses out of 13382 with flag 89737/497460
19.85/18.46	c cleaning 7337 clauses out of 14702 with flag 138680/505460
20.25/18.81	c cleaning 8172 clauses out of 16366 with flag 193840/514461
20.55/19.12	c Got one! Elapsed wall clock time (in seconds):18.995
20.55/19.12	o 17
20.75/19.35	c cleaning 10964 clauses out of 21949 with flag 30438/528216
20.96/19.58	c cleaning 8487 clauses out of 16985 with flag 64931/534216
21.26/19.84	c cleaning 7732 clauses out of 15498 with flag 108025/541216
21.56/20.14	c cleaning 7877 clauses out of 15765 with flag 154624/549215
21.86/20.45	c cleaning 8440 clauses out of 16889 with flag 204718/558216
22.27/20.82	c cleaning 9209 clauses out of 18449 with flag 258677/568216
22.70/21.23	c cleaning 10094 clauses out of 20239 with flag 319482/579215
23.12/21.67	c cleaning 11073 clauses out of 22145 with flag 383656/591215
23.63/22.11	c cleaning 12031 clauses out of 24072 with flag 448848/604216
23.73/22.28	c Got one! Elapsed wall clock time (in seconds):22.163
23.73/22.28	o 16
24.03/22.52	c cleaning 11251 clauses out of 22519 with flag 35247/614694
24.23/22.73	c cleaning 8626 clauses out of 17266 with flag 69837/620692
24.43/22.96	c cleaning 7813 clauses out of 15640 with flag 107116/627693
24.73/23.21	c cleaning 7906 clauses out of 15825 with flag 148603/635692
25.05/23.50	c cleaning 8454 clauses out of 16919 with flag 196801/644693
25.16/23.65	c Got one! Elapsed wall clock time (in seconds):23.528
25.16/23.65	o 15
25.16/23.69	c cleaning 7169 clauses out of 14359 with flag 6905/650588
25.46/23.91	c cleaning 6588 clauses out of 13191 with flag 41701/656589
25.67/24.13	c cleaning 6795 clauses out of 13601 with flag 74514/663588
25.77/24.24	c Got one! Elapsed wall clock time (in seconds):24.122
25.77/24.24	o 14
25.86/24.31	c cleaning 6308 clauses out of 12629 with flag 11025/669411
26.06/24.51	c cleaning 6151 clauses out of 12320 with flag 41815/675410
26.26/24.74	c cleaning 6583 clauses out of 13170 with flag 76863/682411
26.37/24.85	c Got one! Elapsed wall clock time (in seconds):24.73
26.37/24.85	o 11
26.47/24.92	c cleaning 6160 clauses out of 12325 with flag 10738/688149
26.67/25.12	c cleaning 6073 clauses out of 12164 with flag 41638/694148
26.88/25.36	c cleaning 6534 clauses out of 13092 with flag 76077/701149
27.18/25.63	c cleaning 7270 clauses out of 14558 with flag 115603/709149
27.48/25.91	c cleaning 8136 clauses out of 16287 with flag 159509/718148
27.48/25.93	c Got one! Elapsed wall clock time (in seconds):25.814
27.48/25.93	o 8
27.68/26.10	c cleaning 6693 clauses out of 13422 with flag 27097/723419
27.89/26.31	c cleaning 6358 clauses out of 12731 with flag 57121/729421
28.08/26.56	c cleaning 6682 clauses out of 13371 with flag 92270/736419
28.38/26.82	c cleaning 7339 clauses out of 14690 with flag 131770/744420
28.68/27.14	c cleaning 8168 clauses out of 16350 with flag 176927/753419
28.99/27.50	c cleaning 9082 clauses out of 18185 with flag 226894/763422
29.39/27.87	c cleaning 10037 clauses out of 20100 with flag 281515/774419
29.79/28.29	c cleaning 11032 clauses out of 22063 with flag 343581/786419
30.10/28.53	c starts		: 266
30.10/28.53	c conflicts		: 793265
30.10/28.53	c decisions		: 1185922
30.10/28.53	c propagations		: 16983599
30.10/28.53	c inspects		: 218552343
30.10/28.53	c shortcuts		: 0
30.10/28.53	c learnt literals	: 20
30.10/28.53	c learnt binary clauses	: 44
30.10/28.53	c learnt ternary clauses	: 797
30.10/28.53	c learnt constraints	: 793244
30.10/28.53	c ignored constraints	: 0
30.10/28.53	c root simplifications	: 0
30.10/28.53	c removed literals (reason simplification)	: 0
30.10/28.53	c reason swapping (by a shorter reason)	: 0
30.10/28.53	c Calls to reduceDB	: 104
30.10/28.53	c Number of update (reduction) of LBD	: 214008
30.10/28.53	c number of reductions to clauses (during analyze)	: 0
30.10/28.53	c number of learned constraints concerned by reduction	: 0
30.10/28.53	c number of learning phase by resolution	: 0
30.10/28.53	c number of learning phase by cutting planes	: 0
30.10/28.53	c speed (assignments/second)	: 599005.3609847282
30.10/28.53	c non guided choices	4598
30.10/28.53	c learnt constraints type 
30.10/28.53	c constraints type 
30.10/28.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
30.10/28.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
30.10/28.53	c ignored satisfied constraints => 1
30.10/28.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
30.10/28.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
30.10/28.53	c 102 constraints processed.
30.10/28.53	s OPTIMUM FOUND
30.10/28.53	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 
30.10/28.53	c objective function=8
30.10/28.53	c Total wall clock time (in seconds): 28.413

Verifier Data

OK	8

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-3718124-1338251542/watcher-3718124-1338251542 -o /tmp/evaluation-result-3718124-1338251542/solver-3718124-1338251542 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718124-1338251542.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.38 2.12 2.02 4/194 16032
/proc/meminfo: memFree=31383912/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16032/stat : 16032 (java) D 16030 16032 13427 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291282664 9515008 182 33554432000 1073741824 1073778376 140734542435968 140734542427000 270118239925 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2323 182 140 9 0 71 0

[startup+0.0431489 s]
/proc/loadavg: 2.38 2.12 2.02 4/194 16032
/proc/meminfo: memFree=31383912/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 2986 0 1 0 1 0 0 0 20 0 13 0 291282664 9446973440 3684 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2306390 3685 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100304 s]
/proc/loadavg: 2.38 2.12 2.02 4/194 16032
/proc/meminfo: memFree=31383912/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 4186 0 1 0 7 1 0 0 20 0 18 0 291282664 9787817984 5383 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2389604 5383 2081 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300218 s]
/proc/loadavg: 2.38 2.12 2.02 4/194 16032
/proc/meminfo: memFree=31383912/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 6653 0 1 0 49 2 0 0 20 0 19 0 291282664 9855979520 7548 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2406245 7548 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624980

[startup+0.7002 s]
/proc/loadavg: 2.38 2.12 2.02 4/194 16032
/proc/meminfo: memFree=31383912/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9624980 CPUtime=1.09 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 7040 0 1 0 106 3 0 0 20 0 19 0 291282664 9855979520 10195 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2406245 10195 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624980

[startup+1.50072 s]
/proc/loadavg: 2.35 2.12 2.02 4/213 16051
/proc/meminfo: memFree=31347568/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9624980 CPUtime=1.97 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 7495 0 1 0 194 3 0 0 20 0 19 0 291282664 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2406245 11282 2272 9 0 2396937 0
[pid=16032/tid=16034] ppid=16030 vsize=9624980 CPUtime=1.41 cores=1,3,5,7
/proc/16032/task/16034/stat : 16034 (java) R 16030 16032 13427 0 -1 4202560 2461 0 1 0 139 2 0 0 20 0 19 0 291282665 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769157906840 139768990564400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16035] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16035/stat : 16035 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769119398952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16036] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16036/stat : 16036 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769118346152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16037] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16037/stat : 16037 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769117293352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16038] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16038/stat : 16038 (java) S 16030 16032 13427 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769116240552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16039] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16039/stat : 16039 (java) S 16030 16032 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769115187752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16040] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16040/stat : 16040 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769114134952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16041] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16041/stat : 16041 (java) S 16030 16032 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769113082152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16042] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16042/stat : 16042 (java) S 16030 16032 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139769112029352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16043] ppid=16030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16032/task/16043/stat : 16043 (java) S 16030 16032 13427 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 291282667 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139768981580776 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16044] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16044/stat : 16044 (java) S 16030 16032 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139768980526840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16045] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16045/stat : 16045 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139768979473928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16046] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16046/stat : 16046 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139768978422416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16047] ppid=16030 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/16032/task/16047/stat : 16047 (java) S 16030 16032 13427 0 -1 4202560 2112 0 0 0 23 0 0 0 20 0 19 0 291282670 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139768977369528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16048] ppid=16030 vsize=9624980 CPUtime=0.22 cores=1,3,5,7
/proc/16032/task/16048/stat : 16048 (java) S 16030 16032 13427 0 -1 4202560 1665 0 0 0 22 0 0 0 20 0 19 0 291282670 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139768976316728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16049] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16049/stat : 16049 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139768975264120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16050] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16050/stat : 16050 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139767966591432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16051] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16051/stat : 16051 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291282682 9855979520 11282 33554432000 1073741824 1073778376 140734766049616 139767965537960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9624980

[startup+3.1007 s]
/proc/loadavg: 2.35 2.12 2.02 3/213 16051
/proc/meminfo: memFree=31341616/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9624980 CPUtime=3.75 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 10264 0 1 0 371 4 0 0 20 0 19 0 291282664 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2406245 12739 2273 9 0 2396937 0
[pid=16032/tid=16034] ppid=16030 vsize=9624980 CPUtime=2.93 cores=1,3,5,7
/proc/16032/task/16034/stat : 16034 (java) R 16030 16032 13427 0 -1 4202560 2469 0 1 0 291 2 0 0 20 0 19 0 291282665 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769157906840 139768990437584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16035] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16035/stat : 16035 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769119398952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16036] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16036/stat : 16036 (java) S 16030 16032 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769118346152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16037] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16037/stat : 16037 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769117293352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16038] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16038/stat : 16038 (java) S 16030 16032 13427 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769116240552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16039] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16039/stat : 16039 (java) S 16030 16032 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769115187752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16040] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16040/stat : 16040 (java) S 16030 16032 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769114134952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16041] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16041/stat : 16041 (java) S 16030 16032 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769113082152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16042] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16042/stat : 16042 (java) S 16030 16032 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139769112029352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16043] ppid=16030 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16032/task/16043/stat : 16043 (java) S 16030 16032 13427 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 291282667 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139768981580776 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16044] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16044/stat : 16044 (java) S 16030 16032 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139768980526840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16045] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16045/stat : 16045 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139768979473928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16046] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16046/stat : 16046 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139768978422416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16047] ppid=16030 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/16032/task/16047/stat : 16047 (java) S 16030 16032 13427 0 -1 4202560 2112 0 0 0 23 0 0 0 20 0 19 0 291282670 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139768977369528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16048] ppid=16030 vsize=9624980 CPUtime=0.4 cores=1,3,5,7
/proc/16032/task/16048/stat : 16048 (java) R 16030 16032 13427 0 -1 4202560 4421 0 0 0 40 0 0 0 20 0 19 0 291282670 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139768976316056 139769161996226 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16049] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16049/stat : 16049 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139768975264120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16050] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16050/stat : 16050 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139767966591432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16051] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16051/stat : 16051 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291282682 9855979520 12739 33554432000 1073741824 1073778376 140734766049616 139767965537960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9624980

[startup+6.30065 s]
/proc/loadavg: 2.35 2.12 2.02 3/213 16051
/proc/meminfo: memFree=31341196/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9624980 CPUtime=7.01 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 10297 0 1 0 697 4 0 0 20 0 19 0 291282664 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2406245 13267 2273 9 0 2396937 0
[pid=16032/tid=16034] ppid=16030 vsize=9624980 CPUtime=5.97 cores=1,3,5,7
/proc/16032/task/16034/stat : 16034 (java) R 16030 16032 13427 0 -1 4202560 2483 0 1 0 595 2 0 0 20 0 19 0 291282665 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769157906720 139768990465855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16035] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16035/stat : 16035 (java) S 16030 16032 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769119398952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16036] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16036/stat : 16036 (java) S 16030 16032 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769118346152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16037] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16037/stat : 16037 (java) S 16030 16032 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769117293352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16038] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16038/stat : 16038 (java) S 16030 16032 13427 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769116240552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16039] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16039/stat : 16039 (java) S 16030 16032 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769115187752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16040] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16040/stat : 16040 (java) S 16030 16032 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769114134952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16041] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16041/stat : 16041 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769113082152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16042] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16042/stat : 16042 (java) S 16030 16032 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291282666 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139769112029352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16043] ppid=16030 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/16032/task/16043/stat : 16043 (java) S 16030 16032 13427 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 291282667 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139768981580776 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16044] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16044/stat : 16044 (java) S 16030 16032 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139768980526840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16045] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16045/stat : 16045 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139768979473928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16046] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16046/stat : 16046 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139768978422416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16047] ppid=16030 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/16032/task/16047/stat : 16047 (java) S 16030 16032 13427 0 -1 4202560 2118 0 0 0 26 0 0 0 20 0 19 0 291282670 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139768977369528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16048] ppid=16030 vsize=9624980 CPUtime=0.41 cores=1,3,5,7
/proc/16032/task/16048/stat : 16048 (java) S 16030 16032 13427 0 -1 4202560 4421 0 0 0 41 0 0 0 20 0 19 0 291282670 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139768976316728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16049] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16049/stat : 16049 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139768975264120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16050] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16050/stat : 16050 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139767966591432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16051] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16051/stat : 16051 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291282682 9855979520 13267 33554432000 1073741824 1073778376 140734766049616 139767965537960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/16032/task/16035/stat : 16035 (java) S 16030 16032 13427 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 291282666 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139769119398952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16036] ppid=16030 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16032/task/16036/stat : 16036 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 6 0 0 0 20 0 19 0 291282666 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139769118346152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16037] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16037/stat : 16037 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139769117293352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16038] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16038/stat : 16038 (java) S 16030 16032 13427 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139769116240552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16039] ppid=16030 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16032/task/16039/stat : 16039 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291282666 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139769115187752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16040] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16040/stat : 16040 (java) S 16030 16032 13427 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139769114134952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16041] ppid=16030 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16032/task/16041/stat : 16041 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291282666 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139769113082152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16042] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16042/stat : 16042 (java) S 16030 16032 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139769112029352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16043] ppid=16030 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/16032/task/16043/stat : 16043 (java) S 16030 16032 13427 0 -1 4202560 63 0 0 0 102 0 0 0 20 0 19 0 291282667 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139768981580776 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16044] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16044/stat : 16044 (java) S 16030 16032 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139768980526840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16045] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16045/stat : 16045 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139768979473928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16046] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16046/stat : 16046 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139768978422416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16047] ppid=16030 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/16032/task/16047/stat : 16047 (java) S 16030 16032 13427 0 -1 4202560 8869 0 0 0 69 2 0 0 20 0 19 0 291282670 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139768977369528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16048] ppid=16030 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/16032/task/16048/stat : 16048 (java) S 16030 16032 13427 0 -1 4202560 4489 0 0 0 49 0 0 0 20 0 19 0 291282670 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139768976316728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16049] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16049/stat : 16049 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139768975264120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16050] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16050/stat : 16050 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139767966591432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16051] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16051/stat : 16051 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291282682 9855979520 14423 33554432000 1073741824 1073778376 140734766049616 139767965537960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 9624980

[startup+27.9007 s]
/proc/loadavg: 2.30 2.13 2.02 3/213 16051
/proc/meminfo: memFree=31333292/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9624980 CPUtime=29.49 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 17253 0 1 0 2942 7 0 0 20 0 19 0 291282664 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2406245 14425 2275 9 0 2396937 0
[pid=16032/tid=16034] ppid=16030 vsize=9624980 CPUtime=26.49 cores=1,3,5,7
/proc/16032/task/16034/stat : 16034 (java) R 16030 16032 13427 0 -1 4202560 2561 0 1 0 2647 2 0 0 20 0 19 0 291282665 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769157906840 139768990072870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16035] ppid=16030 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16032/task/16035/stat : 16035 (java) S 16030 16032 13427 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291282666 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769119398952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16036] ppid=16030 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16032/task/16036/stat : 16036 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 6 0 0 0 20 0 19 0 291282666 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769118346152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16037] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16037/stat : 16037 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769117293352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16038] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16038/stat : 16038 (java) S 16030 16032 13427 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769116240552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16039] ppid=16030 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16032/task/16039/stat : 16039 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291282666 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769115187752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16040] ppid=16030 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16032/task/16040/stat : 16040 (java) S 16030 16032 13427 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291282666 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769114134952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16041] ppid=16030 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16032/task/16041/stat : 16041 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291282666 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769113082152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16042] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16042/stat : 16042 (java) S 16030 16032 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139769112029352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16043] ppid=16030 vsize=9624980 CPUtime=1.05 cores=1,3,5,7
/proc/16032/task/16043/stat : 16043 (java) S 16030 16032 13427 0 -1 4202560 63 0 0 0 105 0 0 0 20 0 19 0 291282667 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139768981580776 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16044] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16044/stat : 16044 (java) S 16030 16032 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139768980526840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16045] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16045/stat : 16045 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139768979473928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16046] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16046/stat : 16046 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139768978422416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16047] ppid=16030 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/16032/task/16047/stat : 16047 (java) S 16030 16032 13427 0 -1 4202560 8869 0 0 0 69 2 0 0 20 0 19 0 291282670 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139768977369528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16048] ppid=16030 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/16032/task/16048/stat : 16048 (java) S 16030 16032 13427 0 -1 4202560 4489 0 0 0 49 0 0 0 20 0 19 0 291282670 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139768976316728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16049] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16049/stat : 16049 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139768975264120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16050] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16050/stat : 16050 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139767966591432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16051] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16051/stat : 16051 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291282682 9855979520 14425 33554432000 1073741824 1073778376 140734766049616 139767965537960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 29.49
Current children cumulated vsize (KiB) 9624980

[startup+28.3007 s]
/proc/loadavg: 2.30 2.13 2.02 3/213 16051
/proc/meminfo: memFree=31333292/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9624980 CPUtime=29.89 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 17256 0 1 0 2982 7 0 0 20 0 19 0 291282664 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2406245 14428 2275 9 0 2396937 0
[pid=16032/tid=16034] ppid=16030 vsize=9624980 CPUtime=26.88 cores=1,3,5,7
/proc/16032/task/16034/stat : 16034 (java) S 16030 16032 13427 0 -1 4202560 2561 0 1 0 2686 2 0 0 20 0 19 0 291282665 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769157906840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16035] ppid=16030 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16032/task/16035/stat : 16035 (java) S 16030 16032 13427 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769119398952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16036] ppid=16030 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16032/task/16036/stat : 16036 (java) S 16030 16032 13427 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769118346152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16037] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16037/stat : 16037 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769117293352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16038] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16038/stat : 16038 (java) S 16030 16032 13427 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769116240552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16039] ppid=16030 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16032/task/16039/stat : 16039 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769115187752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16040] ppid=16030 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16032/task/16040/stat : 16040 (java) S 16030 16032 13427 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769114134952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16041] ppid=16030 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16032/task/16041/stat : 16041 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769113082152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16042] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16042/stat : 16042 (java) S 16030 16032 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769112029352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16043] ppid=16030 vsize=9624980 CPUtime=1.06 cores=1,3,5,7
/proc/16032/task/16043/stat : 16043 (java) R 16030 16032 13427 0 -1 4202560 63 0 0 0 106 0 0 0 20 0 19 0 291282667 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768981579632 139769162043835 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16044] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16044/stat : 16044 (java) S 16030 16032 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768980526840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16045] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16045/stat : 16045 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768979473928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16046] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16046/stat : 16046 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768978422416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16047] ppid=16030 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/16032/task/16047/stat : 16047 (java) S 16030 16032 13427 0 -1 4202560 8869 0 0 0 69 2 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768977369528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16048] ppid=16030 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/16032/task/16048/stat : 16048 (java) S 16030 16032 13427 0 -1 4202560 4489 0 0 0 49 0 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768976316728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16049] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16049/stat : 16049 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768975264120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16050] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16050/stat : 16050 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139767966591432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16051] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16051/stat : 16051 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291282682 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139767965537960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 29.89
Current children cumulated vsize (KiB) 9624980

[startup+28.5008 s]
/proc/loadavg: 2.30 2.13 2.02 3/213 16051
/proc/meminfo: memFree=31333292/32873844 swapFree=6872/6872
[pid=16032] ppid=16030 vsize=9624980 CPUtime=30.1 cores=1,3,5,7
/proc/16032/stat : 16032 (java) S 16030 16032 13427 0 -1 4202496 17257 0 1 0 3003 7 0 0 20 0 19 0 291282664 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 140734766040752 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16032/statm: 2406245 14428 2275 9 0 2396937 0
[pid=16032/tid=16034] ppid=16030 vsize=9624980 CPUtime=27.08 cores=1,3,5,7
/proc/16032/task/16034/stat : 16034 (java) R 16030 16032 13427 0 -1 4202560 2562 0 1 0 2706 2 0 0 20 0 19 0 291282665 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769157906936 139768990503426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16035] ppid=16030 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16032/task/16035/stat : 16035 (java) S 16030 16032 13427 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769119398952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16036] ppid=16030 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16032/task/16036/stat : 16036 (java) S 16030 16032 13427 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769118346152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16037] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16037/stat : 16037 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769117293352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16038] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16038/stat : 16038 (java) S 16030 16032 13427 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769116240552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16039] ppid=16030 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16032/task/16039/stat : 16039 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769115187752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16040] ppid=16030 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16032/task/16040/stat : 16040 (java) S 16030 16032 13427 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769114134952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16041] ppid=16030 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16032/task/16041/stat : 16041 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769113082152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16042] ppid=16030 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16032/task/16042/stat : 16042 (java) S 16030 16032 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291282666 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139769112029352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16043] ppid=16030 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/16032/task/16043/stat : 16043 (java) S 16030 16032 13427 0 -1 4202560 63 0 0 0 107 0 0 0 20 0 19 0 291282667 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768981580776 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16044] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16044/stat : 16044 (java) S 16030 16032 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768980526840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16045] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16045/stat : 16045 (java) S 16030 16032 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291282668 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768979473928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16046] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16046/stat : 16046 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768978422416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16032/tid=16047] ppid=16030 vsize=9624980 CPUtime=0.72 cores=1,3,5,7
/proc/16032/task/16047/stat : 16047 (java) S 16030 16032 13427 0 -1 4202560 8869 0 0 0 70 2 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768977369528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16032/tid=16048] ppid=16030 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/16032/task/16048/stat : 16048 (java) S 16030 16032 13427 0 -1 4202560 4489 0 0 0 49 0 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768976316728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16049] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16049/stat : 16049 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139768975264120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16032/tid=16050] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16050/stat : 16050 (java) S 16030 16032 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291282670 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139767966591432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16032/tid=16051] ppid=16030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16032/task/16051/stat : 16051 (java) S 16030 16032 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291282682 9855979520 14428 33554432000 1073741824 1073778376 140734766049616 139767965537960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 30.1
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 28.5414
CPU time (s): 30.1584
CPU user time (s): 29.9974
CPU system time (s): 0.160975
CPU usage (%): 105.666
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.9974
system time used= 0.160975
maximum resident set size= 69432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17274
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3573
involuntary context switches= 3410

runsolver used 0.106983 second user time and 0.336948 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:32:22
IDJOB=3718124
IDBENCH=78751
IDSOLVER=2301
FILE ID=node106/3718124-1338251542
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217555--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718124-1338251542/watcher-3718124-1338251542 -o /tmp/evaluation-result-3718124-1338251542/solver-3718124-1338251542 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718124-1338251542.wbo

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

MD5SUM BENCH= 077b9c494cf23f6ff18d9e6ba287604c
RANDOM SEED=725347131

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31384440 kB
Buffers:           69728 kB
Cached:            51008 kB
SwapCached:         1836 kB
Active:           663448 kB
Inactive:          33808 kB
Active(anon):     576212 kB
Inactive(anon):     3012 kB
Active(file):      87236 kB
Inactive(file):    30796 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:        610544 kB
Mapped:            15852 kB
Shmem:                 0 kB
Slab:             651296 kB
SReclaimable:      93476 kB
SUnreclaim:       557820 kB
KernelStack:        1760 kB
PageTables:         5348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     882860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:32:50