Trace number 1856693

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1SAT (TO)14 1800.38 1797.53

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
Number of bits of the biggest sum of numbers13
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856693-1244921078.opb
0.22/0.21	c reading problem ... 
0.22/0.30	c ... done. Wall clock time 0.083s.
0.22/0.30	c #vars     146
0.22/0.30	c #constraints  12
0.22/0.30	c constraints type 
0.22/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.72/0.54	c SATISFIABLE
0.72/0.54	c OPTIMIZING...
0.72/0.54	c Got one! Elapsed wall clock time (in seconds):0.329
0.72/0.54	o 2714
0.92/0.60	c Got one! Elapsed wall clock time (in seconds):0.387
0.92/0.60	o 2712
0.92/0.64	c Got one! Elapsed wall clock time (in seconds):0.428
0.92/0.64	o 2640
0.92/0.68	c Got one! Elapsed wall clock time (in seconds):0.468
0.92/0.68	o 2197
1.12/0.71	c Got one! Elapsed wall clock time (in seconds):0.498
1.12/0.71	o 2196
1.12/0.75	c Got one! Elapsed wall clock time (in seconds):0.536
1.12/0.75	o 2195
1.12/0.77	c Got one! Elapsed wall clock time (in seconds):0.562
1.12/0.77	o 2194
1.26/0.81	c Got one! Elapsed wall clock time (in seconds):0.597
1.26/0.81	o 2160
1.26/0.83	c Got one! Elapsed wall clock time (in seconds):0.621
1.26/0.83	o 2156
1.26/0.86	c Got one! Elapsed wall clock time (in seconds):0.652
1.26/0.86	o 2135
1.26/0.89	c Got one! Elapsed wall clock time (in seconds):0.678
1.26/0.89	o 2128
1.41/0.92	c Got one! Elapsed wall clock time (in seconds):0.703
1.41/0.92	o 2127
1.41/0.94	c Got one! Elapsed wall clock time (in seconds):0.729
1.41/0.94	o 2119
1.41/0.97	c Got one! Elapsed wall clock time (in seconds):0.757
1.41/0.97	o 2117
1.41/1.00	c Got one! Elapsed wall clock time (in seconds):0.783
1.41/1.00	o 2113
1.52/1.02	c Got one! Elapsed wall clock time (in seconds):0.808
1.52/1.02	o 2111
1.52/1.05	c Got one! Elapsed wall clock time (in seconds):0.834
1.52/1.05	o 2083
1.52/1.08	c Got one! Elapsed wall clock time (in seconds):0.868
1.52/1.08	o 2079
1.63/1.11	c Got one! Elapsed wall clock time (in seconds):0.894
1.63/1.11	o 2027
1.63/1.13	c Got one! Elapsed wall clock time (in seconds):0.92
1.63/1.13	o 2025
1.80/1.20	c Got one! Elapsed wall clock time (in seconds):0.989
1.80/1.20	o 1963
1.80/1.24	c Got one! Elapsed wall clock time (in seconds):1.029
1.80/1.24	o 1953
1.80/1.27	c Got one! Elapsed wall clock time (in seconds):1.059
1.80/1.27	o 1948
2.00/1.37	c Got one! Elapsed wall clock time (in seconds):1.157
2.00/1.37	o 1947
2.00/1.39	c Got one! Elapsed wall clock time (in seconds):1.182
2.00/1.39	o 1945
2.40/1.55	c Got one! Elapsed wall clock time (in seconds):1.334
2.40/1.55	o 1944
2.40/1.59	c Got one! Elapsed wall clock time (in seconds):1.375
2.40/1.59	o 1814
2.60/1.61	c Got one! Elapsed wall clock time (in seconds):1.401
2.60/1.61	o 1799
2.60/1.65	c Got one! Elapsed wall clock time (in seconds):1.434
2.60/1.65	o 1797
2.60/1.67	c Got one! Elapsed wall clock time (in seconds):1.462
2.60/1.67	o 1678
2.77/1.70	c Got one! Elapsed wall clock time (in seconds):1.488
2.77/1.70	o 1677
2.77/1.74	c Got one! Elapsed wall clock time (in seconds):1.533
2.77/1.75	o 1636
2.94/1.80	c Got one! Elapsed wall clock time (in seconds):1.591
2.94/1.80	o 1630
2.94/1.83	c Got one! Elapsed wall clock time (in seconds):1.617
2.94/1.83	o 1616
2.94/1.88	c Got one! Elapsed wall clock time (in seconds):1.664
2.94/1.88	o 1615
3.06/1.90	c Got one! Elapsed wall clock time (in seconds):1.69
3.06/1.90	o 1613
3.06/1.94	c Got one! Elapsed wall clock time (in seconds):1.732
3.06/1.94	o 624
3.06/1.99	c Got one! Elapsed wall clock time (in seconds):1.779
3.06/1.99	o 623
3.16/2.04	c Got one! Elapsed wall clock time (in seconds):1.831
3.16/2.04	o 621
3.16/2.10	c Got one! Elapsed wall clock time (in seconds):1.886
3.16/2.10	o 620
3.27/2.15	c Got one! Elapsed wall clock time (in seconds):1.938
3.27/2.15	o 556
3.37/2.21	c Got one! Elapsed wall clock time (in seconds):1.996
3.37/2.21	o 554
3.37/2.26	c Got one! Elapsed wall clock time (in seconds):2.048
3.37/2.26	o 385
3.47/2.33	c Got one! Elapsed wall clock time (in seconds):2.115
3.47/2.33	o 384
3.47/2.39	c Got one! Elapsed wall clock time (in seconds):2.179
3.47/2.39	o 383
3.56/2.46	c Got one! Elapsed wall clock time (in seconds):2.25
3.56/2.46	o 382
3.66/2.52	c Got one! Elapsed wall clock time (in seconds):2.306
3.66/2.52	o 381
3.77/2.60	c Got one! Elapsed wall clock time (in seconds):2.386
3.77/2.60	o 379
3.77/2.67	c Got one! Elapsed wall clock time (in seconds):2.461
3.77/2.67	o 377
3.87/2.73	c Got one! Elapsed wall clock time (in seconds):2.516
3.87/2.73	o 375
3.96/2.83	c Got one! Elapsed wall clock time (in seconds):2.62
3.96/2.83	o 372
4.13/2.96	c Got one! Elapsed wall clock time (in seconds):2.75
4.13/2.96	o 371
4.26/3.08	c Got one! Elapsed wall clock time (in seconds):2.863
4.26/3.08	o 368
4.39/3.14	c Got one! Elapsed wall clock time (in seconds):2.926
4.39/3.14	o 364
4.50/3.23	c Got one! Elapsed wall clock time (in seconds):3.018
4.50/3.23	o 363
4.59/3.30	c Got one! Elapsed wall clock time (in seconds):3.09
4.59/3.30	o 348
4.59/3.39	c Got one! Elapsed wall clock time (in seconds):3.173
4.59/3.39	o 346
4.69/3.45	c Got one! Elapsed wall clock time (in seconds):3.241
4.69/3.45	o 344
4.79/3.52	c Got one! Elapsed wall clock time (in seconds):3.31
4.79/3.52	o 343
4.79/3.58	c Got one! Elapsed wall clock time (in seconds):3.368
4.79/3.58	o 339
4.90/3.65	c Got one! Elapsed wall clock time (in seconds):3.442
4.90/3.65	o 337
4.90/3.69	c Got one! Elapsed wall clock time (in seconds):3.481
4.90/3.69	o 335
5.00/3.76	c Got one! Elapsed wall clock time (in seconds):3.55
5.00/3.76	o 333
5.10/3.83	c Got one! Elapsed wall clock time (in seconds):3.616
5.10/3.83	o 332
5.10/3.88	c Got one! Elapsed wall clock time (in seconds):3.665
5.10/3.88	o 331
5.20/3.92	c Got one! Elapsed wall clock time (in seconds):3.706
5.20/3.92	o 329
5.20/3.99	c Got one! Elapsed wall clock time (in seconds):3.776
5.20/3.99	o 328
5.30/4.06	c Got one! Elapsed wall clock time (in seconds):3.844
5.30/4.06	o 327
5.40/4.12	c Got one! Elapsed wall clock time (in seconds):3.912
5.40/4.12	o 326
5.40/4.20	c Got one! Elapsed wall clock time (in seconds):3.985
5.40/4.20	o 325
5.62/4.32	c Got one! Elapsed wall clock time (in seconds):4.112
5.62/4.32	o 324
5.72/4.40	c Got one! Elapsed wall clock time (in seconds):4.192
5.72/4.40	o 322
5.72/4.45	c Got one! Elapsed wall clock time (in seconds):4.239
5.72/4.45	o 321
5.82/4.52	c Got one! Elapsed wall clock time (in seconds):4.31
5.82/4.53	o 317
5.94/4.64	c Got one! Elapsed wall clock time (in seconds):4.425
5.94/4.64	o 315
5.94/4.69	c Got one! Elapsed wall clock time (in seconds):4.473
5.94/4.69	o 313
6.04/4.78	c Got one! Elapsed wall clock time (in seconds):4.567
6.04/4.78	o 311
6.14/4.86	c Got one! Elapsed wall clock time (in seconds):4.649
6.14/4.86	o 308
6.24/4.94	c Got one! Elapsed wall clock time (in seconds):4.726
6.24/4.94	o 307
6.34/5.09	c Got one! Elapsed wall clock time (in seconds):4.88
6.34/5.09	o 305
6.54/5.21	c Got one! Elapsed wall clock time (in seconds):5.002
6.54/5.21	o 303
6.64/5.40	c Got one! Elapsed wall clock time (in seconds):5.19
6.64/5.40	o 301
6.74/5.46	c Got one! Elapsed wall clock time (in seconds):5.247
6.74/5.46	o 300
6.84/5.56	c Got one! Elapsed wall clock time (in seconds):5.344
6.84/5.56	o 298
7.04/5.72	c Got one! Elapsed wall clock time (in seconds):5.506
7.04/5.72	o 296
7.24/5.91	c Got one! Elapsed wall clock time (in seconds):5.697
7.24/5.91	o 294
7.34/6.00	c Got one! Elapsed wall clock time (in seconds):5.791
7.34/6.00	o 244
7.44/6.13	c Got one! Elapsed wall clock time (in seconds):5.918
7.44/6.13	o 242
7.54/6.23	c Got one! Elapsed wall clock time (in seconds):6.018
7.54/6.23	o 239
7.64/6.34	c Got one! Elapsed wall clock time (in seconds):6.125
7.64/6.34	o 238
7.74/6.43	c Got one! Elapsed wall clock time (in seconds):6.22
7.74/6.43	o 236
7.94/6.69	c Got one! Elapsed wall clock time (in seconds):6.479
7.94/6.69	o 234
8.26/6.94	c Got one! Elapsed wall clock time (in seconds):6.726
8.26/6.94	o 232
8.56/7.28	c Got one! Elapsed wall clock time (in seconds):7.068
8.56/7.28	o 231
8.76/7.45	c Got one! Elapsed wall clock time (in seconds):7.239
8.76/7.45	o 230
8.86/7.55	c Got one! Elapsed wall clock time (in seconds):7.336
8.86/7.55	o 229
9.16/7.81	c Got one! Elapsed wall clock time (in seconds):7.598
9.16/7.81	o 228
9.27/7.94	c Got one! Elapsed wall clock time (in seconds):7.731
9.27/7.94	o 227
9.37/8.05	c Got one! Elapsed wall clock time (in seconds):7.841
9.37/8.05	o 225
9.57/8.21	c Got one! Elapsed wall clock time (in seconds):7.999
9.57/8.21	o 221
9.77/8.40	c Got one! Elapsed wall clock time (in seconds):8.188
9.77/8.40	o 219
9.97/8.63	c Got one! Elapsed wall clock time (in seconds):8.42
9.97/8.63	o 218
10.08/8.78	c Got one! Elapsed wall clock time (in seconds):8.567
10.08/8.78	o 216
10.17/8.90	c Got one! Elapsed wall clock time (in seconds):8.684
10.17/8.90	o 215
10.47/9.19	c Got one! Elapsed wall clock time (in seconds):8.979
10.47/9.19	o 213
10.78/9.44	c Got one! Elapsed wall clock time (in seconds):9.228
10.78/9.44	o 212
10.89/9.60	c Got one! Elapsed wall clock time (in seconds):9.383
10.89/9.60	o 211
11.09/9.77	c Got one! Elapsed wall clock time (in seconds):9.555
11.09/9.77	o 209
11.29/9.91	c Got one! Elapsed wall clock time (in seconds):9.699
11.29/9.91	o 208
11.48/10.13	c Got one! Elapsed wall clock time (in seconds):9.918
11.48/10.13	o 206
11.58/10.29	c Got one! Elapsed wall clock time (in seconds):10.077
11.58/10.29	o 204
11.78/10.42	c Got one! Elapsed wall clock time (in seconds):10.212
11.78/10.42	o 203
11.88/10.56	c Got one! Elapsed wall clock time (in seconds):10.343
11.88/10.56	o 199
12.08/10.79	c Got one! Elapsed wall clock time (in seconds):10.577
12.08/10.79	o 198
12.29/10.96	c Got one! Elapsed wall clock time (in seconds):10.748
12.29/10.96	o 196
12.61/11.29	c Got one! Elapsed wall clock time (in seconds):11.073
12.61/11.29	o 195
13.21/11.80	c Got one! Elapsed wall clock time (in seconds):11.592
13.21/11.80	o 194
13.61/12.22	c Got one! Elapsed wall clock time (in seconds):11.998
13.61/12.22	o 193
14.92/13.59	c Got one! Elapsed wall clock time (in seconds):13.377
14.92/13.59	o 191
15.52/14.12	c Got one! Elapsed wall clock time (in seconds):13.906
15.52/14.12	o 190
16.02/14.69	c Got one! Elapsed wall clock time (in seconds):14.476
16.02/14.69	o 188
16.22/14.86	c Got one! Elapsed wall clock time (in seconds):14.647
16.22/14.86	o 187
16.42/15.00	c Got one! Elapsed wall clock time (in seconds):14.787
16.42/15.00	o 186
16.72/15.32	c Got one! Elapsed wall clock time (in seconds):15.108
16.72/15.32	o 185
16.82/15.48	c Got one! Elapsed wall clock time (in seconds):15.265
16.82/15.48	o 183
17.12/15.74	c Got one! Elapsed wall clock time (in seconds):15.528
17.12/15.74	o 182
17.22/15.87	c Got one! Elapsed wall clock time (in seconds):15.658
17.22/15.87	o 180
17.42/16.04	c Got one! Elapsed wall clock time (in seconds):15.829
17.42/16.04	o 178
17.65/16.22	c Got one! Elapsed wall clock time (in seconds):16.005
17.65/16.22	o 175
17.85/16.42	c Got one! Elapsed wall clock time (in seconds):16.206
17.85/16.42	o 174
18.25/16.81	c Got one! Elapsed wall clock time (in seconds):16.597
18.25/16.81	o 173
18.65/17.25	c Got one! Elapsed wall clock time (in seconds):17.041
18.65/17.25	o 171
19.05/17.66	c Got one! Elapsed wall clock time (in seconds):17.443
19.05/17.66	o 169
19.65/18.20	c Got one! Elapsed wall clock time (in seconds):17.991
19.65/18.20	o 167
20.05/18.68	c Got one! Elapsed wall clock time (in seconds):18.465
20.05/18.68	o 166
20.35/18.98	c Got one! Elapsed wall clock time (in seconds):18.766
20.35/18.98	o 164
20.95/19.51	c Got one! Elapsed wall clock time (in seconds):19.301
20.95/19.51	o 159
21.15/19.78	c Got one! Elapsed wall clock time (in seconds):19.565
21.15/19.78	o 157
21.45/20.02	c Got one! Elapsed wall clock time (in seconds):19.81
21.45/20.02	o 156
21.65/20.22	c Got one! Elapsed wall clock time (in seconds):20.004
21.65/20.22	o 142
21.85/20.44	c Got one! Elapsed wall clock time (in seconds):20.224
21.85/20.44	o 141
22.25/20.86	c Got one! Elapsed wall clock time (in seconds):20.649
22.25/20.86	o 126
22.35/20.99	c Got one! Elapsed wall clock time (in seconds):20.779
22.35/20.99	o 124
22.55/21.13	c Got one! Elapsed wall clock time (in seconds):20.917
22.55/21.13	o 123
22.75/21.30	c Got one! Elapsed wall clock time (in seconds):21.091
22.75/21.30	o 119
22.95/21.51	c Got one! Elapsed wall clock time (in seconds):21.294
22.95/21.51	o 118
23.35/21.91	c Got one! Elapsed wall clock time (in seconds):21.694
23.35/21.91	o 117
23.85/22.47	c Got one! Elapsed wall clock time (in seconds):22.253
23.85/22.47	o 115
25.29/23.83	c Got one! Elapsed wall clock time (in seconds):23.62
25.29/23.83	o 113
26.19/24.72	c Got one! Elapsed wall clock time (in seconds):24.508
26.19/24.72	o 112
26.39/24.97	c Got one! Elapsed wall clock time (in seconds):24.76
26.39/24.97	o 111
27.59/26.19	c Got one! Elapsed wall clock time (in seconds):25.974
27.59/26.19	o 110
27.99/26.55	c Got one! Elapsed wall clock time (in seconds):26.336
27.99/26.55	o 108
28.09/26.70	c Got one! Elapsed wall clock time (in seconds):26.483
28.09/26.70	o 107
28.49/27.03	c Got one! Elapsed wall clock time (in seconds):26.818
28.49/27.03	o 106
28.69/27.29	c Got one! Elapsed wall clock time (in seconds):27.074
28.69/27.29	o 104
29.69/28.24	c Got one! Elapsed wall clock time (in seconds):28.032
29.69/28.24	o 103
30.44/28.95	c Got one! Elapsed wall clock time (in seconds):28.733
30.44/28.95	o 101
30.94/29.42	c Got one! Elapsed wall clock time (in seconds):29.21
30.94/29.42	o 99
32.54/31.00	c Got one! Elapsed wall clock time (in seconds):30.792
32.54/31.00	o 98
32.84/31.37	c Got one! Elapsed wall clock time (in seconds):31.159
32.84/31.37	o 85
33.73/32.27	c Got one! Elapsed wall clock time (in seconds):32.06
33.73/32.27	o 84
34.54/33.08	c Got one! Elapsed wall clock time (in seconds):32.871
34.54/33.08	o 83
36.23/34.78	c Got one! Elapsed wall clock time (in seconds):34.567
36.23/34.78	o 82
36.69/35.11	c Got one! Elapsed wall clock time (in seconds):34.893
36.69/35.11	o 77
38.29/36.72	c Got one! Elapsed wall clock time (in seconds):36.508
38.29/36.72	o 75
40.58/39.08	c Got one! Elapsed wall clock time (in seconds):38.867
40.58/39.08	o 73
44.44/42.81	c Got one! Elapsed wall clock time (in seconds):42.602
44.44/42.81	o 72
44.63/43.00	c Got one! Elapsed wall clock time (in seconds):42.792
44.63/43.00	o 70
46.93/45.33	c Got one! Elapsed wall clock time (in seconds):45.117
46.93/45.33	o 68
47.63/46.08	c Got one! Elapsed wall clock time (in seconds):45.869
47.63/46.08	o 67
50.53/48.99	c Got one! Elapsed wall clock time (in seconds):48.778
50.53/48.99	o 65
56.68/55.06	c Got one! Elapsed wall clock time (in seconds):54.847
56.68/55.06	o 64
60.27/58.60	c Got one! Elapsed wall clock time (in seconds):58.388
60.27/58.60	o 62
62.30/60.70	c Got one! Elapsed wall clock time (in seconds):60.484
62.30/60.70	o 60
65.10/63.44	c Got one! Elapsed wall clock time (in seconds):63.227
65.10/63.44	o 59
69.00/67.38	c Got one! Elapsed wall clock time (in seconds):67.166
69.00/67.38	o 57
72.80/71.17	c Got one! Elapsed wall clock time (in seconds):70.959
72.80/71.17	o 45
82.12/80.45	c Got one! Elapsed wall clock time (in seconds):80.234
82.12/80.45	o 44
106.17/104.48	c Got one! Elapsed wall clock time (in seconds):104.268
106.17/104.48	o 42
119.18/117.41	c Got one! Elapsed wall clock time (in seconds):117.199
119.18/117.41	o 40
122.48/120.76	c Got one! Elapsed wall clock time (in seconds):120.552
122.48/120.76	o 38
132.38/130.69	c Got one! Elapsed wall clock time (in seconds):130.475
132.38/130.69	o 36
139.29/137.58	c Got one! Elapsed wall clock time (in seconds):137.364
139.29/137.58	o 34
149.19/147.41	c Got one! Elapsed wall clock time (in seconds):147.193
149.19/147.41	o 32
157.50/155.77	c Got one! Elapsed wall clock time (in seconds):155.556
157.50/155.77	o 30
169.10/167.32	c Got one! Elapsed wall clock time (in seconds):167.104
169.10/167.32	o 28
195.63/193.88	c Got one! Elapsed wall clock time (in seconds):193.665
195.63/193.88	o 27
218.85/217.00	c Got one! Elapsed wall clock time (in seconds):216.792
218.85/217.00	o 26
223.44/221.66	c Got one! Elapsed wall clock time (in seconds):221.451
223.44/221.66	o 25
249.85/248.03	c Got one! Elapsed wall clock time (in seconds):247.815
249.85/248.03	o 23
292.79/290.93	c Got one! Elapsed wall clock time (in seconds):290.722
292.79/290.93	o 21
385.25/383.34	c Got one! Elapsed wall clock time (in seconds):383.128
385.25/383.34	o 19
600.36/598.20	c Got one! Elapsed wall clock time (in seconds):597.989
600.36/598.20	o 18
1052.55/1050.18	c Got one! Elapsed wall clock time (in seconds):1049.971
1052.55/1050.18	o 16
1489.47/1486.95	c Got one! Elapsed wall clock time (in seconds):1486.737
1489.47/1486.95	o 14
1800.00/1797.32	c starts		: 858
1800.00/1797.32	c conflicts		: 834626
1800.00/1797.32	c decisions		: 936049
1800.00/1797.32	c propagations		: 8975569
1800.00/1797.32	c inspects		: 4915582333
1800.00/1797.32	c learnt literals	: 0
1800.00/1797.32	c learnt binary clauses	: 0
1800.00/1797.32	c learnt ternary clauses	: 0
1800.00/1797.32	c learnt clauses	: 834626
1800.00/1797.32	c ignored clauses	: 0
1800.00/1797.32	c root simplifications	: 0
1800.00/1797.32	c removed literals (reason simplification)	: 9860731
1800.00/1797.32	c reason swapping (by a shorter reason)	: 0
1800.00/1797.32	c Calls to reduceDB	: 0
1800.00/1797.32	c speed (assignments/second)	: 28919.211771870076
1800.00/1797.32	c non guided choices	4371
1800.21/1797.45	c learnt constraints type 
1800.21/1797.46	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 834713
1800.21/1797.46	c constraints type 
1800.21/1797.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
1800.21/1797.46	s SATISFIABLE
1800.21/1797.46	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 
1800.21/1797.46	c objective function=14
1800.21/1797.46	c Total wall clock time (in seconds): 1797.245

Verifier Data

OK	14

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856693-1244921078/watcher-1856693-1244921078 -o /tmp/evaluation-result-1856693-1244921078/solver-1856693-1244921078 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856693-1244921078.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 14761
/proc/meminfo: memFree=1348976/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=152 CPUtime=0
/proc/14761/stat : 14761 (java6) D 14759 14761 14448 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 159708366 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 11879204 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14761/statm: 38 26 19 9 0 4 0

[startup+0.054567 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 14761
/proc/meminfo: memFree=1348976/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1470088 CPUtime=0.03
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 3209 0 1 0 2 1 0 0 18 0 7 0 159708366 1505370112 2954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 367522 2954 1007 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.102578 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 14761
/proc/meminfo: memFree=1348976/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1472584 CPUtime=0.09
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 3609 0 1 0 6 3 0 0 18 0 12 0 159708366 1507926016 3352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301614 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 14761
/proc/meminfo: memFree=1348976/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1475308 CPUtime=0.34
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 5086 0 1 0 30 4 0 0 18 0 12 0 159708366 1510715392 4824 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 368827 4824 1352 9 0 366170 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475308

[startup+0.702702 s]
/proc/loadavg: 0.94 1.01 0.99 3/64 14761
/proc/meminfo: memFree=1348976/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1478200 CPUtime=1.12
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 7597 0 1 0 108 4 0 0 18 0 13 0 159708366 1513676800 6917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 369550 6917 1413 9 0 366893 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1478200

[startup+1.50188 s]
/proc/loadavg: 0.94 1.01 0.99 2/77 14774
/proc/meminfo: memFree=1313472/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1490836 CPUtime=2.4
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 18584 0 1 0 230 10 0 0 18 0 13 0 159708366 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 372709 15771 1421 9 0 370052 0
[pid=14761/tid=14763] ppid=14759 vsize=1490836 CPUtime=1.16
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 11131 0 1 0 110 6 0 0 18 0 13 0 159708368 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4109099113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 159708369 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 159708369 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159708371 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 159708371 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 159708371 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159708375 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1490836 CPUtime=0.46
/proc/14761/task/14770/stat : 14770 (java) R 14759 14761 14448 0 -1 64 2440 0 0 0 45 1 0 0 17 0 13 0 159708375 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 104143101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1490836 CPUtime=0.76
/proc/14761/task/14771/stat : 14771 (java) R 14759 14761 14448 0 -1 64 4268 0 0 0 74 2 0 0 17 0 13 0 159708375 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 104144024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159708375 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159708376 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1490836 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159708397 1526616064 15771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1490836

[startup+3.10222 s]
/proc/loadavg: 0.94 1.01 0.99 2/77 14774
/proc/meminfo: memFree=1269376/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1487800 CPUtime=4.39
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 35558 0 1 0 422 17 0 0 18 0 13 0 159708366 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 371950 31057 1423 9 0 369293 0
[pid=14761/tid=14763] ppid=14759 vsize=1487800 CPUtime=2.59
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 26656 0 1 0 247 12 0 0 19 0 13 0 159708368 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4109520383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 159708369 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 159708369 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159708371 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 159708371 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 159708371 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159708375 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1487800 CPUtime=0.68
/proc/14761/task/14770/stat : 14770 (java) S 14759 14761 14448 0 -1 64 2861 0 0 0 67 1 0 0 16 0 13 0 159708375 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1487800 CPUtime=1.08
/proc/14761/task/14771/stat : 14771 (java) S 14759 14761 14448 0 -1 64 5296 0 0 0 106 2 0 0 17 0 13 0 159708375 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159708375 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159708376 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1487800 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159708397 1523507200 31057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1487800

[startup+6.30188 s]
/proc/loadavg: 0.94 1.01 0.99 2/77 14774
/proc/meminfo: memFree=1208512/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1487040 CPUtime=7.64
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 41015 0 1 0 744 20 0 0 18 0 13 0 159708366 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 371760 36259 1432 9 0 369103 0
[pid=14761/tid=14763] ppid=14759 vsize=1487040 CPUtime=5.75
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 30969 0 1 0 561 14 0 0 25 0 13 0 159708368 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4109520383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1487040 CPUtime=0.01
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 632 0 0 0 1 0 0 0 16 0 13 0 159708369 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1487040 CPUtime=0
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 499 0 0 0 0 0 0 0 16 0 13 0 159708369 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1487040 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159708371 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1487040 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159708371 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1487040 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159708371 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1487040 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159708375 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1487040 CPUtime=0.74
/proc/14761/task/14770/stat : 14770 (java) S 14759 14761 14448 0 -1 64 2865 0 0 0 73 1 0 0 16 0 13 0 159708375 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1487040 CPUtime=1.08
/proc/14761/task/14771/stat : 14771 (java) S 14759 14761 14448 0 -1 64 5296 0 0 0 106 2 0 0 17 0 13 0 159708375 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1487040 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159708375 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1487040 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159708376 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1487040 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159708397 1522728960 36259 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 1487040

[startup+12.7022 s]
/proc/loadavg: 0.95 1.01 0.99 2/77 14774
/proc/meminfo: memFree=1192848/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1486528 CPUtime=14.12
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 45138 0 1 0 1390 22 0 0 18 0 13 0 159708366 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 371632 40180 1432 9 0 368975 0
[pid=14761/tid=14763] ppid=14759 vsize=1486528 CPUtime=12.07
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 30971 0 1 0 1193 14 0 0 25 0 13 0 159708368 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4109472200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1486528 CPUtime=0.05
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 2761 0 0 0 4 1 0 0 16 0 13 0 159708369 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1486528 CPUtime=0.05
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 2482 0 0 0 4 1 0 0 16 0 13 0 159708369 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1486528 CPUtime=0.81
/proc/14761/task/14770/stat : 14770 (java) S 14759 14761 14448 0 -1 64 2868 0 0 0 80 1 0 0 16 0 13 0 159708375 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1486528 CPUtime=1.08
/proc/14761/task/14771/stat : 14771 (java) S 14759 14761 14448 0 -1 64 5296 0 0 0 106 2 0 0 16 0 13 0 159708375 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159708376 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159708397 1522204672 40180 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.12
Current children cumulated vsize (KiB) 1486528

[startup+25.5029 s]
/proc/loadavg: 0.96 1.01 0.99 2/77 14774
/proc/meminfo: memFree=1179088/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1486528 CPUtime=26.99
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 48630 0 1 0 2675 24 0 0 18 0 13 0 159708366 1522204672 43627 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 371632 43627 1432 9 0 368975 0
[pid=14761/tid=14763] ppid=14759 vsize=1486528 CPUtime=24.79
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 30973 0 1 0 2465 14 0 0 25 0 13 0 159708368 1522204672 43627 1992294400 134512640 134550932 4294956016 18446744073709551615 4109520383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1486528 CPUtime=0.12
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 4601 0 0 0 11 1 0 0 16 0 13 0 159708369 1522204672 43627 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1486528 CPUtime=0.13
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 4126 0 0 0 11 2 0 0 17 0 13 0 159708369 1522204672 43627 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1486528 CPUtime=0

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

[pid=14761/tid=14766] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1486528 CPUtime=0.82
/proc/14761/task/14770/stat : 14770 (java) S 14759 14761 14448 0 -1 64 2869 0 0 0 81 1 0 0 17 0 13 0 159708375 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1486528 CPUtime=1.08
/proc/14761/task/14771/stat : 14771 (java) S 14759 14761 14448 0 -1 64 5296 0 0 0 106 2 0 0 16 0 13 0 159708375 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159708376 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159708397 1522204672 91781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.9
Current children cumulated vsize (KiB) 1486528

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 14776
/proc/meminfo: memFree=981392/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1486528 CPUtime=1724.95
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 100618 0 1 0 172444 51 0 0 18 0 13 0 159708366 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 371632 92830 1432 9 0 368975 0
[pid=14761/tid=14763] ppid=14759 vsize=1486528 CPUtime=1718.8
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 31024 0 1 0 171864 16 0 0 25 0 13 0 159708368 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4109520383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1486528 CPUtime=2.12
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 32153 0 0 0 198 14 0 0 17 0 13 0 159708369 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1486528 CPUtime=2.06
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 28510 0 0 0 191 15 0 0 16 0 13 0 159708369 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1486528 CPUtime=0.82
/proc/14761/task/14770/stat : 14770 (java) S 14759 14761 14448 0 -1 64 2869 0 0 0 81 1 0 0 17 0 13 0 159708375 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1486528 CPUtime=1.08
/proc/14761/task/14771/stat : 14771 (java) S 14759 14761 14448 0 -1 64 5296 0 0 0 106 2 0 0 16 0 13 0 159708375 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159708376 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159708397 1522204672 92830 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.95
Current children cumulated vsize (KiB) 1486528

[startup+1782.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 14776
/proc/meminfo: memFree=972368/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1486528 CPUtime=1785
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 102863 0 1 0 178448 52 0 0 18 0 13 0 159708366 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 371632 95066 1432 9 0 368975 0
[pid=14761/tid=14763] ppid=14759 vsize=1486528 CPUtime=1778.7
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 31025 0 1 0 177854 16 0 0 25 0 13 0 159708368 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4109472256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1486528 CPUtime=2.19
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 32660 0 0 0 205 14 0 0 16 0 13 0 159708369 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1486528 CPUtime=2.14
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 30247 0 0 0 198 16 0 0 16 0 13 0 159708369 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1486528 CPUtime=0.82
/proc/14761/task/14770/stat : 14770 (java) S 14759 14761 14448 0 -1 64 2869 0 0 0 81 1 0 0 17 0 13 0 159708375 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1486528 CPUtime=1.08
/proc/14761/task/14771/stat : 14771 (java) S 14759 14761 14448 0 -1 64 5296 0 0 0 106 2 0 0 16 0 13 0 159708375 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159708376 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159708397 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785
Current children cumulated vsize (KiB) 1486528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 14776
/proc/meminfo: memFree=972368/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1486528 CPUtime=1800
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 102863 0 1 0 179948 52 0 0 18 0 13 0 159708366 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 371632 95066 1432 9 0 368975 0
[pid=14761/tid=14763] ppid=14759 vsize=1486528 CPUtime=1793.7
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 31025 0 1 0 179354 16 0 0 25 0 13 0 159708368 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4109471875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1486528 CPUtime=2.19
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 32660 0 0 0 205 14 0 0 16 0 13 0 159708369 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1486528 CPUtime=2.14
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 30247 0 0 0 198 16 0 0 16 0 13 0 159708369 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159708371 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1486528 CPUtime=0.82
/proc/14761/task/14770/stat : 14770 (java) S 14759 14761 14448 0 -1 64 2869 0 0 0 81 1 0 0 17 0 13 0 159708375 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1486528 CPUtime=1.08
/proc/14761/task/14771/stat : 14771 (java) S 14759 14761 14448 0 -1 64 5296 0 0 0 106 2 0 0 16 0 13 0 159708375 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159708375 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159708376 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1486528 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159708397 1522204672 95066 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1486528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1797.42 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 14776
/proc/meminfo: memFree=972368/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=1487176 CPUtime=1800.21
/proc/14761/stat : 14761 (java) S 14759 14761 14448 0 -1 0 102889 0 1 0 179969 52 0 0 16 0 15 0 159708366 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 371794 95092 1434 9 0 369137 0
[pid=14761/tid=14763] ppid=14759 vsize=1487176 CPUtime=1793.81
/proc/14761/task/14763/stat : 14763 (java) R 14759 14761 14448 0 -1 64 31025 0 1 0 179365 16 0 0 25 0 15 0 159708368 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4109471645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14764] ppid=14759 vsize=1487176 CPUtime=2.19
/proc/14761/task/14764/stat : 14764 (java) S 14759 14761 14448 0 -1 64 32660 0 0 0 205 14 0 0 16 0 15 0 159708369 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14765] ppid=14759 vsize=1487176 CPUtime=2.14
/proc/14761/task/14765/stat : 14765 (java) S 14759 14761 14448 0 -1 64 30247 0 0 0 198 16 0 0 16 0 15 0 159708369 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14766] ppid=14759 vsize=1487176 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14759 14761 14448 0 -1 64 21 0 0 0 0 0 0 0 16 0 15 0 159708371 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14767] ppid=14759 vsize=1487176 CPUtime=0
/proc/14761/task/14767/stat : 14767 (java) S 14759 14761 14448 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 159708371 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14768] ppid=14759 vsize=1487176 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14759 14761 14448 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 159708371 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14769] ppid=14759 vsize=1487176 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14759 14761 14448 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 159708375 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14770] ppid=14759 vsize=1487176 CPUtime=0.86
/proc/14761/task/14770/stat : 14770 (java) S 14759 14761 14448 0 -1 64 2876 0 0 0 85 1 0 0 17 0 15 0 159708375 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14771] ppid=14759 vsize=1487176 CPUtime=1.08
/proc/14761/task/14771/stat : 14771 (java) S 14759 14761 14448 0 -1 64 5296 0 0 0 106 2 0 0 16 0 15 0 159708375 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14772] ppid=14759 vsize=1487176 CPUtime=0
/proc/14761/task/14772/stat : 14772 (java) S 14759 14761 14448 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 159708375 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14761/tid=14773] ppid=14759 vsize=1487176 CPUtime=0
/proc/14761/task/14773/stat : 14773 (java) S 14759 14761 14448 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 159708376 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14774] ppid=14759 vsize=1487176 CPUtime=0
/proc/14761/task/14774/stat : 14774 (java) S 14759 14761 14448 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 159708397 1522868224 95092 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1487176

[startup+1797.5 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 14776
/proc/meminfo: memFree=972368/2055920 swapFree=4192956/4192956
[pid=14761] ppid=14759 vsize=0 CPUtime=1800.34
/proc/14761/stat : 14761 (java) Z 14759 14761 14448 0 -1 1036 102892 0 1 0 179979 55 0 0 15 0 2 0 159708366 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14761/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.53
CPU time (s): 1800.38
CPU user time (s): 1799.79
CPU system time (s): 0.584911
CPU usage (%): 100.158
Max. virtual memory (cumulated for all children) (KiB): 1490836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102892
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= 37583
involuntary context switches= 38881

runsolver used 2.26565 second user time and 4.31034 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-13 21:24:38
IDJOB=1856693
IDBENCH=2908
IDSOLVER=682
FILE ID=node13/1856693-1244921078
PBS_JOBID= 9354612
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856693-1244921078/watcher-1856693-1244921078 -o /tmp/evaluation-result-1856693-1244921078/solver-1856693-1244921078 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856693-1244921078.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b690996610ff381ef60353517fe5a0e9
RANDOM SEED=401416919

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1349456 kB
Buffers:         78752 kB
Cached:         543040 kB
SwapCached:          0 kB
Active:          57960 kB
Inactive:       577780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             284 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            56696 kB
Committed_AS:   139176 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node13 at 2009-06-13 21:54:38