Trace number 3734973

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.1OPT1 830.28 827.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.1726
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
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.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.1.1.v20090612
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version	1.6.0_24
0.01/0.07	c os.name	Linux
0.01/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch	amd64
0.01/0.07	c Free memory 1299577560
0.01/0.07	c Max memory 1306394624
0.01/0.07	c Total memory 1306394624
0.01/0.07	c Number of processors 8
0.01/0.09	c Pseudo Boolean Optimization
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c Stops conflict analysis at the first Unique Implication Point
0.01/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.01/0.09	c Expensive reason simplification
0.01/0.09	c MiniSAT restarts strategy
0.01/0.09	c Memory based learned constraints deletion strategy
0.01/0.09	c timeout=2147483s
0.01/0.09	c DB Simplification allowed=false
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3734973-1338753638.opb
0.01/0.09	c reading problem ... 
0.11/0.11	c ... done. Wall clock time 0.022s.
0.11/0.11	c #vars     94
0.11/0.11	c #constraints  8
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.11/0.17	c SATISFIABLE
0.11/0.17	c OPTIMIZING...
0.11/0.17	c Got one! Elapsed wall clock time (in seconds):0.083
0.11/0.17	o 1717
0.35/0.20	c Got one! Elapsed wall clock time (in seconds):0.113
0.35/0.20	o 1670
0.35/0.22	c Got one! Elapsed wall clock time (in seconds):0.126
0.35/0.22	o 1669
0.35/0.23	c Got one! Elapsed wall clock time (in seconds):0.136
0.35/0.23	o 1643
0.35/0.24	c Got one! Elapsed wall clock time (in seconds):0.145
0.35/0.24	o 1641
0.35/0.24	c Got one! Elapsed wall clock time (in seconds):0.154
0.35/0.24	o 1565
0.35/0.26	c Got one! Elapsed wall clock time (in seconds):0.165
0.35/0.26	o 1563
0.35/0.27	c Got one! Elapsed wall clock time (in seconds):0.175
0.35/0.27	o 1243
0.35/0.27	c Got one! Elapsed wall clock time (in seconds):0.183
0.35/0.27	o 1239
0.35/0.28	c Got one! Elapsed wall clock time (in seconds):0.19
0.35/0.28	o 1224
0.35/0.29	c Got one! Elapsed wall clock time (in seconds):0.196
0.35/0.29	o 1223
0.35/0.29	c Got one! Elapsed wall clock time (in seconds):0.203
0.35/0.29	o 1221
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.21
0.56/0.30	o 1218
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.216
0.56/0.31	o 1213
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.222
0.56/0.31	o 1210
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.228
0.56/0.32	o 1206
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.235
0.56/0.33	o 1205
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.242
0.56/0.33	o 1204
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.25
0.56/0.34	o 1203
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.257
0.56/0.35	o 1191
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.264
0.56/0.35	o 1104
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.271
0.56/0.36	o 1098
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.278
0.56/0.37	o 1094
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.285
0.56/0.38	o 1091
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.294
0.56/0.38	o 1089
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.301
0.56/0.39	o 1035
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.309
0.67/0.40	o 1034
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.317
0.67/0.41	o 1016
0.67/0.42	c Got one! Elapsed wall clock time (in seconds):0.325
0.67/0.42	o 1015
0.67/0.42	c Got one! Elapsed wall clock time (in seconds):0.334
0.67/0.42	o 984
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.34
0.67/0.43	o 982
0.67/0.44	c Got one! Elapsed wall clock time (in seconds):0.347
0.67/0.44	o 965
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.356
0.67/0.45	o 907
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.362
0.67/0.45	o 906
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.368
0.67/0.46	o 904
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.375
0.67/0.47	o 903
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.382
0.67/0.47	o 901
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.39
0.67/0.48	o 898
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.398
0.67/0.49	o 894
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.404
0.67/0.49	o 893
0.88/0.50	c Got one! Elapsed wall clock time (in seconds):0.413
0.88/0.50	o 891
0.88/0.51	c Got one! Elapsed wall clock time (in seconds):0.423
0.88/0.51	o 889
0.88/0.52	c Got one! Elapsed wall clock time (in seconds):0.432
0.88/0.52	o 888
0.88/0.53	c Got one! Elapsed wall clock time (in seconds):0.44
0.88/0.53	o 887
0.88/0.54	c Got one! Elapsed wall clock time (in seconds):0.449
0.88/0.54	o 879
0.88/0.55	c Got one! Elapsed wall clock time (in seconds):0.457
0.88/0.55	o 876
0.88/0.56	c Got one! Elapsed wall clock time (in seconds):0.465
0.88/0.56	o 875
0.88/0.56	c Got one! Elapsed wall clock time (in seconds):0.471
0.88/0.56	o 871
0.88/0.57	c Got one! Elapsed wall clock time (in seconds):0.477
0.88/0.57	o 869
0.88/0.58	c Got one! Elapsed wall clock time (in seconds):0.486
0.88/0.58	o 867
0.88/0.59	c Got one! Elapsed wall clock time (in seconds):0.496
0.88/0.59	o 866
0.88/0.59	c Got one! Elapsed wall clock time (in seconds):0.503
0.88/0.59	o 865
1.17/0.60	c Got one! Elapsed wall clock time (in seconds):0.51
1.17/0.60	o 863
1.17/0.61	c Got one! Elapsed wall clock time (in seconds):0.518
1.17/0.61	o 854
1.17/0.62	c Got one! Elapsed wall clock time (in seconds):0.524
1.17/0.62	o 849
1.17/0.62	c Got one! Elapsed wall clock time (in seconds):0.531
1.17/0.62	o 848
1.17/0.63	c Got one! Elapsed wall clock time (in seconds):0.538
1.17/0.63	o 847
1.17/0.63	c Got one! Elapsed wall clock time (in seconds):0.544
1.17/0.63	o 844
1.17/0.64	c Got one! Elapsed wall clock time (in seconds):0.552
1.17/0.64	o 826
1.17/0.65	c Got one! Elapsed wall clock time (in seconds):0.56
1.17/0.65	o 824
1.17/0.66	c Got one! Elapsed wall clock time (in seconds):0.567
1.17/0.66	o 822
1.17/0.66	c Got one! Elapsed wall clock time (in seconds):0.574
1.17/0.66	o 821
1.17/0.67	c Got one! Elapsed wall clock time (in seconds):0.582
1.17/0.67	o 815
1.17/0.68	c Got one! Elapsed wall clock time (in seconds):0.592
1.17/0.68	o 814
1.17/0.69	c Got one! Elapsed wall clock time (in seconds):0.602
1.17/0.69	o 813
1.36/0.70	c Got one! Elapsed wall clock time (in seconds):0.609
1.36/0.70	o 809
1.36/0.71	c Got one! Elapsed wall clock time (in seconds):0.619
1.36/0.71	o 801
1.36/0.72	c Got one! Elapsed wall clock time (in seconds):0.629
1.36/0.72	o 793
1.36/0.73	c Got one! Elapsed wall clock time (in seconds):0.637
1.36/0.73	o 792
1.36/0.74	c Got one! Elapsed wall clock time (in seconds):0.647
1.36/0.74	o 783
1.36/0.75	c Got one! Elapsed wall clock time (in seconds):0.655
1.36/0.75	o 782
1.36/0.76	c Got one! Elapsed wall clock time (in seconds):0.665
1.36/0.76	o 357
1.36/0.76	c Got one! Elapsed wall clock time (in seconds):0.672
1.36/0.76	o 353
1.36/0.77	c Got one! Elapsed wall clock time (in seconds):0.683
1.36/0.77	o 336
1.36/0.79	c Got one! Elapsed wall clock time (in seconds):0.695
1.36/0.79	o 335
1.48/0.80	c Got one! Elapsed wall clock time (in seconds):0.707
1.48/0.80	o 332
1.48/0.81	c Got one! Elapsed wall clock time (in seconds):0.716
1.48/0.81	o 330
1.48/0.82	c Got one! Elapsed wall clock time (in seconds):0.731
1.48/0.82	o 322
1.48/0.83	c Got one! Elapsed wall clock time (in seconds):0.74
1.48/0.83	o 320
1.48/0.85	c Got one! Elapsed wall clock time (in seconds):0.757
1.48/0.85	o 318
1.48/0.86	c Got one! Elapsed wall clock time (in seconds):0.766
1.48/0.86	o 317
1.48/0.87	c Got one! Elapsed wall clock time (in seconds):0.776
1.48/0.87	o 316
1.48/0.88	c Got one! Elapsed wall clock time (in seconds):0.788
1.48/0.88	o 314
1.48/0.88	c Got one! Elapsed wall clock time (in seconds):0.794
1.48/0.88	o 312
1.64/0.90	c Got one! Elapsed wall clock time (in seconds):0.807
1.64/0.90	o 311
1.64/0.90	c Got one! Elapsed wall clock time (in seconds):0.813
1.64/0.90	o 303
1.64/0.91	c Got one! Elapsed wall clock time (in seconds):0.823
1.64/0.91	o 301
1.64/0.93	c Got one! Elapsed wall clock time (in seconds):0.838
1.64/0.93	o 300
1.64/0.94	c Got one! Elapsed wall clock time (in seconds):0.845
1.64/0.94	o 299
1.64/0.99	c Got one! Elapsed wall clock time (in seconds):0.852
1.64/0.99	o 295
1.64/0.99	c Got one! Elapsed wall clock time (in seconds):0.858
1.64/0.99	o 293
1.64/0.99	c Got one! Elapsed wall clock time (in seconds):0.868
1.64/0.99	o 291
1.64/0.99	c Got one! Elapsed wall clock time (in seconds):0.876
1.64/0.99	o 290
1.64/0.99	c Got one! Elapsed wall clock time (in seconds):0.885
1.64/0.99	o 289
1.64/0.99	c Got one! Elapsed wall clock time (in seconds):0.9
1.64/0.99	o 288
1.64/1.00	c Got one! Elapsed wall clock time (in seconds):0.91
1.64/1.00	o 287
1.74/1.01	c Got one! Elapsed wall clock time (in seconds):0.921
1.74/1.01	o 286
1.74/1.02	c Got one! Elapsed wall clock time (in seconds):0.932
1.74/1.02	o 284
1.74/1.03	c Got one! Elapsed wall clock time (in seconds):0.942
1.74/1.03	o 283
1.74/1.04	c Got one! Elapsed wall clock time (in seconds):0.953
1.74/1.04	o 281
1.74/1.06	c Got one! Elapsed wall clock time (in seconds):0.967
1.74/1.06	o 280
1.74/1.07	c Got one! Elapsed wall clock time (in seconds):0.975
1.74/1.07	o 279
1.74/1.08	c Got one! Elapsed wall clock time (in seconds):0.988
1.74/1.08	o 278
1.74/1.09	c Got one! Elapsed wall clock time (in seconds):0.998
1.74/1.09	o 276
1.74/1.10	c Got one! Elapsed wall clock time (in seconds):1.01
1.74/1.10	o 274
1.85/1.11	c Got one! Elapsed wall clock time (in seconds):1.023
1.85/1.11	o 272
1.85/1.12	c Got one! Elapsed wall clock time (in seconds):1.034
1.85/1.12	o 271
1.85/1.14	c Got one! Elapsed wall clock time (in seconds):1.046
1.85/1.14	o 268
1.85/1.15	c Got one! Elapsed wall clock time (in seconds):1.057
1.85/1.15	o 265
1.85/1.16	c Got one! Elapsed wall clock time (in seconds):1.072
1.85/1.16	o 264
1.85/1.18	c Got one! Elapsed wall clock time (in seconds):1.087
1.85/1.18	o 262
1.85/1.19	c Got one! Elapsed wall clock time (in seconds):1.098
1.85/1.19	o 260
1.96/1.21	c Got one! Elapsed wall clock time (in seconds):1.122
1.96/1.21	o 204
1.96/1.22	c Got one! Elapsed wall clock time (in seconds):1.134
1.96/1.22	o 203
1.96/1.24	c Got one! Elapsed wall clock time (in seconds):1.144
1.96/1.24	o 202
1.96/1.25	c Got one! Elapsed wall clock time (in seconds):1.155
1.96/1.25	o 200
1.96/1.27	c Got one! Elapsed wall clock time (in seconds):1.174
1.96/1.27	o 199
1.96/1.28	c Got one! Elapsed wall clock time (in seconds):1.192
1.96/1.28	o 197
1.96/1.29	c Got one! Elapsed wall clock time (in seconds):1.201
1.96/1.29	o 196
2.06/1.31	c Got one! Elapsed wall clock time (in seconds):1.224
2.06/1.31	o 195
2.06/1.33	c Got one! Elapsed wall clock time (in seconds):1.238
2.06/1.33	o 172
2.06/1.34	c Got one! Elapsed wall clock time (in seconds):1.248
2.06/1.34	o 170
2.06/1.35	c Got one! Elapsed wall clock time (in seconds):1.257
2.06/1.35	o 160
2.06/1.36	c Got one! Elapsed wall clock time (in seconds):1.266
2.06/1.36	o 158
2.06/1.37	c Got one! Elapsed wall clock time (in seconds):1.282
2.06/1.37	o 157
2.06/1.39	c Got one! Elapsed wall clock time (in seconds):1.303
2.06/1.39	o 155
2.16/1.42	c Got one! Elapsed wall clock time (in seconds):1.324
2.16/1.42	o 152
2.16/1.44	c Got one! Elapsed wall clock time (in seconds):1.346
2.16/1.44	o 112
2.16/1.46	c Got one! Elapsed wall clock time (in seconds):1.372
2.16/1.46	o 110
2.16/1.48	c Got one! Elapsed wall clock time (in seconds):1.385
2.16/1.48	o 99
2.26/1.50	c Got one! Elapsed wall clock time (in seconds):1.406
2.26/1.50	o 97
2.26/1.51	c Got one! Elapsed wall clock time (in seconds):1.424
2.26/1.51	o 89
2.26/1.54	c Got one! Elapsed wall clock time (in seconds):1.45
2.26/1.54	o 87
2.26/1.57	c Got one! Elapsed wall clock time (in seconds):1.474
2.26/1.57	o 86
2.26/1.58	c Got one! Elapsed wall clock time (in seconds):1.488
2.26/1.58	o 84
2.36/1.61	c Got one! Elapsed wall clock time (in seconds):1.52
2.36/1.61	o 82
2.36/1.65	c Got one! Elapsed wall clock time (in seconds):1.558
2.36/1.65	o 80
2.36/1.67	c Got one! Elapsed wall clock time (in seconds):1.575
2.36/1.67	o 75
2.36/1.68	c Got one! Elapsed wall clock time (in seconds):1.59
2.36/1.68	o 73
2.46/1.71	c Got one! Elapsed wall clock time (in seconds):1.617
2.46/1.71	o 71
2.46/1.72	c Got one! Elapsed wall clock time (in seconds):1.63
2.46/1.72	o 70
2.46/1.75	c Got one! Elapsed wall clock time (in seconds):1.659
2.46/1.75	o 68
2.46/1.76	c Got one! Elapsed wall clock time (in seconds):1.673
2.46/1.76	o 62
2.46/1.78	c Got one! Elapsed wall clock time (in seconds):1.686
2.46/1.78	o 60
2.46/1.79	c Got one! Elapsed wall clock time (in seconds):1.7
2.46/1.79	o 58
2.56/1.82	c Got one! Elapsed wall clock time (in seconds):1.73
2.56/1.82	o 57
2.56/1.84	c Got one! Elapsed wall clock time (in seconds):1.746
2.56/1.84	o 52
2.56/1.85	c Got one! Elapsed wall clock time (in seconds):1.762
2.56/1.85	o 50
2.56/1.87	c Got one! Elapsed wall clock time (in seconds):1.784
2.56/1.87	o 43
2.66/1.92	c Got one! Elapsed wall clock time (in seconds):1.83
2.66/1.92	o 41
2.66/1.95	c Got one! Elapsed wall clock time (in seconds):1.856
2.66/1.95	o 40
2.66/1.97	c Got one! Elapsed wall clock time (in seconds):1.877
2.66/1.97	o 39
2.66/2.00	c Got one! Elapsed wall clock time (in seconds):1.904
2.66/2.00	o 35
2.77/2.02	c Got one! Elapsed wall clock time (in seconds):1.932
2.77/2.02	o 33
2.77/2.08	c Got one! Elapsed wall clock time (in seconds):1.992
2.77/2.08	o 26
2.77/2.09	c Got one! Elapsed wall clock time (in seconds):2.004
2.77/2.09	o 25
2.90/2.14	c Got one! Elapsed wall clock time (in seconds):2.054
2.90/2.14	o 21
3.00/2.21	c Got one! Elapsed wall clock time (in seconds):2.116
3.00/2.21	o 20
3.00/2.26	c Got one! Elapsed wall clock time (in seconds):2.166
3.00/2.26	o 19
3.09/2.30	c Got one! Elapsed wall clock time (in seconds):2.21
3.09/2.30	o 18
3.09/2.35	c Got one! Elapsed wall clock time (in seconds):2.264
3.09/2.35	o 17
3.19/2.44	c Got one! Elapsed wall clock time (in seconds):2.354
3.19/2.44	o 15
3.19/2.47	c Got one! Elapsed wall clock time (in seconds):2.377
3.19/2.47	o 14
3.19/2.49	c Got one! Elapsed wall clock time (in seconds):2.397
3.19/2.49	o 13
3.29/2.51	c Got one! Elapsed wall clock time (in seconds):2.419
3.29/2.51	o 11
3.29/2.53	c Got one! Elapsed wall clock time (in seconds):2.438
3.29/2.53	o 10
3.29/2.59	c Got one! Elapsed wall clock time (in seconds):2.5
3.29/2.59	o 9
3.49/2.70	c Got one! Elapsed wall clock time (in seconds):2.61
3.49/2.70	o 7
4.30/3.56	c Got one! Elapsed wall clock time (in seconds):3.469
4.30/3.56	o 6
5.90/5.15	c Got one! Elapsed wall clock time (in seconds):5.057
5.90/5.15	o 4
7.23/6.45	c Got one! Elapsed wall clock time (in seconds):6.361
7.23/6.45	o 2
186.08/184.51	c Got one! Elapsed wall clock time (in seconds):184.416
186.08/184.51	o 1
830.28/827.93	c starts		: 458
830.28/827.93	c conflicts		: 761650
830.28/827.93	c decisions		: 786442
830.28/827.93	c propagations		: 5693736
830.28/827.93	c inspects		: 8113810785
830.28/827.93	c learnt literals	: 16
830.28/827.93	c learnt binary clauses	: 109
830.28/827.93	c learnt ternary clauses	: 503
830.28/827.93	c learnt clauses	: 761633
830.28/827.93	c ignored clauses	: 0
830.28/827.93	c root simplifications	: 0
830.28/827.93	c removed literals (reason simplification)	: 6682100
830.28/827.93	c reason swapping (by a shorter reason)	: 0
830.28/827.93	c Calls to reduceDB	: 0
830.28/827.93	c speed (assignments/second)	: 8849.133462745347
830.28/827.93	c non guided choices	2319
830.28/827.93	c learnt constraints type 
830.28/827.93	c constraints type 
830.28/827.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
830.28/827.93	s OPTIMUM FOUND
830.28/827.93	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 
830.28/827.93	c objective function=1
830.28/827.93	c Total wall clock time (in seconds): 827.84

Verifier Data

OK	1

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-3734973-1338753638/watcher-3734973-1338753638 -o /tmp/evaluation-result-3734973-1338753638/solver-3734973-1338753638 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734973-1338753638.opb 

running on 4 cores: 1,3,5,7

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: 1.90 1.98 1.99 3/195 2932
/proc/meminfo: memFree=27967336/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 1207 0 0 0 0 0 0 0 20 0 2 0 341488285 94019584 917 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 22954 917 697 9 0 16769 0
[pid=2932/tid=2933] ppid=2930 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 341488286 95129600 927 33554432000 1073741824 1073778376 140735165011424 140723119791656 212064103719 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0334359 s]
/proc/loadavg: 1.90 1.98 1.99 3/195 2932
/proc/meminfo: memFree=27967336/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2315716 CPUtime=0.01 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 3674 0 1 0 1 0 0 0 20 0 13 0 341488285 2371293184 4881 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 578929 4881 1693 9 0 569630 0
[pid=2932/tid=2933] ppid=2930 vsize=2315716 CPUtime=0.01 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2491 0 1 0 1 0 0 0 20 0 13 0 341488286 2371293184 4881 33554432000 1073741824 1073778376 140735165011424 140723119792368 212076651789 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2315716

[startup+0.100235 s]
/proc/loadavg: 1.90 1.98 1.99 3/195 2932
/proc/meminfo: memFree=27967336/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2648568 CPUtime=0.11 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 4774 0 1 0 10 1 0 0 20 0 18 0 341488285 2712133632 7002 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 662142 7002 2142 9 0 652835 0
[pid=2932/tid=2933] ppid=2930 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2739 0 1 0 6 1 0 0 20 0 18 0 341488286 2712133632 7002 33554432000 1073741824 1073778376 140735165011424 140723119787800 140722942572078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2648568

[startup+0.300255 s]
/proc/loadavg: 1.90 1.98 1.99 3/195 2932
/proc/meminfo: memFree=27967336/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 7908 0 1 0 54 2 0 0 20 0 19 0 341488285 2780295168 10885 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 678783 10885 2220 9 0 669476 0
[pid=2932/tid=2933] ppid=2930 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2761 0 1 0 26 1 0 0 20 0 19 0 341488286 2780295168 10885 33554432000 1073741824 1073778376 140735165011424 140723119797008 212076641336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2715132

[startup+0.700255 s]
/proc/loadavg: 1.90 1.98 1.99 3/195 2932
/proc/meminfo: memFree=27967336/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2715132 CPUtime=1.36 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 14440 0 1 0 133 3 0 0 20 0 19 0 341488285 2780295168 22832 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 678783 22832 2232 9 0 669476 0
[pid=2932/tid=2933] ppid=2930 vsize=2715132 CPUtime=0.67 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2779 0 1 0 65 2 0 0 20 0 19 0 341488286 2780295168 22832 33554432000 1073741824 1073778376 140735165011424 140723119797008 140722942948507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 2715132

[startup+1.50076 s]
/proc/loadavg: 1.90 1.98 1.99 3/214 2951
/proc/meminfo: memFree=27851688/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2715132 CPUtime=2.26 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 14549 0 1 0 222 4 0 0 20 0 19 0 341488285 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 678783 41847 2235 9 0 669476 0
[pid=2932/tid=2933] ppid=2930 vsize=2715132 CPUtime=1.47 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2817 0 1 0 145 2 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723119794856 140722942948054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723104246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723103193512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723102140712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723101087912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723100036136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723098983336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723097930536 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723096877736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341488287 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723084466664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 959 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723083412728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723082359816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723081308304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 959 0 -1 4202560 3542 0 0 0 36 0 0 0 20 0 19 0 341488290 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723080256440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 959 0 -1 4202560 6994 0 0 0 38 0 0 0 20 0 19 0 341488290 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723079203640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723078151032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723077098440 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488297 2780295168 41847 33554432000 1073741824 1073778376 140735165011424 140723076043944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 2715132

[startup+3.10077 s]
/proc/loadavg: 1.90 1.98 1.99 4/214 2951
/proc/meminfo: memFree=27767596/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2715132 CPUtime=3.89 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 14595 0 1 0 384 5 0 0 20 0 19 0 341488285 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 678783 64887 2235 9 0 669476 0
[pid=2932/tid=2933] ppid=2930 vsize=2715132 CPUtime=3.07 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2863 0 1 0 303 4 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723119794888 140722942934057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723104246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723103193512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723102140712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723101087912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723100036136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723098983336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723097930536 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723096877736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341488287 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723084466664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 959 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723083412728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723082359816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723081308304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 959 0 -1 4202560 3542 0 0 0 37 0 0 0 20 0 19 0 341488290 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723080256440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 959 0 -1 4202560 6994 0 0 0 41 0 0 0 20 0 19 0 341488290 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723079203640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723078151032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723077098440 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488297 2780295168 64887 33554432000 1073741824 1073778376 140735165011424 140723076043944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 2715132

[startup+6.30077 s]
/proc/loadavg: 1.90 1.98 1.99 3/214 2951
/proc/meminfo: memFree=27585220/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2715132 CPUtime=7.13 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 14699 0 1 0 705 8 0 0 20 0 19 0 341488285 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 678783 97518 2250 9 0 669476 0
[pid=2932/tid=2933] ppid=2930 vsize=2715132 CPUtime=6.25 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2924 0 1 0 620 5 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723119788464 140722942948513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 959 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723104246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723103193512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723102140712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 959 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723101087912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723100036136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723098983336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723097930536 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341488286 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723096877736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341488287 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723084466664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723083412728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723082359816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723081308304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 959 0 -1 4202560 3542 0 0 0 37 0 0 0 20 0 19 0 341488290 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723080256440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 959 0 -1 4202560 6995 0 0 0 41 0 0 0 20 0 19 0 341488290 2780295168 97518 33554432000 1073741824 1073778376 140735165011424 140723079203640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 959 0 -1 4202560 99 0 0 0 17 3 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723096877736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 959 0 -1 4202560 30 0 0 0 0 1 0 0 20 0 19 0 341488287 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723084466664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723083412728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723082359816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723081308304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 959 0 -1 4202560 3543 0 0 0 37 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723080256440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 959 0 -1 4202560 7028 0 0 0 55 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723079203640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723078151032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=2715132 CPUtime=0.31 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 959 0 -1 4202560 48 0 0 0 12 19 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723077098440 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488297 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723076043944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 827.88
Current children cumulated vsize (KiB) 2715132

[startup+827.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2979
/proc/meminfo: memFree=27086740/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2715132 CPUtime=829.48 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 15959 0 1 0 82904 44 0 0 20 0 19 0 341488285 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 678783 151594 2250 9 0 669476 0
[pid=2932/tid=2933] ppid=2930 vsize=2715132 CPUtime=824.29 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2944 0 1 0 82411 18 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723119797160 140722942777238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 959 0 -1 4202560 117 0 0 0 15 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723104246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 959 0 -1 4202560 148 0 0 0 19 3 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723103193512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=2715132 CPUtime=0.34 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 959 0 -1 4202560 169 0 0 0 30 4 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723102140712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=2715132 CPUtime=0.29 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 959 0 -1 4202560 222 0 0 0 27 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723101087912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=2715132 CPUtime=0.13 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 959 0 -1 4202560 90 0 0 0 11 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723100036136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 959 0 -1 4202560 229 0 0 0 23 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723098983336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 959 0 -1 4202560 110 0 0 0 19 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723097930536 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 959 0 -1 4202560 99 0 0 0 17 3 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723096877736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 959 0 -1 4202560 30 0 0 0 0 1 0 0 20 0 19 0 341488287 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723084466664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723083412728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723082359816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723081308304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 959 0 -1 4202560 3543 0 0 0 37 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723080256440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 959 0 -1 4202560 7028 0 0 0 55 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723079203640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723078151032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=2715132 CPUtime=0.31 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 959 0 -1 4202560 48 0 0 0 12 19 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723077098440 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488297 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723076043944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 829.48
Current children cumulated vsize (KiB) 2715132

[startup+827.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2979
/proc/meminfo: memFree=27086740/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2715132 CPUtime=829.88 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 15959 0 1 0 82944 44 0 0 20 0 19 0 341488285 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 678783 151594 2250 9 0 669476 0
[pid=2932/tid=2933] ppid=2930 vsize=2715132 CPUtime=824.69 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2944 0 1 0 82451 18 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723119797160 140722942777238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 959 0 -1 4202560 117 0 0 0 15 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723104246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 959 0 -1 4202560 148 0 0 0 19 3 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723103193512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=2715132 CPUtime=0.34 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 959 0 -1 4202560 169 0 0 0 30 4 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723102140712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=2715132 CPUtime=0.29 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 959 0 -1 4202560 222 0 0 0 27 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723101087912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=2715132 CPUtime=0.13 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 959 0 -1 4202560 90 0 0 0 11 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723100036136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 959 0 -1 4202560 229 0 0 0 23 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723098983336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 959 0 -1 4202560 110 0 0 0 19 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723097930536 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 959 0 -1 4202560 99 0 0 0 17 3 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723096877736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 959 0 -1 4202560 30 0 0 0 0 1 0 0 20 0 19 0 341488287 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723084466664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723083412728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723082359816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723081308304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 959 0 -1 4202560 3543 0 0 0 37 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723080256440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 959 0 -1 4202560 7028 0 0 0 55 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723079203640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723078151032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=2715132 CPUtime=0.31 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 959 0 -1 4202560 48 0 0 0 12 19 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723077098440 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488297 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723076043944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 829.88
Current children cumulated vsize (KiB) 2715132

[startup+827.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2979
/proc/meminfo: memFree=27086740/32873648 swapFree=7388/7388
[pid=2932] ppid=2930 vsize=2715132 CPUtime=830.28 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 959 0 -1 4202496 15961 0 1 0 82984 44 0 0 20 0 19 0 341488285 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140735165002560 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 678783 151594 2250 9 0 669476 0
[pid=2932/tid=2933] ppid=2930 vsize=2715132 CPUtime=825.08 cores=1,3,5,7
/proc/2932/task/2933/stat : 2933 (java) R 2930 2932 959 0 -1 4202560 2944 0 1 0 82490 18 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723119795040 140722942989172 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 959 0 -1 4202560 117 0 0 0 15 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723104246312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 959 0 -1 4202560 148 0 0 0 19 3 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723103193512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=2715132 CPUtime=0.34 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 959 0 -1 4202560 169 0 0 0 30 4 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723102140712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=2715132 CPUtime=0.29 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 959 0 -1 4202560 222 0 0 0 27 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723101087912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=2715132 CPUtime=0.13 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 959 0 -1 4202560 90 0 0 0 11 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723100036136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 959 0 -1 4202560 229 0 0 0 23 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723098983336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 959 0 -1 4202560 110 0 0 0 19 2 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723097930536 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 959 0 -1 4202560 99 0 0 0 17 3 0 0 20 0 19 0 341488286 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723096877736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 959 0 -1 4202560 31 0 0 0 0 1 0 0 20 0 19 0 341488287 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723084466664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723083412728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341488288 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723082359816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723081308304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 959 0 -1 4202560 3543 0 0 0 37 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723080256440 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 959 0 -1 4202560 7029 0 0 0 56 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723079203640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723078151032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=2715132 CPUtime=0.31 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 959 0 -1 4202560 48 0 0 0 12 19 0 0 20 0 19 0 341488290 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723077098440 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341488297 2780295168 151594 33554432000 1073741824 1073778376 140735165011424 140723076043944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 830.28
Current children cumulated vsize (KiB) 2715132

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2932 and gives
#  childrusage.ru_utime.tv_sec=827
#  childrusage.ru_utime.tv_usec=726166
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=709892
# CPU time returned by wait4() is 828.436
# while last known CPU time is 830.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 827.94
CPU time (s): 830.28
CPU user time (s): 829.84
CPU system time (s): 0.44
CPU usage (%): 100.283
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 827.726
system time used= 0.709892
maximum resident set size= 606420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15975
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17970
involuntary context switches= 8015

runsolver used 5.29619 second user time and 5.48017 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 22:00:38
IDJOB=3734973
IDBENCH=2928
IDSOLVER=2322
FILE ID=node148/3734973-1338753638
RUNJOBID= node148-1338737846-978
PBS_JOBID= 14636767
Free space on /tmp= 71332 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_4.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734973-1338753638/watcher-3734973-1338753638 -o /tmp/evaluation-result-3734973-1338753638/solver-3734973-1338753638 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734973-1338753638.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1337804897

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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.91
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		: 2667.284
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.90
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		: 2667.284
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	: 5331.91
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27967864 kB
Buffers:          602516 kB
Cached:          2946240 kB
SwapCached:          628 kB
Active:          1844168 kB
Inactive:        2129684 kB
Active(anon):     414328 kB
Inactive(anon):    10660 kB
Active(file):    1429840 kB
Inactive(file):  2119024 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:                76 kB
Writeback:             0 kB
AnonPages:        455592 kB
Mapped:            18972 kB
Shmem:                36 kB
Slab:             767492 kB
SReclaimable:     211528 kB
SUnreclaim:       555964 kB
KernelStack:        1608 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1517900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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= 71332 MiB
End job on node148 at 2012-06-03 22:14:26