Trace number 3734709

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
PB09: SAT4J Pseudo Resolution 2.1.1SAT (TO)2 1800.57 1796.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
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 version 2.1.1.v20090612
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 1299577560
0.03/0.08	c Max memory 1306394624
0.03/0.08	c Total memory 1306394624
0.03/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3734709-1338752608.opb
0.09/0.11	c reading problem ... 
0.09/0.13	c ... done. Wall clock time 0.021s.
0.09/0.13	c #vars     94
0.09/0.13	c #constraints  8
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.31/0.20	c SATISFIABLE
0.31/0.20	c OPTIMIZING...
0.31/0.20	c Got one! Elapsed wall clock time (in seconds):0.092
0.31/0.20	o 1847
0.31/0.22	c Got one! Elapsed wall clock time (in seconds):0.118
0.31/0.22	o 1770
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.132
0.31/0.24	o 1768
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.142
0.31/0.25	o 1719
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.151
0.31/0.26	o 1718
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.16
0.31/0.27	o 1717
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.31/0.27	o 1556
0.31/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.31/0.28	o 1377
0.31/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.31/0.29	o 1175
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.194
0.55/0.30	o 1172
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.201
0.55/0.31	o 1140
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.209
0.55/0.31	o 1136
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.216
0.55/0.32	o 1135
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.223
0.55/0.33	o 1115
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.229
0.55/0.33	o 1110
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.236
0.55/0.34	o 1107
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.243
0.55/0.35	o 1096
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.25
0.55/0.36	o 1092
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.257
0.55/0.36	o 1078
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.265
0.55/0.37	o 1077
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.272
0.55/0.38	o 1059
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.278
0.55/0.38	o 1057
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.55/0.39	o 1055
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.68/0.40	o 1041
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.302
0.68/0.41	o 1040
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.31
0.68/0.42	o 1037
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.322
0.68/0.43	o 1036
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.33
0.68/0.43	o 1034
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.68/0.44	o 1033
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.351
0.68/0.46	o 1031
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.68/0.46	o 1027
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.365
0.68/0.47	o 1016
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.372
0.68/0.48	o 1012
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.378
0.68/0.48	o 1005
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.68/0.49	o 998
0.87/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
0.87/0.50	o 996
0.87/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
0.87/0.51	o 995
0.87/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
0.87/0.51	o 994
0.87/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
0.87/0.52	o 993
0.87/0.53	c Got one! Elapsed wall clock time (in seconds):0.422
0.87/0.53	o 963
0.87/0.54	c Got one! Elapsed wall clock time (in seconds):0.431
0.87/0.54	o 914
0.87/0.54	c Got one! Elapsed wall clock time (in seconds):0.438
0.87/0.54	o 913
0.87/0.55	c Got one! Elapsed wall clock time (in seconds):0.446
0.87/0.55	o 907
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
0.87/0.56	o 905
0.87/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
0.87/0.57	o 861
0.87/0.58	c Got one! Elapsed wall clock time (in seconds):0.472
0.87/0.58	o 813
0.87/0.59	c Got one! Elapsed wall clock time (in seconds):0.48
0.87/0.59	o 811
0.87/0.59	c Got one! Elapsed wall clock time (in seconds):0.487
0.87/0.59	o 809
1.11/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.11/0.60	o 806
1.11/0.61	c Got one! Elapsed wall clock time (in seconds):0.501
1.11/0.61	o 801
1.11/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
1.11/0.62	o 794
1.11/0.63	c Got one! Elapsed wall clock time (in seconds):0.52
1.11/0.63	o 767
1.11/0.63	c Got one! Elapsed wall clock time (in seconds):0.527
1.11/0.63	o 766
1.11/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
1.11/0.64	o 730
1.11/0.65	c Got one! Elapsed wall clock time (in seconds):0.545
1.11/0.65	o 729
1.11/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
1.11/0.66	o 723
1.11/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
1.11/0.67	o 719
1.11/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.11/0.68	o 716
1.11/0.69	c Got one! Elapsed wall clock time (in seconds):0.581
1.11/0.69	o 713
1.11/0.69	c Got one! Elapsed wall clock time (in seconds):0.589
1.11/0.69	o 705
1.39/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.39/0.70	o 703
1.39/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.39/0.71	o 701
1.39/0.72	c Got one! Elapsed wall clock time (in seconds):0.615
1.39/0.72	o 699
1.39/0.73	c Got one! Elapsed wall clock time (in seconds):0.625
1.39/0.73	o 697
1.39/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.39/0.74	o 695
1.39/0.75	c Got one! Elapsed wall clock time (in seconds):0.646
1.39/0.75	o 691
1.39/0.76	c Got one! Elapsed wall clock time (in seconds):0.659
1.39/0.76	o 607
1.39/0.77	c Got one! Elapsed wall clock time (in seconds):0.667
1.39/0.77	o 606
1.39/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.39/0.78	o 604
1.39/0.79	c Got one! Elapsed wall clock time (in seconds):0.687
1.39/0.79	o 603
1.57/0.80	c Got one! Elapsed wall clock time (in seconds):0.697
1.57/0.80	o 601
1.57/0.81	c Got one! Elapsed wall clock time (in seconds):0.705
1.57/0.81	o 600
1.57/0.82	c Got one! Elapsed wall clock time (in seconds):0.711
1.57/0.82	o 599
1.57/0.83	c Got one! Elapsed wall clock time (in seconds):0.723
1.57/0.83	o 597
1.57/0.84	c Got one! Elapsed wall clock time (in seconds):0.732
1.57/0.84	o 595
1.57/0.84	c Got one! Elapsed wall clock time (in seconds):0.739
1.57/0.84	o 569
1.57/0.86	c Got one! Elapsed wall clock time (in seconds):0.751
1.57/0.86	o 403
1.57/0.87	c Got one! Elapsed wall clock time (in seconds):0.766
1.57/0.87	o 378
1.57/0.89	c Got one! Elapsed wall clock time (in seconds):0.782
1.57/0.89	o 377
1.72/0.90	c Got one! Elapsed wall clock time (in seconds):0.792
1.72/0.90	o 376
1.72/0.91	c Got one! Elapsed wall clock time (in seconds):0.804
1.72/0.91	o 373
1.72/0.92	c Got one! Elapsed wall clock time (in seconds):0.819
1.72/0.92	o 355
1.72/0.94	c Got one! Elapsed wall clock time (in seconds):0.833
1.72/0.94	o 334
1.72/0.95	c Got one! Elapsed wall clock time (in seconds):0.844
1.72/0.95	o 333
1.72/0.96	c Got one! Elapsed wall clock time (in seconds):0.853
1.72/0.96	o 332
1.72/0.97	c Got one! Elapsed wall clock time (in seconds):0.866
1.72/0.97	o 328
1.72/0.98	c Got one! Elapsed wall clock time (in seconds):0.88
1.72/0.98	o 323
1.82/1.01	c Got one! Elapsed wall clock time (in seconds):0.9
1.82/1.01	o 321
1.82/1.03	c Got one! Elapsed wall clock time (in seconds):0.929
1.82/1.03	o 320
1.82/1.05	c Got one! Elapsed wall clock time (in seconds):0.946
1.82/1.05	o 317
1.82/1.06	c Got one! Elapsed wall clock time (in seconds):0.954
1.82/1.06	o 315
1.82/1.07	c Got one! Elapsed wall clock time (in seconds):0.962
1.82/1.07	o 313
1.82/1.08	c Got one! Elapsed wall clock time (in seconds):0.973
1.82/1.08	o 312
1.82/1.09	c Got one! Elapsed wall clock time (in seconds):0.984
1.82/1.09	o 311
1.82/1.10	c Got one! Elapsed wall clock time (in seconds):0.993
1.82/1.10	o 307
1.93/1.11	c Got one! Elapsed wall clock time (in seconds):1.003
1.93/1.11	o 306
1.93/1.12	c Got one! Elapsed wall clock time (in seconds):1.018
1.93/1.12	o 303
1.93/1.14	c Got one! Elapsed wall clock time (in seconds):1.031
1.93/1.14	o 260
1.93/1.15	c Got one! Elapsed wall clock time (in seconds):1.041
1.93/1.15	o 258
1.93/1.16	c Got one! Elapsed wall clock time (in seconds):1.055
1.93/1.16	o 257
1.93/1.17	c Got one! Elapsed wall clock time (in seconds):1.064
1.93/1.17	o 255
1.93/1.18	c Got one! Elapsed wall clock time (in seconds):1.076
1.93/1.18	o 244
1.93/1.19	c Got one! Elapsed wall clock time (in seconds):1.086
1.93/1.19	o 242
2.02/1.21	c Got one! Elapsed wall clock time (in seconds):1.105
2.02/1.21	o 241
2.02/1.23	c Got one! Elapsed wall clock time (in seconds):1.124
2.02/1.23	o 240
2.02/1.25	c Got one! Elapsed wall clock time (in seconds):1.144
2.02/1.25	o 212
2.02/1.27	c Got one! Elapsed wall clock time (in seconds):1.162
2.02/1.27	o 186
2.02/1.29	c Got one! Elapsed wall clock time (in seconds):1.184
2.02/1.29	o 174
2.14/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
2.14/1.30	o 172
2.14/1.31	c Got one! Elapsed wall clock time (in seconds):1.209
2.14/1.31	o 171
2.14/1.34	c Got one! Elapsed wall clock time (in seconds):1.235
2.14/1.34	o 169
2.14/1.36	c Got one! Elapsed wall clock time (in seconds):1.253
2.14/1.36	o 168
2.14/1.37	c Got one! Elapsed wall clock time (in seconds):1.265
2.14/1.37	o 167
2.14/1.39	c Got one! Elapsed wall clock time (in seconds):1.281
2.14/1.39	o 165
2.23/1.43	c Got one! Elapsed wall clock time (in seconds):1.323
2.23/1.43	o 163
2.23/1.44	c Got one! Elapsed wall clock time (in seconds):1.336
2.23/1.44	o 152
2.23/1.46	c Got one! Elapsed wall clock time (in seconds):1.351
2.23/1.46	o 151
2.23/1.47	c Got one! Elapsed wall clock time (in seconds):1.363
2.23/1.47	o 150
2.34/1.51	c Got one! Elapsed wall clock time (in seconds):1.407
2.34/1.51	o 148
2.34/1.54	c Got one! Elapsed wall clock time (in seconds):1.433
2.34/1.54	o 147
2.34/1.55	c Got one! Elapsed wall clock time (in seconds):1.445
2.34/1.55	o 145
2.34/1.56	c Got one! Elapsed wall clock time (in seconds):1.458
2.34/1.56	o 144
2.34/1.57	c Got one! Elapsed wall clock time (in seconds):1.467
2.34/1.57	o 143
2.34/1.59	c Got one! Elapsed wall clock time (in seconds):1.488
2.34/1.59	o 142
2.44/1.62	c Got one! Elapsed wall clock time (in seconds):1.52
2.44/1.62	o 140
2.44/1.65	c Got one! Elapsed wall clock time (in seconds):1.542
2.44/1.65	o 139
2.44/1.67	c Got one! Elapsed wall clock time (in seconds):1.567
2.44/1.67	o 137
2.44/1.69	c Got one! Elapsed wall clock time (in seconds):1.584
2.44/1.69	o 133
2.54/1.70	c Got one! Elapsed wall clock time (in seconds):1.597
2.54/1.70	o 131
2.54/1.72	c Got one! Elapsed wall clock time (in seconds):1.611
2.54/1.72	o 130
2.54/1.75	c Got one! Elapsed wall clock time (in seconds):1.64
2.54/1.75	o 126
2.54/1.77	c Got one! Elapsed wall clock time (in seconds):1.668
2.54/1.77	o 124
2.54/1.79	c Got one! Elapsed wall clock time (in seconds):1.684
2.54/1.79	o 123
2.63/1.81	c Got one! Elapsed wall clock time (in seconds):1.704
2.63/1.81	o 121
2.63/1.83	c Got one! Elapsed wall clock time (in seconds):1.724
2.63/1.83	o 119
2.63/1.86	c Got one! Elapsed wall clock time (in seconds):1.752
2.63/1.86	o 118
2.63/1.88	c Got one! Elapsed wall clock time (in seconds):1.774
2.63/1.88	o 117
2.73/1.90	c Got one! Elapsed wall clock time (in seconds):1.795
2.73/1.90	o 116
2.73/1.93	c Got one! Elapsed wall clock time (in seconds):1.823
2.73/1.93	o 115
2.73/1.94	c Got one! Elapsed wall clock time (in seconds):1.836
2.73/1.94	o 113
2.73/1.97	c Got one! Elapsed wall clock time (in seconds):1.869
2.73/1.97	o 111
2.84/2.00	c Got one! Elapsed wall clock time (in seconds):1.893
2.84/2.00	o 96
2.84/2.02	c Got one! Elapsed wall clock time (in seconds):1.919
2.84/2.02	o 85
2.84/2.05	c Got one! Elapsed wall clock time (in seconds):1.942
2.84/2.05	o 84
2.84/2.07	c Got one! Elapsed wall clock time (in seconds):1.964
2.84/2.07	o 83
2.95/2.10	c Got one! Elapsed wall clock time (in seconds):1.999
2.95/2.10	o 81
2.95/2.12	c Got one! Elapsed wall clock time (in seconds):2.019
2.95/2.12	o 79
2.95/2.15	c Got one! Elapsed wall clock time (in seconds):2.049
2.95/2.15	o 78
2.95/2.19	c Got one! Elapsed wall clock time (in seconds):2.082
2.95/2.19	o 74
3.04/2.21	c Got one! Elapsed wall clock time (in seconds):2.109
3.04/2.21	o 73
3.04/2.23	c Got one! Elapsed wall clock time (in seconds):2.123
3.04/2.23	o 72
3.04/2.25	c Got one! Elapsed wall clock time (in seconds):2.146
3.04/2.25	o 70
3.04/2.28	c Got one! Elapsed wall clock time (in seconds):2.177
3.04/2.28	o 69
3.15/2.32	c Got one! Elapsed wall clock time (in seconds):2.215
3.15/2.32	o 68
3.15/2.34	c Got one! Elapsed wall clock time (in seconds):2.235
3.15/2.34	o 58
3.15/2.38	c Got one! Elapsed wall clock time (in seconds):2.278
3.15/2.38	o 57
3.26/2.42	c Got one! Elapsed wall clock time (in seconds):2.31
3.26/2.42	o 55
3.26/2.44	c Got one! Elapsed wall clock time (in seconds):2.339
3.26/2.44	o 49
3.26/2.48	c Got one! Elapsed wall clock time (in seconds):2.37
3.26/2.48	o 47
3.36/2.52	c Got one! Elapsed wall clock time (in seconds):2.411
3.36/2.52	o 45
3.36/2.56	c Got one! Elapsed wall clock time (in seconds):2.45
3.36/2.56	o 44
3.36/2.57	c Got one! Elapsed wall clock time (in seconds):2.467
3.36/2.57	o 43
3.46/2.61	c Got one! Elapsed wall clock time (in seconds):2.5
3.46/2.61	o 42
3.46/2.65	c Got one! Elapsed wall clock time (in seconds):2.542
3.46/2.65	o 41
3.46/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
3.46/2.68	o 40
3.56/2.72	c Got one! Elapsed wall clock time (in seconds):2.616
3.56/2.72	o 39
3.56/2.75	c Got one! Elapsed wall clock time (in seconds):2.648
3.56/2.75	o 38
3.56/2.79	c Got one! Elapsed wall clock time (in seconds):2.686
3.56/2.79	o 37
3.66/2.83	c Got one! Elapsed wall clock time (in seconds):2.723
3.66/2.83	o 35
3.66/2.88	c Got one! Elapsed wall clock time (in seconds):2.776
3.66/2.88	o 33
3.76/2.94	c Got one! Elapsed wall clock time (in seconds):2.839
3.76/2.94	o 31
3.76/2.98	c Got one! Elapsed wall clock time (in seconds):2.87
3.76/2.98	o 29
3.86/3.02	c Got one! Elapsed wall clock time (in seconds):2.912
3.86/3.02	o 28
3.96/3.12	c Got one! Elapsed wall clock time (in seconds):3.012
3.96/3.12	o 27
3.96/3.16	c Got one! Elapsed wall clock time (in seconds):3.059
3.96/3.16	o 25
4.06/3.25	c Got one! Elapsed wall clock time (in seconds):3.147
4.06/3.25	o 24
4.17/3.33	c Got one! Elapsed wall clock time (in seconds):3.23
4.17/3.33	o 23
4.27/3.41	c Got one! Elapsed wall clock time (in seconds):3.301
4.27/3.41	o 22
4.27/3.45	c Got one! Elapsed wall clock time (in seconds):3.347
4.27/3.45	o 14
4.36/3.55	c Got one! Elapsed wall clock time (in seconds):3.444
4.36/3.55	o 13
4.96/4.16	c Got one! Elapsed wall clock time (in seconds):4.051
4.96/4.16	o 12
5.47/4.68	c Got one! Elapsed wall clock time (in seconds):4.58
5.47/4.68	o 11
5.97/5.11	c Got one! Elapsed wall clock time (in seconds):5.003
5.97/5.11	o 10
6.34/5.43	c Got one! Elapsed wall clock time (in seconds):5.32
6.34/5.43	o 9
6.53/5.64	c Got one! Elapsed wall clock time (in seconds):5.531
6.53/5.64	o 6
11.85/10.92	c Got one! Elapsed wall clock time (in seconds):10.814
11.85/10.92	o 5
22.52/21.54	c Got one! Elapsed wall clock time (in seconds):21.432
22.52/21.54	o 4
57.15/55.95	c Got one! Elapsed wall clock time (in seconds):55.841
57.15/55.95	o 2
1800.02/1796.01	c starts		: 548
1800.02/1796.01	c conflicts		: 1398367
1800.02/1796.01	c decisions		: 1426817
1800.02/1796.01	c propagations		: 9543881
1800.02/1796.01	c inspects		: 18556912847
1800.02/1796.01	c learnt literals	: 0
1800.02/1796.01	c learnt binary clauses	: 2
1800.02/1796.01	c learnt ternary clauses	: 36
1800.02/1796.01	c learnt clauses	: 1398367
1800.02/1796.01	c ignored clauses	: 0
1800.02/1796.01	c root simplifications	: 0
1800.02/1796.01	c removed literals (reason simplification)	: 12677945
1800.02/1796.01	c reason swapping (by a shorter reason)	: 0
1800.02/1796.01	c Calls to reduceDB	: 0
1800.02/1796.01	c speed (assignments/second)	: 5484.784189096385
1800.02/1796.01	c non guided choices	2477
1800.02/1796.08	c learnt constraints type 
1800.02/1796.08	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1398390
1800.02/1796.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.02/1796.08	c constraints type 
1800.02/1796.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
1800.02/1796.08	s SATISFIABLE
1800.02/1796.08	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 x69 x70 x71 x72 x73 -x74 x75 -x76 x77 x78 x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 x89 -x90 x91 -x92 -x93 x94 
1800.02/1796.08	c objective function=2
1800.02/1796.08	c Total wall clock time (in seconds): 1795.971

Verifier Data

OK	2

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-3734709-1338752608/watcher-3734709-1338752608 -o /tmp/evaluation-result-3734709-1338752608/solver-3734709-1338752608 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734709-1338752608.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.00 2.00 2.00 3/194 28140
/proc/meminfo: memFree=24888624/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28140/stat : 28140 (java6) D 28138 28140 26477 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341386225 9515008 182 33554432000 1073741824 1073778376 140735390870432 140735390861464 270707539637 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/28140/statm: 2323 182 140 9 0 71 0

[startup+0.052767 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 28140
/proc/meminfo: memFree=24888624/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 3698 0 1 0 2 1 0 0 20 0 13 0 341386225 2371293184 4906 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 578929 4906 1708 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100264 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 28140
/proc/meminfo: memFree=24888624/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 4693 0 1 0 8 1 0 0 20 0 18 0 341386225 2712133632 6411 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 662142 6411 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 28140
/proc/meminfo: memFree=24888624/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 8052 0 1 0 53 2 0 0 20 0 19 0 341386225 2780295168 10464 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 678783 10464 2221 9 0 669476 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2715132

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 28140
/proc/meminfo: memFree=24888624/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2715132 CPUtime=1.39 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 14376 0 1 0 135 4 0 0 20 0 19 0 341386225 2780295168 22952 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 678783 22952 2233 9 0 669476 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 2715132

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28159
/proc/meminfo: memFree=24776236/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2715132 CPUtime=2.34 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 15244 0 1 0 228 6 0 0 20 0 19 0 341386225 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 678783 41590 2236 9 0 669476 0
[pid=28140/tid=28142] ppid=28138 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/28140/task/28142/stat : 28142 (java) R 28138 28140 26477 0 -1 4202560 2807 0 1 0 142 4 0 0 20 0 19 0 341386226 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453579968944 140453433748582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28143] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28143/stat : 28143 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453564426792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28144] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28144/stat : 28144 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453563373992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28145] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28145/stat : 28145 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453562321192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28146] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28146/stat : 28146 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453561268392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28147] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28147/stat : 28147 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453560216616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28148] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28148/stat : 28148 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453559163816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28149] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28149/stat : 28149 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453558111016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28150] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28150/stat : 28150 (java) S 28138 28140 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453557058216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28151] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28151/stat : 28151 (java) S 28138 28140 26477 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341386228 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453426989544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28152] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28152/stat : 28152 (java) S 28138 28140 26477 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453425935608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28153] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28153/stat : 28153 (java) S 28138 28140 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453424882696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28154] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28154/stat : 28154 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453423831184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28155] ppid=28138 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/28140/task/28155/stat : 28155 (java) S 28138 28140 26477 0 -1 4202560 7578 0 0 0 44 0 0 0 20 0 19 0 341386231 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453422779320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28156] ppid=28138 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/28140/task/28156/stat : 28156 (java) S 28138 28140 26477 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 341386231 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453421726520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28157] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28157/stat : 28157 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453420673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28158] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28158/stat : 28158 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453419621320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28159] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28159/stat : 28159 (java) S 28138 28140 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341386239 2780295168 41590 33554432000 1073741824 1073778376 140736517984672 140453418566824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 2715132

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28159
/proc/meminfo: memFree=24691524/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2715132 CPUtime=3.96 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 15288 0 1 0 389 7 0 0 20 0 19 0 341386225 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 678783 64118 2236 9 0 669476 0
[pid=28140/tid=28142] ppid=28138 vsize=2715132 CPUtime=3.06 cores=0,2,4,6
/proc/28140/task/28142/stat : 28142 (java) R 28138 28140 26477 0 -1 4202560 2851 0 1 0 300 6 0 0 20 0 19 0 341386226 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453579968944 140453433851131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28143] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28143/stat : 28143 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453564426792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28144] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28144/stat : 28144 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453563373992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28145] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28145/stat : 28145 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453562321192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28146] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28146/stat : 28146 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453561268392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28147] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28147/stat : 28147 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453560216616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28148] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28148/stat : 28148 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453559163816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28149] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28149/stat : 28149 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453558111016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28150] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28150/stat : 28150 (java) S 28138 28140 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453557058216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28151] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28151/stat : 28151 (java) S 28138 28140 26477 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341386228 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453426989544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28152] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28152/stat : 28152 (java) S 28138 28140 26477 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453425935608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28153] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28153/stat : 28153 (java) S 28138 28140 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453424882696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28154] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28154/stat : 28154 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453423831184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28155] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28155/stat : 28155 (java) S 28138 28140 26477 0 -1 4202560 7578 0 0 0 46 0 0 0 20 0 19 0 341386231 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453422779320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28156] ppid=28138 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/28140/task/28156/stat : 28156 (java) S 28138 28140 26477 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 341386231 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453421726520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28157] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28157/stat : 28157 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453420673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28158] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28158/stat : 28158 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453419621320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28159] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28159/stat : 28159 (java) S 28138 28140 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341386239 2780295168 64118 33554432000 1073741824 1073778376 140736517984672 140453418566824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28159
/proc/meminfo: memFree=24508940/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2715132 CPUtime=7.24 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 15394 0 1 0 713 11 0 0 20 0 19 0 341386225 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 678783 96761 2250 9 0 669476 0
[pid=28140/tid=28142] ppid=28138 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/28140/task/28142/stat : 28142 (java) R 28138 28140 26477 0 -1 4202560 2913 0 1 0 616 8 0 0 20 0 19 0 341386226 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453579968944 140453433749256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28143] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28143/stat : 28143 (java) S 28138 28140 26477 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453564426792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28144] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28144/stat : 28144 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453563373992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28145] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28145/stat : 28145 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453562321192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28146] ppid=28138 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/28140/task/28146/stat : 28146 (java) S 28138 28140 26477 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 341386227 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453561268392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28147] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28147/stat : 28147 (java) S 28138 28140 26477 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453560216616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28148] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28148/stat : 28148 (java) S 28138 28140 26477 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453559163816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28149] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28149/stat : 28149 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453558111016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28150] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28150/stat : 28150 (java) S 28138 28140 26477 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341386227 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453557058216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28151] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28151/stat : 28151 (java) S 28138 28140 26477 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341386228 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453426989544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28152] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28152/stat : 28152 (java) S 28138 28140 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453425935608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28153] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28153/stat : 28153 (java) S 28138 28140 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453424882696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28154] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28154/stat : 28154 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453423831184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28155] ppid=28138 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/28140/task/28155/stat : 28155 (java) S 28138 28140 26477 0 -1 4202560 7578 0 0 0 47 0 0 0 20 0 19 0 341386231 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453422779320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28156] ppid=28138 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/28140/task/28156/stat : 28156 (java) S 28138 28140 26477 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 341386231 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453421726520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28157] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28157/stat : 28157 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453420673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28158] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28158/stat : 28158 (java) S 28138 28140 26477 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453419621320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28159] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28159/stat : 28159 (java) S 28138 28140 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341386239 2780295168 96761 33554432000 1073741824 1073778376 140736517984672 140453418566824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=28140/tid=28148] ppid=28138 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/28140/task/28148/stat : 28148 (java) S 28138 28140 26477 0 -1 4202560 156 0 0 0 40 3 0 0 20 0 19 0 341386227 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453559163816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28149] ppid=28138 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/28140/task/28149/stat : 28149 (java) S 28138 28140 26477 0 -1 4202560 273 0 0 0 42 3 0 0 20 0 19 0 341386227 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453558111016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28150] ppid=28138 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/28140/task/28150/stat : 28150 (java) S 28138 28140 26477 0 -1 4202560 274 0 0 0 46 3 0 0 20 0 19 0 341386227 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453557058216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28151] ppid=28138 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/28140/task/28151/stat : 28151 (java) S 28138 28140 26477 0 -1 4202560 44 0 0 0 1 1 0 0 20 0 19 0 341386228 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453426989544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28152] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28152/stat : 28152 (java) S 28138 28140 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453425935608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28153] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28153/stat : 28153 (java) S 28138 28140 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453424882696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28154] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28154/stat : 28154 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453423831184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28155] ppid=28138 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/28140/task/28155/stat : 28155 (java) S 28138 28140 26477 0 -1 4202560 7618 0 0 0 59 0 0 0 20 0 19 0 341386231 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453422779320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28156] ppid=28138 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/28140/task/28156/stat : 28156 (java) S 28138 28140 26477 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 341386231 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453421726520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28157] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28157/stat : 28157 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453420673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28158] ppid=28138 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/28140/task/28158/stat : 28158 (java) S 28138 28140 26477 0 -1 4202560 96 0 0 0 32 30 0 0 20 0 19 0 341386231 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453419621320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28159] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28159/stat : 28159 (java) S 28138 28140 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341386239 2780295168 177282 33554432000 1073741824 1073778376 140736517984672 140453418566824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.16
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.03 3/213 28257
/proc/meminfo: memFree=24782248/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2715132 CPUtime=1726.29 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 17368 0 1 0 172557 72 0 0 20 0 19 0 341386225 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 678783 184962 2250 9 0 669476 0
[pid=28140/tid=28142] ppid=28138 vsize=2715132 CPUtime=1721.26 cores=0,2,4,6
/proc/28140/task/28142/stat : 28142 (java) R 28138 28140 26477 0 -1 4202560 2939 0 1 0 172090 36 0 0 20 0 19 0 341386226 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453579976264 140453434130966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28143] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28143/stat : 28143 (java) S 28138 28140 26477 0 -1 4202560 162 0 0 0 43 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453564426792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28144] ppid=28138 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/28140/task/28144/stat : 28144 (java) S 28138 28140 26477 0 -1 4202560 314 0 0 0 34 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453563373992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28145] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28145/stat : 28145 (java) S 28138 28140 26477 0 -1 4202560 305 0 0 0 42 4 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453562321192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28146] ppid=28138 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/28140/task/28146/stat : 28146 (java) S 28138 28140 26477 0 -1 4202560 172 0 0 0 34 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453561268392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28147] ppid=28138 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/28140/task/28147/stat : 28147 (java) S 28138 28140 26477 0 -1 4202560 156 0 0 0 36 4 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453560216616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28148] ppid=28138 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/28140/task/28148/stat : 28148 (java) S 28138 28140 26477 0 -1 4202560 158 0 0 0 42 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453559163816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28149] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28149/stat : 28149 (java) S 28138 28140 26477 0 -1 4202560 275 0 0 0 43 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453558111016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28150] ppid=28138 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/28140/task/28150/stat : 28150 (java) S 28138 28140 26477 0 -1 4202560 278 0 0 0 50 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453557058216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28151] ppid=28138 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/28140/task/28151/stat : 28151 (java) S 28138 28140 26477 0 -1 4202560 46 0 0 0 1 1 0 0 20 0 19 0 341386228 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453426989544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28152] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28152/stat : 28152 (java) S 28138 28140 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453425935608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28153] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28153/stat : 28153 (java) S 28138 28140 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453424882696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28154] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28154/stat : 28154 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453423831184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28155] ppid=28138 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/28140/task/28155/stat : 28155 (java) S 28138 28140 26477 0 -1 4202560 7618 0 0 0 59 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453422779320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28156] ppid=28138 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/28140/task/28156/stat : 28156 (java) S 28138 28140 26477 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453421726520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28157] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28157/stat : 28157 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453420673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28158] ppid=28138 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/28140/task/28158/stat : 28158 (java) S 28138 28140 26477 0 -1 4202560 100 0 0 0 33 32 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453419621320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28159] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28159/stat : 28159 (java) S 28138 28140 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341386239 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453418566824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.29
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/213 28257
/proc/meminfo: memFree=24733100/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2715132 CPUtime=1786.3 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 17372 0 1 0 178557 73 0 0 20 0 19 0 341386225 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 678783 184962 2250 9 0 669476 0
[pid=28140/tid=28142] ppid=28138 vsize=2715132 CPUtime=1781.26 cores=0,2,4,6
/proc/28140/task/28142/stat : 28142 (java) R 28138 28140 26477 0 -1 4202560 2939 0 1 0 178089 37 0 0 20 0 19 0 341386226 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453579976144 140453434130966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28143] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28143/stat : 28143 (java) S 28138 28140 26477 0 -1 4202560 162 0 0 0 43 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453564426792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28144] ppid=28138 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/28140/task/28144/stat : 28144 (java) S 28138 28140 26477 0 -1 4202560 314 0 0 0 34 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453563373992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28145] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28145/stat : 28145 (java) S 28138 28140 26477 0 -1 4202560 305 0 0 0 42 4 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453562321192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28146] ppid=28138 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/28140/task/28146/stat : 28146 (java) S 28138 28140 26477 0 -1 4202560 172 0 0 0 34 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453561268392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28147] ppid=28138 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/28140/task/28147/stat : 28147 (java) S 28138 28140 26477 0 -1 4202560 156 0 0 0 36 4 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453560216616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28148] ppid=28138 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/28140/task/28148/stat : 28148 (java) S 28138 28140 26477 0 -1 4202560 158 0 0 0 42 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453559163816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28149] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28149/stat : 28149 (java) S 28138 28140 26477 0 -1 4202560 275 0 0 0 43 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453558111016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28150] ppid=28138 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/28140/task/28150/stat : 28150 (java) S 28138 28140 26477 0 -1 4202560 278 0 0 0 50 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453557058216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28151] ppid=28138 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/28140/task/28151/stat : 28151 (java) S 28138 28140 26477 0 -1 4202560 46 0 0 0 1 1 0 0 20 0 19 0 341386228 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453426989544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28152] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28152/stat : 28152 (java) S 28138 28140 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453425935608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28153] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28153/stat : 28153 (java) S 28138 28140 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453424882696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28154] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28154/stat : 28154 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453423831184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28155] ppid=28138 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/28140/task/28155/stat : 28155 (java) S 28138 28140 26477 0 -1 4202560 7618 0 0 0 59 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453422779320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28156] ppid=28138 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/28140/task/28156/stat : 28156 (java) S 28138 28140 26477 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453421726520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28157] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28157/stat : 28157 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453420673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28158] ppid=28138 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/28140/task/28158/stat : 28158 (java) S 28138 28140 26477 0 -1 4202560 104 0 0 0 34 34 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453419621320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28159] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28159/stat : 28159 (java) S 28138 28140 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341386239 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453418566824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.3
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.00 2.03 2.02 3/213 28257
/proc/meminfo: memFree=24733100/32873648 swapFree=6864/6864
[pid=28140] ppid=28138 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/28140/stat : 28140 (java) S 28138 28140 26477 0 -1 4202496 17372 0 1 0 179928 74 0 0 20 0 19 0 341386225 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140736517975808 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/28140/statm: 678783 184962 2250 9 0 669476 0
[pid=28140/tid=28142] ppid=28138 vsize=2715132 CPUtime=1794.97 cores=0,2,4,6
/proc/28140/task/28142/stat : 28142 (java) R 28138 28140 26477 0 -1 4202560 2939 0 1 0 179460 37 0 0 20 0 19 0 341386226 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453579976144 140453434130966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28143] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28143/stat : 28143 (java) S 28138 28140 26477 0 -1 4202560 162 0 0 0 43 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453564426792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28144] ppid=28138 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/28140/task/28144/stat : 28144 (java) S 28138 28140 26477 0 -1 4202560 314 0 0 0 34 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453563373992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28145] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28145/stat : 28145 (java) S 28138 28140 26477 0 -1 4202560 305 0 0 0 42 4 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453562321192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28146] ppid=28138 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/28140/task/28146/stat : 28146 (java) S 28138 28140 26477 0 -1 4202560 172 0 0 0 34 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453561268392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28140/tid=28147] ppid=28138 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/28140/task/28147/stat : 28147 (java) S 28138 28140 26477 0 -1 4202560 156 0 0 0 36 4 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453560216616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28148] ppid=28138 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/28140/task/28148/stat : 28148 (java) S 28138 28140 26477 0 -1 4202560 158 0 0 0 42 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453559163816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28149] ppid=28138 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/28140/task/28149/stat : 28149 (java) S 28138 28140 26477 0 -1 4202560 275 0 0 0 43 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453558111016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28150] ppid=28138 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/28140/task/28150/stat : 28150 (java) S 28138 28140 26477 0 -1 4202560 278 0 0 0 50 3 0 0 20 0 19 0 341386227 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453557058216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28151] ppid=28138 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/28140/task/28151/stat : 28151 (java) S 28138 28140 26477 0 -1 4202560 46 0 0 0 1 1 0 0 20 0 19 0 341386228 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453426989544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28152] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28152/stat : 28152 (java) S 28138 28140 26477 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453425935608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28153] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28153/stat : 28153 (java) S 28138 28140 26477 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341386229 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453424882696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28154] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28154/stat : 28154 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453423831184 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28155] ppid=28138 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/28140/task/28155/stat : 28155 (java) S 28138 28140 26477 0 -1 4202560 7618 0 0 0 59 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453422779320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28140/tid=28156] ppid=28138 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/28140/task/28156/stat : 28156 (java) S 28138 28140 26477 0 -1 4202560 3659 0 0 0 39 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453421726520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28157] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28157/stat : 28157 (java) S 28138 28140 26477 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453420673912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28140/tid=28158] ppid=28138 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/28140/task/28158/stat : 28158 (java) S 28138 28140 26477 0 -1 4202560 104 0 0 0 34 34 0 0 20 0 19 0 341386231 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453419621320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28140/tid=28159] ppid=28138 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28140/task/28159/stat : 28159 (java) S 28138 28140 26477 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341386239 2780295168 184962 33554432000 1073741824 1073778376 140736517984672 140453418566824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

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): 1796.08
CPU time (s): 1800.57
CPU user time (s): 1799.44
CPU system time (s): 1.13383
CPU usage (%): 100.25
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 1.13383
maximum resident set size= 740032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17422
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38555
involuntary context switches= 9978

runsolver used 5.95209 second user time and 15.4606 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 21:43:28
IDJOB=3734709
IDBENCH=2896
IDSOLVER=2322
FILE ID=node125/3734709-1338752608
RUNJOBID= node125-1338739222-26493
PBS_JOBID= 14636772
Free space on /tmp= 70444 MiB

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

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1142445206

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:        24888608 kB
Buffers:          614476 kB
Cached:          5090096 kB
SwapCached:         2308 kB
Active:          3861080 kB
Inactive:        3214500 kB
Active(anon):    1361784 kB
Inactive(anon):     9240 kB
Active(file):    2499296 kB
Inactive(file):  3205260 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:                52 kB
Writeback:             0 kB
AnonPages:       1373560 kB
Mapped:            22424 kB
Shmem:                96 kB
Slab:             768840 kB
SReclaimable:     212616 kB
SUnreclaim:       556224 kB
KernelStack:        1600 kB
PageTables:         6896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1517280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 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= 70440 MiB
End job on node125 at 2012-06-03 22:13:26