Trace number 3710838

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)66 1800.61 1795.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_3.opb
MD5SUM0278ee4f163393ac33163ff791a7f96d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1792.21
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved NO
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint82
Maximum length of a constraint86
Number of terms in the objective function 128
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 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5856
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710838-1338154506.opb
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.057s.
0.09/0.17	c declared #vars     198
0.09/0.17	c #constraints  16
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.09/0.17	c 16 constraints processed.
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.065
0.09/0.18	o 1080
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.162
0.25/0.28	o 1078
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.189
0.54/0.31	o 1076
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.192
0.54/0.31	o 1073
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.194
0.54/0.31	o 1066
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.201
0.54/0.32	o 1065
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.203
0.54/0.32	o 1050
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.207
0.54/0.32	o 1049
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.21
0.54/0.33	o 1044
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.218
0.54/0.34	o 1040
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.221
0.54/0.34	o 1039
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.224
0.54/0.34	o 1038
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.226
0.54/0.34	o 1037
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.228
0.54/0.35	o 1036
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.231
0.54/0.35	o 1035
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.235
0.54/0.35	o 1034
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.238
0.54/0.36	o 1031
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.242
0.54/0.36	o 1030
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.248
0.54/0.37	o 1029
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.251
0.54/0.37	o 1000
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.255
0.54/0.37	o 999
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.26
0.54/0.38	o 928
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.271
0.54/0.39	o 926
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.277
0.54/0.39	o 925
0.79/0.40	c Got one! Elapsed wall clock time (in seconds):0.283
0.79/0.40	o 922
0.79/0.40	c Got one! Elapsed wall clock time (in seconds):0.285
0.79/0.40	o 909
0.79/0.41	c Got one! Elapsed wall clock time (in seconds):0.292
0.79/0.41	o 907
0.79/0.42	c Got one! Elapsed wall clock time (in seconds):0.299
0.79/0.42	o 905
0.79/0.42	c Got one! Elapsed wall clock time (in seconds):0.304
0.79/0.42	o 904
0.79/0.42	c Got one! Elapsed wall clock time (in seconds):0.307
0.79/0.42	o 903
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.312
0.79/0.43	o 901
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.314
0.79/0.43	o 898
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.324
0.79/0.44	o 897
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.326
0.79/0.44	o 896
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.327
0.79/0.44	o 895
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.336
0.79/0.45	o 893
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.339
0.79/0.46	o 892
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.341
0.79/0.46	o 891
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.344
0.79/0.46	o 764
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.347
0.79/0.46	o 761
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.349
0.79/0.47	o 750
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.353
0.79/0.47	o 749
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.359
0.79/0.48	o 747
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.362
0.79/0.48	o 738
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.365
0.79/0.48	o 735
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.369
0.79/0.49	o 734
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.377
0.79/0.49	o 733
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.385
1.06/0.50	o 731
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.397
1.06/0.51	o 730
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.4
1.06/0.52	o 729
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.401
1.06/0.52	o 728
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.403
1.06/0.52	o 727
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.404
1.06/0.52	o 726
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.406
1.06/0.52	o 725
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.407
1.06/0.52	o 724
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.408
1.06/0.53	o 723
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.41
1.06/0.53	o 722
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.412
1.06/0.53	o 721
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.414
1.06/0.53	o 720
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.418
1.06/0.54	o 718
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.42
1.06/0.54	o 715
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.423
1.06/0.54	o 714
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.425
1.06/0.54	o 713
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.427
1.06/0.54	o 702
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.43
1.06/0.55	o 701
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.432
1.06/0.55	o 700
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.434
1.06/0.55	o 699
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.436
1.06/0.55	o 698
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.439
1.06/0.56	o 697
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.441
1.06/0.56	o 696
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.444
1.06/0.56	o 695
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.45
1.06/0.57	o 693
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.457
1.06/0.57	o 692
1.06/0.58	c Got one! Elapsed wall clock time (in seconds):0.462
1.06/0.58	o 691
1.06/0.58	c Got one! Elapsed wall clock time (in seconds):0.465
1.06/0.58	o 690
1.06/0.59	c Got one! Elapsed wall clock time (in seconds):0.472
1.06/0.59	o 663
1.26/0.60	c Got one! Elapsed wall clock time (in seconds):0.479
1.26/0.60	o 661
1.26/0.60	c Got one! Elapsed wall clock time (in seconds):0.486
1.26/0.60	o 660
1.26/0.61	c Got one! Elapsed wall clock time (in seconds):0.489
1.26/0.61	o 647
1.26/0.61	c Got one! Elapsed wall clock time (in seconds):0.491
1.26/0.61	o 646
1.26/0.61	c Got one! Elapsed wall clock time (in seconds):0.493
1.26/0.61	o 645
1.26/0.61	c Got one! Elapsed wall clock time (in seconds):0.497
1.26/0.61	o 644
1.26/0.62	c Got one! Elapsed wall clock time (in seconds):0.5
1.26/0.62	o 643
1.26/0.62	c Got one! Elapsed wall clock time (in seconds):0.501
1.26/0.62	o 642
1.26/0.62	c Got one! Elapsed wall clock time (in seconds):0.503
1.26/0.62	o 641
1.26/0.62	c Got one! Elapsed wall clock time (in seconds):0.506
1.26/0.62	o 640
1.26/0.63	c Got one! Elapsed wall clock time (in seconds):0.51
1.26/0.63	o 639
1.26/0.63	c Got one! Elapsed wall clock time (in seconds):0.513
1.26/0.63	o 634
1.26/0.63	c Got one! Elapsed wall clock time (in seconds):0.517
1.26/0.63	o 633
1.26/0.65	c Got one! Elapsed wall clock time (in seconds):0.533
1.26/0.65	o 632
1.26/0.65	c Got one! Elapsed wall clock time (in seconds):0.537
1.26/0.65	o 631
1.26/0.66	c Got one! Elapsed wall clock time (in seconds):0.541
1.26/0.66	o 629
1.26/0.66	c Got one! Elapsed wall clock time (in seconds):0.545
1.26/0.66	o 628
1.26/0.67	c Got one! Elapsed wall clock time (in seconds):0.551
1.26/0.67	o 627
1.26/0.67	c Got one! Elapsed wall clock time (in seconds):0.554
1.26/0.67	o 626
1.26/0.67	c Got one! Elapsed wall clock time (in seconds):0.557
1.26/0.67	o 624
1.26/0.68	c Got one! Elapsed wall clock time (in seconds):0.56
1.26/0.68	o 623
1.26/0.69	c Got one! Elapsed wall clock time (in seconds):0.569
1.26/0.69	o 621
1.26/0.69	c Got one! Elapsed wall clock time (in seconds):0.571
1.26/0.69	o 618
1.26/0.69	c Got one! Elapsed wall clock time (in seconds):0.575
1.26/0.69	o 617
1.38/0.70	c Got one! Elapsed wall clock time (in seconds):0.579
1.38/0.70	o 604
1.38/0.70	c Got one! Elapsed wall clock time (in seconds):0.587
1.38/0.70	o 602
1.38/0.71	c Got one! Elapsed wall clock time (in seconds):0.591
1.38/0.71	o 601
1.38/0.71	c Got one! Elapsed wall clock time (in seconds):0.593
1.38/0.71	o 600
1.38/0.71	c Got one! Elapsed wall clock time (in seconds):0.596
1.38/0.71	o 599
1.38/0.72	c Got one! Elapsed wall clock time (in seconds):0.598
1.38/0.72	o 596
1.38/0.72	c Got one! Elapsed wall clock time (in seconds):0.6
1.38/0.72	o 595
1.38/0.72	c Got one! Elapsed wall clock time (in seconds):0.602
1.38/0.72	o 594
1.38/0.73	c Got one! Elapsed wall clock time (in seconds):0.609
1.38/0.73	o 593
1.38/0.73	c Got one! Elapsed wall clock time (in seconds):0.614
1.38/0.73	o 591
1.38/0.73	c Got one! Elapsed wall clock time (in seconds):0.616
1.38/0.73	o 590
1.38/0.74	c Got one! Elapsed wall clock time (in seconds):0.618
1.38/0.74	o 559
1.38/0.75	c Got one! Elapsed wall clock time (in seconds):0.628
1.38/0.75	o 558
1.38/0.75	c Got one! Elapsed wall clock time (in seconds):0.632
1.38/0.75	o 529
1.38/0.76	c Got one! Elapsed wall clock time (in seconds):0.643
1.38/0.76	o 528
1.38/0.77	c Got one! Elapsed wall clock time (in seconds):0.651
1.38/0.77	o 527
1.38/0.77	c Got one! Elapsed wall clock time (in seconds):0.654
1.38/0.77	o 526
1.38/0.78	c Got one! Elapsed wall clock time (in seconds):0.659
1.38/0.78	o 524
1.38/0.78	c Got one! Elapsed wall clock time (in seconds):0.663
1.38/0.78	o 521
1.38/0.79	c Got one! Elapsed wall clock time (in seconds):0.673
1.38/0.79	o 520
1.38/0.79	c Got one! Elapsed wall clock time (in seconds):0.676
1.38/0.79	o 519
1.48/0.80	c Got one! Elapsed wall clock time (in seconds):0.679
1.48/0.80	o 518
1.48/0.80	c Got one! Elapsed wall clock time (in seconds):0.683
1.48/0.80	o 517
1.48/0.81	c Got one! Elapsed wall clock time (in seconds):0.688
1.48/0.81	o 516
1.59/0.92	c Got one! Elapsed wall clock time (in seconds):0.807
1.59/0.92	o 514
1.74/1.10	c cleaning 6539 clauses out of 13078 with flag 3000/13078
1.97/1.20	c Got one! Elapsed wall clock time (in seconds):1.08
1.97/1.20	o 512
1.97/1.21	c Got one! Elapsed wall clock time (in seconds):1.087
1.97/1.21	o 511
1.97/1.22	c Got one! Elapsed wall clock time (in seconds):1.099
1.97/1.22	o 510
1.97/1.24	c Got one! Elapsed wall clock time (in seconds):1.124
1.97/1.24	o 508
1.97/1.25	c Got one! Elapsed wall clock time (in seconds):1.135
1.97/1.25	o 507
1.97/1.27	c Got one! Elapsed wall clock time (in seconds):1.15
1.97/1.27	o 504
2.07/1.32	c Got one! Elapsed wall clock time (in seconds):1.207
2.07/1.32	o 502
2.07/1.33	c Got one! Elapsed wall clock time (in seconds):1.211
2.07/1.33	o 499
2.07/1.37	c Got one! Elapsed wall clock time (in seconds):1.248
2.07/1.37	o 497
2.07/1.37	c Got one! Elapsed wall clock time (in seconds):1.255
2.07/1.37	o 496
2.07/1.39	c Got one! Elapsed wall clock time (in seconds):1.273
2.07/1.39	o 495
2.07/1.39	c Got one! Elapsed wall clock time (in seconds):1.277
2.07/1.39	o 494
2.17/1.40	c Got one! Elapsed wall clock time (in seconds):1.281
2.17/1.40	o 493
2.17/1.42	c Got one! Elapsed wall clock time (in seconds):1.301
2.17/1.42	o 492
2.17/1.42	c Got one! Elapsed wall clock time (in seconds):1.307
2.17/1.42	o 491
2.17/1.43	c Got one! Elapsed wall clock time (in seconds):1.317
2.17/1.43	o 490
2.17/1.44	c Got one! Elapsed wall clock time (in seconds):1.319
2.17/1.44	o 489
2.17/1.44	c Got one! Elapsed wall clock time (in seconds):1.327
2.17/1.44	o 488
2.17/1.45	c Got one! Elapsed wall clock time (in seconds):1.333
2.17/1.45	o 487
2.17/1.47	c Got one! Elapsed wall clock time (in seconds):1.354
2.17/1.47	o 486
2.17/1.48	c Got one! Elapsed wall clock time (in seconds):1.363
2.17/1.48	o 485
2.27/1.50	c Got one! Elapsed wall clock time (in seconds):1.385
2.27/1.50	o 484
2.27/1.51	c Got one! Elapsed wall clock time (in seconds):1.389
2.27/1.51	o 447
2.27/1.51	c Got one! Elapsed wall clock time (in seconds):1.393
2.27/1.51	o 446
2.27/1.54	c Got one! Elapsed wall clock time (in seconds):1.425
2.27/1.54	o 444
2.27/1.55	c Got one! Elapsed wall clock time (in seconds):1.429
2.27/1.55	o 443
2.27/1.55	c Got one! Elapsed wall clock time (in seconds):1.432
2.27/1.55	o 440
2.27/1.56	c Got one! Elapsed wall clock time (in seconds):1.441
2.27/1.56	o 438
2.27/1.57	c Got one! Elapsed wall clock time (in seconds):1.45
2.27/1.57	o 437
2.27/1.57	c Got one! Elapsed wall clock time (in seconds):1.454
2.27/1.57	o 436
2.37/1.64	c Got one! Elapsed wall clock time (in seconds):1.524
2.37/1.64	o 435
2.37/1.65	c Got one! Elapsed wall clock time (in seconds):1.529
2.37/1.65	o 434
2.37/1.65	c Got one! Elapsed wall clock time (in seconds):1.531
2.37/1.65	o 433
2.47/1.71	c Got one! Elapsed wall clock time (in seconds):1.591
2.47/1.71	o 431
2.47/1.75	c Got one! Elapsed wall clock time (in seconds):1.637
2.47/1.75	o 429
2.47/1.76	c Got one! Elapsed wall clock time (in seconds):1.647
2.47/1.77	o 428
2.47/1.77	c Got one! Elapsed wall clock time (in seconds):1.655
2.47/1.77	o 427
2.47/1.78	c Got one! Elapsed wall clock time (in seconds):1.66
2.47/1.78	o 426
2.47/1.79	c Got one! Elapsed wall clock time (in seconds):1.668
2.47/1.79	o 425
2.47/1.79	c Got one! Elapsed wall clock time (in seconds):1.674
2.47/1.79	o 424
2.47/1.79	c Got one! Elapsed wall clock time (in seconds):1.677
2.47/1.79	o 423
2.57/1.81	c Got one! Elapsed wall clock time (in seconds):1.694
2.57/1.81	o 422
2.57/1.85	c Got one! Elapsed wall clock time (in seconds):1.735
2.57/1.85	o 420
2.57/1.86	c Got one! Elapsed wall clock time (in seconds):1.741
2.57/1.86	o 419
2.57/1.88	c Got one! Elapsed wall clock time (in seconds):1.758
2.57/1.88	o 418
2.57/1.88	c Got one! Elapsed wall clock time (in seconds):1.764
2.57/1.88	o 417
2.57/1.89	c Got one! Elapsed wall clock time (in seconds):1.768
2.57/1.89	o 416
2.57/1.89	c Got one! Elapsed wall clock time (in seconds):1.772
2.57/1.89	o 415
2.67/1.91	c Got one! Elapsed wall clock time (in seconds):1.791
2.67/1.91	o 414
2.67/1.92	c Got one! Elapsed wall clock time (in seconds):1.798
2.67/1.92	o 413
2.67/1.92	c Got one! Elapsed wall clock time (in seconds):1.804
2.67/1.92	o 412
2.67/1.93	c Got one! Elapsed wall clock time (in seconds):1.815
2.67/1.93	o 411
2.67/1.94	c Got one! Elapsed wall clock time (in seconds):1.821
2.67/1.94	o 410
2.67/1.94	c Got one! Elapsed wall clock time (in seconds):1.826
2.67/1.94	o 409
2.67/1.95	c Got one! Elapsed wall clock time (in seconds):1.83
2.67/1.95	o 408
2.67/1.96	c Got one! Elapsed wall clock time (in seconds):1.844
2.67/1.96	o 407
2.67/1.99	c Got one! Elapsed wall clock time (in seconds):1.868
2.67/1.99	o 406
2.67/1.99	c Got one! Elapsed wall clock time (in seconds):1.872
2.67/1.99	o 405
2.77/2.00	c Got one! Elapsed wall clock time (in seconds):1.879
2.77/2.00	o 404
2.77/2.08	c cleaning 10858 clauses out of 21716 with flag 1002/28255
2.91/2.13	c Got one! Elapsed wall clock time (in seconds):2.015
2.91/2.13	o 403
2.91/2.14	c Got one! Elapsed wall clock time (in seconds):2.027
2.91/2.14	o 402
2.91/2.15	c Got one! Elapsed wall clock time (in seconds):2.033
2.91/2.15	o 401
2.91/2.15	c Got one! Elapsed wall clock time (in seconds):2.037
2.91/2.15	o 400
2.91/2.16	c Got one! Elapsed wall clock time (in seconds):2.04
2.91/2.16	o 395
2.91/2.16	c Got one! Elapsed wall clock time (in seconds):2.044
2.91/2.16	o 394
2.91/2.17	c Got one! Elapsed wall clock time (in seconds):2.05
2.91/2.17	o 393
2.91/2.17	c Got one! Elapsed wall clock time (in seconds):2.055
2.91/2.17	o 392
2.91/2.18	c Got one! Elapsed wall clock time (in seconds):2.058
2.91/2.18	o 391
2.91/2.18	c Got one! Elapsed wall clock time (in seconds):2.061
2.91/2.18	o 390
2.91/2.18	c Got one! Elapsed wall clock time (in seconds):2.063
2.91/2.18	o 389
2.91/2.18	c Got one! Elapsed wall clock time (in seconds):2.065
2.91/2.18	o 388
2.91/2.19	c Got one! Elapsed wall clock time (in seconds):2.068
2.91/2.19	o 385
2.91/2.19	c Got one! Elapsed wall clock time (in seconds):2.07
2.91/2.19	o 382
3.03/2.20	c Got one! Elapsed wall clock time (in seconds):2.087
3.03/2.20	o 381
3.03/2.22	c Got one! Elapsed wall clock time (in seconds):2.098
3.03/2.22	o 380
3.03/2.22	c Got one! Elapsed wall clock time (in seconds):2.103
3.03/2.22	o 379
3.03/2.23	c Got one! Elapsed wall clock time (in seconds):2.112
3.03/2.23	o 376
3.03/2.23	c Got one! Elapsed wall clock time (in seconds):2.117
3.03/2.23	o 375
3.03/2.24	c Got one! Elapsed wall clock time (in seconds):2.124
3.03/2.24	o 374
3.03/2.25	c Got one! Elapsed wall clock time (in seconds):2.128
3.03/2.25	o 373
3.03/2.26	c Got one! Elapsed wall clock time (in seconds):2.139
3.03/2.26	o 372
3.03/2.26	c Got one! Elapsed wall clock time (in seconds):2.144
3.03/2.26	o 371
3.03/2.26	c Got one! Elapsed wall clock time (in seconds):2.146
3.03/2.26	o 370
3.03/2.27	c Got one! Elapsed wall clock time (in seconds):2.154
3.03/2.27	o 369
3.03/2.29	c Got one! Elapsed wall clock time (in seconds):2.168
3.03/2.29	o 368
3.03/2.29	c Got one! Elapsed wall clock time (in seconds):2.175
3.03/2.29	o 367
3.13/2.37	c Got one! Elapsed wall clock time (in seconds):2.252
3.13/2.37	o 365
3.13/2.37	c Got one! Elapsed wall clock time (in seconds):2.257
3.13/2.37	o 364
3.13/2.38	c Got one! Elapsed wall clock time (in seconds):2.261
3.13/2.38	o 363
3.13/2.39	c Got one! Elapsed wall clock time (in seconds):2.268
3.13/2.39	o 362
3.13/2.40	c Got one! Elapsed wall clock time (in seconds):2.278
3.13/2.40	o 360
3.23/2.40	c Got one! Elapsed wall clock time (in seconds):2.284
3.23/2.40	o 359
3.23/2.40	c Got one! Elapsed wall clock time (in seconds):2.287
3.23/2.40	o 358
3.23/2.41	c Got one! Elapsed wall clock time (in seconds):2.291
3.23/2.41	o 357
3.23/2.41	c Got one! Elapsed wall clock time (in seconds):2.295
3.23/2.41	o 356
3.23/2.42	c Got one! Elapsed wall clock time (in seconds):2.301
3.23/2.42	o 355
3.23/2.42	c Got one! Elapsed wall clock time (in seconds):2.306
3.23/2.42	o 354
3.23/2.43	c Got one! Elapsed wall clock time (in seconds):2.309
3.23/2.43	o 353
3.23/2.43	c Got one! Elapsed wall clock time (in seconds):2.312
3.23/2.43	o 352
3.23/2.44	c Got one! Elapsed wall clock time (in seconds):2.318
3.23/2.44	o 350
3.23/2.44	c Got one! Elapsed wall clock time (in seconds):2.322
3.23/2.44	o 349
3.23/2.44	c Got one! Elapsed wall clock time (in seconds):2.327
3.23/2.44	o 348
3.23/2.45	c Got one! Elapsed wall clock time (in seconds):2.333
3.23/2.45	o 347
3.23/2.46	c Got one! Elapsed wall clock time (in seconds):2.338
3.23/2.46	o 346
3.23/2.46	c Got one! Elapsed wall clock time (in seconds):2.344
3.23/2.46	o 345
3.23/2.46	c Got one! Elapsed wall clock time (in seconds):2.347
3.23/2.46	o 342
3.23/2.47	c Got one! Elapsed wall clock time (in seconds):2.352
3.23/2.47	o 341
3.23/2.47	c Got one! Elapsed wall clock time (in seconds):2.356
3.23/2.47	o 340
3.23/2.48	c Got one! Elapsed wall clock time (in seconds):2.359
3.23/2.48	o 339
3.23/2.48	c Got one! Elapsed wall clock time (in seconds):2.363
3.23/2.48	o 338
3.23/2.48	c Got one! Elapsed wall clock time (in seconds):2.367
3.23/2.48	o 337
3.23/2.49	c Got one! Elapsed wall clock time (in seconds):2.37
3.23/2.49	o 336
3.23/2.50	c Got one! Elapsed wall clock time (in seconds):2.378
3.23/2.50	o 335
3.33/2.50	c Got one! Elapsed wall clock time (in seconds):2.381
3.33/2.50	o 332
3.33/2.50	c Got one! Elapsed wall clock time (in seconds):2.385
3.33/2.50	o 331
3.33/2.50	c Got one! Elapsed wall clock time (in seconds):2.387
3.33/2.50	o 330
3.33/2.51	c Got one! Elapsed wall clock time (in seconds):2.39
3.33/2.51	o 329
3.33/2.51	c Got one! Elapsed wall clock time (in seconds):2.393
3.33/2.51	o 328
3.33/2.52	c Got one! Elapsed wall clock time (in seconds):2.398
3.33/2.52	o 327
3.33/2.52	c Got one! Elapsed wall clock time (in seconds):2.401
3.33/2.52	o 326
3.33/2.52	c Got one! Elapsed wall clock time (in seconds):2.407
3.33/2.52	o 324
3.33/2.53	c Got one! Elapsed wall clock time (in seconds):2.41
3.33/2.53	o 317
3.33/2.53	c Got one! Elapsed wall clock time (in seconds):2.417
3.33/2.53	o 316
3.33/2.54	c Got one! Elapsed wall clock time (in seconds):2.421
3.33/2.54	o 315
3.33/2.54	c Got one! Elapsed wall clock time (in seconds):2.424
3.33/2.54	o 314
3.33/2.55	c Got one! Elapsed wall clock time (in seconds):2.428
3.33/2.55	o 313
3.33/2.55	c Got one! Elapsed wall clock time (in seconds):2.43
3.33/2.55	o 312
3.33/2.55	c Got one! Elapsed wall clock time (in seconds):2.433
3.33/2.55	o 311
3.33/2.55	c Got one! Elapsed wall clock time (in seconds):2.436
3.33/2.55	o 310
3.33/2.56	c Got one! Elapsed wall clock time (in seconds):2.439
3.33/2.56	o 309
3.33/2.56	c Got one! Elapsed wall clock time (in seconds):2.443
3.33/2.56	o 308
3.33/2.56	c Got one! Elapsed wall clock time (in seconds):2.446
3.33/2.56	o 307
3.33/2.57	c Got one! Elapsed wall clock time (in seconds):2.45
3.33/2.57	o 306
3.33/2.57	c Got one! Elapsed wall clock time (in seconds):2.456
3.33/2.57	o 305
3.33/2.58	c Got one! Elapsed wall clock time (in seconds):2.459
3.33/2.58	o 304
3.33/2.58	c Got one! Elapsed wall clock time (in seconds):2.467
3.33/2.58	o 302
3.33/2.59	c Got one! Elapsed wall clock time (in seconds):2.472
3.33/2.59	o 301
3.33/2.60	c Got one! Elapsed wall clock time (in seconds):2.478
3.33/2.60	o 266
3.43/2.60	c Got one! Elapsed wall clock time (in seconds):2.482
3.43/2.60	o 261
3.43/2.61	c Got one! Elapsed wall clock time (in seconds):2.488
3.43/2.61	o 260
3.43/2.61	c Got one! Elapsed wall clock time (in seconds):2.497
3.43/2.61	o 259
3.43/2.62	c Got one! Elapsed wall clock time (in seconds):2.501
3.43/2.62	o 258
3.43/2.62	c Got one! Elapsed wall clock time (in seconds):2.504
3.43/2.62	o 257
3.43/2.62	c Got one! Elapsed wall clock time (in seconds):2.507
3.43/2.62	o 256
3.43/2.63	c Got one! Elapsed wall clock time (in seconds):2.51
3.43/2.63	o 255
3.43/2.63	c Got one! Elapsed wall clock time (in seconds):2.514
3.43/2.63	o 254
3.43/2.64	c Got one! Elapsed wall clock time (in seconds):2.518
3.43/2.64	o 253
3.43/2.64	c Got one! Elapsed wall clock time (in seconds):2.522
3.43/2.64	o 252
3.43/2.65	c Got one! Elapsed wall clock time (in seconds):2.529
3.43/2.65	o 251
3.43/2.65	c Got one! Elapsed wall clock time (in seconds):2.533
3.43/2.65	o 250
3.43/2.66	c Got one! Elapsed wall clock time (in seconds):2.541
3.43/2.66	o 248
3.43/2.66	c Got one! Elapsed wall clock time (in seconds):2.546
3.43/2.66	o 247
3.43/2.67	c Got one! Elapsed wall clock time (in seconds):2.551
3.43/2.67	o 246
3.43/2.68	c Got one! Elapsed wall clock time (in seconds):2.558
3.43/2.68	o 245
3.43/2.68	c Got one! Elapsed wall clock time (in seconds):2.562
3.43/2.68	o 240
3.43/2.68	c Got one! Elapsed wall clock time (in seconds):2.565
3.43/2.68	o 239
3.43/2.69	c Got one! Elapsed wall clock time (in seconds):2.568
3.43/2.69	o 238
3.43/2.69	c Got one! Elapsed wall clock time (in seconds):2.573
3.43/2.69	o 237
3.43/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
3.43/2.69	o 236
3.53/2.70	c Got one! Elapsed wall clock time (in seconds):2.581
3.53/2.70	o 235
3.53/2.70	c Got one! Elapsed wall clock time (in seconds):2.585
3.53/2.70	o 234
3.53/2.71	c Got one! Elapsed wall clock time (in seconds):2.588
3.53/2.71	o 233
3.53/2.71	c Got one! Elapsed wall clock time (in seconds):2.591
3.53/2.71	o 232
3.53/2.71	c Got one! Elapsed wall clock time (in seconds):2.594
3.53/2.71	o 231
3.53/2.71	c Got one! Elapsed wall clock time (in seconds):2.597
3.53/2.71	o 230
3.53/2.72	c Got one! Elapsed wall clock time (in seconds):2.601
3.53/2.72	o 225
3.53/2.72	c Got one! Elapsed wall clock time (in seconds):2.605
3.53/2.72	o 224
3.53/2.73	c Got one! Elapsed wall clock time (in seconds):2.61
3.53/2.73	o 223
3.53/2.73	c Got one! Elapsed wall clock time (in seconds):2.617
3.53/2.73	o 222
3.53/2.74	c Got one! Elapsed wall clock time (in seconds):2.62
3.53/2.74	o 221
3.53/2.74	c Got one! Elapsed wall clock time (in seconds):2.625
3.53/2.74	o 220
3.53/2.75	c Got one! Elapsed wall clock time (in seconds):2.63
3.53/2.75	o 219
3.53/2.75	c Got one! Elapsed wall clock time (in seconds):2.636
3.53/2.75	o 218
3.53/2.79	c Got one! Elapsed wall clock time (in seconds):2.677
3.53/2.80	o 217
3.63/2.80	c Got one! Elapsed wall clock time (in seconds):2.683
3.63/2.80	o 216
3.63/2.80	c Got one! Elapsed wall clock time (in seconds):2.687
3.63/2.80	o 215
3.63/2.81	c Got one! Elapsed wall clock time (in seconds):2.69
3.63/2.81	o 214
3.63/2.81	c Got one! Elapsed wall clock time (in seconds):2.694
3.63/2.81	o 213
3.63/2.82	c Got one! Elapsed wall clock time (in seconds):2.698
3.63/2.82	o 212
3.63/2.82	c Got one! Elapsed wall clock time (in seconds):2.701
3.63/2.82	o 211
3.83/3.00	c Got one! Elapsed wall clock time (in seconds):2.887
3.83/3.00	o 209
3.83/3.01	c Got one! Elapsed wall clock time (in seconds):2.894
3.83/3.01	o 206
3.83/3.03	c Got one! Elapsed wall clock time (in seconds):2.91
3.83/3.03	o 203
3.83/3.03	c Got one! Elapsed wall clock time (in seconds):2.917
3.83/3.03	o 202
3.83/3.05	c Got one! Elapsed wall clock time (in seconds):2.931
3.83/3.05	o 201
3.83/3.07	c Got one! Elapsed wall clock time (in seconds):2.95
3.83/3.07	o 199
3.83/3.10	c Got one! Elapsed wall clock time (in seconds):2.978
3.83/3.10	o 198
3.93/3.11	c Got one! Elapsed wall clock time (in seconds):2.994
3.93/3.11	o 197
3.93/3.12	c Got one! Elapsed wall clock time (in seconds):3.004
3.93/3.12	o 196
3.93/3.14	c Got one! Elapsed wall clock time (in seconds):3.018
3.93/3.14	o 195
3.93/3.15	c Got one! Elapsed wall clock time (in seconds):3.028
3.93/3.15	o 194
3.93/3.16	c Got one! Elapsed wall clock time (in seconds):3.039
3.93/3.16	o 193
3.93/3.16	c Got one! Elapsed wall clock time (in seconds):3.045
3.93/3.16	o 192
3.93/3.17	c Got one! Elapsed wall clock time (in seconds):3.05
3.93/3.17	o 191
3.93/3.18	c Got one! Elapsed wall clock time (in seconds):3.058
3.93/3.18	o 190
3.93/3.19	c Got one! Elapsed wall clock time (in seconds):3.074
3.93/3.19	o 189
3.93/3.20	c Got one! Elapsed wall clock time (in seconds):3.082
3.93/3.20	o 188
4.03/3.28	c cleaning 13156 clauses out of 26316 with flag 1000/43713
4.17/3.36	c Got one! Elapsed wall clock time (in seconds):3.24
4.17/3.36	o 186
4.17/3.36	c Got one! Elapsed wall clock time (in seconds):3.247
4.17/3.36	o 185
4.17/3.38	c Got one! Elapsed wall clock time (in seconds):3.259
4.17/3.38	o 184
4.17/3.38	c Got one! Elapsed wall clock time (in seconds):3.266
4.17/3.38	o 183
4.17/3.39	c Got one! Elapsed wall clock time (in seconds):3.269
4.17/3.39	o 182
4.17/3.39	c Got one! Elapsed wall clock time (in seconds):3.272
4.17/3.39	o 181
4.27/3.40	c Got one! Elapsed wall clock time (in seconds):3.28
4.27/3.40	o 180
4.27/3.41	c Got one! Elapsed wall clock time (in seconds):3.295
4.27/3.41	o 179
4.27/3.46	c Got one! Elapsed wall clock time (in seconds):3.341
4.27/3.46	o 178
4.27/3.47	c Got one! Elapsed wall clock time (in seconds):3.349
4.27/3.47	o 177
4.37/3.51	c Got one! Elapsed wall clock time (in seconds):3.397
4.37/3.51	o 176
4.37/3.56	c Got one! Elapsed wall clock time (in seconds):3.44
4.37/3.56	o 175
4.37/3.57	c Got one! Elapsed wall clock time (in seconds):3.452
4.37/3.57	o 174
4.37/3.58	c Got one! Elapsed wall clock time (in seconds):3.458
4.37/3.58	o 173
4.37/3.58	c Got one! Elapsed wall clock time (in seconds):3.464
4.37/3.58	o 172
4.37/3.59	c Got one! Elapsed wall clock time (in seconds):3.47
4.37/3.59	o 171
4.47/3.63	c Got one! Elapsed wall clock time (in seconds):3.514
4.47/3.63	o 170
4.47/3.64	c Got one! Elapsed wall clock time (in seconds):3.518
4.47/3.64	o 169
4.47/3.64	c Got one! Elapsed wall clock time (in seconds):3.524
4.47/3.64	o 168
4.47/3.65	c Got one! Elapsed wall clock time (in seconds):3.528
4.47/3.65	o 167
4.47/3.65	c Got one! Elapsed wall clock time (in seconds):3.535
4.47/3.65	o 166
4.47/3.67	c Got one! Elapsed wall clock time (in seconds):3.55
4.47/3.67	o 164
4.47/3.67	c Got one! Elapsed wall clock time (in seconds):3.554
4.47/3.67	o 163
4.47/3.68	c Got one! Elapsed wall clock time (in seconds):3.559
4.47/3.68	o 162
4.67/3.88	c cleaning 11286 clauses out of 22573 with flag 3002/53126
4.88/4.06	c Got one! Elapsed wall clock time (in seconds):3.941
4.88/4.06	o 161
4.88/4.06	c Got one! Elapsed wall clock time (in seconds):3.946
4.88/4.06	o 160
4.88/4.08	c Got one! Elapsed wall clock time (in seconds):3.958
4.88/4.08	o 159
4.88/4.08	c Got one! Elapsed wall clock time (in seconds):3.963
4.88/4.08	o 158
4.88/4.08	c Got one! Elapsed wall clock time (in seconds):3.966
4.88/4.08	o 157
5.08/4.25	c cleaning 8753 clauses out of 17514 with flag 3002/59353
5.08/4.29	c Got one! Elapsed wall clock time (in seconds):4.168
5.08/4.29	o 156
5.39/4.53	c cleaning 7045 clauses out of 14099 with flag 5001/64691
5.70/4.82	c Got one! Elapsed wall clock time (in seconds):4.704
5.70/4.82	o 155
5.70/4.84	c Got one! Elapsed wall clock time (in seconds):4.711
5.70/4.84	o 154
5.70/4.84	c Got one! Elapsed wall clock time (in seconds):4.72
5.70/4.84	o 153
5.70/4.84	c Got one! Elapsed wall clock time (in seconds):4.726
5.70/4.84	o 152
5.89/5.06	c Got one! Elapsed wall clock time (in seconds):4.943
5.89/5.06	o 151
5.89/5.07	c Got one! Elapsed wall clock time (in seconds):4.949
5.89/5.07	o 150
5.89/5.07	c Got one! Elapsed wall clock time (in seconds):4.953
5.89/5.07	o 149
5.89/5.07	c Got one! Elapsed wall clock time (in seconds):4.957
5.89/5.07	o 148
5.89/5.08	c Got one! Elapsed wall clock time (in seconds):4.962
5.89/5.08	o 147
5.89/5.08	c Got one! Elapsed wall clock time (in seconds):4.967
5.89/5.08	o 146
5.99/5.10	c Got one! Elapsed wall clock time (in seconds):4.979
5.99/5.10	o 144
5.99/5.11	c Got one! Elapsed wall clock time (in seconds):4.989
5.99/5.11	o 142
5.99/5.11	c Got one! Elapsed wall clock time (in seconds):4.994
5.99/5.11	o 141
5.99/5.12	c Got one! Elapsed wall clock time (in seconds):4.999
5.99/5.12	o 140
5.99/5.13	c Got one! Elapsed wall clock time (in seconds):5.015
5.99/5.13	o 138
5.99/5.14	c Got one! Elapsed wall clock time (in seconds):5.018
5.99/5.14	o 137
5.99/5.14	c Got one! Elapsed wall clock time (in seconds):5.022
5.99/5.14	o 136
5.99/5.14	c Got one! Elapsed wall clock time (in seconds):5.025
5.99/5.14	o 135
5.99/5.15	c Got one! Elapsed wall clock time (in seconds):5.028
5.99/5.15	o 134
5.99/5.15	c Got one! Elapsed wall clock time (in seconds):5.033
5.99/5.15	o 133
5.99/5.15	c Got one! Elapsed wall clock time (in seconds):5.037
5.99/5.15	o 132
5.99/5.16	c Got one! Elapsed wall clock time (in seconds):5.044
5.99/5.16	o 130
5.99/5.17	c Got one! Elapsed wall clock time (in seconds):5.048
5.99/5.17	o 127
5.99/5.17	c Got one! Elapsed wall clock time (in seconds):5.053
5.99/5.17	o 126
6.09/5.21	c Got one! Elapsed wall clock time (in seconds):5.094
6.09/5.21	o 124
6.19/5.35	c cleaning 8846 clauses out of 17697 with flag 2000/78048
6.51/5.60	c Got one! Elapsed wall clock time (in seconds):5.48
6.51/5.60	o 123
6.51/5.60	c Got one! Elapsed wall clock time (in seconds):5.487
6.51/5.60	o 121
6.51/5.61	c Got one! Elapsed wall clock time (in seconds):5.49
6.51/5.61	o 120
6.51/5.61	c Got one! Elapsed wall clock time (in seconds):5.495
6.51/5.61	o 119
6.51/5.62	c Got one! Elapsed wall clock time (in seconds):5.502
6.51/5.62	o 118
6.51/5.63	c Got one! Elapsed wall clock time (in seconds):5.509
6.51/5.63	o 117
6.51/5.63	c Got one! Elapsed wall clock time (in seconds):5.513
6.51/5.63	o 116
6.51/5.64	c Got one! Elapsed wall clock time (in seconds):5.518
6.51/5.64	o 115
6.51/5.65	c Got one! Elapsed wall clock time (in seconds):5.532
6.51/5.65	o 114
6.51/5.65	c Got one! Elapsed wall clock time (in seconds):5.537
6.51/5.65	o 113
6.51/5.66	c Got one! Elapsed wall clock time (in seconds):5.544
6.51/5.66	o 112
6.51/5.67	c Got one! Elapsed wall clock time (in seconds):5.549
6.51/5.67	o 111
6.51/5.67	c Got one! Elapsed wall clock time (in seconds):5.554
6.51/5.67	o 110
6.51/5.67	c Got one! Elapsed wall clock time (in seconds):5.557
6.51/5.67	o 109
6.51/5.68	c Got one! Elapsed wall clock time (in seconds):5.566
6.51/5.68	o 108
6.51/5.69	c Got one! Elapsed wall clock time (in seconds):5.57
6.51/5.69	o 107
6.51/5.69	c Got one! Elapsed wall clock time (in seconds):5.574
6.51/5.69	o 106
6.61/5.70	c Got one! Elapsed wall clock time (in seconds):5.579
6.61/5.70	o 105
6.61/5.70	c Got one! Elapsed wall clock time (in seconds):5.585
6.61/5.70	o 104
6.61/5.71	c Got one! Elapsed wall clock time (in seconds):5.594
6.61/5.71	o 103
6.61/5.72	c Got one! Elapsed wall clock time (in seconds):5.6
6.61/5.72	o 102
6.61/5.72	c Got one! Elapsed wall clock time (in seconds):5.602
6.61/5.72	o 101
6.61/5.73	c Got one! Elapsed wall clock time (in seconds):5.615
6.61/5.73	o 100
6.61/5.74	c Got one! Elapsed wall clock time (in seconds):5.619
6.61/5.74	o 99
6.61/5.74	c Got one! Elapsed wall clock time (in seconds):5.623
6.61/5.74	o 98
6.61/5.74	c Got one! Elapsed wall clock time (in seconds):5.627
6.61/5.74	o 97
6.61/5.75	c Got one! Elapsed wall clock time (in seconds):5.631
6.61/5.75	o 94
6.61/5.75	c Got one! Elapsed wall clock time (in seconds):5.634
6.61/5.75	o 93
6.61/5.75	c Got one! Elapsed wall clock time (in seconds):5.637
6.61/5.75	o 92
6.61/5.76	c Got one! Elapsed wall clock time (in seconds):5.64
6.61/5.76	o 91
6.61/5.76	c Got one! Elapsed wall clock time (in seconds):5.644
6.61/5.76	o 90
6.61/5.76	c Got one! Elapsed wall clock time (in seconds):5.647
6.61/5.76	o 89
6.61/5.77	c Got one! Elapsed wall clock time (in seconds):5.65
6.61/5.77	o 88
6.61/5.77	c Got one! Elapsed wall clock time (in seconds):5.655
6.61/5.77	o 87
6.61/5.78	c Got one! Elapsed wall clock time (in seconds):5.667
6.61/5.78	o 86
6.71/5.84	c cleaning 8151 clauses out of 16308 with flag 1001/85505
6.71/5.88	c Got one! Elapsed wall clock time (in seconds):5.762
6.71/5.88	o 84
6.71/5.88	c Got one! Elapsed wall clock time (in seconds):5.767
6.71/5.88	o 83
6.71/5.89	c Got one! Elapsed wall clock time (in seconds):5.77
6.71/5.89	o 82
6.71/5.89	c Got one! Elapsed wall clock time (in seconds):5.775
6.71/5.89	o 81
6.71/5.89	c Got one! Elapsed wall clock time (in seconds):5.777
6.71/5.89	o 80
6.83/5.91	c Got one! Elapsed wall clock time (in seconds):5.789
6.83/5.91	o 78
6.83/5.91	c Got one! Elapsed wall clock time (in seconds):5.791
6.83/5.91	o 77
6.83/5.98	c Got one! Elapsed wall clock time (in seconds):5.863
6.83/5.98	o 76
6.83/5.99	c Got one! Elapsed wall clock time (in seconds):5.874
6.83/5.99	o 75
6.83/6.00	c Got one! Elapsed wall clock time (in seconds):5.879
6.83/6.00	o 74
6.93/6.00	c Got one! Elapsed wall clock time (in seconds):5.881
6.93/6.00	o 73
6.93/6.00	c Got one! Elapsed wall clock time (in seconds):5.884
6.93/6.00	o 72
6.93/6.00	c Got one! Elapsed wall clock time (in seconds):5.886
6.93/6.00	o 71
6.93/6.01	c Got one! Elapsed wall clock time (in seconds):5.889
6.93/6.01	o 70
6.93/6.01	c Got one! Elapsed wall clock time (in seconds):5.893
6.93/6.01	o 69
6.93/6.01	c Got one! Elapsed wall clock time (in seconds):5.895
6.93/6.01	o 68
6.93/6.02	c Got one! Elapsed wall clock time (in seconds):5.898
6.93/6.02	o 67
6.93/6.02	c Got one! Elapsed wall clock time (in seconds):5.9
6.93/6.02	o 66
7.13/6.26	c cleaning 7492 clauses out of 14985 with flag 4001/92333
7.44/6.60	c cleaning 6734 clauses out of 13492 with flag 10000/98332
7.93/7.00	c cleaning 6873 clauses out of 13758 with flag 17000/105332
8.44/7.52	c cleaning 7438 clauses out of 14885 with flag 25000/113332
8.96/8.09	c cleaning 8219 clauses out of 16447 with flag 34000/122332
9.67/8.70	c cleaning 9114 clauses out of 18231 with flag 44003/132335
10.37/9.41	c cleaning 10049 clauses out of 20114 with flag 55000/143332
11.17/10.21	c cleaning 11027 clauses out of 22066 with flag 67001/155333
12.17/11.21	c cleaning 12016 clauses out of 24038 with flag 80000/168332
13.08/12.12	c cleaning 13007 clauses out of 26022 with flag 94000/182332
14.08/13.13	c cleaning 14006 clauses out of 28016 with flag 109001/197333
15.19/14.24	c cleaning 14998 clauses out of 30010 with flag 125001/213333
16.49/15.52	c cleaning 16005 clauses out of 32012 with flag 142001/230333
17.80/16.87	c cleaning 17000 clauses out of 34006 with flag 160000/248332
19.40/18.41	c cleaning 17991 clauses out of 36006 with flag 179000/267332
20.82/19.89	c cleaning 19000 clauses out of 38015 with flag 199000/287332
22.51/21.50	c cleaning 20008 clauses out of 40017 with flag 220002/308334
24.22/23.26	c cleaning 21003 clauses out of 42009 with flag 242002/330334
26.04/25.08	c cleaning 22003 clauses out of 44006 with flag 265002/353334
28.14/27.16	c cleaning 22986 clauses out of 46001 with flag 289000/377332
30.35/29.40	c cleaning 24000 clauses out of 48017 with flag 314002/402334
32.57/31.58	c cleaning 25000 clauses out of 50016 with flag 340001/428333
34.79/33.73	c cleaning 26003 clauses out of 52015 with flag 367000/455332
37.21/36.16	c cleaning 26996 clauses out of 54012 with flag 395000/483332
39.92/38.87	c cleaning 28004 clauses out of 56018 with flag 424002/512334
42.45/41.38	c cleaning 28987 clauses out of 58012 with flag 454000/542332
45.35/44.25	c cleaning 30004 clauses out of 60025 with flag 485000/573332
48.38/47.22	c cleaning 31002 clauses out of 62024 with flag 517003/605335
51.38/50.22	c cleaning 32003 clauses out of 64020 with flag 550001/638333
54.48/53.39	c cleaning 33007 clauses out of 66016 with flag 584000/672332
58.00/56.81	c cleaning 34003 clauses out of 68009 with flag 619000/707332
61.22/60.08	c cleaning 34998 clauses out of 70009 with flag 655003/743335
65.24/64.08	c cleaning 35996 clauses out of 72010 with flag 692002/780334
69.17/67.97	c cleaning 37000 clauses out of 74013 with flag 730001/818333
73.19/71.96	c cleaning 38004 clauses out of 76013 with flag 769001/857333
77.61/76.37	c cleaning 38998 clauses out of 78008 with flag 809000/897332
81.84/80.56	c cleaning 39997 clauses out of 80010 with flag 850000/938332
86.24/84.91	c cleaning 41002 clauses out of 82016 with flag 892003/980335
91.26/89.92	c cleaning 41997 clauses out of 84012 with flag 935001/1023333
96.17/94.83	c cleaning 43002 clauses out of 86020 with flag 979006/1067338
101.10/99.72	c cleaning 43992 clauses out of 88012 with flag 1024000/1112332
105.81/104.44	c cleaning 45002 clauses out of 90022 with flag 1070002/1158334
110.94/109.57	c cleaning 46006 clauses out of 92026 with flag 1117008/1205340
116.27/114.84	c cleaning 47000 clauses out of 94012 with flag 1165000/1253332
121.79/120.30	c cleaning 47998 clauses out of 96014 with flag 1214002/1302334
127.11/125.69	c cleaning 49001 clauses out of 98016 with flag 1264002/1352334
132.84/131.38	c cleaning 49988 clauses out of 100013 with flag 1315000/1403332
138.99/137.44	c cleaning 51000 clauses out of 102026 with flag 1367001/1455333
146.32/144.77	c cleaning 52010 clauses out of 104025 with flag 1420000/1508332
153.85/152.24	c cleaning 53007 clauses out of 106015 with flag 1474000/1562332
160.28/158.68	c cleaning 53991 clauses out of 108008 with flag 1529000/1617332
167.08/165.49	c cleaning 55009 clauses out of 110018 with flag 1585001/1673333
174.50/172.84	c cleaning 55993 clauses out of 112008 with flag 1642000/1730332
181.23/179.55	c cleaning 56996 clauses out of 114018 with flag 1700003/1788335
189.14/187.47	c cleaning 57994 clauses out of 116019 with flag 1759000/1847332
196.47/194.80	c cleaning 58996 clauses out of 118025 with flag 1819000/1907332
204.37/202.69	c cleaning 60005 clauses out of 120029 with flag 1880000/1968332
212.30/210.57	c cleaning 61003 clauses out of 122024 with flag 1942000/2030332
221.02/219.29	c cleaning 62000 clauses out of 124021 with flag 2005000/2093332
229.84/228.03	c cleaning 63002 clauses out of 126021 with flag 2069000/2157332
238.75/236.98	c cleaning 64001 clauses out of 128020 with flag 2134001/2222333
248.58/246.72	c cleaning 65001 clauses out of 130018 with flag 2200000/2288332
258.72/256.84	c cleaning 65998 clauses out of 132017 with flag 2267000/2355332
269.15/267.25	c cleaning 66999 clauses out of 134019 with flag 2335000/2423332
279.28/277.37	c cleaning 68000 clauses out of 136020 with flag 2404000/2492332
291.50/289.56	c cleaning 68999 clauses out of 138020 with flag 2474000/2562332
305.13/303.11	c cleaning 69999 clauses out of 140022 with flag 2545001/2633333
315.38/313.32	c cleaning 71000 clauses out of 142022 with flag 2617000/2705332
326.81/324.72	c cleaning 72006 clauses out of 144023 with flag 2690001/2778333
337.55/335.50	c cleaning 73005 clauses out of 146017 with flag 2764001/2852333
349.56/347.44	c cleaning 74001 clauses out of 148011 with flag 2839000/2927332
363.06/360.83	c cleaning 74999 clauses out of 150010 with flag 2915000/3003332
374.87/372.69	c cleaning 75998 clauses out of 152011 with flag 2992000/3080332
387.89/385.63	c cleaning 77004 clauses out of 154016 with flag 3070003/3158335
399.63/397.38	c cleaning 77996 clauses out of 156009 with flag 3149000/3237332
412.84/410.53	c cleaning 79003 clauses out of 158015 with flag 3229002/3317334
426.55/424.28	c cleaning 79993 clauses out of 160011 with flag 3310001/3398333
440.29/437.95	c cleaning 81005 clauses out of 162017 with flag 3392000/3480332
453.13/450.73	c cleaning 81997 clauses out of 164012 with flag 3475000/3563332
467.04/464.65	c cleaning 83004 clauses out of 166016 with flag 3559001/3647333
482.57/480.15	c cleaning 84001 clauses out of 168011 with flag 3644000/3732332
497.41/494.92	c cleaning 84998 clauses out of 170012 with flag 3730002/3818334
515.05/512.59	c cleaning 86001 clauses out of 172013 with flag 3817001/3905333
532.97/530.47	c cleaning 86995 clauses out of 174011 with flag 3905000/3993332
551.00/548.42	c cleaning 88000 clauses out of 176016 with flag 3994000/4082332
567.66/565.04	c cleaning 88998 clauses out of 178016 with flag 4084000/4172332
588.97/586.31	c cleaning 90006 clauses out of 180019 with flag 4175001/4263333
605.70/603.01	c cleaning 90992 clauses out of 182013 with flag 4267001/4355333
623.92/621.20	c cleaning 91998 clauses out of 184023 with flag 4360003/4448335
644.47/641.78	c cleaning 92999 clauses out of 186022 with flag 4454000/4542332
663.28/660.58	c cleaning 93996 clauses out of 188023 with flag 4549000/4637332
681.42/678.62	c cleaning 95005 clauses out of 190027 with flag 4645000/4733332
699.54/696.79	c cleaning 96001 clauses out of 192022 with flag 4742000/4830332
717.08/714.22	c cleaning 97007 clauses out of 194022 with flag 4840001/4928333
734.00/731.17	c cleaning 97994 clauses out of 196016 with flag 4939002/5027334
749.52/746.69	c cleaning 98994 clauses out of 198020 with flag 5039000/5127332
768.12/765.17	c cleaning 100001 clauses out of 200027 with flag 5140001/5228333
784.56/781.59	c cleaning 100992 clauses out of 202025 with flag 5242000/5330332
803.08/800.06	c cleaning 102002 clauses out of 204036 with flag 5345003/5433335
821.52/818.49	c cleaning 102995 clauses out of 206031 with flag 5449000/5537332
840.63/837.58	c cleaning 103999 clauses out of 208038 with flag 5554002/5642334
861.54/858.49	c cleaning 105000 clauses out of 210039 with flag 5660002/5748334
881.28/878.14	c cleaning 106008 clauses out of 212040 with flag 5767003/5855335
902.94/899.73	c cleaning 107004 clauses out of 214031 with flag 5875002/5963334
926.97/923.72	c cleaning 107996 clauses out of 216027 with flag 5984002/6072334
950.74/947.42	c cleaning 108992 clauses out of 218030 with flag 6094001/6182333
975.08/971.70	c cleaning 110001 clauses out of 220041 with flag 6205004/6293336
996.43/993.09	c cleaning 111003 clauses out of 222037 with flag 6317001/6405333
1017.25/1013.82	c cleaning 112007 clauses out of 224034 with flag 6430001/6518333
1042.29/1038.87	c cleaning 112993 clauses out of 226026 with flag 6544000/6632332
1070.47/1066.93	c cleaning 114006 clauses out of 228040 with flag 6659007/6747339
1094.84/1091.21	c cleaning 115000 clauses out of 230028 with flag 6775001/6863333
1119.57/1115.93	c cleaning 115997 clauses out of 232029 with flag 6892002/6980334
1143.81/1140.10	c cleaning 116995 clauses out of 234030 with flag 7010000/7098332
1169.85/1166.18	c cleaning 118010 clauses out of 236037 with flag 7129002/7217334
1194.60/1190.83	c cleaning 119005 clauses out of 238028 with flag 7249003/7337335
1220.48/1216.66	c cleaning 119999 clauses out of 240023 with flag 7370003/7458335
1247.72/1243.84	c cleaning 121000 clauses out of 242021 with flag 7492000/7580332
1277.82/1273.88	c cleaning 121997 clauses out of 244023 with flag 7615002/7703334
1304.38/1300.30	c cleaning 123003 clauses out of 246024 with flag 7739000/7827332
1332.60/1328.51	c cleaning 123998 clauses out of 248023 with flag 7864002/7952334
1356.35/1352.20	c cleaning 124999 clauses out of 250023 with flag 7990000/8078332
1383.60/1379.44	c cleaning 126008 clauses out of 252027 with flag 8117003/8205335
1410.14/1405.99	c cleaning 127000 clauses out of 254016 with flag 8245000/8333332
1440.01/1435.77	c cleaning 127989 clauses out of 256016 with flag 8374000/8462332
1467.87/1463.58	c cleaning 129005 clauses out of 258027 with flag 8504000/8592332
1489.94/1485.51	c cleaning 130002 clauses out of 260023 with flag 8635001/8723333
1517.76/1513.30	c cleaning 130992 clauses out of 262020 with flag 8767000/8855332
1544.59/1540.15	c cleaning 131996 clauses out of 264029 with flag 8900001/8988333
1577.31/1572.82	c cleaning 133003 clauses out of 266033 with flag 9034001/9122333
1607.32/1602.85	c cleaning 134003 clauses out of 268029 with flag 9169000/9257332
1642.97/1638.46	c cleaning 134997 clauses out of 270026 with flag 9305000/9393332
1682.54/1677.97	c cleaning 135995 clauses out of 272029 with flag 9442000/9530332
1718.81/1714.14	c cleaning 137005 clauses out of 274035 with flag 9580001/9668333
1755.48/1750.78	c cleaning 138004 clauses out of 276032 with flag 9719003/9807335
1790.13/1785.31	c cleaning 139003 clauses out of 278025 with flag 9859000/9947332
1800.07/1795.22	c starts		: 730
1800.07/1795.22	c conflicts		: 10008144
1800.07/1795.22	c decisions		: 11910362
1800.07/1795.22	c propagations		: 256113390
1800.07/1795.22	c inspects		: 20724909326
1800.07/1795.22	c shortcuts		: 0
1800.07/1795.22	c learnt literals	: 0
1800.07/1795.22	c learnt binary clauses	: 0
1800.07/1795.22	c learnt ternary clauses	: 0
1800.07/1795.22	c learnt constraints	: 10008145
1800.07/1795.22	c ignored constraints	: 0
1800.07/1795.22	c root simplifications	: 730
1800.07/1795.22	c removed literals (reason simplification)	: 89358767
1800.07/1795.22	c reason swapping (by a shorter reason)	: 0
1800.07/1795.22	c Calls to reduceDB	: 144
1800.07/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.22	c number of learned constraints concerned by reduction	: 0
1800.07/1795.22	c number of learning phase by resolution	: 0
1800.07/1795.22	c number of learning phase by cutting planes	: 0
1800.07/1795.22	c speed (assignments/second)	: 142678.41997949907
1800.07/1795.22	c non guided choices	296
1800.07/1795.25	c learnt constraints type 
1800.07/1795.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199915
1800.07/1795.25	c constraints type 
1800.07/1795.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
1800.07/1795.25	c 17 constraints processed.
1800.07/1795.25	s SATISFIABLE
1800.07/1795.25	v x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 x130 x131 x132 x133 -x134 -x135 x136 x137 x138 -x139 -x140 -x141 -x142 x143 x144 -x145 -x146 x147 x148 x149 -x150 x151 -x152 -x153 x154 x155 x156 x157 -x158 -x159 -x160 -x161 x162 x163 -x164 -x165 x166 x167 x168 x169 -x170 x171 -x172 -x173 x174 -x175 x176 -x177 -x178 x179 -x180 x181 -x182 x183 x184 x185 x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 x195 -x196 x197 -x198 
1800.07/1795.25	c objective function=66
1800.07/1795.25	c Total wall clock time (in seconds): 1795.131

Verifier Data

OK	66

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710838-1338154506/watcher-3710838-1338154506 -o /tmp/evaluation-result-3710838-1338154506/solver-3710838-1338154506 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710838-1338154506.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 6029
/proc/meminfo: memFree=28832872/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/6029/stat : 6029 (java) D 6027 6029 32120 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281576036 9515008 182 33554432000 1073741824 1073778376 140737324392832 140737324383864 270707539637 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2323 182 140 9 0 71 0

[startup+0.0624861 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 6029
/proc/meminfo: memFree=28832872/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 3194 0 1 0 3 0 0 0 20 0 18 0 281576036 9787842560 4402 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2389610 4402 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558440

[startup+0.100205 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 6029
/proc/meminfo: memFree=28832872/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 4289 0 1 0 9 0 0 0 20 0 18 0 281576036 9787842560 6007 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2389610 6007 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300148 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 6029
/proc/meminfo: memFree=28832872/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 6798 0 1 0 53 1 0 0 20 0 19 0 281576036 9856004096 8484 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2406251 8484 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.70015 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 6029
/proc/meminfo: memFree=28832872/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 11368 0 1 0 136 2 0 0 20 0 19 0 281576036 9856004096 12256 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2406251 12256 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625004

[startup+1.50056 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 6048
/proc/meminfo: memFree=28789584/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9625004 CPUtime=2.27 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 11434 0 1 0 224 3 0 0 20 0 19 0 281576036 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2406251 15888 2283 9 0 2396937 0
[pid=6029/tid=6031] ppid=6027 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/6029/task/6031/stat : 6031 (java) R 6027 6029 32120 0 -1 4202560 2526 0 1 0 144 1 0 0 20 0 19 0 281576037 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435979604416 140435851323691 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6032] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435823212968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6033] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435822160424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6034] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435821107368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6035] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435820054824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6036] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435819002792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6037] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435817950248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6038] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6038/stat : 6038 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435816897192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6039] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6039/stat : 6039 (java) S 6027 6029 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435815844648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6040] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6040/stat : 6040 (java) S 6027 6029 32120 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 281576039 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435803646312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6041] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6041/stat : 6041 (java) S 6027 6029 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435802592632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6042] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6042/stat : 6042 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435801539464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6043] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6043/stat : 6043 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435800488208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6044] ppid=6027 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/6029/task/6044/stat : 6044 (java) S 6027 6029 32120 0 -1 4202560 2878 0 0 0 36 0 0 0 20 0 19 0 281576042 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435799436088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6045] ppid=6027 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/6029/task/6045/stat : 6045 (java) S 6027 6029 32120 0 -1 4202560 4787 0 0 0 39 2 0 0 20 0 19 0 281576042 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435798383544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6046] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6046/stat : 6046 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435797330680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6047] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6047/stat : 6047 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435796278344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6048] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6048/stat : 6048 (java) S 6027 6029 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281576054 9856004096 15888 33554432000 1073741824 1073778376 140737243963264 140435795223592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.05 2.02 2.00 4/213 6048
/proc/meminfo: memFree=28770904/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9625004 CPUtime=3.93 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 11452 0 1 0 389 4 0 0 20 0 19 0 281576036 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2406251 17433 2284 9 0 2396937 0
[pid=6029/tid=6031] ppid=6027 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/6029/task/6031/stat : 6031 (java) R 6027 6029 32120 0 -1 4202560 2526 0 1 0 302 2 0 0 20 0 19 0 281576037 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435979604416 140435851361834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6032] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435823212968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6033] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435822160424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6034] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435821107368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6035] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435820054824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6036] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435819002792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6037] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435817950248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6038] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6038/stat : 6038 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435816897192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6039] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6039/stat : 6039 (java) S 6027 6029 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435815844648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6040] ppid=6027 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6029/task/6040/stat : 6040 (java) S 6027 6029 32120 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 281576039 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435803646312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6041] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6041/stat : 6041 (java) S 6027 6029 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435802592632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6042] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6042/stat : 6042 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435801539464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6043] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6043/stat : 6043 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435800488208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6044] ppid=6027 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6029/task/6044/stat : 6044 (java) S 6027 6029 32120 0 -1 4202560 2879 0 0 0 37 0 0 0 20 0 19 0 281576042 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435799436088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6045] ppid=6027 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/6029/task/6045/stat : 6045 (java) S 6027 6029 32120 0 -1 4202560 4788 0 0 0 43 2 0 0 20 0 19 0 281576042 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435798383544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6046] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6046/stat : 6046 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435797330680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6047] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6047/stat : 6047 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435796278344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6048] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6048/stat : 6048 (java) S 6027 6029 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281576054 9856004096 17433 33554432000 1073741824 1073778376 140737243963264 140435795223592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 6048
/proc/meminfo: memFree=28770248/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9625004 CPUtime=7.23 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 11494 0 1 0 719 4 0 0 20 0 19 0 281576036 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2406251 17521 2284 9 0 2396937 0
[pid=6029/tid=6031] ppid=6027 vsize=9625004 CPUtime=6.12 cores=0,2,4,6
/proc/6029/task/6031/stat : 6031 (java) R 6027 6029 32120 0 -1 4202560 2533 0 1 0 610 2 0 0 20 0 19 0 281576037 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435979612584 140435851275408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6032] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435823212968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6033] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435822160424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6034] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435821107368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6035] ppid=6027 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 32120 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281576038 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435820054824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6036] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 32120 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435819002792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6037] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435817950248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6038] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6038/stat : 6038 (java) S 6027 6029 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435816897192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6039] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6039/stat : 6039 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576038 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435815844648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6040] ppid=6027 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/6029/task/6040/stat : 6040 (java) S 6027 6029 32120 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 281576039 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435803646312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6041] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6041/stat : 6041 (java) S 6027 6029 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435802592632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6042] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6042/stat : 6042 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435801539464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6043] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6043/stat : 6043 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435800488208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6044] ppid=6027 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6029/task/6044/stat : 6044 (java) S 6027 6029 32120 0 -1 4202560 2879 0 0 0 37 0 0 0 20 0 19 0 281576042 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435799436088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6045] ppid=6027 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/6029/task/6045/stat : 6045 (java) S 6027 6029 32120 0 -1 4202560 4789 0 0 0 47 2 0 0 20 0 19 0 281576042 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435798383544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6046] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6046/stat : 6046 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435797330680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6047] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6047/stat : 6047 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435796278344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6048] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6048/stat : 6048 (java) S 6027 6029 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281576054 9856004096 17521 33554432000 1073741824 1073778376 140737243963264 140435795223592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=6029/tid=6037] ppid=6027 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 32120 0 -1 4202560 210 0 0 0 57 2 0 0 20 0 19 0 281576038 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435817950248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6038] ppid=6027 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/6029/task/6038/stat : 6038 (java) S 6027 6029 32120 0 -1 4202560 204 0 0 0 57 0 0 0 20 0 19 0 281576038 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435816897192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6039] ppid=6027 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6029/task/6039/stat : 6039 (java) S 6027 6029 32120 0 -1 4202560 284 0 0 0 56 2 0 0 20 0 19 0 281576038 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435815844648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6040] ppid=6027 vsize=9625004 CPUtime=4.64 cores=0,2,4,6
/proc/6029/task/6040/stat : 6040 (java) S 6027 6029 32120 0 -1 4202560 154 0 0 0 461 3 0 0 20 0 19 0 281576039 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435803646312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6041] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6041/stat : 6041 (java) S 6027 6029 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435802592632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6042] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6042/stat : 6042 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435801539464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6043] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6043/stat : 6043 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435800488208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6044] ppid=6027 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6029/task/6044/stat : 6044 (java) S 6027 6029 32120 0 -1 4202560 2879 0 0 0 37 0 0 0 20 0 19 0 281576042 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435799436088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6045] ppid=6027 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6029/task/6045/stat : 6045 (java) S 6027 6029 32120 0 -1 4202560 4794 0 0 0 48 2 0 0 20 0 19 0 281576042 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435798383544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6046] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6046/stat : 6046 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435797330680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6047] ppid=6027 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6029/task/6047/stat : 6047 (java) S 6027 6029 32120 0 -1 4202560 97 0 0 0 26 24 0 0 20 0 19 0 281576042 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435796278344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6048] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6048/stat : 6048 (java) S 6027 6029 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281576054 9856004096 43347 33554432000 1073741824 1073778376 140737243963264 140435795223592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.94
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 6156
/proc/meminfo: memFree=28799660/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9625004 CPUtime=1727.07 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 13277 0 1 0 172665 42 0 0 20 0 19 0 281576036 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2406251 45395 2284 9 0 2396937 0
[pid=6029/tid=6031] ppid=6027 vsize=9625004 CPUtime=1716.11 cores=0,2,4,6
/proc/6029/task/6031/stat : 6031 (java) R 6027 6029 32120 0 -1 4202560 2673 0 1 0 171581 30 0 0 20 0 19 0 281576037 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435979612464 140435851260875 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6032] ppid=6027 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 32120 0 -1 4202560 122 0 0 0 67 2 0 0 20 0 19 0 281576038 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435823212968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6033] ppid=6027 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 32120 0 -1 4202560 295 0 0 0 59 2 0 0 20 0 19 0 281576038 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435822160424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6034] ppid=6027 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 32120 0 -1 4202560 107 0 0 0 58 0 0 0 20 0 19 0 281576038 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435821107368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6035] ppid=6027 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 32120 0 -1 4202560 153 0 0 0 67 0 0 0 20 0 19 0 281576038 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435820054824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6036] ppid=6027 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 32120 0 -1 4202560 113 0 0 0 62 0 0 0 20 0 19 0 281576038 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435819002792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6037] ppid=6027 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 32120 0 -1 4202560 211 0 0 0 59 2 0 0 20 0 19 0 281576038 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435817950248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6038] ppid=6027 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6029/task/6038/stat : 6038 (java) S 6027 6029 32120 0 -1 4202560 205 0 0 0 58 0 0 0 20 0 19 0 281576038 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435816897192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6039] ppid=6027 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/6029/task/6039/stat : 6039 (java) S 6027 6029 32120 0 -1 4202560 284 0 0 0 58 2 0 0 20 0 19 0 281576038 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435815844648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6040] ppid=6027 vsize=9625004 CPUtime=4.76 cores=0,2,4,6
/proc/6029/task/6040/stat : 6040 (java) S 6027 6029 32120 0 -1 4202560 160 0 0 0 473 3 0 0 20 0 19 0 281576039 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435803646312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6041] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6041/stat : 6041 (java) S 6027 6029 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435802592632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6042] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6042/stat : 6042 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435801539464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6043] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6043/stat : 6043 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435800488208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6044] ppid=6027 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6029/task/6044/stat : 6044 (java) S 6027 6029 32120 0 -1 4202560 2879 0 0 0 37 0 0 0 20 0 19 0 281576042 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435799436088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6045] ppid=6027 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6029/task/6045/stat : 6045 (java) S 6027 6029 32120 0 -1 4202560 4794 0 0 0 48 2 0 0 20 0 19 0 281576042 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435798383544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6046] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6046/stat : 6046 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435797330680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6047] ppid=6027 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/6029/task/6047/stat : 6047 (java) S 6027 6029 32120 0 -1 4202560 99 0 0 0 27 25 0 0 20 0 19 0 281576042 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435796278344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6048] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6048/stat : 6048 (java) S 6027 6029 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281576054 9856004096 45395 33554432000 1073741824 1073778376 140737243963264 140435795223592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.07
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6156
/proc/meminfo: memFree=28785076/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9625004 CPUtime=1787.13 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 13288 0 1 0 178670 43 0 0 20 0 19 0 281576036 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2406251 47443 2284 9 0 2396937 0
[pid=6029/tid=6031] ppid=6027 vsize=9625004 CPUtime=1776.03 cores=0,2,4,6
/proc/6029/task/6031/stat : 6031 (java) R 6027 6029 32120 0 -1 4202560 2678 0 1 0 177573 30 0 0 20 0 19 0 281576037 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435979612464 140435851592085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6032] ppid=6027 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 32120 0 -1 4202560 122 0 0 0 68 2 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435823212968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6033] ppid=6027 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 32120 0 -1 4202560 295 0 0 0 60 2 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435822160424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6034] ppid=6027 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 32120 0 -1 4202560 107 0 0 0 59 0 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435821107368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6035] ppid=6027 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 32120 0 -1 4202560 153 0 0 0 68 0 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435820054824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6036] ppid=6027 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 32120 0 -1 4202560 113 0 0 0 62 0 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435819002792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6037] ppid=6027 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 32120 0 -1 4202560 211 0 0 0 60 2 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435817950248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6038] ppid=6027 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6029/task/6038/stat : 6038 (java) S 6027 6029 32120 0 -1 4202560 205 0 0 0 59 0 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435816897192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6039] ppid=6027 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/6029/task/6039/stat : 6039 (java) S 6027 6029 32120 0 -1 4202560 284 0 0 0 59 2 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435815844648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6040] ppid=6027 vsize=9625004 CPUtime=4.81 cores=0,2,4,6
/proc/6029/task/6040/stat : 6040 (java) S 6027 6029 32120 0 -1 4202560 162 0 0 0 478 3 0 0 20 0 19 0 281576039 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435803646312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6041] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6041/stat : 6041 (java) S 6027 6029 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435802592632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6042] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6042/stat : 6042 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435801539464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6043] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6043/stat : 6043 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435800488208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6044] ppid=6027 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6029/task/6044/stat : 6044 (java) S 6027 6029 32120 0 -1 4202560 2879 0 0 0 37 0 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435799436088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6045] ppid=6027 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6029/task/6045/stat : 6045 (java) S 6027 6029 32120 0 -1 4202560 4794 0 0 0 48 2 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435798383544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6046] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6046/stat : 6046 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435797330680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6047] ppid=6027 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/6029/task/6047/stat : 6047 (java) S 6027 6029 32120 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435796278344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6048] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6048/stat : 6048 (java) S 6027 6029 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281576054 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435795223592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6156
/proc/meminfo: memFree=28785204/32873648 swapFree=6864/6864
[pid=6029] ppid=6027 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/6029/stat : 6029 (java) S 6027 6029 32120 0 -1 4202496 13291 0 1 0 179964 43 0 0 20 0 19 0 281576036 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140737243954400 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6029/statm: 2406251 47443 2284 9 0 2396937 0
[pid=6029/tid=6031] ppid=6027 vsize=9625004 CPUtime=1788.86 cores=0,2,4,6
/proc/6029/task/6031/stat : 6031 (java) R 6027 6029 32120 0 -1 4202560 2679 0 1 0 178854 32 0 0 20 0 19 0 281576037 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435979612464 140435851323714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6032] ppid=6027 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/6029/task/6032/stat : 6032 (java) S 6027 6029 32120 0 -1 4202560 122 0 0 0 69 2 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435823212968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6033] ppid=6027 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6029/task/6033/stat : 6033 (java) S 6027 6029 32120 0 -1 4202560 295 0 0 0 60 2 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435822160424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6034] ppid=6027 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/6029/task/6034/stat : 6034 (java) S 6027 6029 32120 0 -1 4202560 107 0 0 0 60 0 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435821107368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6035] ppid=6027 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/6029/task/6035/stat : 6035 (java) S 6027 6029 32120 0 -1 4202560 153 0 0 0 68 0 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435820054824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6036] ppid=6027 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6029/task/6036/stat : 6036 (java) S 6027 6029 32120 0 -1 4202560 113 0 0 0 62 0 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435819002792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6037] ppid=6027 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/6029/task/6037/stat : 6037 (java) S 6027 6029 32120 0 -1 4202560 211 0 0 0 61 2 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435817950248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6038] ppid=6027 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6029/task/6038/stat : 6038 (java) S 6027 6029 32120 0 -1 4202560 205 0 0 0 59 0 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435816897192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6039] ppid=6027 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6029/task/6039/stat : 6039 (java) S 6027 6029 32120 0 -1 4202560 284 0 0 0 60 2 0 0 20 0 19 0 281576038 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435815844648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6040] ppid=6027 vsize=9625004 CPUtime=4.9 cores=0,2,4,6
/proc/6029/task/6040/stat : 6040 (java) S 6027 6029 32120 0 -1 4202560 164 0 0 0 487 3 0 0 20 0 19 0 281576039 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435803646312 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6041] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6041/stat : 6041 (java) S 6027 6029 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435802592632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6042] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6042/stat : 6042 (java) S 6027 6029 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281576040 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435801539464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6043] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6043/stat : 6043 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435800488208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6044] ppid=6027 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6029/task/6044/stat : 6044 (java) S 6027 6029 32120 0 -1 4202560 2879 0 0 0 37 0 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435799436088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6029/tid=6045] ppid=6027 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6029/task/6045/stat : 6045 (java) S 6027 6029 32120 0 -1 4202560 4794 0 0 0 48 2 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435798383544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6029/tid=6046] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6046/stat : 6046 (java) S 6027 6029 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435797330680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6029/tid=6047] ppid=6027 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/6029/task/6047/stat : 6047 (java) S 6027 6029 32120 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 281576042 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435796278344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6029/tid=6048] ppid=6027 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6048/stat : 6048 (java) S 6027 6029 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281576054 9856004096 47443 33554432000 1073741824 1073778376 140737243963264 140435795223592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1795.26
CPU time (s): 1800.61
CPU user time (s): 1799.76
CPU system time (s): 0.85187
CPU usage (%): 100.298
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.85187
maximum resident set size= 189924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13332
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42082
involuntary context switches= 11339

runsolver used 6.29104 second user time and 14.5928 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 23:35:06
IDJOB=3710838
IDBENCH=2912
IDSOLVER=2289
FILE ID=node125/3710838-1338154506
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_3.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710838-1338154506/watcher-3710838-1338154506 -o /tmp/evaluation-result-3710838-1338154506/solver-3710838-1338154506 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710838-1338154506.opb

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

MD5SUM BENCH= 0278ee4f163393ac33163ff791a7f96d
RANDOM SEED=1939136080

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28833144 kB
Buffers:          456576 kB
Cached:          2436288 kB
SwapCached:         2304 kB
Active:          1689520 kB
Inactive:        1500900 kB
Active(anon):     289196 kB
Inactive(anon):     9556 kB
Active(file):    1400324 kB
Inactive(file):  1491344 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:        426148 kB
Mapped:            22592 kB
Shmem:               104 kB
Slab:             703816 kB
SReclaimable:     147524 kB
SUnreclaim:       556292 kB
KernelStack:        1760 kB
PageTables:         4552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     700704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-28 00:05:03