Trace number 1856723

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)5 1800.44 1797.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark695.946
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/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@64dc11
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-1856723-1244922705.opb
0.22/0.21	c reading problem ... 
0.22/0.28	c ... done. Wall clock time 0.063s.
0.22/0.28	c #vars     120
0.22/0.28	c #constraints  10
0.22/0.28	c constraints type 
0.22/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.54/0.50	c SATISFIABLE
0.54/0.50	c OPTIMIZING...
0.73/0.50	c Got one! Elapsed wall clock time (in seconds):0.282
0.73/0.50	o 1933
0.73/0.58	c Got one! Elapsed wall clock time (in seconds):0.364
0.73/0.58	o 1931
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.395
0.91/0.61	o 1930
0.91/0.64	c Got one! Elapsed wall clock time (in seconds):0.421
0.91/0.64	o 1928
0.91/0.67	c Got one! Elapsed wall clock time (in seconds):0.458
0.91/0.67	o 1908
0.91/0.69	c Got one! Elapsed wall clock time (in seconds):0.479
0.91/0.69	o 1907
1.04/0.72	c Got one! Elapsed wall clock time (in seconds):0.508
1.04/0.72	o 1905
1.04/0.74	c Got one! Elapsed wall clock time (in seconds):0.529
1.04/0.74	o 1880
1.04/0.77	c Got one! Elapsed wall clock time (in seconds):0.551
1.04/0.77	o 1876
1.04/0.79	c Got one! Elapsed wall clock time (in seconds):0.571
1.04/0.79	o 1847
1.18/0.81	c Got one! Elapsed wall clock time (in seconds):0.592
1.18/0.81	o 1818
1.18/0.83	c Got one! Elapsed wall clock time (in seconds):0.612
1.18/0.83	o 1793
1.18/0.85	c Got one! Elapsed wall clock time (in seconds):0.632
1.18/0.85	o 1616
1.18/0.87	c Got one! Elapsed wall clock time (in seconds):0.652
1.18/0.87	o 1590
1.18/0.89	c Got one! Elapsed wall clock time (in seconds):0.673
1.18/0.89	o 1573
1.31/0.91	c Got one! Elapsed wall clock time (in seconds):0.694
1.31/0.91	o 1567
1.31/0.93	c Got one! Elapsed wall clock time (in seconds):0.717
1.31/0.93	o 1542
1.31/0.95	c Got one! Elapsed wall clock time (in seconds):0.739
1.31/0.95	o 1534
1.31/0.97	c Got one! Elapsed wall clock time (in seconds):0.759
1.31/0.97	o 1524
1.31/1.00	c Got one! Elapsed wall clock time (in seconds):0.783
1.31/1.00	o 1479
1.44/1.03	c Got one! Elapsed wall clock time (in seconds):0.811
1.44/1.03	o 1478
1.44/1.05	c Got one! Elapsed wall clock time (in seconds):0.832
1.44/1.05	o 1454
1.44/1.07	c Got one! Elapsed wall clock time (in seconds):0.852
1.44/1.07	o 1453
1.44/1.09	c Got one! Elapsed wall clock time (in seconds):0.872
1.44/1.09	o 1448
1.57/1.11	c Got one! Elapsed wall clock time (in seconds):0.895
1.57/1.11	o 1296
1.57/1.15	c Got one! Elapsed wall clock time (in seconds):0.933
1.57/1.15	o 1199
1.57/1.18	c Got one! Elapsed wall clock time (in seconds):0.969
1.57/1.18	o 1190
1.74/1.20	c Got one! Elapsed wall clock time (in seconds):0.988
1.74/1.20	o 1188
1.74/1.24	c Got one! Elapsed wall clock time (in seconds):1.023
1.74/1.24	o 1186
1.74/1.27	c Got one! Elapsed wall clock time (in seconds):1.052
1.74/1.27	o 1185
1.74/1.29	c Got one! Elapsed wall clock time (in seconds):1.079
1.74/1.29	o 1180
2.11/1.46	c Got one! Elapsed wall clock time (in seconds):1.245
2.11/1.46	o 675
2.11/1.50	c Got one! Elapsed wall clock time (in seconds):1.283
2.11/1.50	o 649
2.31/1.52	c Got one! Elapsed wall clock time (in seconds):1.304
2.31/1.52	o 647
2.31/1.54	c Got one! Elapsed wall clock time (in seconds):1.324
2.31/1.54	o 645
2.31/1.57	c Got one! Elapsed wall clock time (in seconds):1.351
2.31/1.57	o 643
2.50/1.61	c Got one! Elapsed wall clock time (in seconds):1.392
2.50/1.61	o 527
2.50/1.68	c Got one! Elapsed wall clock time (in seconds):1.46
2.50/1.68	o 525
2.70/1.74	c Got one! Elapsed wall clock time (in seconds):1.52
2.70/1.74	o 524
2.91/1.80	c Got one! Elapsed wall clock time (in seconds):1.585
2.91/1.80	o 523
2.91/1.85	c Got one! Elapsed wall clock time (in seconds):1.631
2.91/1.85	o 369
3.09/1.96	c Got one! Elapsed wall clock time (in seconds):1.75
3.09/1.97	o 366
3.19/2.03	c Got one! Elapsed wall clock time (in seconds):1.81
3.19/2.03	o 364
3.19/2.06	c Got one! Elapsed wall clock time (in seconds):1.848
3.19/2.07	o 363
3.30/2.11	c Got one! Elapsed wall clock time (in seconds):1.893
3.30/2.11	o 329
3.30/2.15	c Got one! Elapsed wall clock time (in seconds):1.933
3.30/2.15	o 325
3.42/2.23	c Got one! Elapsed wall clock time (in seconds):2.017
3.42/2.23	o 320
3.51/2.31	c Got one! Elapsed wall clock time (in seconds):2.094
3.51/2.31	o 319
3.51/2.35	c Got one! Elapsed wall clock time (in seconds):2.137
3.51/2.35	o 318
3.51/2.39	c Got one! Elapsed wall clock time (in seconds):2.173
3.51/2.39	o 316
3.61/2.44	c Got one! Elapsed wall clock time (in seconds):2.223
3.61/2.44	o 314
3.61/2.47	c Got one! Elapsed wall clock time (in seconds):2.259
3.61/2.47	o 313
3.71/2.57	c Got one! Elapsed wall clock time (in seconds):2.354
3.71/2.57	o 311
3.85/2.66	c Got one! Elapsed wall clock time (in seconds):2.449
3.85/2.66	o 309
3.95/2.72	c Got one! Elapsed wall clock time (in seconds):2.504
3.95/2.72	o 307
3.95/2.78	c Got one! Elapsed wall clock time (in seconds):2.562
3.95/2.78	o 306
4.04/2.83	c Got one! Elapsed wall clock time (in seconds):2.617
4.04/2.83	o 305
4.04/2.88	c Got one! Elapsed wall clock time (in seconds):2.662
4.04/2.88	o 304
4.15/2.94	c Got one! Elapsed wall clock time (in seconds):2.727
4.15/2.94	o 303
4.25/3.00	c Got one! Elapsed wall clock time (in seconds):2.785
4.25/3.00	o 301
4.25/3.04	c Got one! Elapsed wall clock time (in seconds):2.821
4.25/3.04	o 300
4.25/3.09	c Got one! Elapsed wall clock time (in seconds):2.872
4.25/3.09	o 298
4.36/3.17	c Got one! Elapsed wall clock time (in seconds):2.955
4.36/3.17	o 296
4.52/3.24	c Got one! Elapsed wall clock time (in seconds):3.026
4.52/3.24	o 294
4.52/3.28	c Got one! Elapsed wall clock time (in seconds):3.063
4.52/3.28	o 293
4.63/3.32	c Got one! Elapsed wall clock time (in seconds):3.109
4.63/3.32	o 291
4.63/3.40	c Got one! Elapsed wall clock time (in seconds):3.182
4.63/3.40	o 286
4.72/3.45	c Got one! Elapsed wall clock time (in seconds):3.235
4.72/3.45	o 284
4.82/3.50	c Got one! Elapsed wall clock time (in seconds):3.288
4.82/3.50	o 283
4.82/3.57	c Got one! Elapsed wall clock time (in seconds):3.358
4.82/3.57	o 258
4.92/3.66	c Got one! Elapsed wall clock time (in seconds):3.441
4.92/3.66	o 257
5.02/3.74	c Got one! Elapsed wall clock time (in seconds):3.527
5.02/3.74	o 231
5.12/3.82	c Got one! Elapsed wall clock time (in seconds):3.609
5.12/3.82	o 229
5.22/3.91	c Got one! Elapsed wall clock time (in seconds):3.691
5.22/3.92	o 228
5.35/4.01	c Got one! Elapsed wall clock time (in seconds):3.792
5.35/4.01	o 226
5.46/4.12	c Got one! Elapsed wall clock time (in seconds):3.908
5.46/4.12	o 225
5.57/4.25	c Got one! Elapsed wall clock time (in seconds):4.03
5.57/4.25	o 224
5.67/4.33	c Got one! Elapsed wall clock time (in seconds):4.11
5.67/4.33	o 223
5.67/4.40	c Got one! Elapsed wall clock time (in seconds):4.184
5.67/4.40	o 222
5.77/4.46	c Got one! Elapsed wall clock time (in seconds):4.245
5.77/4.46	o 219
5.87/4.51	c Got one! Elapsed wall clock time (in seconds):4.298
5.87/4.51	o 217
5.97/4.61	c Got one! Elapsed wall clock time (in seconds):4.394
5.97/4.61	o 216
5.97/4.67	c Got one! Elapsed wall clock time (in seconds):4.45
5.97/4.67	o 215
6.08/4.75	c Got one! Elapsed wall clock time (in seconds):4.54
6.08/4.75	o 214
6.19/4.83	c Got one! Elapsed wall clock time (in seconds):4.611
6.19/4.83	o 212
6.19/4.89	c Got one! Elapsed wall clock time (in seconds):4.677
6.19/4.89	o 210
6.49/5.11	c Got one! Elapsed wall clock time (in seconds):4.897
6.49/5.11	o 208
6.49/5.16	c Got one! Elapsed wall clock time (in seconds):4.946
6.49/5.16	o 207
6.59/5.26	c Got one! Elapsed wall clock time (in seconds):5.046
6.59/5.26	o 205
6.69/5.34	c Got one! Elapsed wall clock time (in seconds):5.124
6.69/5.34	o 204
6.80/5.43	c Got one! Elapsed wall clock time (in seconds):5.21
6.80/5.43	o 203
7.09/5.78	c Got one! Elapsed wall clock time (in seconds):5.561
7.09/5.78	o 202
7.19/5.87	c Got one! Elapsed wall clock time (in seconds):5.654
7.19/5.87	o 200
7.29/5.95	c Got one! Elapsed wall clock time (in seconds):5.737
7.29/5.95	o 199
7.39/6.05	c Got one! Elapsed wall clock time (in seconds):5.839
7.39/6.05	o 197
7.49/6.18	c Got one! Elapsed wall clock time (in seconds):5.967
7.49/6.18	o 196
8.19/6.85	c Got one! Elapsed wall clock time (in seconds):6.632
8.19/6.85	o 195
8.69/7.32	c Got one! Elapsed wall clock time (in seconds):7.105
8.69/7.32	o 194
8.89/7.55	c Got one! Elapsed wall clock time (in seconds):7.337
8.89/7.55	o 192
9.09/7.74	c Got one! Elapsed wall clock time (in seconds):7.523
9.09/7.74	o 185
9.29/7.91	c Got one! Elapsed wall clock time (in seconds):7.691
9.29/7.91	o 183
9.39/8.01	c Got one! Elapsed wall clock time (in seconds):7.794
9.39/8.01	o 181
9.51/8.13	c Got one! Elapsed wall clock time (in seconds):7.914
9.51/8.13	o 180
9.61/8.27	c Got one! Elapsed wall clock time (in seconds):8.058
9.61/8.27	o 179
9.71/8.34	c Got one! Elapsed wall clock time (in seconds):8.123
9.71/8.34	o 177
9.81/8.43	c Got one! Elapsed wall clock time (in seconds):8.22
9.81/8.43	o 175
9.91/8.57	c Got one! Elapsed wall clock time (in seconds):8.355
9.91/8.57	o 174
10.01/8.68	c Got one! Elapsed wall clock time (in seconds):8.469
10.01/8.68	o 172
10.12/8.75	c Got one! Elapsed wall clock time (in seconds):8.534
10.12/8.75	o 171
11.61/10.20	c Got one! Elapsed wall clock time (in seconds):9.982
11.61/10.20	o 170
11.91/10.59	c Got one! Elapsed wall clock time (in seconds):10.372
11.91/10.59	o 168
12.12/10.74	c Got one! Elapsed wall clock time (in seconds):10.523
12.12/10.74	o 164
12.32/10.97	c Got one! Elapsed wall clock time (in seconds):10.758
12.32/10.97	o 163
12.92/11.53	c Got one! Elapsed wall clock time (in seconds):11.314
12.92/11.53	o 162
13.02/11.67	c Got one! Elapsed wall clock time (in seconds):11.459
13.02/11.67	o 160
13.52/12.18	c Got one! Elapsed wall clock time (in seconds):11.969
13.52/12.18	o 159
14.02/12.66	c Got one! Elapsed wall clock time (in seconds):12.442
14.02/12.66	o 157
14.22/12.80	c Got one! Elapsed wall clock time (in seconds):12.589
14.22/12.80	o 155
14.33/12.99	c Got one! Elapsed wall clock time (in seconds):12.773
14.33/12.99	o 154
15.46/14.05	c Got one! Elapsed wall clock time (in seconds):13.838
15.46/14.05	o 153
15.66/14.29	c Got one! Elapsed wall clock time (in seconds):14.076
15.66/14.29	o 144
16.46/15.09	c Got one! Elapsed wall clock time (in seconds):14.872
16.46/15.09	o 142
16.76/15.38	c Got one! Elapsed wall clock time (in seconds):15.169
16.76/15.38	o 141
17.16/15.70	c Got one! Elapsed wall clock time (in seconds):15.485
17.16/15.70	o 137
17.25/15.85	c Got one! Elapsed wall clock time (in seconds):15.638
17.25/15.85	o 133
17.46/16.07	c Got one! Elapsed wall clock time (in seconds):15.856
17.46/16.07	o 132
17.88/16.48	c Got one! Elapsed wall clock time (in seconds):16.261
17.88/16.48	o 131
21.80/20.32	c Got one! Elapsed wall clock time (in seconds):20.105
21.80/20.32	o 129
22.40/20.95	c Got one! Elapsed wall clock time (in seconds):20.738
22.40/20.95	o 128
22.60/21.13	c Got one! Elapsed wall clock time (in seconds):20.918
22.60/21.13	o 127
22.80/21.32	c Got one! Elapsed wall clock time (in seconds):21.103
22.80/21.32	o 125
23.00/21.54	c Got one! Elapsed wall clock time (in seconds):21.325
23.00/21.54	o 123
23.20/21.77	c Got one! Elapsed wall clock time (in seconds):21.553
23.20/21.77	o 121
23.60/22.19	c Got one! Elapsed wall clock time (in seconds):21.971
23.60/22.19	o 120
23.90/22.42	c Got one! Elapsed wall clock time (in seconds):22.204
23.90/22.42	o 118
24.00/22.56	c Got one! Elapsed wall clock time (in seconds):22.347
24.00/22.56	o 116
24.51/23.01	c Got one! Elapsed wall clock time (in seconds):22.794
24.51/23.01	o 114
24.70/23.24	c Got one! Elapsed wall clock time (in seconds):23.028
24.70/23.24	o 113
25.00/23.53	c Got one! Elapsed wall clock time (in seconds):23.318
25.00/23.53	o 110
25.40/23.97	c Got one! Elapsed wall clock time (in seconds):23.752
25.40/23.97	o 109
26.10/24.64	c Got one! Elapsed wall clock time (in seconds):24.426
26.10/24.64	o 107
26.90/25.50	c Got one! Elapsed wall clock time (in seconds):25.28
26.90/25.50	o 105
28.00/26.56	c Got one! Elapsed wall clock time (in seconds):26.342
28.00/26.56	o 104
28.20/26.71	c Got one! Elapsed wall clock time (in seconds):26.491
28.20/26.71	o 103
29.70/28.28	c Got one! Elapsed wall clock time (in seconds):28.068
29.70/28.28	o 102
29.90/28.42	c Got one! Elapsed wall clock time (in seconds):28.205
29.90/28.42	o 100
30.70/29.26	c Got one! Elapsed wall clock time (in seconds):29.042
30.70/29.26	o 99
31.05/29.59	c Got one! Elapsed wall clock time (in seconds):29.379
31.05/29.59	o 96
31.35/29.86	c Got one! Elapsed wall clock time (in seconds):29.642
31.35/29.86	o 95
31.55/30.09	c Got one! Elapsed wall clock time (in seconds):29.878
31.55/30.09	o 94
32.65/31.15	c Got one! Elapsed wall clock time (in seconds):30.934
32.65/31.15	o 92
32.85/31.36	c Got one! Elapsed wall clock time (in seconds):31.142
32.85/31.36	o 91
33.04/31.55	c Got one! Elapsed wall clock time (in seconds):31.339
33.04/31.55	o 90
33.35/31.80	c Got one! Elapsed wall clock time (in seconds):31.589
33.35/31.80	o 89
33.45/31.99	c Got one! Elapsed wall clock time (in seconds):31.778
33.45/31.99	o 88
33.84/32.36	c Got one! Elapsed wall clock time (in seconds):32.144
33.84/32.36	o 86
35.55/34.03	c Got one! Elapsed wall clock time (in seconds):33.815
35.55/34.03	o 85
35.65/34.19	c Got one! Elapsed wall clock time (in seconds):33.97
35.65/34.19	o 77
35.94/34.46	c Got one! Elapsed wall clock time (in seconds):34.242
35.94/34.46	o 76
36.04/34.59	c Got one! Elapsed wall clock time (in seconds):34.373
36.04/34.59	o 74
36.34/34.83	c Got one! Elapsed wall clock time (in seconds):34.616
36.34/34.83	o 73
36.55/35.04	c Got one! Elapsed wall clock time (in seconds):34.827
36.55/35.04	o 71
36.65/35.15	c Got one! Elapsed wall clock time (in seconds):34.937
36.65/35.15	o 69
37.04/35.50	c Got one! Elapsed wall clock time (in seconds):35.286
37.04/35.50	o 67
37.14/35.61	c Got one! Elapsed wall clock time (in seconds):35.396
37.14/35.61	o 64
37.24/35.75	c Got one! Elapsed wall clock time (in seconds):35.533
37.24/35.75	o 62
37.85/36.34	c Got one! Elapsed wall clock time (in seconds):36.122
37.85/36.34	o 60
38.14/36.65	c Got one! Elapsed wall clock time (in seconds):36.431
38.14/36.65	o 59
38.24/36.76	c Got one! Elapsed wall clock time (in seconds):36.546
38.24/36.76	o 58
38.44/36.90	c Got one! Elapsed wall clock time (in seconds):36.683
38.44/36.90	o 57
38.64/37.12	c Got one! Elapsed wall clock time (in seconds):36.906
38.64/37.12	o 56
40.24/38.77	c Got one! Elapsed wall clock time (in seconds):38.558
40.24/38.77	o 54
41.24/39.73	c Got one! Elapsed wall clock time (in seconds):39.513
41.24/39.73	o 53
41.54/40.08	c Got one! Elapsed wall clock time (in seconds):39.863
41.54/40.08	o 51
44.30/42.72	c Got one! Elapsed wall clock time (in seconds):42.502
44.30/42.72	o 49
52.60/51.01	c Got one! Elapsed wall clock time (in seconds):50.796
52.60/51.01	o 48
54.76/53.12	c Got one! Elapsed wall clock time (in seconds):52.906
54.76/53.12	o 47
56.26/54.64	c Got one! Elapsed wall clock time (in seconds):54.423
56.26/54.64	o 45
58.66/57.02	c Got one! Elapsed wall clock time (in seconds):56.805
58.66/57.02	o 43
64.55/62.91	c Got one! Elapsed wall clock time (in seconds):62.69
64.55/62.91	o 41
64.96/63.37	c Got one! Elapsed wall clock time (in seconds):63.157
64.96/63.37	o 40
67.72/66.05	c Got one! Elapsed wall clock time (in seconds):65.836
67.72/66.05	o 38
71.71/70.01	c Got one! Elapsed wall clock time (in seconds):69.798
71.71/70.01	o 37
75.42/73.71	c Got one! Elapsed wall clock time (in seconds):73.493
75.42/73.71	o 35
76.01/74.35	c Got one! Elapsed wall clock time (in seconds):74.138
76.01/74.35	o 33
77.52/75.81	c Got one! Elapsed wall clock time (in seconds):75.594
77.52/75.81	o 31
79.11/77.48	c Got one! Elapsed wall clock time (in seconds):77.263
79.11/77.48	o 30
82.76/81.03	c Got one! Elapsed wall clock time (in seconds):80.811
82.76/81.03	o 28
84.66/82.91	c Got one! Elapsed wall clock time (in seconds):82.696
84.66/82.91	o 26
84.86/83.16	c Got one! Elapsed wall clock time (in seconds):82.948
84.86/83.16	o 24
86.56/84.83	c Got one! Elapsed wall clock time (in seconds):84.617
86.56/84.83	o 23
87.16/85.44	c Got one! Elapsed wall clock time (in seconds):85.226
87.16/85.44	o 21
91.46/89.79	c Got one! Elapsed wall clock time (in seconds):89.568
91.46/89.79	o 19
94.16/92.45	c Got one! Elapsed wall clock time (in seconds):92.238
94.16/92.45	o 17
96.15/94.48	c Got one! Elapsed wall clock time (in seconds):94.267
96.15/94.48	o 15
96.86/95.19	c Got one! Elapsed wall clock time (in seconds):94.974
96.86/95.19	o 14
110.30/108.56	c Got one! Elapsed wall clock time (in seconds):108.343
110.30/108.56	o 13
114.50/112.75	c Got one! Elapsed wall clock time (in seconds):112.539
114.50/112.75	o 12
146.74/144.91	c Got one! Elapsed wall clock time (in seconds):144.693
146.74/144.91	o 10
167.96/166.10	c Got one! Elapsed wall clock time (in seconds):165.887
167.96/166.10	o 8
487.83/485.73	c Got one! Elapsed wall clock time (in seconds):485.511
487.83/485.73	o 7
728.30/726.15	c Got one! Elapsed wall clock time (in seconds):725.93
728.30/726.15	o 6
1172.51/1170.24	c Got one! Elapsed wall clock time (in seconds):1170.028
1172.51/1170.24	o 5
1800.08/1797.61	c starts		: 793
1800.08/1797.61	c conflicts		: 801278
1800.08/1797.61	c decisions		: 858159
1800.08/1797.61	c propagations		: 6884274
1800.08/1797.61	c inspects		: 5286741580
1800.08/1797.61	c learnt literals	: 0
1800.08/1797.61	c learnt binary clauses	: 0
1800.08/1797.61	c learnt ternary clauses	: 0
1800.08/1797.61	c learnt clauses	: 801278
1800.08/1797.61	c ignored clauses	: 0
1800.08/1797.61	c root simplifications	: 0
1800.08/1797.61	c removed literals (reason simplification)	: 7747658
1800.08/1797.61	c reason swapping (by a shorter reason)	: 0
1800.08/1797.61	c Calls to reduceDB	: 0
1800.08/1797.61	c speed (assignments/second)	: 10973.192938161092
1800.08/1797.61	c non guided choices	3650
1800.28/1797.75	c learnt constraints type 
1800.28/1797.75	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 801294
1800.28/1797.75	c constraints type 
1800.28/1797.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1800.28/1797.75	s SATISFIABLE
1800.28/1797.75	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 
1800.28/1797.75	c objective function=5
1800.28/1797.75	c Total wall clock time (in seconds): 1797.533

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856723-1244922705/watcher-1856723-1244922705 -o /tmp/evaluation-result-1856723-1244922705/solver-1856723-1244922705 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856723-1244922705.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.08 1.11 1.04 3/64 13074
/proc/meminfo: memFree=1565160/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=18576 CPUtime=0
/proc/13074/stat : 13074 (runsolver) R 13072 13074 13037 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 159866892 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13074/statm: 4644 284 249 26 0 2626 0

[startup+0.0198359 s]
/proc/loadavg: 1.08 1.11 1.04 3/64 13074
/proc/meminfo: memFree=1565160/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=13496 CPUtime=0.01
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 871 0 0 0 0 1 0 0 18 0 2 0 159866892 13819904 626 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13496

[startup+0.101743 s]
/proc/loadavg: 1.08 1.11 1.04 3/64 13074
/proc/meminfo: memFree=1565160/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1472584 CPUtime=0.08
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 3599 0 1 0 6 2 0 0 18 0 12 0 159866892 1507926016 3342 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301775 s]
/proc/loadavg: 1.08 1.11 1.04 3/64 13074
/proc/meminfo: memFree=1565160/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1475036 CPUtime=0.35
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 5053 0 1 0 31 4 0 0 18 0 13 0 159866892 1510436864 4791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 368759 4792 1352 9 0 366102 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475036

[startup+0.701844 s]
/proc/loadavg: 1.08 1.11 1.04 3/64 13074
/proc/meminfo: memFree=1565160/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1479404 CPUtime=1.04
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 7779 0 1 0 99 5 0 0 18 0 13 0 159866892 1514909696 7021 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 369851 7021 1413 9 0 367194 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1479404

[startup+1.50299 s]
/proc/loadavg: 1.08 1.11 1.04 2/77 13087
/proc/meminfo: memFree=1531776/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1486024 CPUtime=2.31
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 16405 0 1 0 221 10 0 0 18 0 13 0 159866892 1521688576 14337 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 371506 14337 1421 9 0 368849 0
[pid=13074/tid=13076] ppid=13072 vsize=1486024 CPUtime=1.12
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 10659 0 1 0 106 6 0 0 19 0 13 0 159866894 1521688576 14338 1992294400 134512640 134550932 4294956016 18446744073709551615 4109643929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 159866895 1521688576 14339 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 159866895 1521688576 14339 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 159866897 1521688576 14340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 159866897 1521688576 14340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159866898 1521688576 14341 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1521688576 14341 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1486024 CPUtime=0.7
/proc/13074/task/13083/stat : 13083 (java) R 13072 13074 13037 0 -1 64 3126 0 0 0 69 1 0 0 18 0 13 0 159866902 1521688576 14342 1992294400 134512640 134550932 4294956016 18446744073709551615 103143151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1486024 CPUtime=0.44
/proc/13074/task/13084/stat : 13084 (java) S 13072 13074 13037 0 -1 64 1878 0 0 0 44 0 0 0 17 0 13 0 159866902 1521688576 14342 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1521688576 14343 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1521688576 14344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1486024 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1521688576 14344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1486024

[startup+3.10226 s]
/proc/loadavg: 1.07 1.11 1.03 2/77 13087
/proc/meminfo: memFree=1488640/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1488792 CPUtime=4.36
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 33540 0 1 0 416 20 0 0 18 0 13 0 159866892 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 372198 28954 1423 9 0 369541 0
[pid=13074/tid=13076] ppid=13072 vsize=1488792 CPUtime=2.58
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 24361 0 1 0 244 14 0 0 25 0 13 0 159866894 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 159866895 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 159866895 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 159866897 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 159866897 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159866898 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1488792 CPUtime=1.09
/proc/13074/task/13083/stat : 13083 (java) R 13072 13074 13037 0 -1 64 5713 0 0 0 107 2 0 0 16 0 13 0 159866902 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 106106447 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1488792 CPUtime=0.65
/proc/13074/task/13084/stat : 13084 (java) R 13072 13074 13037 0 -1 64 2723 0 0 0 64 1 0 0 16 0 13 0 159866902 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 103156387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1488792 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1524523008 28954 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1488792

[startup+6.30181 s]
/proc/loadavg: 1.07 1.11 1.03 2/77 13087
/proc/meminfo: memFree=1422400/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1488468 CPUtime=7.69
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 41530 0 1 0 744 25 0 0 18 0 13 0 159866892 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 372117 36815 1432 9 0 369460 0
[pid=13074/tid=13076] ppid=13072 vsize=1488468 CPUtime=5.73
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 30965 0 1 0 555 18 0 0 25 0 13 0 159866894 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4109552017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1488468 CPUtime=0.01
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 684 0 0 0 1 0 0 0 16 0 13 0 159866895 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1488468 CPUtime=0.01
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 669 0 0 0 1 0 0 0 16 0 13 0 159866895 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159866897 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159866897 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 159866898 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1488468 CPUtime=1.21
/proc/13074/task/13083/stat : 13083 (java) S 13072 13074 13037 0 -1 64 5733 0 0 0 119 2 0 0 15 0 13 0 159866902 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1488468 CPUtime=0.68
/proc/13074/task/13084/stat : 13084 (java) S 13072 13074 13037 0 -1 64 2727 0 0 0 67 1 0 0 17 0 13 0 159866902 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1524191232 36815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1488468

[startup+12.7029 s]
/proc/loadavg: 1.07 1.11 1.03 2/77 13087
/proc/meminfo: memFree=1413392/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1488468 CPUtime=14.12
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 43834 0 1 0 1386 26 0 0 18 0 13 0 159866892 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 372117 39091 1432 9 0 369460 0
[pid=13074/tid=13076] ppid=13072 vsize=1488468 CPUtime=12.11
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 30966 0 1 0 1193 18 0 0 25 0 13 0 159866894 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4109552017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1488468 CPUtime=0.03
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 1890 0 0 0 3 0 0 0 17 0 13 0 159866895 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1488468 CPUtime=0.03
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 1763 0 0 0 2 1 0 0 17 0 13 0 159866895 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159866897 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159866897 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 159866898 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1488468 CPUtime=1.21
/proc/13074/task/13083/stat : 13083 (java) S 13072 13074 13037 0 -1 64 5733 0 0 0 119 2 0 0 16 0 13 0 159866902 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1488468 CPUtime=0.68
/proc/13074/task/13084/stat : 13084 (java) S 13072 13074 13037 0 -1 64 2727 0 0 0 67 1 0 0 17 0 13 0 159866902 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1524191232 39091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1488468 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1524191232 39091 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) 1488468

[startup+25.5011 s]
/proc/loadavg: 1.05 1.10 1.03 2/77 13087
/proc/meminfo: memFree=1403984/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1483512 CPUtime=27
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 47488 0 1 0 2673 27 0 0 18 0 13 0 159866892 1519116288 41443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 370878 41443 1432 9 0 368221 0
[pid=13074/tid=13076] ppid=13072 vsize=1483512 CPUtime=24.8
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 30968 0 1 0 2462 18 0 0 25 0 13 0 159866894 1519116288 41443 1992294400 134512640 134550932 4294956016 18446744073709551615 4109474980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1483512 CPUtime=0.1
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 3763 0 0 0 9 1 0 0 17 0 13 0 159866895 1519116288 41443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1483512 CPUtime=0.09
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 3532 0 0 0 8 1 0 0 16 0 13 0 159866895 1519116288 41443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1483512 CPUtime=0

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

[pid=13074/tid=13079] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 159866898 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1483512 CPUtime=1.22
/proc/13074/task/13083/stat : 13083 (java) S 13072 13074 13037 0 -1 64 5733 0 0 0 120 2 0 0 16 0 13 0 159866902 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1483512 CPUtime=0.73
/proc/13074/task/13084/stat : 13084 (java) S 13072 13074 13037 0 -1 64 2731 0 0 0 72 1 0 0 17 0 13 0 159866902 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1519116288 81178 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.73
Current children cumulated vsize (KiB) 1483512

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.01 2/77 13093
/proc/meminfo: memFree=1236176/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1483512 CPUtime=1664.77
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 91036 0 1 0 166426 51 0 0 18 0 13 0 159866892 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 370878 83190 1432 9 0 368221 0
[pid=13074/tid=13076] ppid=13072 vsize=1483512 CPUtime=1659.36
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 31005 0 1 0 165912 24 0 0 25 0 13 0 159866894 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4109484083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1483512 CPUtime=1.69
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 25549 0 0 0 159 10 0 0 17 0 13 0 159866895 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1483512 CPUtime=1.71
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 25253 0 0 0 160 11 0 0 16 0 13 0 159866895 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 159866898 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1483512 CPUtime=1.22
/proc/13074/task/13083/stat : 13083 (java) S 13072 13074 13037 0 -1 64 5733 0 0 0 120 2 0 0 16 0 13 0 159866902 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1483512 CPUtime=0.73
/proc/13074/task/13084/stat : 13084 (java) S 13072 13074 13037 0 -1 64 2731 0 0 0 72 1 0 0 17 0 13 0 159866902 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1519116288 83190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.77
Current children cumulated vsize (KiB) 1483512

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 13093
/proc/meminfo: memFree=1232656/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1483512 CPUtime=1724.8
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 91977 0 1 0 172428 52 0 0 18 0 13 0 159866892 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 370878 84080 1432 9 0 368221 0
[pid=13074/tid=13076] ppid=13072 vsize=1483512 CPUtime=1719.27
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 31006 0 1 0 171903 24 0 0 25 0 13 0 159866894 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4109551787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1483512 CPUtime=1.74
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 26293 0 0 0 164 10 0 0 16 0 13 0 159866895 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1483512 CPUtime=1.78
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 25449 0 0 0 167 11 0 0 17 0 13 0 159866895 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 159866898 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1483512 CPUtime=1.22
/proc/13074/task/13083/stat : 13083 (java) S 13072 13074 13037 0 -1 64 5733 0 0 0 120 2 0 0 16 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1483512 CPUtime=0.73
/proc/13074/task/13084/stat : 13084 (java) S 13072 13074 13037 0 -1 64 2731 0 0 0 72 1 0 0 17 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.8
Current children cumulated vsize (KiB) 1483512

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 13093
/proc/meminfo: memFree=1232656/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1483512 CPUtime=1784.78
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 91977 0 1 0 178426 52 0 0 18 0 13 0 159866892 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 370878 84080 1432 9 0 368221 0
[pid=13074/tid=13076] ppid=13072 vsize=1483512 CPUtime=1779.24
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 31006 0 1 0 177900 24 0 0 25 0 13 0 159866894 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4109551787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1483512 CPUtime=1.74
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 26293 0 0 0 164 10 0 0 16 0 13 0 159866895 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1483512 CPUtime=1.78
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 25449 0 0 0 167 11 0 0 17 0 13 0 159866895 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 159866898 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1483512 CPUtime=1.22
/proc/13074/task/13083/stat : 13083 (java) S 13072 13074 13037 0 -1 64 5733 0 0 0 120 2 0 0 16 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1483512 CPUtime=0.73
/proc/13074/task/13084/stat : 13084 (java) S 13072 13074 13037 0 -1 64 2731 0 0 0 72 1 0 0 17 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.78
Current children cumulated vsize (KiB) 1483512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 13093
/proc/meminfo: memFree=1232656/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=1483512 CPUtime=1800.08
/proc/13074/stat : 13074 (java) S 13072 13074 13037 0 -1 0 91977 0 1 0 179956 52 0 0 18 0 13 0 159866892 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13074/statm: 370878 84080 1432 9 0 368221 0
[pid=13074/tid=13076] ppid=13072 vsize=1483512 CPUtime=1794.55
/proc/13074/task/13076/stat : 13076 (java) R 13072 13074 13037 0 -1 64 31006 0 1 0 179431 24 0 0 25 0 13 0 159866894 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4109551787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13077] ppid=13072 vsize=1483512 CPUtime=1.74
/proc/13074/task/13077/stat : 13077 (java) S 13072 13074 13037 0 -1 64 26293 0 0 0 164 10 0 0 16 0 13 0 159866895 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13078] ppid=13072 vsize=1483512 CPUtime=1.78
/proc/13074/task/13078/stat : 13078 (java) S 13072 13074 13037 0 -1 64 25449 0 0 0 167 11 0 0 17 0 13 0 159866895 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13079] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13079/stat : 13079 (java) S 13072 13074 13037 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13080] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13080/stat : 13080 (java) S 13072 13074 13037 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159866897 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13081] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13081/stat : 13081 (java) S 13072 13074 13037 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 159866898 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13082] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13082/stat : 13082 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13083] ppid=13072 vsize=1483512 CPUtime=1.22
/proc/13074/task/13083/stat : 13083 (java) S 13072 13074 13037 0 -1 64 5733 0 0 0 120 2 0 0 16 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13084] ppid=13072 vsize=1483512 CPUtime=0.73
/proc/13074/task/13084/stat : 13084 (java) S 13072 13074 13037 0 -1 64 2731 0 0 0 72 1 0 0 17 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13074/tid=13085] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13085/stat : 13085 (java) S 13072 13074 13037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13086] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13086/stat : 13086 (java) S 13072 13074 13037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159866902 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13074/tid=13087] ppid=13072 vsize=1483512 CPUtime=0
/proc/13074/task/13087/stat : 13087 (java) S 13072 13074 13037 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 159866922 1519116288 84080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1483512

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

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

[startup+1797.8 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 13093
/proc/meminfo: memFree=1232656/2055920 swapFree=4182324/4192956
[pid=13074] ppid=13072 vsize=0 CPUtime=1800.41
/proc/13074/stat : 13074 (java) Z 13072 13074 13037 0 -1 1036 92005 0 1 0 179985 56 0 0 15 0 2 0 159866892 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.82
CPU time (s): 1800.44
CPU user time (s): 1799.85
CPU system time (s): 0.582911
CPU usage (%): 100.146
Max. virtual memory (cumulated for all children) (KiB): 1490960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.582911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92005
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= 37498
involuntary context switches= 11588

runsolver used 2.28265 second user time and 4.28435 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-13 21:51:45
IDJOB=1856723
IDBENCH=2923
IDSOLVER=682
FILE ID=node48/1856723-1244922705
PBS_JOBID= 9354664
Free space on /tmp= 66264 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_5_40_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-1856723-1244922705/watcher-1856723-1244922705 -o /tmp/evaluation-result-1856723-1244922705/solver-1856723-1244922705 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856723-1244922705.opb

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

MD5SUM BENCH= 5bf563c7058af01702ea80887f1d43ad
RANDOM SEED=890868008

node48.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.270
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.270
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:       1565576 kB
Buffers:         67396 kB
Cached:         343388 kB
SwapCached:       4424 kB
Active:          42128 kB
Inactive:       376404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565576 kB
SwapTotal:     4192956 kB
SwapFree:      4182324 kB
Dirty:             484 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            57788 kB
Committed_AS:   122388 kB
PageTables:       1372 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= 66264 MiB
End job on node48 at 2009-06-13 22:21:45