Trace number 366829

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23OPT1 329.486 326.673

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark21.4277
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
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 constraint44
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 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
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 (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/366829-1177067169/instance-366829-1177067169.opb
0.20/0.20	c reading problem ... 
0.20/0.25	c ... done. Wall clock time 0.047s.
0.20/0.25	c CPU time (experimental) 0.2s.
0.20/0.25	c #vars     94
0.20/0.25	c #constraints  8
0.53/0.41	c SATISFIABLE
0.53/0.41	c OPTIMIZING...
0.53/0.41	c Got one! Elapsed wall clock time (in seconds):0.209
0.53/0.41	o 1855
0.53/0.48	c Got one! Elapsed wall clock time (in seconds):0.278
0.53/0.48	o 1853
0.70/0.51	c Got one! Elapsed wall clock time (in seconds):0.307
0.70/0.51	o 1732
0.70/0.53	c Got one! Elapsed wall clock time (in seconds):0.334
0.70/0.53	o 1731
0.70/0.56	c Got one! Elapsed wall clock time (in seconds):0.356
0.70/0.56	o 1730
0.70/0.58	c Got one! Elapsed wall clock time (in seconds):0.379
0.70/0.58	o 1729
0.70/0.60	c Got one! Elapsed wall clock time (in seconds):0.396
0.70/0.60	o 1691
0.81/0.61	c Got one! Elapsed wall clock time (in seconds):0.416
0.81/0.61	o 1612
0.81/0.63	c Got one! Elapsed wall clock time (in seconds):0.436
0.81/0.64	o 1562
0.81/0.65	c Got one! Elapsed wall clock time (in seconds):0.453
0.81/0.65	o 1463
0.81/0.67	c Got one! Elapsed wall clock time (in seconds):0.469
0.81/0.67	o 1432
0.81/0.69	c Got one! Elapsed wall clock time (in seconds):0.493
0.81/0.69	o 1429
0.96/0.71	c Got one! Elapsed wall clock time (in seconds):0.507
0.96/0.71	o 1335
0.96/0.72	c Got one! Elapsed wall clock time (in seconds):0.524
0.96/0.72	o 1325
0.96/0.74	c Got one! Elapsed wall clock time (in seconds):0.542
0.96/0.74	o 1323
0.96/0.76	c Got one! Elapsed wall clock time (in seconds):0.557
0.96/0.76	o 1313
0.96/0.77	c Got one! Elapsed wall clock time (in seconds):0.571
0.96/0.77	o 1250
0.96/0.78	c Got one! Elapsed wall clock time (in seconds):0.585
0.96/0.78	o 1219
1.07/0.80	c Got one! Elapsed wall clock time (in seconds):0.601
1.07/0.80	o 1185
1.07/0.82	c Got one! Elapsed wall clock time (in seconds):0.617
1.07/0.82	o 1175
1.07/0.83	c Got one! Elapsed wall clock time (in seconds):0.633
1.07/0.83	o 1174
1.07/0.85	c Got one! Elapsed wall clock time (in seconds):0.65
1.07/0.85	o 1172
1.07/0.88	c Got one! Elapsed wall clock time (in seconds):0.678
1.07/0.88	o 1171
1.18/0.90	c Got one! Elapsed wall clock time (in seconds):0.704
1.18/0.90	o 1170
1.18/0.92	c Got one! Elapsed wall clock time (in seconds):0.723
1.18/0.92	o 1165
1.18/0.94	c Got one! Elapsed wall clock time (in seconds):0.739
1.18/0.94	o 1163
1.18/0.95	c Got one! Elapsed wall clock time (in seconds):0.755
1.18/0.95	o 1161
1.18/0.97	c Got one! Elapsed wall clock time (in seconds):0.773
1.18/0.97	o 1159
1.18/0.99	c Got one! Elapsed wall clock time (in seconds):0.795
1.18/0.99	o 1149
1.31/1.03	c Got one! Elapsed wall clock time (in seconds):0.835
1.31/1.03	o 1148
1.31/1.05	c Got one! Elapsed wall clock time (in seconds):0.854
1.31/1.05	o 1114
1.31/1.07	c Got one! Elapsed wall clock time (in seconds):0.875
1.31/1.07	o 1112
1.31/1.09	c Got one! Elapsed wall clock time (in seconds):0.892
1.31/1.09	o 1096
1.44/1.11	c Got one! Elapsed wall clock time (in seconds):0.909
1.44/1.11	o 1024
1.44/1.12	c Got one! Elapsed wall clock time (in seconds):0.924
1.44/1.12	o 1022
1.44/1.14	c Got one! Elapsed wall clock time (in seconds):0.945
1.44/1.14	o 1000
1.44/1.16	c Got one! Elapsed wall clock time (in seconds):0.959
1.44/1.16	o 998
1.44/1.18	c Got one! Elapsed wall clock time (in seconds):0.977
1.44/1.18	o 997
1.44/1.20	c Got one! Elapsed wall clock time (in seconds):0.997
1.44/1.20	o 996
1.54/1.24	c Got one! Elapsed wall clock time (in seconds):1.042
1.54/1.24	o 704
1.54/1.26	c Got one! Elapsed wall clock time (in seconds):1.06
1.54/1.26	o 702
1.54/1.28	c Got one! Elapsed wall clock time (in seconds):1.084
1.54/1.28	o 700
1.65/1.32	c Got one! Elapsed wall clock time (in seconds):1.122
1.65/1.32	o 698
1.65/1.35	c Got one! Elapsed wall clock time (in seconds):1.147
1.65/1.35	o 696
1.65/1.38	c Got one! Elapsed wall clock time (in seconds):1.178
1.65/1.38	o 667
1.75/1.41	c Got one! Elapsed wall clock time (in seconds):1.209
1.75/1.41	o 664
1.75/1.44	c Got one! Elapsed wall clock time (in seconds):1.238
1.75/1.44	o 661
1.75/1.49	c Got one! Elapsed wall clock time (in seconds):1.288
1.75/1.49	o 660
1.85/1.52	c Got one! Elapsed wall clock time (in seconds):1.325
1.85/1.52	o 658
1.85/1.56	c Got one! Elapsed wall clock time (in seconds):1.36
1.85/1.56	o 657
1.95/1.60	c Got one! Elapsed wall clock time (in seconds):1.401
1.95/1.60	o 656
1.95/1.64	c Got one! Elapsed wall clock time (in seconds):1.442
1.95/1.64	o 655
1.95/1.66	c Got one! Elapsed wall clock time (in seconds):1.462
1.95/1.66	o 653
1.95/1.69	c Got one! Elapsed wall clock time (in seconds):1.489
1.95/1.69	o 647
2.08/1.73	c Got one! Elapsed wall clock time (in seconds):1.53
2.08/1.73	o 645
2.08/1.76	c Got one! Elapsed wall clock time (in seconds):1.559
2.08/1.76	o 644
2.08/1.78	c Got one! Elapsed wall clock time (in seconds):1.581
2.08/1.78	o 642
2.28/1.83	c Got one! Elapsed wall clock time (in seconds):1.635
2.28/1.83	o 639
2.48/1.90	c Got one! Elapsed wall clock time (in seconds):1.706
2.48/1.91	o 567
2.48/1.99	c Got one! Elapsed wall clock time (in seconds):1.793
2.48/1.99	o 566
2.68/2.04	c Got one! Elapsed wall clock time (in seconds):1.837
2.68/2.04	o 564
2.68/2.06	c Got one! Elapsed wall clock time (in seconds):1.865
2.68/2.06	o 562
2.89/2.13	c Got one! Elapsed wall clock time (in seconds):1.927
2.89/2.13	o 561
2.89/2.15	c Got one! Elapsed wall clock time (in seconds):1.956
2.89/2.15	o 559
2.89/2.19	c Got one! Elapsed wall clock time (in seconds):1.991
2.89/2.19	o 557
3.09/2.26	c Got one! Elapsed wall clock time (in seconds):2.057
3.09/2.26	o 555
3.09/2.29	c Got one! Elapsed wall clock time (in seconds):2.095
3.09/2.29	o 554
3.28/2.33	c Got one! Elapsed wall clock time (in seconds):2.126
3.28/2.33	o 552
3.28/2.35	c Got one! Elapsed wall clock time (in seconds):2.147
3.28/2.35	o 550
3.37/2.41	c Got one! Elapsed wall clock time (in seconds):2.206
3.37/2.41	o 549
3.37/2.46	c Got one! Elapsed wall clock time (in seconds):2.259
3.37/2.46	o 544
3.49/2.51	c Got one! Elapsed wall clock time (in seconds):2.311
3.49/2.51	o 542
3.49/2.53	c Got one! Elapsed wall clock time (in seconds):2.335
3.49/2.53	o 541
3.49/2.59	c Got one! Elapsed wall clock time (in seconds):2.389
3.49/2.59	o 539
3.65/2.65	c Got one! Elapsed wall clock time (in seconds):2.447
3.65/2.65	o 537
3.76/2.71	c Got one! Elapsed wall clock time (in seconds):2.508
3.76/2.71	o 535
3.76/2.76	c Got one! Elapsed wall clock time (in seconds):2.557
3.76/2.76	o 533
3.95/2.83	c Got one! Elapsed wall clock time (in seconds):2.631
3.95/2.83	o 532
3.95/2.88	c Got one! Elapsed wall clock time (in seconds):2.677
3.95/2.88	o 529
4.07/2.91	c Got one! Elapsed wall clock time (in seconds):2.708
4.07/2.91	o 527
4.07/2.94	c Got one! Elapsed wall clock time (in seconds):2.746
4.07/2.94	o 526
4.07/2.97	c Got one! Elapsed wall clock time (in seconds):2.773
4.07/2.97	o 523
4.17/3.00	c Got one! Elapsed wall clock time (in seconds):2.799
4.17/3.00	o 522
4.17/3.03	c Got one! Elapsed wall clock time (in seconds):2.828
4.17/3.03	o 520
4.17/3.06	c Got one! Elapsed wall clock time (in seconds):2.857
4.17/3.07	o 498
4.29/3.11	c Got one! Elapsed wall clock time (in seconds):2.907
4.29/3.11	o 497
4.29/3.14	c Got one! Elapsed wall clock time (in seconds):2.946
4.29/3.14	o 495
4.29/3.19	c Got one! Elapsed wall clock time (in seconds):2.995
4.29/3.19	o 491
4.39/3.22	c Got one! Elapsed wall clock time (in seconds):3.025
4.39/3.22	o 490
4.39/3.25	c Got one! Elapsed wall clock time (in seconds):3.055
4.39/3.25	o 488
4.39/3.29	c Got one! Elapsed wall clock time (in seconds):3.09
4.39/3.29	o 487
4.49/3.34	c Got one! Elapsed wall clock time (in seconds):3.142
4.49/3.34	o 485
4.60/3.41	c Got one! Elapsed wall clock time (in seconds):3.212
4.60/3.41	o 472
4.60/3.45	c Got one! Elapsed wall clock time (in seconds):3.25
4.60/3.45	o 469
4.60/3.48	c Got one! Elapsed wall clock time (in seconds):3.285
4.60/3.48	o 459
4.69/3.51	c Got one! Elapsed wall clock time (in seconds):3.316
4.69/3.51	o 457
4.69/3.54	c Got one! Elapsed wall clock time (in seconds):3.344
4.69/3.54	o 453
4.69/3.60	c Got one! Elapsed wall clock time (in seconds):3.397
4.69/3.60	o 445
4.82/3.63	c Got one! Elapsed wall clock time (in seconds):3.427
4.82/3.63	o 443
4.82/3.67	c Got one! Elapsed wall clock time (in seconds):3.469
4.82/3.67	o 379
4.92/3.73	c Got one! Elapsed wall clock time (in seconds):3.527
4.92/3.73	o 377
4.92/3.76	c Got one! Elapsed wall clock time (in seconds):3.564
4.92/3.76	o 376
4.92/3.79	c Got one! Elapsed wall clock time (in seconds):3.594
4.92/3.79	o 373
5.02/3.89	c Got one! Elapsed wall clock time (in seconds):3.69
5.02/3.89	o 364
5.12/3.98	c Got one! Elapsed wall clock time (in seconds):3.779
5.12/3.98	o 360
5.23/4.03	c Got one! Elapsed wall clock time (in seconds):3.826
5.23/4.03	o 358
5.23/4.07	c Got one! Elapsed wall clock time (in seconds):3.869
5.23/4.07	o 357
5.36/4.13	c Got one! Elapsed wall clock time (in seconds):3.935
5.36/4.13	o 355
5.48/4.20	c Got one! Elapsed wall clock time (in seconds):4.006
5.48/4.21	o 353
5.48/4.24	c Got one! Elapsed wall clock time (in seconds):4.037
5.48/4.24	o 352
5.48/4.27	c Got one! Elapsed wall clock time (in seconds):4.067
5.48/4.27	o 348
5.58/4.30	c Got one! Elapsed wall clock time (in seconds):4.104
5.58/4.30	o 347
5.58/4.39	c Got one! Elapsed wall clock time (in seconds):4.188
5.58/4.39	o 345
5.68/4.41	c Got one! Elapsed wall clock time (in seconds):4.211
5.68/4.41	o 343
5.68/4.45	c Got one! Elapsed wall clock time (in seconds):4.251
5.68/4.45	o 341
5.68/4.48	c Got one! Elapsed wall clock time (in seconds):4.282
5.68/4.48	o 339
5.77/4.51	c Got one! Elapsed wall clock time (in seconds):4.312
5.77/4.51	o 332
5.77/4.55	c Got one! Elapsed wall clock time (in seconds):4.349
5.77/4.55	o 330
5.77/4.59	c Got one! Elapsed wall clock time (in seconds):4.386
5.77/4.59	o 328
5.87/4.64	c Got one! Elapsed wall clock time (in seconds):4.438
5.87/4.64	o 326
5.87/4.67	c Got one! Elapsed wall clock time (in seconds):4.468
5.87/4.67	o 325
5.98/4.71	c Got one! Elapsed wall clock time (in seconds):4.515
5.98/4.71	o 323
5.98/4.74	c Got one! Elapsed wall clock time (in seconds):4.544
5.98/4.74	o 322
5.98/4.79	c Got one! Elapsed wall clock time (in seconds):4.592
5.98/4.79	o 320
6.08/4.88	c Got one! Elapsed wall clock time (in seconds):4.677
6.08/4.88	o 319
6.18/4.93	c Got one! Elapsed wall clock time (in seconds):4.731
6.18/4.93	o 317
6.28/5.02	c Got one! Elapsed wall clock time (in seconds):4.821
6.28/5.02	o 315
6.28/5.06	c Got one! Elapsed wall clock time (in seconds):4.858
6.28/5.06	o 314
6.38/5.10	c Got one! Elapsed wall clock time (in seconds):4.901
6.38/5.10	o 311
6.38/5.14	c Got one! Elapsed wall clock time (in seconds):4.938
6.38/5.14	o 309
6.38/5.17	c Got one! Elapsed wall clock time (in seconds):4.969
6.38/5.17	o 307
6.48/5.22	c Got one! Elapsed wall clock time (in seconds):5.025
6.48/5.22	o 305
6.58/5.32	c Got one! Elapsed wall clock time (in seconds):5.118
6.58/5.32	o 303
6.68/5.41	c Got one! Elapsed wall clock time (in seconds):5.214
6.68/5.41	o 302
6.68/5.48	c Got one! Elapsed wall clock time (in seconds):5.28
6.68/5.48	o 301
6.78/5.52	c Got one! Elapsed wall clock time (in seconds):5.323
6.78/5.52	o 300
6.78/5.60	c Got one! Elapsed wall clock time (in seconds):5.397
6.78/5.60	o 299
6.88/5.67	c Got one! Elapsed wall clock time (in seconds):5.471
6.88/5.67	o 297
6.99/5.73	c Got one! Elapsed wall clock time (in seconds):5.531
6.99/5.73	o 296
6.99/5.78	c Got one! Elapsed wall clock time (in seconds):5.583
6.99/5.78	o 295
7.09/5.85	c Got one! Elapsed wall clock time (in seconds):5.65
7.09/5.85	o 284
7.19/5.91	c Got one! Elapsed wall clock time (in seconds):5.708
7.19/5.91	o 282
7.19/5.94	c Got one! Elapsed wall clock time (in seconds):5.743
7.19/5.94	o 280
7.19/6.00	c Got one! Elapsed wall clock time (in seconds):5.797
7.19/6.00	o 279
7.29/6.07	c Got one! Elapsed wall clock time (in seconds):5.867
7.29/6.07	o 278
7.39/6.12	c Got one! Elapsed wall clock time (in seconds):5.916
7.39/6.12	o 277
7.39/6.17	c Got one! Elapsed wall clock time (in seconds):5.973
7.39/6.17	o 276
7.49/6.23	c Got one! Elapsed wall clock time (in seconds):6.029
7.49/6.23	o 275
7.49/6.27	c Got one! Elapsed wall clock time (in seconds):6.07
7.49/6.27	o 269
7.59/6.32	c Got one! Elapsed wall clock time (in seconds):6.121
7.59/6.32	o 266
7.71/6.42	c Got one! Elapsed wall clock time (in seconds):6.22
7.71/6.42	o 265
7.71/6.48	c Got one! Elapsed wall clock time (in seconds):6.281
7.71/6.48	o 263
7.88/6.58	c Got one! Elapsed wall clock time (in seconds):6.38
7.88/6.58	o 261
8.00/6.63	c Got one! Elapsed wall clock time (in seconds):6.427
8.00/6.63	o 254
8.15/6.70	c Got one! Elapsed wall clock time (in seconds):6.503
8.15/6.70	o 253
8.15/6.76	c Got one! Elapsed wall clock time (in seconds):6.566
8.15/6.76	o 251
8.25/6.83	c Got one! Elapsed wall clock time (in seconds):6.636
8.25/6.83	o 250
8.35/6.90	c Got one! Elapsed wall clock time (in seconds):6.705
8.35/6.90	o 249
8.35/6.99	c Got one! Elapsed wall clock time (in seconds):6.792
8.35/6.99	o 248
8.45/7.04	c Got one! Elapsed wall clock time (in seconds):6.842
8.45/7.04	o 247
8.55/7.15	c Got one! Elapsed wall clock time (in seconds):6.955
8.55/7.15	o 246
8.65/7.20	c Got one! Elapsed wall clock time (in seconds):7.004
8.65/7.20	o 244
8.65/7.26	c Got one! Elapsed wall clock time (in seconds):7.066
8.65/7.27	o 243
8.75/7.32	c Got one! Elapsed wall clock time (in seconds):7.12
8.75/7.32	o 241
8.75/7.37	c Got one! Elapsed wall clock time (in seconds):7.169
8.75/7.37	o 239
8.85/7.46	c Got one! Elapsed wall clock time (in seconds):7.264
8.85/7.46	o 237
8.98/7.53	c Got one! Elapsed wall clock time (in seconds):7.333
8.98/7.53	o 236
8.98/7.57	c Got one! Elapsed wall clock time (in seconds):7.376
8.98/7.57	o 226
9.08/7.62	c Got one! Elapsed wall clock time (in seconds):7.423
9.08/7.62	o 225
9.18/7.71	c Got one! Elapsed wall clock time (in seconds):7.507
9.18/7.71	o 223
9.18/7.74	c Got one! Elapsed wall clock time (in seconds):7.54
9.18/7.74	o 222
9.18/7.79	c Got one! Elapsed wall clock time (in seconds):7.595
9.18/7.79	o 213
9.27/7.85	c Got one! Elapsed wall clock time (in seconds):7.655
9.27/7.85	o 212
9.37/7.93	c Got one! Elapsed wall clock time (in seconds):7.726
9.37/7.93	o 211
9.37/7.99	c Got one! Elapsed wall clock time (in seconds):7.788
9.37/7.99	o 210
9.47/8.06	c Got one! Elapsed wall clock time (in seconds):7.859
9.47/8.06	o 208
9.57/8.16	c Got one! Elapsed wall clock time (in seconds):7.958
9.57/8.16	o 206
9.67/8.21	c Got one! Elapsed wall clock time (in seconds):8.013
9.67/8.21	o 204
9.67/8.26	c Got one! Elapsed wall clock time (in seconds):8.061
9.67/8.26	o 203
9.77/8.34	c Got one! Elapsed wall clock time (in seconds):8.144
9.77/8.34	o 202
9.87/8.41	c Got one! Elapsed wall clock time (in seconds):8.207
9.87/8.41	o 201
9.97/8.51	c Got one! Elapsed wall clock time (in seconds):8.313
9.97/8.51	o 200
9.97/8.56	c Got one! Elapsed wall clock time (in seconds):8.366
9.97/8.57	o 199
10.07/8.63	c Got one! Elapsed wall clock time (in seconds):8.428
10.07/8.63	o 198
10.07/8.67	c Got one! Elapsed wall clock time (in seconds):8.475
10.07/8.67	o 197
10.18/8.73	c Got one! Elapsed wall clock time (in seconds):8.532
10.18/8.73	o 194
10.18/8.79	c Got one! Elapsed wall clock time (in seconds):8.587
10.18/8.79	o 193
10.27/8.88	c Got one! Elapsed wall clock time (in seconds):8.681
10.27/8.88	o 189
10.37/8.92	c Got one! Elapsed wall clock time (in seconds):8.72
10.37/8.92	o 188
10.47/9.00	c Got one! Elapsed wall clock time (in seconds):8.805
10.47/9.00	o 186
10.47/9.08	c Got one! Elapsed wall clock time (in seconds):8.884
10.47/9.08	o 182
10.57/9.15	c Got one! Elapsed wall clock time (in seconds):8.95
10.57/9.15	o 181
10.68/9.23	c Got one! Elapsed wall clock time (in seconds):9.029
10.68/9.23	o 179
10.68/9.27	c Got one! Elapsed wall clock time (in seconds):9.068
10.68/9.27	o 177
10.80/9.31	c Got one! Elapsed wall clock time (in seconds):9.111
10.80/9.31	o 173
10.80/9.37	c Got one! Elapsed wall clock time (in seconds):9.169
10.80/9.37	o 171
10.90/9.47	c Got one! Elapsed wall clock time (in seconds):9.272
10.90/9.47	o 168
11.00/9.52	c Got one! Elapsed wall clock time (in seconds):9.321
11.00/9.52	o 167
11.20/9.72	c Got one! Elapsed wall clock time (in seconds):9.521
11.20/9.72	o 166
11.20/9.78	c Got one! Elapsed wall clock time (in seconds):9.582
11.20/9.78	o 165
11.30/9.89	c Got one! Elapsed wall clock time (in seconds):9.694
11.30/9.89	o 163
11.40/9.97	c Got one! Elapsed wall clock time (in seconds):9.768
11.40/9.97	o 161
11.60/10.11	c Got one! Elapsed wall clock time (in seconds):9.915
11.60/10.11	o 160
11.70/10.23	c Got one! Elapsed wall clock time (in seconds):10.031
11.70/10.23	o 158
11.70/10.28	c Got one! Elapsed wall clock time (in seconds):10.08
11.70/10.28	o 156
11.90/10.43	c Got one! Elapsed wall clock time (in seconds):10.229
11.90/10.43	o 154
12.00/10.57	c Got one! Elapsed wall clock time (in seconds):10.37
12.00/10.57	o 153
12.10/10.61	c Got one! Elapsed wall clock time (in seconds):10.413
12.10/10.61	o 151
12.20/10.70	c Got one! Elapsed wall clock time (in seconds):10.498
12.20/10.70	o 149
12.33/10.82	c Got one! Elapsed wall clock time (in seconds):10.624
12.33/10.82	o 137
12.43/11.00	c Got one! Elapsed wall clock time (in seconds):10.799
12.43/11.00	o 134
12.63/11.11	c Got one! Elapsed wall clock time (in seconds):10.907
12.63/11.11	o 133
12.83/11.33	c Got one! Elapsed wall clock time (in seconds):11.131
12.83/11.33	o 131
12.93/11.46	c Got one! Elapsed wall clock time (in seconds):11.264
12.93/11.46	o 130
13.03/11.56	c Got one! Elapsed wall clock time (in seconds):11.359
13.03/11.56	o 128
13.23/11.71	c Got one! Elapsed wall clock time (in seconds):11.513
13.23/11.71	o 126
13.23/11.76	c Got one! Elapsed wall clock time (in seconds):11.56
13.23/11.76	o 124
13.43/11.92	c Got one! Elapsed wall clock time (in seconds):11.723
13.43/11.92	o 123
13.53/12.04	c Got one! Elapsed wall clock time (in seconds):11.84
13.53/12.04	o 122
13.63/12.14	c Got one! Elapsed wall clock time (in seconds):11.944
13.63/12.14	o 62
13.83/12.33	c Got one! Elapsed wall clock time (in seconds):12.128
13.83/12.33	o 61
13.93/12.48	c Got one! Elapsed wall clock time (in seconds):12.285
13.93/12.48	o 60
14.16/12.62	c Got one! Elapsed wall clock time (in seconds):12.421
14.16/12.62	o 53
14.26/12.71	c Got one! Elapsed wall clock time (in seconds):12.506
14.26/12.71	o 51
14.26/12.76	c Got one! Elapsed wall clock time (in seconds):12.564
14.26/12.76	o 49
14.36/12.89	c Got one! Elapsed wall clock time (in seconds):12.695
14.36/12.89	o 45
14.67/13.14	c Got one! Elapsed wall clock time (in seconds):12.939
14.67/13.14	o 44
14.77/13.21	c Got one! Elapsed wall clock time (in seconds):13.015
14.77/13.21	o 43
14.88/13.34	c Got one! Elapsed wall clock time (in seconds):13.141
14.88/13.34	o 41
14.98/13.40	c Got one! Elapsed wall clock time (in seconds):13.202
14.98/13.40	o 40
15.28/13.77	c Got one! Elapsed wall clock time (in seconds):13.568
15.28/13.77	o 39
15.48/13.93	c Got one! Elapsed wall clock time (in seconds):13.729
15.48/13.93	o 38
15.58/14.04	c Got one! Elapsed wall clock time (in seconds):13.844
15.58/14.04	o 35
15.90/14.39	c Got one! Elapsed wall clock time (in seconds):14.187
15.90/14.39	o 33
15.99/14.49	c Got one! Elapsed wall clock time (in seconds):14.294
15.99/14.49	o 32
16.29/14.73	c Got one! Elapsed wall clock time (in seconds):14.526
16.29/14.73	o 30
16.39/14.82	c Got one! Elapsed wall clock time (in seconds):14.618
16.39/14.82	o 29
16.59/15.09	c Got one! Elapsed wall clock time (in seconds):14.89
16.59/15.09	o 28
17.10/15.58	c Got one! Elapsed wall clock time (in seconds):15.38
17.10/15.58	o 27
17.40/15.82	c Got one! Elapsed wall clock time (in seconds):15.621
17.40/15.82	o 25
17.40/15.89	c Got one! Elapsed wall clock time (in seconds):15.687
17.40/15.89	o 24
17.70/16.12	c Got one! Elapsed wall clock time (in seconds):15.925
17.70/16.12	o 22
18.00/16.48	c Got one! Elapsed wall clock time (in seconds):16.278
18.00/16.48	o 21
18.82/17.22	c Got one! Elapsed wall clock time (in seconds):17.026
18.82/17.22	o 19
18.82/17.29	c Got one! Elapsed wall clock time (in seconds):17.095
18.82/17.29	o 17
19.12/17.58	c Got one! Elapsed wall clock time (in seconds):17.383
19.12/17.58	o 15
19.42/17.82	c Got one! Elapsed wall clock time (in seconds):17.623
19.42/17.82	o 14
19.92/18.32	c Got one! Elapsed wall clock time (in seconds):18.119
19.92/18.32	o 13
20.22/18.65	c Got one! Elapsed wall clock time (in seconds):18.451
20.22/18.65	o 12
20.72/19.16	c Got one! Elapsed wall clock time (in seconds):18.964
20.72/19.16	o 10
22.34/20.75	c Got one! Elapsed wall clock time (in seconds):20.549
22.34/20.75	o 9
23.14/21.51	c Got one! Elapsed wall clock time (in seconds):21.314
23.14/21.51	o 7
23.34/21.78	c Got one! Elapsed wall clock time (in seconds):21.578
23.34/21.78	o 5
37.10/35.41	c Got one! Elapsed wall clock time (in seconds):35.211
37.10/35.41	o 4
62.04/60.28	c Got one! Elapsed wall clock time (in seconds):60.079
62.04/60.28	o 3
72.44/70.63	c Got one! Elapsed wall clock time (in seconds):70.433
72.44/70.63	o 1
329.33/326.60	c starts		: 646
329.33/326.60	c conflicts		: 591634
329.33/326.60	c decisions		: 626589
329.33/326.60	c propagations		: 4427854
329.33/326.60	c inspects		: 1068690124
329.33/326.60	c learnt literals	: 14
329.33/326.60	c learnt binary clauses	: 14
329.33/326.60	c learnt ternary clauses	: 29
329.33/326.60	c learnt clauses	: 591619
329.33/326.60	c root simplifications	: 0
329.33/326.60	c removed literals (reason simplification)	: 0
329.33/326.60	c reason swapping (by a shorter reason)	: 0
329.33/326.60	c Calls to reduceDB	: 0
329.33/326.60	c speed (decisions/second)	: 2447.9479616353797
329.33/326.60	c non guided choices	3479
329.33/326.60	s OPTIMUM FOUND
329.33/326.60	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
329.33/326.60	v -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
329.33/326.60	v -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
329.33/326.60	v -x82 x83 -x84 -x85 x86 -x87 x88 x89 x90 x91 x92 -x93 x94
329.33/326.60	c objective function=1
329.33/326.60	c Total wall clock time (ms): 326.402

Verifier Data (download as text)

OK	1

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-366829-1177067169 -o ROOT/results/node1/solver-366829-1177067169 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366829-1177067169/sat4jPseudoResolution.jar /tmp/evaluation/366829-1177067169/instance-366829-1177067169.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 0.96 0.98 2/77 15461
/proc/meminfo: memFree=1694720/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1476 CPUtime=0
/proc/15461/stat : 15461 (java) R 15459 15461 15180 0 -1 0 126 0 0 0 0 0 0 0 18 0 1 0 182754779 1511424 98 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6275152 0 0 4096 0 0 0 0 17 1 0 0
/proc/15461/statm: 369 104 81 9 0 11 0

[startup+0.084386 s]
/proc/loadavg: 0.98 0.96 0.98 2/77 15461
/proc/meminfo: memFree=1694720/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1777844 CPUtime=0.07
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 3823 0 1 0 5 2 0 0 18 0 7 0 182754779 1820512256 3565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 444461 3565 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101387 s]
/proc/loadavg: 0.98 0.96 0.98 2/77 15461
/proc/meminfo: memFree=1694720/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1780108 CPUtime=0.08
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 182754779 1822830592 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 445027 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301409 s]
/proc/loadavg: 0.98 0.96 0.98 2/77 15461
/proc/meminfo: memFree=1694720/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1783964 CPUtime=0.33
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 5498 0 1 0 30 3 0 0 18 0 13 0 182754779 1826779136 5168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 445991 5168 1274 9 0 443603 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1783964

[startup+0.701457 s]
/proc/loadavg: 0.98 0.96 0.98 2/77 15461
/proc/meminfo: memFree=1694720/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1786180 CPUtime=0.96
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 8410 0 1 0 91 5 0 0 18 0 13 0 182754779 1829048320 7545 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 446545 7545 1301 9 0 444157 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1786180

[startup+1.50255 s]
/proc/loadavg: 0.98 0.96 0.98 3/89 15502
/proc/meminfo: memFree=1654816/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1786180 CPUtime=1.85
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 21137 0 1 0 174 11 0 0 18 0 13 0 182754779 1829048320 19881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 446545 19881 1303 9 0 444157 0
[pid=15461/tid=15463] ppid=15459 vsize=1786180 CPUtime=1.26
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 18108 0 1 0 118 8 0 0 25 0 13 0 182754781 1829048320 19881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109495491 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1786180 CPUtime=0
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 182754782 1829048320 19881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1786180 CPUtime=0
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 182754782 1829048320 19882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1786180 CPUtime=0
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 182754784 1829048320 19882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1786180 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 182754785 1829048320 19882 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1786180 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 182754785 1829048320 19883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1786180 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1829048320 19883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1786180 CPUtime=0.27
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 1165 0 0 0 27 0 0 0 16 0 13 0 182754789 1829048320 19883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1786180 CPUtime=0.28
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 1133 0 0 0 28 0 0 0 15 0 13 0 182754789 1829048320 19883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1786180 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1829048320 19884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1786180 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1829048320 19884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 1786180

[startup+3.10274 s]
/proc/loadavg: 0.98 0.96 0.98 3/90 15536
/proc/meminfo: memFree=1572120/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1793276 CPUtime=4.29
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 46928 0 1 0 407 22 0 0 18 0 13 0 182754779 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 448319 42201 1321 9 0 445931 0
[pid=15461/tid=15463] ppid=15459 vsize=1793276 CPUtime=2.7
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 37703 0 1 0 253 17 0 0 25 0 13 0 182754781 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109497330 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1793276 CPUtime=0
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 408 0 0 0 0 0 0 0 16 0 13 0 182754782 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1793276 CPUtime=0
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 548 0 0 0 0 0 0 0 16 0 13 0 182754782 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1793276 CPUtime=0
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 182754784 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1793276 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1793276 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182754785 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1793276 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1793276 CPUtime=1.01
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 5120 0 0 0 99 2 0 0 16 0 13 0 182754789 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1793276 CPUtime=0.52
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 2395 0 0 0 51 1 0 0 17 0 13 0 182754789 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1793276 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1793276 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1836314624 42201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1793276

[startup+6.30211 s]
/proc/loadavg: 1.06 0.98 0.99 2/90 15607
/proc/meminfo: memFree=1526208/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1791548 CPUtime=7.59
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 49321 0 1 0 734 25 0 0 18 0 13 0 182754779 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 447887 43945 1329 9 0 445499 0
[pid=15461/tid=15463] ppid=15459 vsize=1791548 CPUtime=5.83
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 37745 0 1 0 565 18 0 0 17 0 13 0 182754781 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539848 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1791548 CPUtime=0.04
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 1491 0 0 0 4 0 0 0 16 0 13 0 182754782 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1791548 CPUtime=0.04
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 1705 0 0 0 3 1 0 0 16 0 13 0 182754782 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1791548 CPUtime=0
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 182754784 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1791548 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1791548 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 182754785 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1791548 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1791548 CPUtime=1.04
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 5126 0 0 0 102 2 0 0 16 0 13 0 182754789 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1791548 CPUtime=0.57
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 2415 0 0 0 56 1 0 0 16 0 13 0 182754789 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1791548 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1791548 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1834545152 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1791548

[startup+12.7029 s]
/proc/loadavg: 1.06 0.98 0.99 2/90 15692
/proc/meminfo: memFree=1514064/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1791328 CPUtime=14.26
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 55026 0 1 0 1396 30 0 0 18 0 13 0 182754779 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 447832 47357 1330 9 0 445444 0
[pid=15461/tid=15463] ppid=15459 vsize=1791328 CPUtime=12.04
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 37751 0 1 0 1185 19 0 0 25 0 13 0 182754781 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1791328 CPUtime=0.15
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 4604 0 0 0 14 1 0 0 16 0 13 0 182754782 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1791328 CPUtime=0.14
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 4223 0 0 0 12 2 0 0 17 0 13 0 182754782 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1791328 CPUtime=0.01
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 71 0 0 0 1 0 0 0 15 0 13 0 182754784 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1791328 CPUtime=1.11
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 5131 0 0 0 109 2 0 0 17 0 13 0 182754789 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1791328 CPUtime=0.71
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 2425 0 0 0 70 1 0 0 17 0 13 0 182754789 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1834319872 47357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.26
Current children cumulated vsize (KiB) 1791328

[startup+25.5014 s]
/proc/loadavg: 1.18 1.01 1.00 2/90 15727
/proc/meminfo: memFree=1494920/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1791328 CPUtime=27.16
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 59712 0 1 0 2684 32 0 0 18 0 13 0 182754779 1834319872 51729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 447832 51729 1330 9 0 445444 0
[pid=15461/tid=15463] ppid=15459 vsize=1791328 CPUtime=24.73
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 38200 0 1 0 2454 19 0 0 25 0 13 0 182754781 1834319872 51729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539848 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1791328 CPUtime=0.24
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 6562 0 0 0 21 3 0 0 16 0 13 0 182754782 1834319872 51729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1791328 CPUtime=0.24
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 6500 0 0 0 21 3 0 0 16 0 13 0 182754782 1834319872 51729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1791328 CPUtime=0.01
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 73 0 0 0 1 0 0 0 16 0 13 0 182754784 1834319872 51729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 51729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 51729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1834319872 51729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15730] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15730/stat : 15730 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 182761843 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 325.93
Current children cumulated vsize (KiB) 1791328

[startup+324.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15730
/proc/meminfo: memFree=1426480/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1791328 CPUtime=327.53
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 88872 0 1 0 32704 49 0 0 18 0 13 0 182754779 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 447832 67923 1330 9 0 445444 0
[pid=15461/tid=15463] ppid=15459 vsize=1791328 CPUtime=322.53
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 38219 0 1 0 32232 21 0 0 25 0 13 0 182754781 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539848 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1791328 CPUtime=1.5
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 18390 0 0 0 141 9 0 0 17 0 13 0 182754782 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1791328 CPUtime=1.52
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 23813 0 0 0 141 11 0 0 17 0 13 0 182754782 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1791328 CPUtime=0.03
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 73 0 0 0 1 2 0 0 16 0 13 0 182754784 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1791328 CPUtime=1.12
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 5131 0 0 0 110 2 0 0 17 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1791328 CPUtime=0.74
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 2425 0 0 0 73 1 0 0 16 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15730] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15730/stat : 15730 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 182761843 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 327.53
Current children cumulated vsize (KiB) 1791328

[startup+325.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15730
/proc/meminfo: memFree=1426480/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1791328 CPUtime=328.33
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 88872 0 1 0 32784 49 0 0 18 0 13 0 182754779 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 447832 67923 1330 9 0 445444 0
[pid=15461/tid=15463] ppid=15459 vsize=1791328 CPUtime=323.33
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 38219 0 1 0 32312 21 0 0 25 0 13 0 182754781 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109491303 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1791328 CPUtime=1.5
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 18390 0 0 0 141 9 0 0 17 0 13 0 182754782 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1791328 CPUtime=1.52
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 23813 0 0 0 141 11 0 0 17 0 13 0 182754782 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1791328 CPUtime=0.03
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 73 0 0 0 1 2 0 0 16 0 13 0 182754784 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1791328 CPUtime=1.12
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 5131 0 0 0 110 2 0 0 17 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1791328 CPUtime=0.74
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 2425 0 0 0 73 1 0 0 16 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15730] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15730/stat : 15730 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 182761843 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 328.33
Current children cumulated vsize (KiB) 1791328

[startup+326.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15730
/proc/meminfo: memFree=1426480/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1791328 CPUtime=329.13
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 88872 0 1 0 32864 49 0 0 18 0 13 0 182754779 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 447832 67923 1330 9 0 445444 0
[pid=15461/tid=15463] ppid=15459 vsize=1791328 CPUtime=324.13
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 38219 0 1 0 32392 21 0 0 25 0 13 0 182754781 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488353 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1791328 CPUtime=1.5
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 18390 0 0 0 141 9 0 0 17 0 13 0 182754782 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1791328 CPUtime=1.52
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 23813 0 0 0 141 11 0 0 17 0 13 0 182754782 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1791328 CPUtime=0.03
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 73 0 0 0 1 2 0 0 16 0 13 0 182754784 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1791328 CPUtime=1.12
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 5131 0 0 0 110 2 0 0 17 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1791328 CPUtime=0.74
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 2425 0 0 0 73 1 0 0 16 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15730] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15730/stat : 15730 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 182761843 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 329.13
Current children cumulated vsize (KiB) 1791328

[startup+326.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15730
/proc/meminfo: memFree=1426480/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1791328 CPUtime=329.33
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 88872 0 1 0 32884 49 0 0 18 0 13 0 182754779 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 447832 67923 1330 9 0 445444 0
[pid=15461/tid=15463] ppid=15459 vsize=1791328 CPUtime=324.33
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 38219 0 1 0 32412 21 0 0 25 0 13 0 182754781 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488284 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1791328 CPUtime=1.5
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 18390 0 0 0 141 9 0 0 17 0 13 0 182754782 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1791328 CPUtime=1.52
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 23813 0 0 0 141 11 0 0 17 0 13 0 182754782 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1791328 CPUtime=0.03
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 73 0 0 0 1 2 0 0 16 0 13 0 182754784 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1791328 CPUtime=1.12
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 5131 0 0 0 110 2 0 0 17 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1791328 CPUtime=0.74
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 2425 0 0 0 73 1 0 0 16 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15730] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15730/stat : 15730 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 182761843 1834319872 67923 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 329.33
Current children cumulated vsize (KiB) 1791328

[startup+326.602 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 15731
/proc/meminfo: memFree=1426408/2055920 swapFree=4145780/4192956
[pid=15461] ppid=15459 vsize=1791328 CPUtime=329.43
/proc/15461/stat : 15461 (java) S 15459 15461 15180 0 -1 0 88875 0 1 0 32894 49 0 0 18 0 13 0 182754779 1834319872 67926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15461/statm: 447832 67926 1330 9 0 445444 0
[pid=15461/tid=15463] ppid=15459 vsize=1791328 CPUtime=324.43
/proc/15461/task/15463/stat : 15463 (java) R 15459 15461 15180 0 -1 64 38221 0 1 0 32422 21 0 0 16 0 13 0 182754781 1834319872 67926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15464] ppid=15459 vsize=1791328 CPUtime=1.5
/proc/15461/task/15464/stat : 15464 (java) S 15459 15461 15180 0 -1 64 18390 0 0 0 141 9 0 0 17 0 13 0 182754782 1834319872 67926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15465] ppid=15459 vsize=1791328 CPUtime=1.52
/proc/15461/task/15465/stat : 15465 (java) S 15459 15461 15180 0 -1 64 23813 0 0 0 141 11 0 0 17 0 13 0 182754782 1834319872 67926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15466] ppid=15459 vsize=1791328 CPUtime=0.03
/proc/15461/task/15466/stat : 15466 (java) S 15459 15461 15180 0 -1 64 73 0 0 0 1 2 0 0 16 0 13 0 182754784 1834319872 67926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15467] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15467/stat : 15467 (java) S 15459 15461 15180 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15468] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15468/stat : 15468 (java) S 15459 15461 15180 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 182754785 1834319872 67927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15469] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15469/stat : 15469 (java) S 15459 15461 15180 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182754789 1834319872 67927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15470] ppid=15459 vsize=1791328 CPUtime=1.12
/proc/15461/task/15470/stat : 15470 (java) S 15459 15461 15180 0 -1 64 5131 0 0 0 110 2 0 0 17 0 13 0 182754789 1834319872 67927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15461/tid=15471] ppid=15459 vsize=1791328 CPUtime=0.74
/proc/15461/task/15471/stat : 15471 (java) S 15459 15461 15180 0 -1 64 2425 0 0 0 73 1 0 0 16 0 13 0 182754789 1834319872 67927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15472] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15472/stat : 15472 (java) S 15459 15461 15180 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182754789 1834319872 67927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15473] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15473/stat : 15473 (java) S 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182754789 1834319872 67927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15461/tid=15731] ppid=15459 vsize=1791328 CPUtime=0
/proc/15461/task/15731/stat : 15731 (java) R 15459 15461 15180 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 182787439 1834319872 67927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 329.43
Current children cumulated vsize (KiB) 1791328

Child status: 30
Real time (s): 326.673
CPU time (s): 329.486
CPU user time (s): 328.943
CPU system time (s): 0.542917
CPU usage (%): 100.861
Max. virtual memory (cumulated for all children) (KiB): 1794776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.943
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88880
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= 9250
involuntary context switches= 8382

runsolver used 0.32695 second user time and 0.906862 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Fri Apr 20 11:06:09 UTC 2007

IDJOB= 366829
IDBENCH= 2916
IDSOLVER= 159
FILE ID= node1/366829-1177067169

PBS_JOBID= 4640253

Free space on /tmp= 66355 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366829-1177067169/sat4jPseudoResolution.jar /tmp/evaluation/366829-1177067169/instance-366829-1177067169.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-366829-1177067169 -o ROOT/results/node1/solver-366829-1177067169 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366829-1177067169/sat4jPseudoResolution.jar /tmp/evaluation/366829-1177067169/instance-366829-1177067169.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  031b0f629913e7cd5c934f00ec1a1885

RANDOM SEED= 382176209

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.234
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.234
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:       1695128 kB
Buffers:         36844 kB
Cached:         249116 kB
SwapCached:      14192 kB
Active:         119060 kB
Inactive:       189400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695128 kB
SwapTotal:     4192956 kB
SwapFree:      4145780 kB
Dirty:            3628 kB
Writeback:           0 kB
Mapped:          29628 kB
Slab:            37836 kB
Committed_AS:  5086920 kB
PageTables:       1832 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= 66355 MiB

End job on node1 on Fri Apr 20 11:11:36 UTC 2007