Trace number 3734863

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)420 1800.36 1793.43

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.1.1.v20090612
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1299577560
0.01/0.08	c Max memory 1306394624
0.01/0.08	c Total memory 1306394624
0.01/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3734863-1338753261.opb
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.058s.
0.10/0.17	c #vars     198
0.10/0.19	c #constraints  16
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
0.28/0.26	c SATISFIABLE
0.28/0.26	c OPTIMIZING...
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.28/0.26	o 3184
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.28/0.29	o 3141
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.207
0.56/0.31	o 2728
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.231
0.56/0.34	o 2718
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.246
0.56/0.35	o 2716
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.262
0.56/0.37	o 2350
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.56/0.38	o 2337
0.71/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.71/0.40	o 2189
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.308
0.71/0.42	o 2188
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.324
0.71/0.43	o 2184
0.71/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.71/0.45	o 1986
0.71/0.47	c Got one! Elapsed wall clock time (in seconds):0.361
0.71/0.47	o 1980
0.71/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.71/0.49	o 1978
0.91/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
0.91/0.50	o 1975
0.91/0.52	c Got one! Elapsed wall clock time (in seconds):0.411
0.91/0.52	o 1974
0.91/0.53	c Got one! Elapsed wall clock time (in seconds):0.425
0.91/0.53	o 1969
0.91/0.55	c Got one! Elapsed wall clock time (in seconds):0.445
0.91/0.55	o 1967
0.91/0.57	c Got one! Elapsed wall clock time (in seconds):0.461
0.91/0.57	o 1966
1.16/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.16/0.60	o 1454
1.16/0.62	c Got one! Elapsed wall clock time (in seconds):0.517
1.16/0.62	o 1450
1.16/0.65	c Got one! Elapsed wall clock time (in seconds):0.547
1.16/0.65	o 1316
1.16/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.16/0.68	o 1312
1.34/0.72	c Got one! Elapsed wall clock time (in seconds):0.615
1.34/0.72	o 1310
1.34/0.74	c Got one! Elapsed wall clock time (in seconds):0.628
1.34/0.74	o 1309
1.34/0.76	c Got one! Elapsed wall clock time (in seconds):0.654
1.34/0.76	o 1308
1.34/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.34/0.78	o 1306
1.49/0.81	c Got one! Elapsed wall clock time (in seconds):0.702
1.49/0.81	o 1305
1.49/0.83	c Got one! Elapsed wall clock time (in seconds):0.728
1.49/0.83	o 1303
1.49/0.85	c Got one! Elapsed wall clock time (in seconds):0.746
1.49/0.85	o 1302
1.49/0.87	c Got one! Elapsed wall clock time (in seconds):0.767
1.49/0.87	o 1270
1.59/0.90	c Got one! Elapsed wall clock time (in seconds):0.791
1.59/0.90	o 1268
1.59/0.93	c Got one! Elapsed wall clock time (in seconds):0.818
1.59/0.93	o 1267
1.59/0.98	c Got one! Elapsed wall clock time (in seconds):0.871
1.59/0.98	o 1265
1.70/1.01	c Got one! Elapsed wall clock time (in seconds):0.898
1.70/1.01	o 1263
1.70/1.03	c Got one! Elapsed wall clock time (in seconds):0.926
1.70/1.03	o 1262
1.70/1.06	c Got one! Elapsed wall clock time (in seconds):0.95
1.70/1.06	o 1260
1.70/1.08	c Got one! Elapsed wall clock time (in seconds):0.975
1.70/1.08	o 1232
1.70/1.10	c Got one! Elapsed wall clock time (in seconds):0.994
1.70/1.10	o 1230
1.80/1.13	c Got one! Elapsed wall clock time (in seconds):1.024
1.80/1.13	o 1228
1.80/1.16	c Got one! Elapsed wall clock time (in seconds):1.05
1.80/1.16	o 1226
1.91/1.25	c Got one! Elapsed wall clock time (in seconds):1.14
1.91/1.25	o 1224
1.91/1.27	c Got one! Elapsed wall clock time (in seconds):1.167
1.91/1.27	o 1223
2.05/1.31	c Got one! Elapsed wall clock time (in seconds):1.203
2.05/1.31	o 1219
2.05/1.34	c Got one! Elapsed wall clock time (in seconds):1.231
2.05/1.34	o 1217
2.05/1.37	c Got one! Elapsed wall clock time (in seconds):1.261
2.05/1.37	o 1215
2.05/1.39	c Got one! Elapsed wall clock time (in seconds):1.286
2.05/1.39	o 1213
2.15/1.41	c Got one! Elapsed wall clock time (in seconds):1.306
2.15/1.41	o 1206
2.15/1.44	c Got one! Elapsed wall clock time (in seconds):1.334
2.15/1.44	o 1204
2.15/1.47	c Got one! Elapsed wall clock time (in seconds):1.36
2.15/1.47	o 1203
2.25/1.53	c Got one! Elapsed wall clock time (in seconds):1.427
2.25/1.53	o 1202
2.25/1.57	c Got one! Elapsed wall clock time (in seconds):1.459
2.25/1.57	o 1201
2.25/1.59	c Got one! Elapsed wall clock time (in seconds):1.487
2.25/1.59	o 1200
2.36/1.62	c Got one! Elapsed wall clock time (in seconds):1.516
2.36/1.62	o 1197
2.36/1.65	c Got one! Elapsed wall clock time (in seconds):1.547
2.36/1.65	o 1195
2.36/1.68	c Got one! Elapsed wall clock time (in seconds):1.576
2.36/1.68	o 1194
2.47/1.72	c Got one! Elapsed wall clock time (in seconds):1.61
2.47/1.72	o 1192
2.47/1.75	c Got one! Elapsed wall clock time (in seconds):1.647
2.47/1.75	o 1191
2.47/1.79	c Got one! Elapsed wall clock time (in seconds):1.679
2.47/1.79	o 1190
2.57/1.81	c Got one! Elapsed wall clock time (in seconds):1.705
2.57/1.81	o 1189
2.57/1.84	c Got one! Elapsed wall clock time (in seconds):1.732
2.57/1.84	o 1187
2.57/1.87	c Got one! Elapsed wall clock time (in seconds):1.762
2.57/1.87	o 1153
2.67/1.90	c Got one! Elapsed wall clock time (in seconds):1.79
2.67/1.90	o 1152
2.67/1.93	c Got one! Elapsed wall clock time (in seconds):1.824
2.67/1.93	o 1150
2.67/1.96	c Got one! Elapsed wall clock time (in seconds):1.857
2.67/1.96	o 1148
2.77/2.05	c Got one! Elapsed wall clock time (in seconds):1.939
2.77/2.05	o 1146
2.77/2.08	c Got one! Elapsed wall clock time (in seconds):1.972
2.77/2.08	o 1145
2.89/2.11	c Got one! Elapsed wall clock time (in seconds):2.006
2.89/2.11	o 1141
2.89/2.15	c Got one! Elapsed wall clock time (in seconds):2.038
2.89/2.15	o 1140
2.89/2.18	c Got one! Elapsed wall clock time (in seconds):2.069
2.89/2.18	o 1139
3.01/2.21	c Got one! Elapsed wall clock time (in seconds):2.1
3.01/2.21	o 1137
3.01/2.24	c Got one! Elapsed wall clock time (in seconds):2.133
3.01/2.24	o 1135
3.01/2.27	c Got one! Elapsed wall clock time (in seconds):2.165
3.01/2.27	o 1134
3.10/2.30	c Got one! Elapsed wall clock time (in seconds):2.197
3.10/2.30	o 1132
3.10/2.34	c Got one! Elapsed wall clock time (in seconds):2.231
3.10/2.34	o 1130
3.10/2.37	c Got one! Elapsed wall clock time (in seconds):2.264
3.10/2.37	o 1129
3.20/2.42	c Got one! Elapsed wall clock time (in seconds):2.317
3.20/2.42	o 1128
3.20/2.46	c Got one! Elapsed wall clock time (in seconds):2.352
3.20/2.46	o 1126
3.20/2.50	c Got one! Elapsed wall clock time (in seconds):2.389
3.20/2.50	o 1125
3.30/2.53	c Got one! Elapsed wall clock time (in seconds):2.427
3.30/2.53	o 1124
3.30/2.58	c Got one! Elapsed wall clock time (in seconds):2.469
3.30/2.58	o 1122
3.41/2.61	c Got one! Elapsed wall clock time (in seconds):2.503
3.41/2.61	o 1121
3.41/2.65	c Got one! Elapsed wall clock time (in seconds):2.54
3.41/2.65	o 1119
3.41/2.68	c Got one! Elapsed wall clock time (in seconds):2.574
3.41/2.68	o 1118
3.52/2.72	c Got one! Elapsed wall clock time (in seconds):2.613
3.52/2.72	o 1117
3.52/2.75	c Got one! Elapsed wall clock time (in seconds):2.646
3.52/2.75	o 1115
3.52/2.80	c Got one! Elapsed wall clock time (in seconds):2.688
3.52/2.80	o 1113
3.62/2.84	c Got one! Elapsed wall clock time (in seconds):2.733
3.62/2.84	o 1111
3.62/2.90	c Got one! Elapsed wall clock time (in seconds):2.788
3.62/2.90	o 1110
3.71/2.94	c Got one! Elapsed wall clock time (in seconds):2.836
3.71/2.94	o 1108
3.71/2.98	c Got one! Elapsed wall clock time (in seconds):2.868
3.71/2.98	o 1107
3.83/3.01	c Got one! Elapsed wall clock time (in seconds):2.9
3.83/3.01	o 1105
3.83/3.04	c Got one! Elapsed wall clock time (in seconds):2.934
3.83/3.04	o 1103
3.93/3.13	c Got one! Elapsed wall clock time (in seconds):3.027
3.93/3.13	o 1102
3.93/3.17	c Got one! Elapsed wall clock time (in seconds):3.062
3.93/3.17	o 1101
4.04/3.22	c Got one! Elapsed wall clock time (in seconds):3.112
4.04/3.22	o 1099
4.04/3.25	c Got one! Elapsed wall clock time (in seconds):3.146
4.04/3.25	o 1097
4.04/3.29	c Got one! Elapsed wall clock time (in seconds):3.183
4.04/3.29	o 1096
4.14/3.32	c Got one! Elapsed wall clock time (in seconds):3.217
4.14/3.32	o 1095
4.14/3.36	c Got one! Elapsed wall clock time (in seconds):3.257
4.14/3.36	o 1093
4.23/3.41	c Got one! Elapsed wall clock time (in seconds):3.299
4.23/3.41	o 1091
4.23/3.45	c Got one! Elapsed wall clock time (in seconds):3.339
4.23/3.45	o 1089
4.23/3.48	c Got one! Elapsed wall clock time (in seconds):3.37
4.23/3.48	o 1084
4.33/3.51	c Got one! Elapsed wall clock time (in seconds):3.407
4.33/3.51	o 1083
4.33/3.55	c Got one! Elapsed wall clock time (in seconds):3.442
4.33/3.55	o 1080
4.33/3.59	c Got one! Elapsed wall clock time (in seconds):3.483
4.33/3.59	o 1076
4.43/3.64	c Got one! Elapsed wall clock time (in seconds):3.534
4.43/3.64	o 1075
4.43/3.68	c Got one! Elapsed wall clock time (in seconds):3.576
4.43/3.68	o 1073
4.53/3.72	c Got one! Elapsed wall clock time (in seconds):3.616
4.53/3.72	o 1065
4.53/3.76	c Got one! Elapsed wall clock time (in seconds):3.657
4.53/3.76	o 1063
4.63/3.80	c Got one! Elapsed wall clock time (in seconds):3.696
4.63/3.80	o 1061
4.63/3.84	c Got one! Elapsed wall clock time (in seconds):3.728
4.63/3.84	o 1052
4.63/3.88	c Got one! Elapsed wall clock time (in seconds):3.771
4.63/3.88	o 1050
4.73/3.92	c Got one! Elapsed wall clock time (in seconds):3.81
4.73/3.92	o 1041
4.73/3.95	c Got one! Elapsed wall clock time (in seconds):3.842
4.73/3.95	o 1029
4.73/3.98	c Got one! Elapsed wall clock time (in seconds):3.877
4.73/3.98	o 1027
4.83/4.02	c Got one! Elapsed wall clock time (in seconds):3.914
4.83/4.02	o 1023
4.83/4.05	c Got one! Elapsed wall clock time (in seconds):3.945
4.83/4.05	o 1021
4.83/4.09	c Got one! Elapsed wall clock time (in seconds):3.979
4.83/4.09	o 1019
4.93/4.12	c Got one! Elapsed wall clock time (in seconds):4.013
4.93/4.12	o 988
5.03/4.22	c Got one! Elapsed wall clock time (in seconds):4.112
5.03/4.22	o 987
5.03/4.26	c Got one! Elapsed wall clock time (in seconds):4.152
5.03/4.26	o 972
5.03/4.29	c Got one! Elapsed wall clock time (in seconds):4.187
5.03/4.29	o 970
5.14/4.33	c Got one! Elapsed wall clock time (in seconds):4.227
5.14/4.33	o 935
5.14/4.37	c Got one! Elapsed wall clock time (in seconds):4.264
5.14/4.37	o 933
5.24/4.41	c Got one! Elapsed wall clock time (in seconds):4.303
5.24/4.41	o 829
5.24/4.46	c Got one! Elapsed wall clock time (in seconds):4.35
5.24/4.46	o 827
5.33/4.50	c Got one! Elapsed wall clock time (in seconds):4.391
5.33/4.50	o 826
5.33/4.55	c Got one! Elapsed wall clock time (in seconds):4.438
5.33/4.55	o 824
5.33/4.59	c Got one! Elapsed wall clock time (in seconds):4.485
5.33/4.59	o 823
5.43/4.63	c Got one! Elapsed wall clock time (in seconds):4.526
5.43/4.63	o 821
5.43/4.68	c Got one! Elapsed wall clock time (in seconds):4.569
5.43/4.68	o 819
5.53/4.72	c Got one! Elapsed wall clock time (in seconds):4.612
5.53/4.72	o 818
5.53/4.79	c Got one! Elapsed wall clock time (in seconds):4.683
5.53/4.79	o 816
5.63/4.84	c Got one! Elapsed wall clock time (in seconds):4.736
5.63/4.84	o 815
5.63/4.88	c Got one! Elapsed wall clock time (in seconds):4.775
5.63/4.88	o 814
5.73/4.93	c Got one! Elapsed wall clock time (in seconds):4.825
5.73/4.93	o 813
5.73/4.98	c Got one! Elapsed wall clock time (in seconds):4.871
5.73/4.98	o 812
5.83/5.06	c Got one! Elapsed wall clock time (in seconds):4.951
5.83/5.06	o 811
5.93/5.11	c Got one! Elapsed wall clock time (in seconds):5.0
5.93/5.11	o 809
5.93/5.15	c Got one! Elapsed wall clock time (in seconds):5.043
5.93/5.15	o 805
6.03/5.20	c Got one! Elapsed wall clock time (in seconds):5.097
6.03/5.20	o 804
6.13/5.39	c Got one! Elapsed wall clock time (in seconds):5.284
6.13/5.39	o 802
6.24/5.44	c Got one! Elapsed wall clock time (in seconds):5.33
6.24/5.44	o 800
6.24/5.48	c Got one! Elapsed wall clock time (in seconds):5.374
6.24/5.48	o 772
6.34/5.54	c Got one! Elapsed wall clock time (in seconds):5.43
6.34/5.54	o 770
6.43/5.60	c Got one! Elapsed wall clock time (in seconds):5.492
6.43/5.60	o 769
6.53/5.70	c Got one! Elapsed wall clock time (in seconds):5.59
6.53/5.70	o 768
6.53/5.75	c Got one! Elapsed wall clock time (in seconds):5.641
6.53/5.75	o 765
6.53/5.80	c Got one! Elapsed wall clock time (in seconds):5.689
6.53/5.80	o 763
6.83/6.08	c Got one! Elapsed wall clock time (in seconds):5.977
6.83/6.08	o 762
6.93/6.14	c Got one! Elapsed wall clock time (in seconds):6.028
6.93/6.14	o 760
6.93/6.19	c Got one! Elapsed wall clock time (in seconds):6.085
6.93/6.19	o 758
7.03/6.28	c Got one! Elapsed wall clock time (in seconds):6.172
7.03/6.28	o 756
7.20/6.33	c Got one! Elapsed wall clock time (in seconds):6.224
7.20/6.33	o 755
7.20/6.38	c Got one! Elapsed wall clock time (in seconds):6.273
7.20/6.38	o 753
7.60/6.72	c Got one! Elapsed wall clock time (in seconds):6.616
7.60/6.72	o 752
7.60/6.77	c Got one! Elapsed wall clock time (in seconds):6.666
7.60/6.77	o 750
7.70/6.83	c Got one! Elapsed wall clock time (in seconds):6.727
7.70/6.83	o 749
7.70/6.90	c Got one! Elapsed wall clock time (in seconds):6.788
7.70/6.90	o 748
7.80/6.95	c Got one! Elapsed wall clock time (in seconds):6.845
7.80/6.95	o 746
7.90/7.01	c Got one! Elapsed wall clock time (in seconds):6.901
7.90/7.01	o 745
7.90/7.07	c Got one! Elapsed wall clock time (in seconds):6.959
7.90/7.07	o 743
8.00/7.13	c Got one! Elapsed wall clock time (in seconds):7.02
8.00/7.13	o 742
8.20/7.38	c Got one! Elapsed wall clock time (in seconds):7.272
8.20/7.38	o 741
8.30/7.45	c Got one! Elapsed wall clock time (in seconds):7.342
8.30/7.45	o 736
8.40/7.52	c Got one! Elapsed wall clock time (in seconds):7.409
8.40/7.52	o 735
8.51/7.67	c Got one! Elapsed wall clock time (in seconds):7.561
8.51/7.67	o 733
8.61/7.73	c Got one! Elapsed wall clock time (in seconds):7.627
8.61/7.73	o 732
8.61/7.79	c Got one! Elapsed wall clock time (in seconds):7.685
8.61/7.79	o 730
8.70/7.86	c Got one! Elapsed wall clock time (in seconds):7.753
8.70/7.86	o 728
8.90/8.06	c Got one! Elapsed wall clock time (in seconds):7.955
8.90/8.06	o 727
9.00/8.13	c Got one! Elapsed wall clock time (in seconds):8.027
9.00/8.13	o 725
9.00/8.19	c Got one! Elapsed wall clock time (in seconds):8.081
9.00/8.19	o 724
9.10/8.25	c Got one! Elapsed wall clock time (in seconds):8.147
9.10/8.25	o 722
9.20/8.32	c Got one! Elapsed wall clock time (in seconds):8.214
9.20/8.32	o 721
9.20/8.39	c Got one! Elapsed wall clock time (in seconds):8.281
9.20/8.39	o 719
9.30/8.48	c Got one! Elapsed wall clock time (in seconds):8.375
9.30/8.48	o 717
9.40/8.56	c Got one! Elapsed wall clock time (in seconds):8.449
9.40/8.56	o 716
9.50/8.63	c Got one! Elapsed wall clock time (in seconds):8.519
9.50/8.63	o 714
9.50/8.69	c Got one! Elapsed wall clock time (in seconds):8.586
9.50/8.69	o 699
9.70/8.85	c Got one! Elapsed wall clock time (in seconds):8.739
9.70/8.85	o 698
9.80/8.92	c Got one! Elapsed wall clock time (in seconds):8.815
9.80/8.92	o 696
9.80/8.99	c Got one! Elapsed wall clock time (in seconds):8.878
9.80/8.99	o 694
9.90/9.06	c Got one! Elapsed wall clock time (in seconds):8.953
9.90/9.06	o 691
10.00/9.13	c Got one! Elapsed wall clock time (in seconds):9.021
10.00/9.13	o 676
10.00/9.19	c Got one! Elapsed wall clock time (in seconds):9.085
10.00/9.19	o 674
11.36/10.45	c Got one! Elapsed wall clock time (in seconds):10.344
11.36/10.45	o 673
11.56/10.64	c Got one! Elapsed wall clock time (in seconds):10.532
11.56/10.64	o 672
11.66/10.72	c Got one! Elapsed wall clock time (in seconds):10.609
11.66/10.72	o 670
11.66/10.79	c Got one! Elapsed wall clock time (in seconds):10.678
11.66/10.79	o 669
11.76/10.88	c Got one! Elapsed wall clock time (in seconds):10.773
11.76/10.88	o 667
11.87/10.95	c Got one! Elapsed wall clock time (in seconds):10.845
11.87/10.95	o 666
11.97/11.04	c Got one! Elapsed wall clock time (in seconds):10.935
11.97/11.04	o 664
12.06/11.12	c Got one! Elapsed wall clock time (in seconds):11.013
12.06/11.12	o 663
12.16/11.25	c Got one! Elapsed wall clock time (in seconds):11.142
12.16/11.25	o 661
12.46/11.51	c Got one! Elapsed wall clock time (in seconds):11.406
12.46/11.51	o 660
12.56/11.61	c Got one! Elapsed wall clock time (in seconds):11.507
12.56/11.61	o 658
12.66/11.78	c Got one! Elapsed wall clock time (in seconds):11.668
12.66/11.78	o 657
12.97/12.10	c Got one! Elapsed wall clock time (in seconds):11.992
12.97/12.10	o 656
13.16/12.20	c Got one! Elapsed wall clock time (in seconds):12.094
13.16/12.20	o 654
13.16/12.29	c Got one! Elapsed wall clock time (in seconds):12.18
13.16/12.29	o 653
14.37/13.44	c Got one! Elapsed wall clock time (in seconds):13.33
14.37/13.44	o 651
15.07/14.15	c Got one! Elapsed wall clock time (in seconds):14.042
15.07/14.15	o 650
15.27/14.32	c Got one! Elapsed wall clock time (in seconds):14.216
15.27/14.32	o 648
15.37/14.42	c Got one! Elapsed wall clock time (in seconds):14.315
15.37/14.42	o 647
15.47/14.51	c Got one! Elapsed wall clock time (in seconds):14.406
15.47/14.51	o 646
15.57/14.61	c Got one! Elapsed wall clock time (in seconds):14.499
15.57/14.61	o 644
15.67/14.70	c Got one! Elapsed wall clock time (in seconds):14.593
15.67/14.70	o 642
15.77/14.80	c Got one! Elapsed wall clock time (in seconds):14.696
15.77/14.80	o 640
15.77/14.89	c Got one! Elapsed wall clock time (in seconds):14.78
15.77/14.89	o 639
16.05/15.01	c Got one! Elapsed wall clock time (in seconds):14.901
16.05/15.01	o 633
16.65/15.61	c Got one! Elapsed wall clock time (in seconds):15.498
16.65/15.61	o 631
16.75/15.70	c Got one! Elapsed wall clock time (in seconds):15.596
16.75/15.70	o 630
16.95/15.93	c Got one! Elapsed wall clock time (in seconds):15.827
16.95/15.93	o 629
17.05/16.01	c Got one! Elapsed wall clock time (in seconds):15.904
17.05/16.01	o 627
17.25/16.28	c Got one! Elapsed wall clock time (in seconds):16.173
17.25/16.28	o 626
17.55/16.57	c Got one! Elapsed wall clock time (in seconds):16.464
17.55/16.57	o 624
17.85/16.85	c Got one! Elapsed wall clock time (in seconds):16.74
17.85/16.85	o 616
18.35/17.35	c Got one! Elapsed wall clock time (in seconds):17.246
18.35/17.35	o 614
18.55/17.55	c Got one! Elapsed wall clock time (in seconds):17.438
18.55/17.55	o 613
18.65/17.66	c Got one! Elapsed wall clock time (in seconds):17.555
18.65/17.66	o 612
18.75/17.77	c Got one! Elapsed wall clock time (in seconds):17.658
18.75/17.77	o 611
19.05/18.01	c Got one! Elapsed wall clock time (in seconds):17.903
19.05/18.01	o 610
19.65/18.63	c Got one! Elapsed wall clock time (in seconds):18.52
19.65/18.63	o 609
28.15/26.93	c Got one! Elapsed wall clock time (in seconds):26.824
28.15/26.93	o 607
28.35/27.19	c Got one! Elapsed wall clock time (in seconds):27.08
28.35/27.19	o 606
29.15/27.90	c Got one! Elapsed wall clock time (in seconds):27.79
29.15/27.90	o 605
29.45/28.23	c Got one! Elapsed wall clock time (in seconds):28.12
29.45/28.23	o 603
29.86/28.61	c Got one! Elapsed wall clock time (in seconds):28.506
29.86/28.61	o 601
29.95/28.76	c Got one! Elapsed wall clock time (in seconds):28.653
29.95/28.76	o 600
32.06/30.83	c Got one! Elapsed wall clock time (in seconds):30.718
32.06/30.83	o 598
32.35/31.02	c Got one! Elapsed wall clock time (in seconds):30.911
32.35/31.02	o 597
33.45/32.19	c Got one! Elapsed wall clock time (in seconds):32.082
33.45/32.19	o 596
34.25/32.93	c Got one! Elapsed wall clock time (in seconds):32.819
34.25/32.93	o 594
34.45/33.14	c Got one! Elapsed wall clock time (in seconds):33.031
34.45/33.14	o 593
34.65/33.32	c Got one! Elapsed wall clock time (in seconds):33.211
34.65/33.32	o 592
34.75/33.46	c Got one! Elapsed wall clock time (in seconds):33.354
34.75/33.46	o 591
37.15/35.88	c Got one! Elapsed wall clock time (in seconds):35.773
37.15/35.88	o 590
37.56/36.20	c Got one! Elapsed wall clock time (in seconds):36.096
37.56/36.20	o 588
38.25/36.92	c Got one! Elapsed wall clock time (in seconds):36.814
38.25/36.92	o 587
40.43/39.02	c Got one! Elapsed wall clock time (in seconds):38.915
40.43/39.02	o 586
41.43/40.03	c Got one! Elapsed wall clock time (in seconds):39.924
41.43/40.03	o 585
41.63/40.25	c Got one! Elapsed wall clock time (in seconds):40.143
41.63/40.25	o 584
42.23/40.84	c Got one! Elapsed wall clock time (in seconds):40.729
42.23/40.84	o 583
48.72/47.26	c Got one! Elapsed wall clock time (in seconds):47.149
48.72/47.26	o 582
49.01/47.51	c Got one! Elapsed wall clock time (in seconds):47.407
49.01/47.51	o 580
49.21/47.74	c Got one! Elapsed wall clock time (in seconds):47.635
49.21/47.74	o 578
49.51/48.08	c Got one! Elapsed wall clock time (in seconds):47.969
49.51/48.08	o 577
49.82/48.36	c Got one! Elapsed wall clock time (in seconds):48.256
49.82/48.36	o 575
50.41/48.95	c Got one! Elapsed wall clock time (in seconds):48.845
50.41/48.95	o 573
51.02/49.59	c Got one! Elapsed wall clock time (in seconds):49.482
51.02/49.59	o 572
51.31/49.87	c Got one! Elapsed wall clock time (in seconds):49.762
51.31/49.87	o 570
61.17/59.58	c Got one! Elapsed wall clock time (in seconds):59.469
61.17/59.58	o 569
61.57/59.98	c Got one! Elapsed wall clock time (in seconds):59.87
61.57/59.98	o 568
81.26/79.54	c Got one! Elapsed wall clock time (in seconds):79.43
81.26/79.54	o 566
82.26/80.58	c Got one! Elapsed wall clock time (in seconds):80.473
82.26/80.58	o 565
82.66/80.96	c Got one! Elapsed wall clock time (in seconds):80.851
82.66/80.96	o 563
83.73/81.99	c Got one! Elapsed wall clock time (in seconds):81.879
83.73/81.99	o 561
84.13/82.38	c Got one! Elapsed wall clock time (in seconds):82.271
84.13/82.38	o 559
85.44/83.60	c Got one! Elapsed wall clock time (in seconds):83.496
85.44/83.60	o 558
87.73/85.90	c Got one! Elapsed wall clock time (in seconds):85.789
87.73/85.90	o 557
88.03/86.29	c Got one! Elapsed wall clock time (in seconds):86.187
88.03/86.29	o 555
93.43/91.68	c Got one! Elapsed wall clock time (in seconds):91.575
93.43/91.68	o 553
118.20/116.28	c Got one! Elapsed wall clock time (in seconds):116.177
118.20/116.28	o 552
126.21/124.22	c Got one! Elapsed wall clock time (in seconds):124.108
126.21/124.22	o 550
128.41/126.43	c Got one! Elapsed wall clock time (in seconds):126.319
128.41/126.43	o 548
129.00/127.05	c Got one! Elapsed wall clock time (in seconds):126.945
129.00/127.05	o 547
134.58/132.55	c Got one! Elapsed wall clock time (in seconds):132.44
134.58/132.55	o 546
138.18/136.16	c Got one! Elapsed wall clock time (in seconds):136.05
138.18/136.16	o 544
144.88/142.81	c Got one! Elapsed wall clock time (in seconds):142.699
144.88/142.81	o 543
145.98/143.91	c Got one! Elapsed wall clock time (in seconds):143.802
145.98/143.91	o 541
146.98/144.93	c Got one! Elapsed wall clock time (in seconds):144.826
146.98/144.93	o 539
148.48/146.42	c Got one! Elapsed wall clock time (in seconds):146.316
148.48/146.42	o 538
149.38/147.38	c Got one! Elapsed wall clock time (in seconds):147.269
149.38/147.38	o 537
150.48/148.47	c Got one! Elapsed wall clock time (in seconds):148.362
150.48/148.47	o 535
150.98/148.97	c Got one! Elapsed wall clock time (in seconds):148.866
150.98/148.97	o 534
151.48/149.44	c Got one! Elapsed wall clock time (in seconds):149.336
151.48/149.44	o 532
151.88/149.87	c Got one! Elapsed wall clock time (in seconds):149.76
151.88/149.87	o 531
162.33/160.29	c Got one! Elapsed wall clock time (in seconds):160.179
162.33/160.29	o 529
164.23/162.17	c Got one! Elapsed wall clock time (in seconds):162.062
164.23/162.17	o 528
168.63/166.52	c Got one! Elapsed wall clock time (in seconds):166.417
168.63/166.52	o 526
169.03/166.99	c Got one! Elapsed wall clock time (in seconds):166.886
169.03/166.99	o 524
174.11/171.91	c Got one! Elapsed wall clock time (in seconds):171.806
174.11/171.91	o 522
174.71/172.55	c Got one! Elapsed wall clock time (in seconds):172.438
174.71/172.55	o 516
176.31/174.17	c Got one! Elapsed wall clock time (in seconds):174.06
176.31/174.17	o 514
183.01/180.87	c Got one! Elapsed wall clock time (in seconds):180.761
183.01/180.87	o 513
218.07/215.73	c Got one! Elapsed wall clock time (in seconds):215.626
218.07/215.73	o 511
228.36/226.08	c Got one! Elapsed wall clock time (in seconds):225.968
228.36/226.08	o 509
232.25/229.84	c Got one! Elapsed wall clock time (in seconds):229.733
232.25/229.84	o 507
233.04/230.60	c Got one! Elapsed wall clock time (in seconds):230.49
233.04/230.60	o 505
234.74/232.38	c Got one! Elapsed wall clock time (in seconds):232.273
234.74/232.38	o 503
235.34/232.99	c Got one! Elapsed wall clock time (in seconds):232.887
235.34/232.99	o 501
239.04/236.60	c Got one! Elapsed wall clock time (in seconds):236.493
239.04/236.60	o 500
247.24/244.84	c Got one! Elapsed wall clock time (in seconds):244.731
247.24/244.84	o 499
250.14/247.71	c Got one! Elapsed wall clock time (in seconds):247.606
250.14/247.71	o 498
273.50/271.07	c Got one! Elapsed wall clock time (in seconds):270.958
273.50/271.07	o 497
274.40/271.90	c Got one! Elapsed wall clock time (in seconds):271.791
274.40/271.90	o 496
278.00/275.55	c Got one! Elapsed wall clock time (in seconds):275.439
278.00/275.55	o 495
283.76/281.21	c Got one! Elapsed wall clock time (in seconds):281.101
283.76/281.21	o 494
288.06/285.57	c Got one! Elapsed wall clock time (in seconds):285.459
288.06/285.57	o 493
289.16/286.68	c Got one! Elapsed wall clock time (in seconds):286.571
289.16/286.68	o 491
298.66/296.18	c Got one! Elapsed wall clock time (in seconds):296.075
298.66/296.18	o 489
317.94/315.36	c Got one! Elapsed wall clock time (in seconds):315.253
317.94/315.36	o 488
321.44/318.87	c Got one! Elapsed wall clock time (in seconds):318.765
321.44/318.87	o 486
323.44/320.80	c Got one! Elapsed wall clock time (in seconds):320.697
323.44/320.80	o 485
324.54/321.92	c Got one! Elapsed wall clock time (in seconds):321.81
324.54/321.92	o 484
329.35/326.75	c Got one! Elapsed wall clock time (in seconds):326.639
329.35/326.75	o 483
338.34/335.75	c Got one! Elapsed wall clock time (in seconds):335.642
338.34/335.75	o 481
339.74/337.13	c Got one! Elapsed wall clock time (in seconds):337.027
339.74/337.13	o 479
340.84/338.22	c Got one! Elapsed wall clock time (in seconds):338.108
340.84/338.22	o 478
342.24/339.66	c Got one! Elapsed wall clock time (in seconds):339.557
342.24/339.66	o 476
350.23/347.59	c Got one! Elapsed wall clock time (in seconds):347.48
350.23/347.59	o 475
360.74/358.04	c Got one! Elapsed wall clock time (in seconds):357.934
360.74/358.04	o 474
386.54/383.71	c Got one! Elapsed wall clock time (in seconds):383.607
386.54/383.71	o 472
392.14/389.35	c Got one! Elapsed wall clock time (in seconds):389.246
392.14/389.35	o 470
633.75/629.97	c Got one! Elapsed wall clock time (in seconds):629.858
633.75/629.97	o 468
636.65/632.77	c Got one! Elapsed wall clock time (in seconds):632.663
636.65/632.77	o 467
640.05/636.14	c Got one! Elapsed wall clock time (in seconds):636.029
640.05/636.14	o 466
693.98/689.98	c Got one! Elapsed wall clock time (in seconds):689.871
693.98/689.98	o 465
696.58/692.56	c Got one! Elapsed wall clock time (in seconds):692.452
696.58/692.56	o 464
703.19/699.19	c Got one! Elapsed wall clock time (in seconds):699.083
703.19/699.19	o 462
715.89/711.85	c Got one! Elapsed wall clock time (in seconds):711.74
715.89/711.85	o 461
814.29/809.91	c Got one! Elapsed wall clock time (in seconds):809.803
814.29/809.91	o 459
820.29/815.99	c Got one! Elapsed wall clock time (in seconds):815.886
820.29/815.99	o 457
859.41/854.94	c Got one! Elapsed wall clock time (in seconds):854.829
859.41/854.94	o 455
882.71/878.20	c Got one! Elapsed wall clock time (in seconds):878.092
882.71/878.20	o 453
983.22/978.58	c Got one! Elapsed wall clock time (in seconds):978.468
983.22/978.58	o 452
1029.81/1025.04	c Got one! Elapsed wall clock time (in seconds):1024.931
1029.81/1025.04	o 451
1060.71/1055.88	c Got one! Elapsed wall clock time (in seconds):1055.776
1060.71/1055.88	o 450
1067.81/1062.97	c Got one! Elapsed wall clock time (in seconds):1062.86
1067.81/1062.97	o 449
1073.61/1068.75	c Got one! Elapsed wall clock time (in seconds):1068.639
1073.61/1068.75	o 448
1091.91/1087.00	c Got one! Elapsed wall clock time (in seconds):1086.893
1091.91/1087.00	o 446
1094.11/1089.21	c Got one! Elapsed wall clock time (in seconds):1089.105
1094.11/1089.21	o 444
1099.61/1094.70	c Got one! Elapsed wall clock time (in seconds):1094.596
1099.61/1094.70	o 442
1107.41/1102.57	c Got one! Elapsed wall clock time (in seconds):1102.464
1107.41/1102.57	o 440
1109.01/1104.17	c Got one! Elapsed wall clock time (in seconds):1104.067
1109.01/1104.17	o 438
1125.41/1120.49	c Got one! Elapsed wall clock time (in seconds):1120.382
1125.41/1120.49	o 436
1134.61/1129.66	c Got one! Elapsed wall clock time (in seconds):1129.55
1134.61/1129.66	o 435
1161.72/1156.73	c Got one! Elapsed wall clock time (in seconds):1156.626
1161.72/1156.73	o 434
1198.16/1193.06	c Got one! Elapsed wall clock time (in seconds):1192.956
1198.16/1193.06	o 433
1203.86/1198.75	c Got one! Elapsed wall clock time (in seconds):1198.64
1203.86/1198.75	o 432
1557.69/1551.41	c Got one! Elapsed wall clock time (in seconds):1551.3
1557.69/1551.41	o 431
1582.78/1576.51	c Got one! Elapsed wall clock time (in seconds):1576.401
1582.78/1576.51	o 429
1595.39/1589.10	c Got one! Elapsed wall clock time (in seconds):1588.997
1595.39/1589.10	o 427
1598.39/1592.12	c Got one! Elapsed wall clock time (in seconds):1592.008
1598.39/1592.12	o 425
1605.49/1599.23	c Got one! Elapsed wall clock time (in seconds):1599.122
1605.49/1599.23	o 424
1623.63/1617.21	c Got one! Elapsed wall clock time (in seconds):1617.099
1623.63/1617.21	o 422
1799.35/1792.63	c Got one! Elapsed wall clock time (in seconds):1792.526
1799.35/1792.63	o 420
1800.06/1793.35	c starts		: 1681
1800.06/1793.35	c conflicts		: 1697674
1800.06/1793.35	c decisions		: 2202540
1800.06/1793.35	c propagations		: 34121896
1800.06/1793.35	c inspects		: 12132787896
1800.06/1793.35	c learnt literals	: 0
1800.06/1793.35	c learnt binary clauses	: 0
1800.06/1793.35	c learnt ternary clauses	: 0
1800.06/1793.35	c learnt clauses	: 1697674
1800.06/1793.35	c ignored clauses	: 0
1800.06/1793.35	c root simplifications	: 0
1800.06/1793.35	c removed literals (reason simplification)	: 22282048
1800.06/1793.35	c reason swapping (by a shorter reason)	: 0
1800.06/1793.35	c Calls to reduceDB	: 0
1800.06/1793.35	c speed (assignments/second)	: 4.758981311018131E7
1800.06/1793.35	c non guided choices	10751
1800.36/1793.42	c learnt constraints type 
1800.36/1793.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1697674
1800.36/1793.42	c constraints type 
1800.36/1793.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17
1800.36/1793.42	s SATISFIABLE
1800.36/1793.42	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 x50 -x51 x52 -x53 -x54 x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 x108 -x109 -x110 -x111 -x112 -x113 x114 x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 x129 -x130 x131 x132 -x133 x134 x135 -x136 -x137 -x138 -x139 -x140 x141 x142 -x143 -x144 -x145 x146 -x147 x148 x149 -x150 x151 x152 x153 -x154 -x155 -x156 x157 x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 x170 -x171 x172 x173 x174 x175 x176 x177 -x178 -x179 x180 -x181 x182 x183 x184 x185 x186 x187 x188 -x189 x190 -x191 x192 x193 -x194 -x195 -x196 -x197 -x198 
1800.36/1793.42	c objective function=420
1800.36/1793.42	c Total wall clock time (in seconds): 1793.318

Verifier Data

OK	420

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-3734863-1338753261/watcher-3734863-1338753261 -o /tmp/evaluation-result-3734863-1338753261/solver-3734863-1338753261 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734863-1338753261.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: 1.86 1.98 1.99 2/194 26332
/proc/meminfo: memFree=28429140/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 1212 0 0 0 0 0 0 0 20 0 2 0 341454592 95129600 921 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 23225 927 703 9 0 16769 0
[pid=26332/tid=26333] ppid=26330 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) D 26330 26332 25981 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 341454592 95129600 927 33554432000 1073741824 1073778376 140733805067408 140108024020520 270109076775 0 0 4096 0 18446744072100609316 0 0 -1 4 0 0 0 0 0

[startup+0.0257801 s]
/proc/loadavg: 1.86 1.98 1.99 2/194 26332
/proc/meminfo: memFree=28429140/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2106772 CPUtime=0.01 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 3460 0 1 0 1 0 0 0 20 0 10 0 341454592 2157334528 4158 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 526693 4158 1548 9 0 517394 0
[pid=26332/tid=26333] ppid=26330 vsize=2106772 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2302 0 1 0 0 0 0 0 20 0 10 0 341454592 2157334528 4158 33554432000 1073741824 1073778376 140733805067408 140108024021696 140108026964932 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2106772

[startup+0.100287 s]
/proc/loadavg: 1.86 1.98 1.99 2/194 26332
/proc/meminfo: memFree=28429140/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 4659 0 1 0 9 1 0 0 20 0 18 0 341454592 2712133632 6376 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 662142 6376 2109 9 0 652835 0
[pid=26332/tid=26333] ppid=26330 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2733 0 1 0 7 0 0 0 20 0 18 0 341454592 2712133632 6376 33554432000 1073741824 1073778376 140733805067408 140108024023752 140108030355288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300277 s]
/proc/loadavg: 1.86 1.98 1.99 2/194 26332
/proc/meminfo: memFree=28429140/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 8144 0 1 0 55 1 0 0 20 0 19 0 341454592 2780295168 10042 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 678783 10042 2231 9 0 669476 0
[pid=26332/tid=26333] ppid=26330 vsize=2715132 CPUtime=0.27 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2759 0 1 0 27 0 0 0 20 0 19 0 341454592 2780295168 10042 33554432000 1073741824 1073778376 140733805067408 140108024025464 140107889883083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2715132

[startup+0.700279 s]
/proc/loadavg: 1.86 1.98 1.99 2/194 26332
/proc/meminfo: memFree=28429140/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2715132 CPUtime=1.34 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 12001 0 1 0 131 3 0 0 20 0 19 0 341454592 2780295168 25300 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 678783 25300 2241 9 0 669476 0
[pid=26332/tid=26333] ppid=26330 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2784 0 1 0 66 1 0 0 20 0 19 0 341454592 2780295168 25300 33554432000 1073741824 1073778376 140733805067408 140108024025240 140107890323940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 2715132

[startup+1.50069 s]
/proc/loadavg: 1.86 1.98 1.99 3/213 26351
/proc/meminfo: memFree=28241708/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2715132 CPUtime=2.25 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 12064 0 1 0 221 4 0 0 20 0 19 0 341454592 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 678783 53978 2244 9 0 669476 0
[pid=26332/tid=26333] ppid=26330 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2841 0 1 0 145 2 0 0 20 0 19 0 341454592 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140108024025624 140107890335071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26335] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26335/stat : 26335 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140108008475176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26336] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26336/stat : 26336 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107889764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26337] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26337/stat : 26337 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107888711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26338] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26338/stat : 26338 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107887659176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26339] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26339/stat : 26339 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107886607400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26340] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26340/stat : 26340 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107885554600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26341] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26341/stat : 26341 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107884501800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26342] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26342/stat : 26342 (java) S 26330 26332 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107883449000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26343] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26343/stat : 26343 (java) S 26330 26332 25981 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107401120232 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26344] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26344/stat : 26344 (java) S 26330 26332 25981 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107400066296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26345] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26345/stat : 26345 (java) S 26330 26332 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107399013384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26346] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26346/stat : 26346 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107397961872 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26347] ppid=26330 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/26332/task/26347/stat : 26347 (java) S 26330 26332 25981 0 -1 4202560 5232 0 0 0 44 0 0 0 20 0 19 0 341454598 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107396910008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26348] ppid=26330 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/26332/task/26348/stat : 26348 (java) S 26330 26332 25981 0 -1 4202560 2795 0 0 0 29 0 0 0 20 0 19 0 341454598 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107395857208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26349] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26349/stat : 26349 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107394804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26350] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26350/stat : 26350 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107393752008 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26351] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26351/stat : 26351 (java) S 26330 26332 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341454610 2780295168 53978 33554432000 1073741824 1073778376 140733805067408 140107392697512 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 2715132

[startup+3.1007 s]
/proc/loadavg: 1.87 1.98 1.99 4/213 26351
/proc/meminfo: memFree=28095556/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2715132 CPUtime=3.93 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 12183 0 1 0 385 8 0 0 20 0 19 0 341454592 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 678783 96495 2259 9 0 669476 0
[pid=26332/tid=26333] ppid=26330 vsize=2715132 CPUtime=3.06 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2924 0 1 0 301 5 0 0 20 0 19 0 341454592 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140108024024504 140107890217751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26335] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26335/stat : 26335 (java) S 26330 26332 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140108008475176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26336] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26336/stat : 26336 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107889764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26337] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26337/stat : 26337 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107888711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26338] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26338/stat : 26338 (java) S 26330 26332 25981 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107887659176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26339] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26339/stat : 26339 (java) S 26330 26332 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107886607400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26340] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26340/stat : 26340 (java) S 26330 26332 25981 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107885554600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26341] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26341/stat : 26341 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107884501800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26342] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26342/stat : 26342 (java) S 26330 26332 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107883449000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26343] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26343/stat : 26343 (java) S 26330 26332 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107401120232 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26344] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26344/stat : 26344 (java) S 26330 26332 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107400066296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26345] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26345/stat : 26345 (java) S 26330 26332 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107399013384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26346] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26346/stat : 26346 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107397961872 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26347] ppid=26330 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/26332/task/26347/stat : 26347 (java) S 26330 26332 25981 0 -1 4202560 5233 0 0 0 48 0 0 0 20 0 19 0 341454598 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107396910008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26348] ppid=26330 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/26332/task/26348/stat : 26348 (java) S 26330 26332 25981 0 -1 4202560 2795 0 0 0 32 0 0 0 20 0 19 0 341454598 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107395857208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26349] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26349/stat : 26349 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107394804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26350] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26350/stat : 26350 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107393752008 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26351] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26351/stat : 26351 (java) S 26330 26332 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341454610 2780295168 96495 33554432000 1073741824 1073778376 140733805067408 140107392697512 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 1.87 1.98 1.99 3/213 26351
/proc/meminfo: memFree=27980496/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2715132 CPUtime=7.2 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 12220 0 1 0 710 10 0 0 20 0 19 0 341454592 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 678783 102096 2260 9 0 669476 0
[pid=26332/tid=26333] ppid=26330 vsize=2715132 CPUtime=6.22 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2926 0 1 0 617 5 0 0 20 0 19 0 341454592 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140108024024584 140107890247977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26335] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26335/stat : 26335 (java) S 26330 26332 25981 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140108008475176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26336] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26336/stat : 26336 (java) S 26330 26332 25981 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107889764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26337] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26337/stat : 26337 (java) S 26330 26332 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107888711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26338] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26338/stat : 26338 (java) S 26330 26332 25981 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107887659176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26339] ppid=26330 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/26332/task/26339/stat : 26339 (java) S 26330 26332 25981 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 341454593 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107886607400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26340] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26340/stat : 26340 (java) S 26330 26332 25981 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107885554600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26341] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26341/stat : 26341 (java) S 26330 26332 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107884501800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26342] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26342/stat : 26342 (java) S 26330 26332 25981 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 341454593 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107883449000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26343] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26343/stat : 26343 (java) S 26330 26332 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107401120232 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26344] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26344/stat : 26344 (java) S 26330 26332 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107400066296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26345] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26345/stat : 26345 (java) S 26330 26332 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107399013384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26346] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26346/stat : 26346 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107397961872 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26347] ppid=26330 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/26332/task/26347/stat : 26347 (java) S 26330 26332 25981 0 -1 4202560 5233 0 0 0 48 0 0 0 20 0 19 0 341454598 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107396910008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26348] ppid=26330 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/26332/task/26348/stat : 26348 (java) S 26330 26332 25981 0 -1 4202560 2796 0 0 0 32 0 0 0 20 0 19 0 341454598 2780295168 102096 33554432000 1073741824 1073778376 140733805067408 140107395857208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=26332/tid=26347] ppid=26330 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/26332/task/26347/stat : 26347 (java) S 26330 26332 25981 0 -1 4202560 5233 0 0 0 48 0 0 0 20 0 19 0 341454598 2780295168 263166 33554432000 1073741824 1073778376 140733805067408 140107396910008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26348] ppid=26330 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/26332/task/26348/stat : 26348 (java) S 26330 26332 25981 0 -1 4202560 2797 0 0 0 33 0 0 0 20 0 19 0 341454598 2780295168 263166 33554432000 1073741824 1073778376 140733805067408 140107395857208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26349] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26349/stat : 26349 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 263166 33554432000 1073741824 1073778376 140733805067408 140107394804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26350] ppid=26330 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/26332/task/26350/stat : 26350 (java) S 26330 26332 25981 0 -1 4202560 99 0 0 0 42 31 0 0 20 0 19 0 341454598 2780295168 263166 33554432000 1073741824 1073778376 140733805067408 140107393752008 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26351] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26351/stat : 26351 (java) S 26330 26332 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341454610 2780295168 263166 33554432000 1073741824 1073778376 140733805067408 140107392697512 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.86
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 26389
/proc/meminfo: memFree=26817728/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2715132 CPUtime=1789.05 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 14236 0 1 0 178805 100 0 0 20 0 19 0 341454592 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 678783 265214 2260 9 0 669476 0
[pid=26332/tid=26333] ppid=26330 vsize=2715132 CPUtime=1775.37 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2987 0 1 0 177504 33 0 0 20 0 19 0 341454592 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140108024024448 140107890323940 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26335] ppid=26330 vsize=2715132 CPUtime=0.95 cores=0,2,4,6
/proc/26332/task/26335/stat : 26335 (java) S 26330 26332 25981 0 -1 4202560 215 0 0 0 89 6 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140108008475176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26336] ppid=26330 vsize=2715132 CPUtime=0.96 cores=0,2,4,6
/proc/26332/task/26336/stat : 26336 (java) S 26330 26332 25981 0 -1 4202560 222 0 0 0 87 9 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107889764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26337] ppid=26330 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/26332/task/26337/stat : 26337 (java) S 26330 26332 25981 0 -1 4202560 234 0 0 0 91 7 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107888711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26338] ppid=26330 vsize=2715132 CPUtime=0.92 cores=0,2,4,6
/proc/26332/task/26338/stat : 26338 (java) S 26330 26332 25981 0 -1 4202560 229 0 0 0 86 6 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107887659176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26339] ppid=26330 vsize=2715132 CPUtime=1.05 cores=0,2,4,6
/proc/26332/task/26339/stat : 26339 (java) S 26330 26332 25981 0 -1 4202560 219 0 0 0 97 8 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107886607400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26340] ppid=26330 vsize=2715132 CPUtime=0.93 cores=0,2,4,6
/proc/26332/task/26340/stat : 26340 (java) S 26330 26332 25981 0 -1 4202560 203 0 0 0 85 8 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107885554600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26341] ppid=26330 vsize=2715132 CPUtime=0.96 cores=0,2,4,6
/proc/26332/task/26341/stat : 26341 (java) S 26330 26332 25981 0 -1 4202560 236 0 0 0 88 8 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107884501800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26342] ppid=26330 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/26332/task/26342/stat : 26342 (java) S 26330 26332 25981 0 -1 4202560 285 0 0 0 80 7 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107883449000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26343] ppid=26330 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/26332/task/26343/stat : 26343 (java) S 26330 26332 25981 0 -1 4202560 91 0 0 0 1 2 0 0 20 0 19 0 341454595 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107401120232 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26344] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26344/stat : 26344 (java) S 26330 26332 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107400066296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26345] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26345/stat : 26345 (java) S 26330 26332 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107399013384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26346] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26346/stat : 26346 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107397961872 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26347] ppid=26330 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/26332/task/26347/stat : 26347 (java) S 26330 26332 25981 0 -1 4202560 5233 0 0 0 48 0 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107396910008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26348] ppid=26330 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/26332/task/26348/stat : 26348 (java) S 26330 26332 25981 0 -1 4202560 2797 0 0 0 33 0 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107395857208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26349] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26349/stat : 26349 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107394804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26350] ppid=26330 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/26332/task/26350/stat : 26350 (java) S 26330 26332 25981 0 -1 4202560 103 0 0 0 43 33 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107393752008 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26351] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26351/stat : 26351 (java) S 26330 26332 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341454610 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107392697512 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1789.05
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 2.01 2.02 2.00 2/193 26392
/proc/meminfo: memFree=27685008/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 14236 0 1 0 179906 100 0 0 20 0 19 0 341454592 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 678783 265214 2260 9 0 669476 0
[pid=26332/tid=26333] ppid=26330 vsize=2715132 CPUtime=1786.35 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2987 0 1 0 178601 34 0 0 20 0 19 0 341454592 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140108024017328 140107890250876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26335] ppid=26330 vsize=2715132 CPUtime=0.95 cores=0,2,4,6
/proc/26332/task/26335/stat : 26335 (java) S 26330 26332 25981 0 -1 4202560 215 0 0 0 89 6 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140108008475176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26336] ppid=26330 vsize=2715132 CPUtime=0.96 cores=0,2,4,6
/proc/26332/task/26336/stat : 26336 (java) S 26330 26332 25981 0 -1 4202560 222 0 0 0 87 9 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107889764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26337] ppid=26330 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/26332/task/26337/stat : 26337 (java) S 26330 26332 25981 0 -1 4202560 234 0 0 0 91 7 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107888711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26338] ppid=26330 vsize=2715132 CPUtime=0.92 cores=0,2,4,6
/proc/26332/task/26338/stat : 26338 (java) S 26330 26332 25981 0 -1 4202560 229 0 0 0 86 6 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107887659176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26339] ppid=26330 vsize=2715132 CPUtime=1.05 cores=0,2,4,6
/proc/26332/task/26339/stat : 26339 (java) S 26330 26332 25981 0 -1 4202560 219 0 0 0 97 8 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107886607400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26340] ppid=26330 vsize=2715132 CPUtime=0.93 cores=0,2,4,6
/proc/26332/task/26340/stat : 26340 (java) S 26330 26332 25981 0 -1 4202560 203 0 0 0 85 8 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107885554600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26341] ppid=26330 vsize=2715132 CPUtime=0.96 cores=0,2,4,6
/proc/26332/task/26341/stat : 26341 (java) S 26330 26332 25981 0 -1 4202560 236 0 0 0 88 8 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107884501800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26342] ppid=26330 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/26332/task/26342/stat : 26342 (java) S 26330 26332 25981 0 -1 4202560 285 0 0 0 80 7 0 0 20 0 19 0 341454593 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107883449000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26343] ppid=26330 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/26332/task/26343/stat : 26343 (java) S 26330 26332 25981 0 -1 4202560 91 0 0 0 1 2 0 0 20 0 19 0 341454595 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107401120232 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26344] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26344/stat : 26344 (java) S 26330 26332 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107400066296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26345] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26345/stat : 26345 (java) S 26330 26332 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341454595 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107399013384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26346] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26346/stat : 26346 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107397961872 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26347] ppid=26330 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/26332/task/26347/stat : 26347 (java) S 26330 26332 25981 0 -1 4202560 5233 0 0 0 48 0 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107396910008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26348] ppid=26330 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/26332/task/26348/stat : 26348 (java) S 26330 26332 25981 0 -1 4202560 2797 0 0 0 33 0 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107395857208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26349] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26349/stat : 26349 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107394804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26350] ppid=26330 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/26332/task/26350/stat : 26350 (java) S 26330 26332 25981 0 -1 4202560 103 0 0 0 44 33 0 0 20 0 19 0 341454598 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107393752008 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26351] ppid=26330 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26351/stat : 26351 (java) S 26330 26332 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341454610 2780295168 265214 33554432000 1073741824 1073778376 140733805067408 140107392697512 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

[startup+1793.41 s]
/proc/loadavg: 2.01 2.02 2.00 2/193 26392
/proc/meminfo: memFree=27685008/32873844 swapFree=6872/6872
[pid=26332] ppid=26330 vsize=2848260 CPUtime=1800.36 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26330 26332 25981 0 -1 4202496 14295 0 1 0 179935 101 0 0 20 0 21 0 341454592 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140733805058544 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26332/statm: 712065 267307 2270 9 0 702758 0
[pid=26332/tid=26333] ppid=26330 vsize=2848260 CPUtime=1786.41 cores=0,2,4,6
/proc/26332/task/26333/stat : 26333 (java) R 26330 26332 25981 0 -1 4202560 2988 0 1 0 178607 34 0 0 20 0 21 0 341454592 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140108024023696 140107890250099 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26335] ppid=26330 vsize=2848260 CPUtime=0.97 cores=0,2,4,6
/proc/26332/task/26335/stat : 26335 (java) S 26330 26332 25981 0 -1 4202560 216 0 0 0 91 6 0 0 20 0 21 0 341454593 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140108008475176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26336] ppid=26330 vsize=2848260 CPUtime=0.99 cores=0,2,4,6
/proc/26332/task/26336/stat : 26336 (java) S 26330 26332 25981 0 -1 4202560 225 0 0 0 90 9 0 0 20 0 21 0 341454593 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107889764776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26337] ppid=26330 vsize=2848260 CPUtime=0.99 cores=0,2,4,6
/proc/26332/task/26337/stat : 26337 (java) S 26330 26332 25981 0 -1 4202560 235 0 0 0 92 7 0 0 20 0 21 0 341454593 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107888711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26338] ppid=26330 vsize=2848260 CPUtime=0.95 cores=0,2,4,6
/proc/26332/task/26338/stat : 26338 (java) S 26330 26332 25981 0 -1 4202560 231 0 0 0 89 6 0 0 20 0 21 0 341454593 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107887659176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26339] ppid=26330 vsize=2848260 CPUtime=1.06 cores=0,2,4,6
/proc/26332/task/26339/stat : 26339 (java) S 26330 26332 25981 0 -1 4202560 219 0 0 0 98 8 0 0 20 0 21 0 341454593 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107886607400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26340] ppid=26330 vsize=2848260 CPUtime=0.94 cores=0,2,4,6
/proc/26332/task/26340/stat : 26340 (java) S 26330 26332 25981 0 -1 4202560 204 0 0 0 86 8 0 0 20 0 21 0 341454593 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107885554600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26341] ppid=26330 vsize=2848260 CPUtime=0.97 cores=0,2,4,6
/proc/26332/task/26341/stat : 26341 (java) S 26330 26332 25981 0 -1 4202560 236 0 0 0 89 8 0 0 20 0 21 0 341454593 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107884501800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26342] ppid=26330 vsize=2848260 CPUtime=0.89 cores=0,2,4,6
/proc/26332/task/26342/stat : 26342 (java) S 26330 26332 25981 0 -1 4202560 287 0 0 0 82 7 0 0 20 0 21 0 341454593 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107883449000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26343] ppid=26330 vsize=2848260 CPUtime=0.03 cores=0,2,4,6
/proc/26332/task/26343/stat : 26343 (java) S 26330 26332 25981 0 -1 4202560 93 0 0 0 1 2 0 0 20 0 21 0 341454595 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107401120232 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26344] ppid=26330 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26344/stat : 26344 (java) S 26330 26332 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 341454595 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107400066296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26332/tid=26345] ppid=26330 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26345/stat : 26345 (java) S 26330 26332 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 341454595 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107399013384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26346] ppid=26330 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26346/stat : 26346 (java) S 26330 26332 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 21 0 341454598 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107397961872 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26347] ppid=26330 vsize=2848260 CPUtime=0.48 cores=0,2,4,6
/proc/26332/task/26347/stat : 26347 (java) S 26330 26332 25981 0 -1 4202560 5233 0 0 0 48 0 0 0 20 0 21 0 341454598 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107396910008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26332/tid=26348] ppid=26330 vsize=2848260 CPUtime=0.34 cores=0,2,4,6
/proc/26332/task/26348/stat : 26348 (java) S 26330 26332 25981 0 -1 4202560 2808 0 0 0 34 0 0 0 20 0 21 0 341454598 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107395857208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26349] ppid=26330 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26349/stat : 26349 (java) S 26330 26332 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 341454598 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107394804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26332/tid=26350] ppid=26330 vsize=2848260 CPUtime=0.77 cores=0,2,4,6
/proc/26332/task/26350/stat : 26350 (java) S 26330 26332 25981 0 -1 4202560 103 0 0 0 44 33 0 0 20 0 21 0 341454598 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107393752008 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26332/tid=26351] ppid=26330 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/26332/task/26351/stat : 26351 (java) S 26330 26332 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 341454610 2916618240 267307 33554432000 1073741824 1073778376 140733805067408 140107392697512 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 2848260

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26332 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=728159
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=422783
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.43
CPU time (s): 1800.36
CPU user time (s): 1799.35
CPU system time (s): 1.01
CPU usage (%): 100.386
Max. virtual memory (cumulated for all children) (KiB): 2848260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 1.42278
maximum resident set size= 1069232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14297
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39927
involuntary context switches= 22173

runsolver used 6.42002 second user time and 14.6538 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-03 21:54:21
IDJOB=3734863
IDBENCH=2912
IDSOLVER=2322
FILE ID=node106/3734863-1338753261
RUNJOBID= node106-1338749659-25997
PBS_JOBID= 14636805
Free space on /tmp= 70860 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_8_70_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-3734863-1338753261/watcher-3734863-1338753261 -o /tmp/evaluation-result-3734863-1338753261/solver-3734863-1338753261 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734863-1338753261.opb

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

MD5SUM BENCH= 0278ee4f163393ac33163ff791a7f96d
RANDOM SEED=2065704345

node106.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.065
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.13
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.065
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		: 2667.065
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.91
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.065
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.92
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.065
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		: 2667.065
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.065
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		: 2667.065
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:       32873844 kB
MemFree:        28429140 kB
Buffers:          317960 kB
Cached:          2953372 kB
SwapCached:         2004 kB
Active:          1319292 kB
Inactive:        2258888 kB
Active(anon):     304244 kB
Inactive(anon):     4984 kB
Active(file):    1015048 kB
Inactive(file):  2253904 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100580 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        301200 kB
Mapped:            17060 kB
Shmem:                 0 kB
Slab:             713928 kB
SReclaimable:     155492 kB
SUnreclaim:       558436 kB
KernelStack:        1592 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1515920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node106 at 2012-06-03 22:24:16