Trace number 3734775

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)19 1800.68 1795.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMcdfa46b59876181d5d89fd18757b8cfb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1790.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.1.1.v20090612
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version	1.6.0_24
0.07/0.09	c os.name	Linux
0.07/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch	amd64
0.07/0.09	c Free memory 1299577560
0.07/0.09	c Max memory 1306394624
0.07/0.09	c Total memory 1306394624
0.07/0.09	c Number of processors 8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c MiniSAT restarts strategy
0.07/0.13	c Memory based learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3734775-1338752880.opb
0.07/0.13	c reading problem ... 
0.07/0.16	c ... done. Wall clock time 0.038s.
0.07/0.16	c #vars     146
0.07/0.16	c #constraints  12
0.07/0.16	c constraints type 
0.07/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.24/0.26	c SATISFIABLE
0.24/0.26	c OPTIMIZING...
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.13
0.24/0.26	o 2471
0.24/0.27	c Got one! Elapsed wall clock time (in seconds):0.148
0.24/0.27	o 2274
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.164
0.24/0.29	o 2273
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.184
0.51/0.31	o 2271
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.197
0.51/0.32	o 2269
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.209
0.51/0.33	o 2267
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.219
0.51/0.34	o 2256
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.229
0.51/0.35	o 2239
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.24
0.51/0.37	o 1459
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.253
0.51/0.38	o 1457
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.264
0.51/0.39	o 1432
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.28
0.66/0.41	o 1430
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.292
0.66/0.42	o 1428
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.306
0.66/0.43	o 1426
0.66/0.44	c Got one! Elapsed wall clock time (in seconds):0.319
0.66/0.44	o 1424
0.66/0.46	c Got one! Elapsed wall clock time (in seconds):0.33
0.66/0.46	o 1423
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.342
0.66/0.47	o 1306
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.356
0.66/0.48	o 1305
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.369
0.66/0.49	o 1304
0.77/0.51	c Got one! Elapsed wall clock time (in seconds):0.387
0.77/0.51	o 525
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.406
0.77/0.53	o 524
0.77/0.55	c Got one! Elapsed wall clock time (in seconds):0.427
0.77/0.55	o 518
0.77/0.57	c Got one! Elapsed wall clock time (in seconds):0.445
0.77/0.57	o 516
0.77/0.59	c Got one! Elapsed wall clock time (in seconds):0.465
0.77/0.59	o 514
1.03/0.61	c Got one! Elapsed wall clock time (in seconds):0.484
1.03/0.61	o 512
1.03/0.63	c Got one! Elapsed wall clock time (in seconds):0.504
1.03/0.63	o 510
1.03/0.65	c Got one! Elapsed wall clock time (in seconds):0.524
1.03/0.65	o 351
1.28/0.75	c Got one! Elapsed wall clock time (in seconds):0.626
1.28/0.75	o 350
1.28/0.77	c Got one! Elapsed wall clock time (in seconds):0.648
1.28/0.77	o 345
1.39/0.80	c Got one! Elapsed wall clock time (in seconds):0.678
1.39/0.80	o 343
1.39/0.88	c Got one! Elapsed wall clock time (in seconds):0.751
1.39/0.88	o 342
1.52/0.90	c Got one! Elapsed wall clock time (in seconds):0.774
1.52/0.90	o 340
1.52/0.92	c Got one! Elapsed wall clock time (in seconds):0.799
1.52/0.92	o 339
1.68/1.02	c Got one! Elapsed wall clock time (in seconds):0.89
1.68/1.02	o 338
1.68/1.06	c Got one! Elapsed wall clock time (in seconds):0.932
1.68/1.06	o 336
1.79/1.18	c Got one! Elapsed wall clock time (in seconds):1.051
1.79/1.18	o 335
1.88/1.21	c Got one! Elapsed wall clock time (in seconds):1.083
1.88/1.21	o 333
1.88/1.24	c Got one! Elapsed wall clock time (in seconds):1.115
1.88/1.24	o 331
1.88/1.27	c Got one! Elapsed wall clock time (in seconds):1.141
1.88/1.27	o 330
1.99/1.32	c Got one! Elapsed wall clock time (in seconds):1.191
1.99/1.32	o 329
1.99/1.34	c Got one! Elapsed wall clock time (in seconds):1.218
1.99/1.34	o 327
2.30/1.66	c Got one! Elapsed wall clock time (in seconds):1.536
2.30/1.66	o 325
2.40/1.79	c Got one! Elapsed wall clock time (in seconds):1.664
2.40/1.79	o 324
2.49/1.81	c Got one! Elapsed wall clock time (in seconds):1.684
2.49/1.81	o 322
2.59/1.96	c Got one! Elapsed wall clock time (in seconds):1.831
2.59/1.96	o 321
2.59/1.99	c Got one! Elapsed wall clock time (in seconds):1.866
2.59/1.99	o 320
2.70/2.05	c Got one! Elapsed wall clock time (in seconds):1.925
2.70/2.05	o 318
2.70/2.08	c Got one! Elapsed wall clock time (in seconds):1.958
2.70/2.08	o 316
2.81/2.12	c Got one! Elapsed wall clock time (in seconds):1.99
2.81/2.12	o 228
2.91/2.22	c Got one! Elapsed wall clock time (in seconds):2.091
2.91/2.22	o 227
3.00/2.30	c Got one! Elapsed wall clock time (in seconds):2.178
3.00/2.30	o 226
3.12/2.43	c Got one! Elapsed wall clock time (in seconds):2.308
3.12/2.43	o 222
3.12/2.48	c Got one! Elapsed wall clock time (in seconds):2.358
3.12/2.48	o 221
3.32/2.66	c Got one! Elapsed wall clock time (in seconds):2.533
3.32/2.66	o 220
3.42/2.73	c Got one! Elapsed wall clock time (in seconds):2.609
3.42/2.73	o 218
3.42/2.78	c Got one! Elapsed wall clock time (in seconds):2.654
3.42/2.78	o 217
3.53/2.83	c Got one! Elapsed wall clock time (in seconds):2.703
3.53/2.83	o 215
3.53/2.88	c Got one! Elapsed wall clock time (in seconds):2.753
3.53/2.88	o 213
3.63/2.95	c Got one! Elapsed wall clock time (in seconds):2.825
3.63/2.95	o 211
3.63/2.99	c Got one! Elapsed wall clock time (in seconds):2.867
3.63/2.99	o 210
3.72/3.03	c Got one! Elapsed wall clock time (in seconds):2.907
3.72/3.03	o 208
3.82/3.11	c Got one! Elapsed wall clock time (in seconds):2.981
3.82/3.11	o 202
3.82/3.19	c Got one! Elapsed wall clock time (in seconds):3.065
3.82/3.19	o 201
4.03/3.31	c Got one! Elapsed wall clock time (in seconds):3.186
4.03/3.31	o 192
4.03/3.39	c Got one! Elapsed wall clock time (in seconds):3.267
4.03/3.39	o 191
4.15/3.44	c Got one! Elapsed wall clock time (in seconds):3.316
4.15/3.44	o 189
4.15/3.48	c Got one! Elapsed wall clock time (in seconds):3.356
4.15/3.48	o 188
4.26/3.52	c Got one! Elapsed wall clock time (in seconds):3.397
4.26/3.52	o 187
4.26/3.56	c Got one! Elapsed wall clock time (in seconds):3.431
4.26/3.56	o 186
4.37/3.60	c Got one! Elapsed wall clock time (in seconds):3.472
4.37/3.60	o 184
4.37/3.67	c Got one! Elapsed wall clock time (in seconds):3.542
4.37/3.67	o 182
4.58/3.85	c Got one! Elapsed wall clock time (in seconds):3.729
4.58/3.85	o 179
4.88/4.11	c Got one! Elapsed wall clock time (in seconds):3.989
4.88/4.11	o 177
4.88/4.16	c Got one! Elapsed wall clock time (in seconds):4.032
4.88/4.16	o 175
4.98/4.20	c Got one! Elapsed wall clock time (in seconds):4.075
4.98/4.20	o 173
5.19/4.43	c Got one! Elapsed wall clock time (in seconds):4.301
5.19/4.43	o 171
5.28/4.52	c Got one! Elapsed wall clock time (in seconds):4.395
5.28/4.52	o 170
5.28/4.59	c Got one! Elapsed wall clock time (in seconds):4.46
5.28/4.59	o 169
5.38/4.69	c Got one! Elapsed wall clock time (in seconds):4.563
5.38/4.69	o 167
5.58/4.83	c Got one! Elapsed wall clock time (in seconds):4.705
5.58/4.83	o 165
5.58/4.86	c Got one! Elapsed wall clock time (in seconds):4.735
5.58/4.86	o 163
5.98/5.22	c Got one! Elapsed wall clock time (in seconds):5.092
5.98/5.22	o 162
6.19/5.45	c Got one! Elapsed wall clock time (in seconds):5.323
6.19/5.45	o 161
6.49/5.77	c Got one! Elapsed wall clock time (in seconds):5.642
6.49/5.77	o 140
6.59/5.84	c Got one! Elapsed wall clock time (in seconds):5.717
6.59/5.84	o 138
6.79/6.02	c Got one! Elapsed wall clock time (in seconds):5.89
6.79/6.02	o 136
6.89/6.13	c Got one! Elapsed wall clock time (in seconds):6.008
6.89/6.13	o 134
6.99/6.27	c Got one! Elapsed wall clock time (in seconds):6.142
6.99/6.27	o 133
7.09/6.35	c Got one! Elapsed wall clock time (in seconds):6.226
7.09/6.35	o 132
7.79/7.00	c Got one! Elapsed wall clock time (in seconds):6.872
7.79/7.00	o 131
7.99/7.21	c Got one! Elapsed wall clock time (in seconds):7.084
7.99/7.21	o 130
9.05/8.20	c Got one! Elapsed wall clock time (in seconds):8.072
9.05/8.20	o 129
10.55/9.78	c Got one! Elapsed wall clock time (in seconds):9.658
10.55/9.78	o 127
10.95/10.17	c Got one! Elapsed wall clock time (in seconds):10.048
10.95/10.17	o 126
12.45/11.68	c Got one! Elapsed wall clock time (in seconds):11.557
12.45/11.68	o 125
12.86/12.04	c Got one! Elapsed wall clock time (in seconds):11.915
12.86/12.04	o 123
13.76/12.96	c Got one! Elapsed wall clock time (in seconds):12.838
13.76/12.96	o 121
14.07/13.29	c Got one! Elapsed wall clock time (in seconds):13.165
14.07/13.29	o 119
14.76/13.92	c Got one! Elapsed wall clock time (in seconds):13.79
14.76/13.92	o 118
15.07/14.20	c Got one! Elapsed wall clock time (in seconds):14.079
15.07/14.20	o 117
15.17/14.35	c Got one! Elapsed wall clock time (in seconds):14.221
15.17/14.35	o 115
15.26/14.46	c Got one! Elapsed wall clock time (in seconds):14.334
15.26/14.46	o 113
15.36/14.55	c Got one! Elapsed wall clock time (in seconds):14.429
15.36/14.55	o 112
15.63/14.74	c Got one! Elapsed wall clock time (in seconds):14.61
15.63/14.74	o 111
16.13/15.27	c Got one! Elapsed wall clock time (in seconds):15.148
16.13/15.27	o 109
16.24/15.34	c Got one! Elapsed wall clock time (in seconds):15.211
16.24/15.34	o 108
16.44/15.51	c Got one! Elapsed wall clock time (in seconds):15.381
16.44/15.51	o 107
16.74/15.86	c Got one! Elapsed wall clock time (in seconds):15.739
16.74/15.86	o 106
16.94/16.07	c Got one! Elapsed wall clock time (in seconds):15.942
16.94/16.07	o 105
17.24/16.33	c Got one! Elapsed wall clock time (in seconds):16.2
17.24/16.33	o 104
17.84/16.92	c Got one! Elapsed wall clock time (in seconds):16.79
17.84/16.92	o 103
18.55/17.64	c Got one! Elapsed wall clock time (in seconds):17.511
18.55/17.64	o 102
19.55/18.69	c Got one! Elapsed wall clock time (in seconds):18.569
19.55/18.69	o 101
19.65/18.78	c Got one! Elapsed wall clock time (in seconds):18.654
19.65/18.78	o 99
19.94/19.04	c Got one! Elapsed wall clock time (in seconds):18.913
19.94/19.04	o 95
20.04/19.19	c Got one! Elapsed wall clock time (in seconds):19.062
20.04/19.19	o 93
20.24/19.34	c Got one! Elapsed wall clock time (in seconds):19.219
20.24/19.34	o 92
21.04/20.13	c Got one! Elapsed wall clock time (in seconds):20.003
21.04/20.13	o 90
21.34/20.46	c Got one! Elapsed wall clock time (in seconds):20.331
21.34/20.46	o 88
22.44/21.51	c Got one! Elapsed wall clock time (in seconds):21.38
22.44/21.51	o 86
23.14/22.24	c Got one! Elapsed wall clock time (in seconds):22.117
23.14/22.24	o 84
25.80/24.82	c Got one! Elapsed wall clock time (in seconds):24.693
25.80/24.82	o 83
26.10/25.11	c Got one! Elapsed wall clock time (in seconds):24.987
26.10/25.11	o 82
27.80/26.84	c Got one! Elapsed wall clock time (in seconds):26.715
27.80/26.84	o 81
28.41/27.41	c Got one! Elapsed wall clock time (in seconds):27.289
28.41/27.41	o 79
28.90/27.93	c Got one! Elapsed wall clock time (in seconds):27.806
28.90/27.93	o 78
30.40/29.48	c Got one! Elapsed wall clock time (in seconds):29.356
30.40/29.48	o 76
31.90/30.91	c Got one! Elapsed wall clock time (in seconds):30.788
31.90/30.91	o 75
33.00/32.09	c Got one! Elapsed wall clock time (in seconds):31.966
33.00/32.09	o 74
33.70/32.70	c Got one! Elapsed wall clock time (in seconds):32.574
33.70/32.70	o 72
34.10/33.13	c Got one! Elapsed wall clock time (in seconds):33.006
34.10/33.13	o 71
39.20/38.10	c Got one! Elapsed wall clock time (in seconds):37.972
39.20/38.10	o 70
40.90/39.81	c Got one! Elapsed wall clock time (in seconds):39.686
40.90/39.81	o 68
41.71/40.61	c Got one! Elapsed wall clock time (in seconds):40.489
41.71/40.61	o 67
43.10/42.06	c Got one! Elapsed wall clock time (in seconds):41.937
43.10/42.06	o 66
43.30/42.24	c Got one! Elapsed wall clock time (in seconds):42.115
43.30/42.24	o 65
43.80/42.75	c Got one! Elapsed wall clock time (in seconds):42.62
43.80/42.75	o 63
44.20/43.13	c Got one! Elapsed wall clock time (in seconds):43.003
44.20/43.13	o 62
51.02/49.89	c Got one! Elapsed wall clock time (in seconds):49.763
51.02/49.89	o 60
52.62/51.42	c Got one! Elapsed wall clock time (in seconds):51.291
52.62/51.42	o 59
53.62/52.43	c Got one! Elapsed wall clock time (in seconds):52.305
53.62/52.43	o 57
58.62/57.44	c Got one! Elapsed wall clock time (in seconds):57.31
58.62/57.44	o 55
61.62/60.46	c Got one! Elapsed wall clock time (in seconds):60.339
61.62/60.46	o 54
70.02/68.75	c Got one! Elapsed wall clock time (in seconds):68.626
70.02/68.75	o 52
72.92/71.66	c Got one! Elapsed wall clock time (in seconds):71.539
72.92/71.66	o 50
73.93/72.61	c Got one! Elapsed wall clock time (in seconds):72.486
73.93/72.61	o 48
75.73/74.43	c Got one! Elapsed wall clock time (in seconds):74.309
75.73/74.43	o 47
80.63/79.33	c Got one! Elapsed wall clock time (in seconds):79.204
80.63/79.33	o 45
83.64/82.38	c Got one! Elapsed wall clock time (in seconds):82.25
83.64/82.38	o 44
85.83/84.54	c Got one! Elapsed wall clock time (in seconds):84.419
85.83/84.55	o 43
93.65/92.26	c Got one! Elapsed wall clock time (in seconds):92.131
93.65/92.26	o 41
107.45/106.03	c Got one! Elapsed wall clock time (in seconds):105.909
107.45/106.03	o 40
125.24/123.74	c Got one! Elapsed wall clock time (in seconds):123.615
125.24/123.74	o 39
138.14/136.60	c Got one! Elapsed wall clock time (in seconds):136.47
138.14/136.60	o 38
139.05/137.46	c Got one! Elapsed wall clock time (in seconds):137.336
139.05/137.46	o 37
174.53/172.85	c Got one! Elapsed wall clock time (in seconds):172.724
174.53/172.85	o 35
212.81/211.01	c Got one! Elapsed wall clock time (in seconds):210.888
212.81/211.01	o 34
219.80/218.08	c Got one! Elapsed wall clock time (in seconds):217.954
219.80/218.08	o 33
261.91/260.08	c Got one! Elapsed wall clock time (in seconds):259.954
261.91/260.08	o 32
293.28/291.38	c Got one! Elapsed wall clock time (in seconds):291.251
293.28/291.38	o 30
314.79/312.78	c Got one! Elapsed wall clock time (in seconds):312.659
314.79/312.78	o 28
330.50/328.48	c Got one! Elapsed wall clock time (in seconds):328.359
330.50/328.48	o 26
359.88/357.78	c Got one! Elapsed wall clock time (in seconds):357.65
359.88/357.78	o 24
466.50/464.13	c Got one! Elapsed wall clock time (in seconds):464.003
466.50/464.13	o 23
555.11/552.56	c Got one! Elapsed wall clock time (in seconds):552.43
555.11/552.56	o 22
637.43/634.76	c Got one! Elapsed wall clock time (in seconds):634.634
637.43/634.76	o 20
764.59/761.67	c Got one! Elapsed wall clock time (in seconds):761.542
764.59/761.67	o 19
1800.06/1795.61	c starts		: 937
1800.06/1795.61	c conflicts		: 1360900
1800.06/1795.61	c decisions		: 1501429
1800.06/1795.61	c propagations		: 14678228
1800.06/1795.61	c inspects		: 12922856271
1800.06/1795.61	c learnt literals	: 0
1800.06/1795.61	c learnt binary clauses	: 0
1800.06/1795.61	c learnt ternary clauses	: 0
1800.06/1795.61	c learnt clauses	: 1360900
1800.06/1795.61	c ignored clauses	: 0
1800.06/1795.61	c root simplifications	: 0
1800.06/1795.61	c removed literals (reason simplification)	: 16501672
1800.06/1795.61	c reason swapping (by a shorter reason)	: 0
1800.06/1795.61	c Calls to reduceDB	: 0
1800.06/1795.61	c speed (assignments/second)	: 14196.374651576201
1800.06/1795.61	c non guided choices	3827
1800.06/1795.67	c learnt constraints type 
1800.06/1795.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1360922
1800.06/1795.67	c constraints type 
1800.06/1795.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
1800.06/1795.67	s SATISFIABLE
1800.06/1795.67	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 
1800.06/1795.67	c objective function=19
1800.06/1795.67	c Total wall clock time (in seconds): 1795.548

Verifier Data

OK	19

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-3734775-1338752880/watcher-3734775-1338752880 -o /tmp/evaluation-result-3734775-1338752880/solver-3734775-1338752880 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734775-1338752880.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.92 2.01 2.00 3/194 11409
/proc/meminfo: memFree=30358892/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11409/stat : 11409 (java6) D 11407 11409 9782 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341415007 9515008 182 33554432000 1073741824 1073778376 140735224354448 140735224345480 233411788469 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 2323 182 140 9 0 71 0

[startup+0.0964731 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 11409
/proc/meminfo: memFree=30358892/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 3865 0 1 0 6 1 0 0 20 0 18 0 341415007 2712133632 5584 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 662142 5584 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.100253 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 11409
/proc/meminfo: memFree=30358892/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 4084 0 1 0 6 1 0 0 20 0 18 0 341415007 2712133632 5803 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 662142 5803 1934 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300157 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 11409
/proc/meminfo: memFree=30358892/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 8207 0 1 0 49 2 0 0 20 0 19 0 341415007 2780295168 10098 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 678783 10098 2230 9 0 669476 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2715132

[startup+0.700173 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 11409
/proc/meminfo: memFree=30358892/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2715132 CPUtime=1.28 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 13643 0 1 0 125 3 0 0 20 0 19 0 341415007 2780295168 25235 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 678783 25235 2241 9 0 669476 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 2715132

[startup+1.50069 s]
/proc/loadavg: 1.92 2.01 2.00 4/213 11428
/proc/meminfo: memFree=30226724/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2715132 CPUtime=2.2 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 13699 0 1 0 215 5 0 0 20 0 19 0 341415007 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 678783 50876 2244 9 0 669476 0
[pid=11409/tid=11411] ppid=11407 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/11409/task/11411/stat : 11411 (java) R 11407 11409 9782 0 -1 4202560 2830 0 1 0 141 4 0 0 20 0 19 0 341415008 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921770340784 139921596013625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11412] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11412/stat : 11412 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921754799016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11413] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11413/stat : 11413 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921753746472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11414] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11414/stat : 11414 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921752693416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11415] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11415/stat : 11415 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921751640872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11416] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11416/stat : 11416 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921750587816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11417] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11417/stat : 11417 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921749535272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11418] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11418/stat : 11418 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921748482216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11419] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11419/stat : 11419 (java) S 11407 11409 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921747429672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11420] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11420/stat : 11420 (java) S 11407 11409 9782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341415010 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921735019368 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11421] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11421/stat : 11421 (java) S 11407 11409 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921733965688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11422] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11422/stat : 11422 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921732912520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11423] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11423/stat : 11423 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921731861264 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11424] ppid=11407 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/11409/task/11424/stat : 11424 (java) S 11407 11409 9782 0 -1 4202560 5729 0 0 0 42 0 0 0 20 0 19 0 341415014 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921730808120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11425] ppid=11407 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/11409/task/11425/stat : 11425 (java) S 11407 11409 9782 0 -1 4202560 3946 0 0 0 29 0 0 0 20 0 19 0 341415014 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921729755576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11426] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11426/stat : 11426 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921728702712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11427] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11427/stat : 11427 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921727650376 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11428] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11428/stat : 11428 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415024 2780295168 50876 33554432000 1073741824 1073778376 140736312410416 139921726596648 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 2715132

[startup+3.10069 s]
/proc/loadavg: 1.92 2.01 2.00 3/213 11428
/proc/meminfo: memFree=30096956/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2715132 CPUtime=3.82 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 13774 0 1 0 374 8 0 0 20 0 19 0 341415007 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 678783 88764 2244 9 0 669476 0
[pid=11409/tid=11411] ppid=11407 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/11409/task/11411/stat : 11411 (java) R 11407 11409 9782 0 -1 4202560 2905 0 1 0 298 7 0 0 20 0 19 0 341415008 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921770340784 139921596020598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11412] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11412/stat : 11412 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921754799016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11413] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11413/stat : 11413 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921753746472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11414] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11414/stat : 11414 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921752693416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11415] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11415/stat : 11415 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921751640872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11416] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11416/stat : 11416 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921750587816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11417] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11417/stat : 11417 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921749535272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11418] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11418/stat : 11418 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921748482216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11419] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11419/stat : 11419 (java) S 11407 11409 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921747429672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11420] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11420/stat : 11420 (java) S 11407 11409 9782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341415010 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921735019368 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11421] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11421/stat : 11421 (java) S 11407 11409 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921733965688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11422] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11422/stat : 11422 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921732912520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11423] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11423/stat : 11423 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921731861264 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11424] ppid=11407 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/11409/task/11424/stat : 11424 (java) S 11407 11409 9782 0 -1 4202560 5729 0 0 0 43 0 0 0 20 0 19 0 341415014 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921730808120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11425] ppid=11407 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/11409/task/11425/stat : 11425 (java) S 11407 11409 9782 0 -1 4202560 3946 0 0 0 29 0 0 0 20 0 19 0 341415014 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921729755576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11426] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11426/stat : 11426 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921728702712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11427] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11427/stat : 11427 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921727650376 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11428] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11428/stat : 11428 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415024 2780295168 88764 33554432000 1073741824 1073778376 140736312410416 139921726596648 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 2715132

[startup+6.30071 s]
/proc/loadavg: 1.93 2.01 2.00 3/213 11428
/proc/meminfo: memFree=29977924/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2715132 CPUtime=7.09 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 13833 0 1 0 700 9 0 0 20 0 19 0 341415007 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 678783 96889 2260 9 0 669476 0
[pid=11409/tid=11411] ppid=11407 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/11409/task/11411/stat : 11411 (java) R 11407 11409 9782 0 -1 4202560 2920 0 1 0 617 7 0 0 20 0 19 0 341415008 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921770340784 139921596020689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11412] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11412/stat : 11412 (java) S 11407 11409 9782 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921754799016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11413] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11413/stat : 11413 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921753746472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11414] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11414/stat : 11414 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921752693416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11415] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11415/stat : 11415 (java) S 11407 11409 9782 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921751640872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11416] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11416/stat : 11416 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921750587816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11417] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11417/stat : 11417 (java) S 11407 11409 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921749535272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11418] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11418/stat : 11418 (java) S 11407 11409 9782 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921748482216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11419] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11419/stat : 11419 (java) S 11407 11409 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341415009 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921747429672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11420] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11420/stat : 11420 (java) S 11407 11409 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341415010 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921735019368 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11421] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11421/stat : 11421 (java) S 11407 11409 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921733965688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11422] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11422/stat : 11422 (java) S 11407 11409 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921732912520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11423] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11423/stat : 11423 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921731861264 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11424] ppid=11407 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/11409/task/11424/stat : 11424 (java) S 11407 11409 9782 0 -1 4202560 5730 0 0 0 45 0 0 0 20 0 19 0 341415014 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921730808120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11425] ppid=11407 vsize=2715132 CPUtime=0.31 cores=0,2,4,6
/proc/11409/task/11425/stat : 11425 (java) S 11407 11409 9782 0 -1 4202560 3947 0 0 0 31 0 0 0 20 0 19 0 341415014 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921729755576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11426] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11426/stat : 11426 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921728702712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11427] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11427/stat : 11427 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921727650376 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11428] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11428/stat : 11428 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415024 2780295168 96889 33554432000 1073741824 1073778376 140736312410416 139921726596648 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=11409/tid=11417] ppid=11407 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/11409/task/11417/stat : 11417 (java) S 11407 11409 9782 0 -1 4202560 132 0 0 0 45 5 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921749535272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11418] ppid=11407 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/11409/task/11418/stat : 11418 (java) S 11407 11409 9782 0 -1 4202560 191 0 0 0 43 5 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921748482216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11419] ppid=11407 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/11409/task/11419/stat : 11419 (java) S 11407 11409 9782 0 -1 4202560 207 0 0 0 53 6 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921747429672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11420] ppid=11407 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/11409/task/11420/stat : 11420 (java) S 11407 11409 9782 0 -1 4202560 63 0 0 0 2 1 0 0 20 0 19 0 341415010 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921735019368 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11421] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11421/stat : 11421 (java) S 11407 11409 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921733965688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11422] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11422/stat : 11422 (java) S 11407 11409 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921732912520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11423] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11423/stat : 11423 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921731861264 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11424] ppid=11407 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/11409/task/11424/stat : 11424 (java) S 11407 11409 9782 0 -1 4202560 5737 0 0 0 48 0 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921730808120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11425] ppid=11407 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/11409/task/11425/stat : 11425 (java) S 11407 11409 9782 0 -1 4202560 3947 0 0 0 32 0 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921729755576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11426] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11426/stat : 11426 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921728702712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11427] ppid=11407 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/11409/task/11427/stat : 11427 (java) S 11407 11409 9782 0 -1 4202560 95 0 0 0 38 39 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921727650376 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11428] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11428/stat : 11428 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415024 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921726596648 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.61
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 11526
/proc/meminfo: memFree=29660268/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2715132 CPUtime=1726.62 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 15370 0 1 0 172574 88 0 0 20 0 19 0 341415007 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 678783 202659 2260 9 0 669476 0
[pid=11409/tid=11411] ppid=11407 vsize=2715132 CPUtime=1720.96 cores=0,2,4,6
/proc/11409/task/11411/stat : 11411 (java) R 11407 11409 9782 0 -1 4202560 2954 0 1 0 172061 35 0 0 20 0 19 0 341415008 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921770347952 139921596095780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11412] ppid=11407 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/11409/task/11412/stat : 11412 (java) S 11407 11409 9782 0 -1 4202560 194 0 0 0 47 5 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921754799016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11413] ppid=11407 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/11409/task/11413/stat : 11413 (java) S 11407 11409 9782 0 -1 4202560 208 0 0 0 49 5 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921753746472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11414] ppid=11407 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/11409/task/11414/stat : 11414 (java) S 11407 11409 9782 0 -1 4202560 117 0 0 0 41 4 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921752693416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11415] ppid=11407 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/11409/task/11415/stat : 11415 (java) S 11407 11409 9782 0 -1 4202560 193 0 0 0 54 5 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921751640872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11416] ppid=11407 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/11409/task/11416/stat : 11416 (java) S 11407 11409 9782 0 -1 4202560 148 0 0 0 51 5 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921750587816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11417] ppid=11407 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/11409/task/11417/stat : 11417 (java) S 11407 11409 9782 0 -1 4202560 132 0 0 0 45 5 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921749535272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11418] ppid=11407 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/11409/task/11418/stat : 11418 (java) S 11407 11409 9782 0 -1 4202560 191 0 0 0 43 5 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921748482216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11419] ppid=11407 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/11409/task/11419/stat : 11419 (java) S 11407 11409 9782 0 -1 4202560 207 0 0 0 53 6 0 0 20 0 19 0 341415009 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921747429672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11420] ppid=11407 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/11409/task/11420/stat : 11420 (java) S 11407 11409 9782 0 -1 4202560 63 0 0 0 2 1 0 0 20 0 19 0 341415010 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921735019368 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11421] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11421/stat : 11421 (java) S 11407 11409 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921733965688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11422] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11422/stat : 11422 (java) S 11407 11409 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921732912520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11423] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11423/stat : 11423 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921731861264 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11424] ppid=11407 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/11409/task/11424/stat : 11424 (java) S 11407 11409 9782 0 -1 4202560 5737 0 0 0 48 0 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921730808120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11425] ppid=11407 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/11409/task/11425/stat : 11425 (java) S 11407 11409 9782 0 -1 4202560 3947 0 0 0 32 0 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921729755576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11426] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11426/stat : 11426 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921728702712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11427] ppid=11407 vsize=2715132 CPUtime=0.8 cores=0,2,4,6
/proc/11409/task/11427/stat : 11427 (java) S 11407 11409 9782 0 -1 4202560 99 0 0 0 40 40 0 0 20 0 19 0 341415014 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921727650376 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11428] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11428/stat : 11428 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415024 2780295168 202659 33554432000 1073741824 1073778376 140736312410416 139921726596648 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.62
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11526
/proc/meminfo: memFree=29635568/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2715132 CPUtime=1786.75 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 15390 0 1 0 178585 90 0 0 20 0 19 0 341415007 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 678783 205219 2260 9 0 669476 0
[pid=11409/tid=11411] ppid=11407 vsize=2715132 CPUtime=1780.92 cores=0,2,4,6
/proc/11409/task/11411/stat : 11411 (java) R 11407 11409 9782 0 -1 4202560 2955 0 1 0 178056 36 0 0 20 0 19 0 341415008 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921770347824 139921596096039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11412] ppid=11407 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/11409/task/11412/stat : 11412 (java) S 11407 11409 9782 0 -1 4202560 196 0 0 0 49 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921754799016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11413] ppid=11407 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/11409/task/11413/stat : 11413 (java) S 11407 11409 9782 0 -1 4202560 208 0 0 0 50 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921753746472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11414] ppid=11407 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/11409/task/11414/stat : 11414 (java) S 11407 11409 9782 0 -1 4202560 118 0 0 0 41 4 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921752693416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11415] ppid=11407 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/11409/task/11415/stat : 11415 (java) S 11407 11409 9782 0 -1 4202560 194 0 0 0 56 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921751640872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11416] ppid=11407 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/11409/task/11416/stat : 11416 (java) S 11407 11409 9782 0 -1 4202560 152 0 0 0 54 6 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921750587816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11417] ppid=11407 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/11409/task/11417/stat : 11417 (java) S 11407 11409 9782 0 -1 4202560 132 0 0 0 46 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921749535272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11418] ppid=11407 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/11409/task/11418/stat : 11418 (java) S 11407 11409 9782 0 -1 4202560 192 0 0 0 43 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921748482216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11419] ppid=11407 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/11409/task/11419/stat : 11419 (java) S 11407 11409 9782 0 -1 4202560 211 0 0 0 57 6 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921747429672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11420] ppid=11407 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/11409/task/11420/stat : 11420 (java) S 11407 11409 9782 0 -1 4202560 65 0 0 0 2 1 0 0 20 0 19 0 341415010 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921735019368 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11421] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11421/stat : 11421 (java) S 11407 11409 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921733965688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11422] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11422/stat : 11422 (java) S 11407 11409 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921732912520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11423] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11423/stat : 11423 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921731861264 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11424] ppid=11407 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/11409/task/11424/stat : 11424 (java) S 11407 11409 9782 0 -1 4202560 5737 0 0 0 48 0 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921730808120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11425] ppid=11407 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/11409/task/11425/stat : 11425 (java) S 11407 11409 9782 0 -1 4202560 3947 0 0 0 32 0 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921729755576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11426] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11426/stat : 11426 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921728702712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11427] ppid=11407 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/11409/task/11427/stat : 11427 (java) S 11407 11409 9782 0 -1 4202560 103 0 0 0 41 41 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921727650376 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11428] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11428/stat : 11428 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415024 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921726596648 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.75
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11526
/proc/meminfo: memFree=29635692/32873844 swapFree=7116/7116
[pid=11409] ppid=11407 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/11409/stat : 11409 (java) S 11407 11409 9782 0 -1 4202496 15390 0 1 0 179915 91 0 0 20 0 19 0 341415007 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 140736312401552 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11409/statm: 678783 205219 2260 9 0 669476 0
[pid=11409/tid=11411] ppid=11407 vsize=2715132 CPUtime=1794.23 cores=0,2,4,6
/proc/11409/task/11411/stat : 11411 (java) R 11407 11409 9782 0 -1 4202560 2955 0 1 0 179387 36 0 0 20 0 19 0 341415008 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921770347824 139921596095784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11412] ppid=11407 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/11409/task/11412/stat : 11412 (java) S 11407 11409 9782 0 -1 4202560 196 0 0 0 49 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921754799016 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11413] ppid=11407 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/11409/task/11413/stat : 11413 (java) S 11407 11409 9782 0 -1 4202560 208 0 0 0 50 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921753746472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11414] ppid=11407 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/11409/task/11414/stat : 11414 (java) S 11407 11409 9782 0 -1 4202560 118 0 0 0 41 4 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921752693416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11415] ppid=11407 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/11409/task/11415/stat : 11415 (java) S 11407 11409 9782 0 -1 4202560 194 0 0 0 56 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921751640872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11416] ppid=11407 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/11409/task/11416/stat : 11416 (java) S 11407 11409 9782 0 -1 4202560 152 0 0 0 54 6 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921750587816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11417] ppid=11407 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/11409/task/11417/stat : 11417 (java) S 11407 11409 9782 0 -1 4202560 132 0 0 0 46 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921749535272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11418] ppid=11407 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/11409/task/11418/stat : 11418 (java) S 11407 11409 9782 0 -1 4202560 192 0 0 0 43 5 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921748482216 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11419] ppid=11407 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/11409/task/11419/stat : 11419 (java) S 11407 11409 9782 0 -1 4202560 211 0 0 0 57 6 0 0 20 0 19 0 341415009 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921747429672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11409/tid=11420] ppid=11407 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/11409/task/11420/stat : 11420 (java) S 11407 11409 9782 0 -1 4202560 65 0 0 0 2 1 0 0 20 0 19 0 341415010 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921735019368 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11421] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11421/stat : 11421 (java) S 11407 11409 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921733965688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11422] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11422/stat : 11422 (java) S 11407 11409 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341415011 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921732912520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11423] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11423/stat : 11423 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921731861264 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11424] ppid=11407 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/11409/task/11424/stat : 11424 (java) S 11407 11409 9782 0 -1 4202560 5737 0 0 0 48 0 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921730808120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11409/tid=11425] ppid=11407 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/11409/task/11425/stat : 11425 (java) S 11407 11409 9782 0 -1 4202560 3947 0 0 0 32 0 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921729755576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11426] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11426/stat : 11426 (java) S 11407 11409 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921728702712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11409/tid=11427] ppid=11407 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/11409/task/11427/stat : 11427 (java) S 11407 11409 9782 0 -1 4202560 103 0 0 0 42 41 0 0 20 0 19 0 341415014 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921727650376 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11409/tid=11428] ppid=11407 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11409/task/11428/stat : 11428 (java) S 11407 11409 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341415024 2780295168 205219 33554432000 1073741824 1073778376 140736312410416 139921726596648 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 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

Child status: 143
Real time (s): 1795.68
CPU time (s): 1800.68
CPU user time (s): 1799.35
CPU system time (s): 1.3338
CPU usage (%): 100.278
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 1.3338
maximum resident set size= 821064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39000
involuntary context switches= 13227

runsolver used 5.66114 second user time and 15.1027 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-03 21:48:00
IDJOB=3734775
IDBENCH=2902
IDSOLVER=2322
FILE ID=node111/3734775-1338752880
RUNJOBID= node111-1338737568-9798
PBS_JOBID= 14636765
Free space on /tmp= 67396 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_6_50_1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734775-1338752880/watcher-3734775-1338752880 -o /tmp/evaluation-result-3734775-1338752880/solver-3734775-1338752880 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734775-1338752880.opb

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

MD5SUM BENCH= cdfa46b59876181d5d89fd18757b8cfb
RANDOM SEED=1268967074

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30359164 kB
Buffers:          210980 kB
Cached:           547336 kB
SwapCached:         1404 kB
Active:          1117160 kB
Inactive:         583604 kB
Active(anon):     943328 kB
Inactive(anon):     1276 kB
Active(file):     173832 kB
Inactive(file):   582328 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:                48 kB
Writeback:             0 kB
AnonPages:        974988 kB
Mapped:            16936 kB
Shmem:                 0 kB
Slab:             647172 kB
SReclaimable:      89320 kB
SUnreclaim:       557852 kB
KernelStack:        1592 kB
PageTables:         6244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 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= 67396 MiB
End job on node111 at 2012-06-03 22:17:58