Trace number 1856731

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)2 1800.42 1797.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark26.176
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
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.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.16	c See www.sat4j.org for details.
0.07/0.17	c version 2.1.1.v20090612
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0_12
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1342000320
0.07/0.17	c Max memory 1344274432
0.07/0.17	c Total memory 1344274432
0.07/0.17	c Number of processors 2
0.19/0.23	c Pseudo Boolean Optimization
0.19/0.23	c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-1856731-1244923244.opb
0.19/0.23	c reading problem ... 
0.19/0.28	c ... done. Wall clock time 0.046s.
0.19/0.28	c #vars     94
0.19/0.28	c #constraints  8
0.19/0.28	c constraints type 
0.19/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.49/0.49	c SATISFIABLE
0.49/0.49	c OPTIMIZING...
0.49/0.49	c Got one! Elapsed wall clock time (in seconds):0.255
0.49/0.49	o 1889
0.67/0.57	c Got one! Elapsed wall clock time (in seconds):0.332
0.67/0.57	o 1887
0.87/0.60	c Got one! Elapsed wall clock time (in seconds):0.364
0.87/0.60	o 1873
0.87/0.62	c Got one! Elapsed wall clock time (in seconds):0.387
0.87/0.62	o 1821
0.87/0.65	c Got one! Elapsed wall clock time (in seconds):0.416
0.87/0.65	o 1774
0.87/0.67	c Got one! Elapsed wall clock time (in seconds):0.436
0.87/0.67	o 1772
0.87/0.69	c Got one! Elapsed wall clock time (in seconds):0.456
0.87/0.69	o 1720
0.99/0.71	c Got one! Elapsed wall clock time (in seconds):0.475
0.99/0.71	o 1715
0.99/0.73	c Got one! Elapsed wall clock time (in seconds):0.498
0.99/0.73	o 1704
0.99/0.75	c Got one! Elapsed wall clock time (in seconds):0.518
0.99/0.75	o 1289
0.99/0.77	c Got one! Elapsed wall clock time (in seconds):0.539
0.99/0.77	o 915
1.16/0.80	c Got one! Elapsed wall clock time (in seconds):0.569
1.16/0.80	o 913
1.16/0.82	c Got one! Elapsed wall clock time (in seconds):0.588
1.16/0.82	o 909
1.16/0.85	c Got one! Elapsed wall clock time (in seconds):0.616
1.16/0.85	o 837
1.16/0.87	c Got one! Elapsed wall clock time (in seconds):0.639
1.16/0.87	o 833
1.28/0.90	c Got one! Elapsed wall clock time (in seconds):0.665
1.28/0.90	o 831
1.28/0.92	c Got one! Elapsed wall clock time (in seconds):0.682
1.28/0.92	o 829
1.28/0.94	c Got one! Elapsed wall clock time (in seconds):0.704
1.28/0.94	o 828
1.28/0.97	c Got one! Elapsed wall clock time (in seconds):0.736
1.28/0.97	o 411
1.28/1.00	c Got one! Elapsed wall clock time (in seconds):0.76
1.28/1.00	o 410
1.39/1.02	c Got one! Elapsed wall clock time (in seconds):0.79
1.39/1.02	o 409
1.39/1.05	c Got one! Elapsed wall clock time (in seconds):0.814
1.39/1.05	o 408
1.39/1.08	c Got one! Elapsed wall clock time (in seconds):0.848
1.39/1.08	o 407
1.53/1.13	c Got one! Elapsed wall clock time (in seconds):0.899
1.53/1.13	o 406
1.53/1.16	c Got one! Elapsed wall clock time (in seconds):0.923
1.53/1.16	o 388
1.53/1.18	c Got one! Elapsed wall clock time (in seconds):0.945
1.53/1.18	o 387
1.66/1.20	c Got one! Elapsed wall clock time (in seconds):0.965
1.66/1.20	o 364
1.66/1.22	c Got one! Elapsed wall clock time (in seconds):0.988
1.66/1.22	o 363
1.66/1.24	c Got one! Elapsed wall clock time (in seconds):1.01
1.66/1.24	o 361
1.66/1.26	c Got one! Elapsed wall clock time (in seconds):1.029
1.66/1.26	o 359
1.66/1.28	c Got one! Elapsed wall clock time (in seconds):1.05
1.66/1.28	o 358
1.81/1.32	c Got one! Elapsed wall clock time (in seconds):1.082
1.81/1.32	o 356
1.81/1.35	c Got one! Elapsed wall clock time (in seconds):1.114
1.81/1.35	o 354
1.81/1.37	c Got one! Elapsed wall clock time (in seconds):1.136
1.81/1.37	o 353
1.81/1.40	c Got one! Elapsed wall clock time (in seconds):1.161
1.81/1.40	o 313
1.93/1.42	c Got one! Elapsed wall clock time (in seconds):1.19
1.93/1.42	o 312
1.93/1.46	c Got one! Elapsed wall clock time (in seconds):1.226
1.93/1.46	o 311
1.93/1.48	c Got one! Elapsed wall clock time (in seconds):1.249
1.93/1.48	o 310
2.24/1.64	c Got one! Elapsed wall clock time (in seconds):1.406
2.24/1.64	o 308
2.24/1.69	c Got one! Elapsed wall clock time (in seconds):1.458
2.24/1.69	o 301
2.44/1.71	c Got one! Elapsed wall clock time (in seconds):1.48
2.44/1.71	o 299
2.44/1.74	c Got one! Elapsed wall clock time (in seconds):1.504
2.44/1.74	o 298
2.44/1.76	c Got one! Elapsed wall clock time (in seconds):1.528
2.44/1.76	o 297
2.65/1.82	c Got one! Elapsed wall clock time (in seconds):1.588
2.65/1.82	o 296
2.65/1.85	c Got one! Elapsed wall clock time (in seconds):1.613
2.65/1.85	o 295
2.65/1.88	c Got one! Elapsed wall clock time (in seconds):1.642
2.65/1.88	o 293
2.84/1.93	c Got one! Elapsed wall clock time (in seconds):1.69
2.84/1.93	o 291
2.84/1.97	c Got one! Elapsed wall clock time (in seconds):1.734
2.84/1.97	o 290
3.04/2.04	c Got one! Elapsed wall clock time (in seconds):1.8
3.04/2.04	o 289
3.04/2.06	c Got one! Elapsed wall clock time (in seconds):1.828
3.04/2.06	o 286
3.04/2.09	c Got one! Elapsed wall clock time (in seconds):1.854
3.04/2.09	o 285
3.24/2.11	c Got one! Elapsed wall clock time (in seconds):1.875
3.24/2.11	o 283
3.24/2.14	c Got one! Elapsed wall clock time (in seconds):1.91
3.24/2.15	o 273
3.24/2.18	c Got one! Elapsed wall clock time (in seconds):1.942
3.24/2.18	o 271
3.35/2.21	c Got one! Elapsed wall clock time (in seconds):1.974
3.35/2.21	o 269
3.35/2.25	c Got one! Elapsed wall clock time (in seconds):2.012
3.35/2.25	o 267
3.35/2.28	c Got one! Elapsed wall clock time (in seconds):2.046
3.35/2.28	o 265
3.45/2.35	c Got one! Elapsed wall clock time (in seconds):2.113
3.45/2.35	o 264
3.59/2.43	c Got one! Elapsed wall clock time (in seconds):2.191
3.59/2.43	o 263
3.59/2.46	c Got one! Elapsed wall clock time (in seconds):2.222
3.59/2.46	o 261
3.59/2.49	c Got one! Elapsed wall clock time (in seconds):2.256
3.59/2.49	o 259
3.71/2.53	c Got one! Elapsed wall clock time (in seconds):2.293
3.71/2.53	o 256
3.71/2.56	c Got one! Elapsed wall clock time (in seconds):2.328
3.71/2.56	o 254
3.71/2.59	c Got one! Elapsed wall clock time (in seconds):2.353
3.71/2.59	o 250
3.83/2.62	c Got one! Elapsed wall clock time (in seconds):2.382
3.83/2.62	o 249
3.83/2.65	c Got one! Elapsed wall clock time (in seconds):2.416
3.83/2.65	o 247
3.93/2.70	c Got one! Elapsed wall clock time (in seconds):2.464
3.93/2.70	o 245
3.93/2.72	c Got one! Elapsed wall clock time (in seconds):2.488
3.93/2.72	o 243
3.93/2.75	c Got one! Elapsed wall clock time (in seconds):2.517
3.93/2.75	o 241
3.93/2.78	c Got one! Elapsed wall clock time (in seconds):2.546
3.93/2.78	o 240
4.02/2.81	c Got one! Elapsed wall clock time (in seconds):2.578
4.02/2.81	o 238
4.02/2.85	c Got one! Elapsed wall clock time (in seconds):2.61
4.02/2.85	o 236
4.02/2.88	c Got one! Elapsed wall clock time (in seconds):2.641
4.02/2.88	o 231
4.12/2.91	c Got one! Elapsed wall clock time (in seconds):2.674
4.12/2.91	o 227
4.12/2.94	c Got one! Elapsed wall clock time (in seconds):2.708
4.12/2.95	o 225
4.26/3.01	c Got one! Elapsed wall clock time (in seconds):2.775
4.26/3.01	o 222
4.26/3.06	c Got one! Elapsed wall clock time (in seconds):2.824
4.26/3.06	o 221
4.40/3.12	c Got one! Elapsed wall clock time (in seconds):2.889
4.40/3.12	o 220
4.40/3.16	c Got one! Elapsed wall clock time (in seconds):2.927
4.40/3.16	o 219
4.54/3.22	c Got one! Elapsed wall clock time (in seconds):2.982
4.54/3.22	o 218
4.54/3.25	c Got one! Elapsed wall clock time (in seconds):3.016
4.54/3.25	o 217
4.65/3.32	c Got one! Elapsed wall clock time (in seconds):3.088
4.65/3.32	o 215
4.65/3.36	c Got one! Elapsed wall clock time (in seconds):3.125
4.65/3.36	o 213
4.65/3.40	c Got one! Elapsed wall clock time (in seconds):3.161
4.65/3.40	o 211
4.74/3.43	c Got one! Elapsed wall clock time (in seconds):3.197
4.74/3.43	o 210
4.74/3.47	c Got one! Elapsed wall clock time (in seconds):3.233
4.74/3.47	o 209
4.84/3.50	c Got one! Elapsed wall clock time (in seconds):3.268
4.84/3.50	o 208
4.84/3.57	c Got one! Elapsed wall clock time (in seconds):3.339
4.84/3.57	o 207
4.94/3.61	c Got one! Elapsed wall clock time (in seconds):3.375
4.94/3.61	o 205
4.94/3.67	c Got one! Elapsed wall clock time (in seconds):3.44
4.94/3.67	o 204
5.04/3.75	c Got one! Elapsed wall clock time (in seconds):3.51
5.04/3.75	o 200
5.04/3.78	c Got one! Elapsed wall clock time (in seconds):3.548
5.04/3.78	o 198
5.14/3.84	c Got one! Elapsed wall clock time (in seconds):3.603
5.14/3.84	o 196
5.14/3.88	c Got one! Elapsed wall clock time (in seconds):3.645
5.14/3.88	o 195
5.24/3.93	c Got one! Elapsed wall clock time (in seconds):3.697
5.24/3.93	o 194
5.33/4.02	c Got one! Elapsed wall clock time (in seconds):3.782
5.33/4.02	o 192
5.33/4.06	c Got one! Elapsed wall clock time (in seconds):3.82
5.33/4.06	o 191
5.44/4.11	c Got one! Elapsed wall clock time (in seconds):3.873
5.44/4.11	o 185
5.44/4.17	c Got one! Elapsed wall clock time (in seconds):3.933
5.44/4.17	o 184
5.54/4.25	c Got one! Elapsed wall clock time (in seconds):4.014
5.54/4.25	o 183
5.64/4.30	c Got one! Elapsed wall clock time (in seconds):4.069
5.64/4.30	o 181
5.64/4.38	c Got one! Elapsed wall clock time (in seconds):4.145
5.64/4.38	o 179
5.74/4.45	c Got one! Elapsed wall clock time (in seconds):4.215
5.74/4.45	o 177
5.74/4.49	c Got one! Elapsed wall clock time (in seconds):4.257
5.74/4.49	o 171
5.84/4.58	c Got one! Elapsed wall clock time (in seconds):4.349
5.84/4.58	o 140
5.94/4.63	c Got one! Elapsed wall clock time (in seconds):4.391
5.94/4.63	o 136
6.06/4.73	c Got one! Elapsed wall clock time (in seconds):4.498
6.06/4.73	o 134
6.06/4.78	c Got one! Elapsed wall clock time (in seconds):4.549
6.06/4.78	o 132
6.17/4.84	c Got one! Elapsed wall clock time (in seconds):4.603
6.17/4.84	o 130
6.26/4.90	c Got one! Elapsed wall clock time (in seconds):4.669
6.26/4.90	o 116
6.26/4.99	c Got one! Elapsed wall clock time (in seconds):4.752
6.26/4.99	o 115
6.37/5.04	c Got one! Elapsed wall clock time (in seconds):4.807
6.37/5.04	o 113
6.48/5.12	c Got one! Elapsed wall clock time (in seconds):4.881
6.48/5.12	o 111
6.48/5.17	c Got one! Elapsed wall clock time (in seconds):4.939
6.48/5.17	o 109
6.58/5.21	c Got one! Elapsed wall clock time (in seconds):4.975
6.58/5.21	o 108
6.58/5.25	c Got one! Elapsed wall clock time (in seconds):5.016
6.58/5.25	o 107
6.58/5.29	c Got one! Elapsed wall clock time (in seconds):5.057
6.58/5.29	o 105
6.68/5.34	c Got one! Elapsed wall clock time (in seconds):5.1
6.68/5.34	o 104
6.68/5.39	c Got one! Elapsed wall clock time (in seconds):5.158
6.68/5.39	o 103
6.78/5.43	c Got one! Elapsed wall clock time (in seconds):5.194
6.78/5.43	o 101
6.78/5.47	c Got one! Elapsed wall clock time (in seconds):5.238
6.78/5.47	o 99
6.88/5.51	c Got one! Elapsed wall clock time (in seconds):5.275
6.88/5.51	o 98
6.88/5.56	c Got one! Elapsed wall clock time (in seconds):5.323
6.88/5.56	o 95
6.98/5.62	c Got one! Elapsed wall clock time (in seconds):5.38
6.98/5.62	o 91
6.98/5.65	c Got one! Elapsed wall clock time (in seconds):5.412
6.98/5.65	o 90
7.08/5.70	c Got one! Elapsed wall clock time (in seconds):5.467
7.08/5.70	o 89
7.08/5.74	c Got one! Elapsed wall clock time (in seconds):5.502
7.08/5.74	o 87
7.08/5.78	c Got one! Elapsed wall clock time (in seconds):5.541
7.08/5.78	o 86
7.18/5.82	c Got one! Elapsed wall clock time (in seconds):5.584
7.18/5.82	o 85
7.18/5.87	c Got one! Elapsed wall clock time (in seconds):5.636
7.18/5.87	o 81
7.28/5.95	c Got one! Elapsed wall clock time (in seconds):5.717
7.28/5.95	o 80
7.38/6.02	c Got one! Elapsed wall clock time (in seconds):5.781
7.38/6.02	o 79
7.48/6.10	c Got one! Elapsed wall clock time (in seconds):5.868
7.48/6.10	o 77
7.48/6.14	c Got one! Elapsed wall clock time (in seconds):5.904
7.48/6.14	o 76
7.57/6.26	c Got one! Elapsed wall clock time (in seconds):6.023
7.57/6.26	o 75
7.67/6.32	c Got one! Elapsed wall clock time (in seconds):6.08
7.67/6.32	o 74
7.67/6.37	c Got one! Elapsed wall clock time (in seconds):6.135
7.67/6.37	o 73
7.78/6.41	c Got one! Elapsed wall clock time (in seconds):6.178
7.78/6.41	o 72
7.78/6.47	c Got one! Elapsed wall clock time (in seconds):6.23
7.78/6.47	o 71
7.88/6.51	c Got one! Elapsed wall clock time (in seconds):6.278
7.88/6.51	o 70
7.88/6.56	c Got one! Elapsed wall clock time (in seconds):6.328
7.88/6.56	o 69
7.98/6.61	c Got one! Elapsed wall clock time (in seconds):6.375
7.98/6.61	o 68
7.98/6.65	c Got one! Elapsed wall clock time (in seconds):6.413
7.98/6.65	o 67
7.98/6.69	c Got one! Elapsed wall clock time (in seconds):6.456
7.98/6.69	o 66
8.07/6.74	c Got one! Elapsed wall clock time (in seconds):6.502
8.07/6.74	o 65
8.17/6.81	c Got one! Elapsed wall clock time (in seconds):6.574
8.17/6.81	o 63
8.17/6.85	c Got one! Elapsed wall clock time (in seconds):6.612
8.17/6.85	o 55
8.27/6.93	c Got one! Elapsed wall clock time (in seconds):6.694
8.27/6.93	o 54
8.27/6.99	c Got one! Elapsed wall clock time (in seconds):6.754
8.27/6.99	o 52
8.37/7.05	c Got one! Elapsed wall clock time (in seconds):6.812
8.37/7.05	o 47
8.60/7.21	c Got one! Elapsed wall clock time (in seconds):6.972
8.60/7.21	o 45
8.70/7.32	c Got one! Elapsed wall clock time (in seconds):7.081
8.70/7.32	o 44
8.70/7.36	c Got one! Elapsed wall clock time (in seconds):7.127
8.70/7.36	o 43
8.91/7.56	c Got one! Elapsed wall clock time (in seconds):7.33
8.91/7.56	o 41
9.01/7.67	c Got one! Elapsed wall clock time (in seconds):7.434
9.01/7.67	o 40
9.12/7.76	c Got one! Elapsed wall clock time (in seconds):7.529
9.12/7.76	o 39
9.21/7.84	c Got one! Elapsed wall clock time (in seconds):7.602
9.21/7.84	o 37
9.32/7.92	c Got one! Elapsed wall clock time (in seconds):7.684
9.32/7.92	o 35
9.42/8.09	c Got one! Elapsed wall clock time (in seconds):7.853
9.42/8.09	o 34
9.62/8.23	c Got one! Elapsed wall clock time (in seconds):7.991
9.62/8.23	o 32
9.62/8.27	c Got one! Elapsed wall clock time (in seconds):8.038
9.62/8.27	o 30
9.72/8.32	c Got one! Elapsed wall clock time (in seconds):8.089
9.72/8.32	o 28
9.82/8.41	c Got one! Elapsed wall clock time (in seconds):8.176
9.82/8.41	o 26
10.02/8.61	c Got one! Elapsed wall clock time (in seconds):8.373
10.02/8.61	o 25
10.02/8.66	c Got one! Elapsed wall clock time (in seconds):8.429
10.02/8.66	o 24
10.22/8.89	c Got one! Elapsed wall clock time (in seconds):8.655
10.22/8.89	o 22
10.42/9.02	c Got one! Elapsed wall clock time (in seconds):8.785
10.42/9.02	o 20
10.82/9.46	c Got one! Elapsed wall clock time (in seconds):9.227
10.82/9.46	o 19
11.32/9.92	c Got one! Elapsed wall clock time (in seconds):9.689
11.32/9.92	o 17
12.02/10.65	c Got one! Elapsed wall clock time (in seconds):10.411
12.02/10.65	o 15
12.22/10.89	c Got one! Elapsed wall clock time (in seconds):10.656
12.22/10.89	o 13
12.62/11.23	c Got one! Elapsed wall clock time (in seconds):10.997
12.62/11.23	o 12
13.32/11.96	c Got one! Elapsed wall clock time (in seconds):11.724
13.32/11.96	o 11
14.15/12.77	c Got one! Elapsed wall clock time (in seconds):12.533
14.15/12.77	o 9
19.05/17.69	c Got one! Elapsed wall clock time (in seconds):17.456
19.05/17.69	o 8
21.48/20.03	c Got one! Elapsed wall clock time (in seconds):19.792
21.48/20.03	o 7
23.28/21.88	c Got one! Elapsed wall clock time (in seconds):21.644
23.28/21.88	o 6
24.88/23.47	c Got one! Elapsed wall clock time (in seconds):23.236
24.88/23.47	o 4
40.42/38.92	c Got one! Elapsed wall clock time (in seconds):38.688
40.42/38.92	o 3
212.87/210.97	c Got one! Elapsed wall clock time (in seconds):210.74
212.87/210.97	o 2
1800.05/1797.71	c starts		: 508
1800.05/1797.71	c conflicts		: 849706
1800.05/1797.71	c decisions		: 875177
1800.05/1797.71	c propagations		: 6136678
1800.05/1797.71	c inspects		: 6470062255
1800.05/1797.71	c learnt literals	: 0
1800.05/1797.71	c learnt binary clauses	: 0
1800.05/1797.71	c learnt ternary clauses	: 7
1800.05/1797.71	c learnt clauses	: 849706
1800.05/1797.71	c ignored clauses	: 0
1800.05/1797.71	c root simplifications	: 0
1800.05/1797.71	c removed literals (reason simplification)	: 7319040
1800.05/1797.71	c reason swapping (by a shorter reason)	: 0
1800.05/1797.71	c Calls to reduceDB	: 0
1800.05/1797.71	c speed (assignments/second)	: 3867.4785204119894
1800.05/1797.71	c non guided choices	2287
1800.26/1797.83	c learnt constraints type 
1800.26/1797.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 849772
1800.26/1797.84	c constraints type 
1800.26/1797.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
1800.26/1797.84	s SATISFIABLE
1800.26/1797.84	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 
1800.26/1797.84	c objective function=2
1800.26/1797.84	c Total wall clock time (in seconds): 1797.602

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856731-1244923244/watcher-1856731-1244923244 -o /tmp/evaluation-result-1856731-1244923244/solver-1856731-1244923244 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856731-1244923244.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: 1.00 1.00 1.00 2/64 18828
/proc/meminfo: memFree=1310328/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=272 CPUtime=0
/proc/18828/stat : 18828 (java6) D 18826 18828 18655 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 45057386 278528 37 1992294400 134512640 134550932 4294956176 18446744073709551615 10945316 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18828/statm: 68 37 28 9 0 6 0

[startup+0.0691141 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18828
/proc/meminfo: memFree=1310328/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1470088 CPUtime=0.03
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 3174 0 1 0 2 1 0 0 18 0 7 0 45057386 1505370112 2920 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 367522 2920 995 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.101121 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18828
/proc/meminfo: memFree=1310328/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1470220 CPUtime=0.07
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 3445 0 1 0 5 2 0 0 18 0 7 0 45057386 1505505280 3190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 367555 3190 1039 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.301153 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18828
/proc/meminfo: memFree=1310328/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1475328 CPUtime=0.3
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 5000 0 1 0 27 3 0 0 18 0 13 0 45057386 1510735872 4738 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 368832 4738 1343 9 0 366175 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1475328

[startup+0.701233 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18828
/proc/meminfo: memFree=1310328/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1478708 CPUtime=0.99
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 7498 0 1 0 95 4 0 0 18 0 13 0 45057386 1514196992 6823 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 369677 6824 1411 9 0 367020 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1478708

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 18841
/proc/meminfo: memFree=1277264/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1478708 CPUtime=2.05
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 14147 0 1 0 197 8 0 0 18 0 13 0 45057386 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 369677 13471 1418 9 0 367020 0
[pid=18828/tid=18830] ppid=18826 vsize=1478708 CPUtime=1.24
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 11450 0 1 0 118 6 0 0 20 0 13 0 45057387 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 45057388 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 45057388 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 45057390 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 45057391 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 45057391 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 45057397 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1478708 CPUtime=0.4
/proc/18828/task/18837/stat : 18837 (java) R 18826 18828 18655 0 -1 64 703 0 0 0 40 0 0 0 16 0 13 0 45057397 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 106835661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1478708 CPUtime=0.38
/proc/18828/task/18838/stat : 18838 (java) R 18826 18828 18655 0 -1 64 1248 0 0 0 38 0 0 0 16 0 13 0 45057397 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 106819279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 45057397 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45057397 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1478708 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 45057415 1514196992 13471 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1478708

[startup+3.10272 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 18841
/proc/meminfo: memFree=1238992/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1487660 CPUtime=4.4
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 29061 0 1 0 425 15 0 0 18 0 13 0 45057386 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 371915 25241 1421 9 0 369258 0
[pid=18828/tid=18830] ppid=18826 vsize=1487660 CPUtime=2.59
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 20937 0 1 0 248 11 0 0 17 0 13 0 45057387 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4109516607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 45057388 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 45057388 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 45057390 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 45057391 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 45057391 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 45057397 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1487660 CPUtime=0.7
/proc/18828/task/18837/stat : 18837 (java) S 18826 18828 18655 0 -1 64 1879 0 0 0 70 0 0 0 17 0 13 0 45057397 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1487660 CPUtime=1.08
/proc/18828/task/18838/stat : 18838 (java) R 18826 18828 18655 0 -1 64 5499 0 0 0 106 2 0 0 16 0 13 0 45057397 1523363840 25241 1992294400 134512640 134550932 4294956016 18446744073709551615 105575901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 45057397 1523363840 25242 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45057397 1523363840 25242 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1487660 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 45057415 1523363840 25242 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1487660

[startup+6.30134 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 18841
/proc/meminfo: memFree=1168080/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1487336 CPUtime=7.67
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 40726 0 1 0 747 20 0 0 18 0 13 0 45057386 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 371834 36696 1430 9 0 369177 0
[pid=18828/tid=18830] ppid=18826 vsize=1487336 CPUtime=5.76
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 30964 0 1 0 560 16 0 0 25 0 13 0 45057387 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4109480513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1487336 CPUtime=0.01
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 695 0 0 0 1 0 0 0 16 0 13 0 45057388 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1487336 CPUtime=0.01
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 813 0 0 0 1 0 0 0 16 0 13 0 45057388 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 45057390 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 45057397 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1487336 CPUtime=0.7
/proc/18828/task/18837/stat : 18837 (java) S 18826 18828 18655 0 -1 64 1879 0 0 0 70 0 0 0 17 0 13 0 45057397 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1487336 CPUtime=1.15
/proc/18828/task/18838/stat : 18838 (java) S 18826 18828 18655 0 -1 64 5623 0 0 0 113 2 0 0 15 0 13 0 45057397 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 45057397 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45057397 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 45057415 1523032064 36696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 1487336

[startup+12.7026 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 18841
/proc/meminfo: memFree=1167952/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1487336 CPUtime=14.15
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 43368 0 1 0 1393 22 0 0 18 0 13 0 45057386 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 371834 39305 1430 9 0 369177 0
[pid=18828/tid=18830] ppid=18826 vsize=1487336 CPUtime=12.1
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 30966 0 1 0 1194 16 0 0 25 0 13 0 45057387 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4109516607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1487336 CPUtime=0.03
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 2009 0 0 0 3 0 0 0 17 0 13 0 45057388 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1487336 CPUtime=0.03
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 2133 0 0 0 3 0 0 0 16 0 13 0 45057388 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 45057390 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 45057397 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1487336 CPUtime=0.76
/proc/18828/task/18837/stat : 18837 (java) S 18826 18828 18655 0 -1 64 1881 0 0 0 76 0 0 0 16 0 13 0 45057397 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1487336 CPUtime=1.16
/proc/18828/task/18838/stat : 18838 (java) S 18826 18828 18655 0 -1 64 5623 0 0 0 114 2 0 0 16 0 13 0 45057397 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 45057397 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45057397 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 45057415 1523032064 39305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 1487336

[startup+25.5012 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 18847
/proc/meminfo: memFree=1149584/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1487336 CPUtime=26.98
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 45416 0 1 0 2675 23 0 0 18 0 13 0 45057386 1523032064 41317 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 371834 41317 1430 9 0 369177 0
[pid=18828/tid=18830] ppid=18826 vsize=1487336 CPUtime=24.85
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 30967 0 1 0 2469 16 0 0 25 0 13 0 45057387 1523032064 41317 1992294400 134512640 134550932 4294956016 18446744073709551615 4109466781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1487336 CPUtime=0.08
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 3084 0 0 0 7 1 0 0 16 0 13 0 45057388 1523032064 41317 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1487336 CPUtime=0.07
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 3101 0 0 0 6 1 0 0 17 0 13 0 45057388 1523032064 41317 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1487336 CPUtime=0

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

[pid=18828/tid=18833] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 45057390 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1487336 CPUtime=0.78
/proc/18828/task/18837/stat : 18837 (java) S 18826 18828 18655 0 -1 64 1882 0 0 0 78 0 0 0 17 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1487336 CPUtime=1.16
/proc/18828/task/18838/stat : 18838 (java) S 18826 18828 18655 0 -1 64 5623 0 0 0 114 2 0 0 16 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 45057415 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.65
Current children cumulated vsize (KiB) 1487336

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18847
/proc/meminfo: memFree=994640/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1487336 CPUtime=1724.63
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 85423 0 1 0 172411 52 0 0 18 0 13 0 45057386 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 371834 79872 1430 9 0 369177 0
[pid=18828/tid=18830] ppid=18826 vsize=1487336 CPUtime=1719.26
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 30997 0 1 0 171902 24 0 0 25 0 13 0 45057387 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4109467078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1487336 CPUtime=1.68
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 22201 0 0 0 158 10 0 0 16 0 13 0 45057388 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1487336 CPUtime=1.68
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 23954 0 0 0 156 12 0 0 17 0 13 0 45057388 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 45057390 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1487336 CPUtime=0.78
/proc/18828/task/18837/stat : 18837 (java) S 18826 18828 18655 0 -1 64 1882 0 0 0 78 0 0 0 17 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1487336 CPUtime=1.16
/proc/18828/task/18838/stat : 18838 (java) S 18826 18828 18655 0 -1 64 5623 0 0 0 114 2 0 0 16 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45057397 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 45057415 1523032064 79872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.63
Current children cumulated vsize (KiB) 1487336

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18847
/proc/meminfo: memFree=985360/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1487336 CPUtime=1784.66
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 87736 0 1 0 178413 53 0 0 18 0 13 0 45057386 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 371834 82165 1430 9 0 369177 0
[pid=18828/tid=18830] ppid=18826 vsize=1487336 CPUtime=1779.15
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 30998 0 1 0 177890 25 0 0 25 0 13 0 45057387 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4109556671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1487336 CPUtime=1.78
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 24049 0 0 0 167 11 0 0 16 0 13 0 45057388 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1487336 CPUtime=1.73
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 24418 0 0 0 161 12 0 0 16 0 13 0 45057388 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 45057390 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1487336 CPUtime=0.78
/proc/18828/task/18837/stat : 18837 (java) S 18826 18828 18655 0 -1 64 1882 0 0 0 78 0 0 0 17 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1487336 CPUtime=1.16
/proc/18828/task/18838/stat : 18838 (java) S 18826 18828 18655 0 -1 64 5623 0 0 0 114 2 0 0 16 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 45057415 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 1487336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18847
/proc/meminfo: memFree=985360/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1487336 CPUtime=1800.05
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 87736 0 1 0 179952 53 0 0 18 0 13 0 45057386 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18828/statm: 371834 82165 1430 9 0 369177 0
[pid=18828/tid=18830] ppid=18826 vsize=1487336 CPUtime=1794.55
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 30998 0 1 0 179430 25 0 0 25 0 13 0 45057387 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4109516607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1487336 CPUtime=1.78
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 24049 0 0 0 167 11 0 0 16 0 13 0 45057388 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1487336 CPUtime=1.73
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 24418 0 0 0 161 12 0 0 16 0 13 0 45057388 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 45057390 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 45057391 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1487336 CPUtime=0.78
/proc/18828/task/18837/stat : 18837 (java) S 18826 18828 18655 0 -1 64 1882 0 0 0 78 0 0 0 17 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1487336 CPUtime=1.16
/proc/18828/task/18838/stat : 18838 (java) S 18826 18828 18655 0 -1 64 5623 0 0 0 114 2 0 0 16 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 45057397 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1487336 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 45057415 1523032064 82165 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1487336

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

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

[startup+1797.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18847
/proc/meminfo: memFree=985360/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=1487984 CPUtime=1800.26
/proc/18828/stat : 18828 (java) S 18826 18828 18655 0 -1 0 87767 0 1 0 179973 53 0 0 16 0 15 0 45057386 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18828/statm: 371996 82196 1432 9 0 369339 0
[pid=18828/tid=18830] ppid=18826 vsize=1487984 CPUtime=1794.66
/proc/18828/task/18830/stat : 18830 (java) R 18826 18828 18655 0 -1 64 30998 0 1 0 179441 25 0 0 25 0 15 0 45057387 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4109473091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18831] ppid=18826 vsize=1487984 CPUtime=1.78
/proc/18828/task/18831/stat : 18831 (java) S 18826 18828 18655 0 -1 64 24049 0 0 0 167 11 0 0 16 0 15 0 45057388 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18832] ppid=18826 vsize=1487984 CPUtime=1.73
/proc/18828/task/18832/stat : 18832 (java) S 18826 18828 18655 0 -1 64 24418 0 0 0 161 12 0 0 16 0 15 0 45057388 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18833] ppid=18826 vsize=1487984 CPUtime=0
/proc/18828/task/18833/stat : 18833 (java) S 18826 18828 18655 0 -1 64 22 0 0 0 0 0 0 0 16 0 15 0 45057390 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18834] ppid=18826 vsize=1487984 CPUtime=0
/proc/18828/task/18834/stat : 18834 (java) S 18826 18828 18655 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 45057391 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18835] ppid=18826 vsize=1487984 CPUtime=0
/proc/18828/task/18835/stat : 18835 (java) S 18826 18828 18655 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 45057391 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18836] ppid=18826 vsize=1487984 CPUtime=0
/proc/18828/task/18836/stat : 18836 (java) S 18826 18828 18655 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 45057397 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18837] ppid=18826 vsize=1487984 CPUtime=0.81
/proc/18828/task/18837/stat : 18837 (java) S 18826 18828 18655 0 -1 64 1893 0 0 0 81 0 0 0 17 0 15 0 45057397 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18838] ppid=18826 vsize=1487984 CPUtime=1.16
/proc/18828/task/18838/stat : 18838 (java) S 18826 18828 18655 0 -1 64 5623 0 0 0 114 2 0 0 16 0 15 0 45057397 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18839] ppid=18826 vsize=1487984 CPUtime=0
/proc/18828/task/18839/stat : 18839 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 23 0 15 0 45057397 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18828/tid=18840] ppid=18826 vsize=1487984 CPUtime=0
/proc/18828/task/18840/stat : 18840 (java) S 18826 18828 18655 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 45057397 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18828/tid=18841] ppid=18826 vsize=1487984 CPUtime=0
/proc/18828/task/18841/stat : 18841 (java) S 18826 18828 18655 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 45057415 1523695616 82196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1487984

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18847
/proc/meminfo: memFree=985360/2055920 swapFree=4192952/4192956
[pid=18828] ppid=18826 vsize=0 CPUtime=1800.38
/proc/18828/stat : 18828 (java) Z 18826 18828 18655 0 -1 1036 87770 0 1 0 179983 55 0 0 15 0 2 0 45057386 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18828/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.94
CPU time (s): 1800.42
CPU user time (s): 1799.83
CPU system time (s): 0.58891
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 1490436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87770
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= 37364
involuntary context switches= 39742

runsolver used 2.27865 second user time and 4.29935 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-13 22:00:44
IDJOB=1856731
IDBENCH=2927
IDSOLVER=682
FILE ID=node33/1856731-1244923244
PBS_JOBID= 9354634
Free space on /tmp= 66040 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_4_30_1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856731-1244923244/watcher-1856731-1244923244 -o /tmp/evaluation-result-1856731-1244923244/solver-1856731-1244923244 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856731-1244923244.opb

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

MD5SUM BENCH= fb11ff2665aef67f0842a460a5ea3114
RANDOM SEED=825277279

node33.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.261
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.261
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:       1310744 kB
Buffers:         61960 kB
Cached:         603620 kB
SwapCached:          4 kB
Active:          51164 kB
Inactive:       628360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1310744 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             296 kB
Writeback:           0 kB
Mapped:          23748 kB
Slab:            51672 kB
Committed_AS:    87880 kB
PageTables:       1392 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= 66040 MiB
End job on node33 at 2009-06-13 22:30:44