Trace number 3735006

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)55 1800.83 1795.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_3.opb
MD5SUM474916db0f2f0be5831d97827cee8e55
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1790.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
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 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6214
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3735006-1338753681.opb
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.05s.
0.09/0.16	c #vars     172
0.09/0.16	c #constraints  14
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.26/0.25	c SATISFIABLE
0.26/0.25	c OPTIMIZING...
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.143
0.26/0.25	o 2837
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.165
0.26/0.28	o 2835
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.186
0.52/0.30	o 2834
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.206
0.52/0.32	o 2833
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.22
0.52/0.33	o 2831
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.233
0.52/0.34	o 2830
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.249
0.52/0.36	o 2823
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.262
0.52/0.37	o 2811
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.274
0.52/0.39	o 2727
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.287
0.68/0.40	o 2725
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.68/0.41	o 2591
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.313
0.68/0.42	o 2589
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.325
0.68/0.44	o 2586
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.341
0.68/0.45	o 2565
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.354
0.68/0.47	o 2551
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.371
0.68/0.48	o 2522
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.385
0.82/0.50	o 2366
0.82/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
0.82/0.51	o 2365
0.82/0.53	c Got one! Elapsed wall clock time (in seconds):0.416
0.82/0.53	o 2344
0.82/0.54	c Got one! Elapsed wall clock time (in seconds):0.429
0.82/0.54	o 2340
0.82/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
0.82/0.55	o 2339
0.82/0.58	c Got one! Elapsed wall clock time (in seconds):0.464
0.82/0.58	o 1886
0.82/0.59	c Got one! Elapsed wall clock time (in seconds):0.481
0.82/0.59	o 1885
1.11/0.61	c Got one! Elapsed wall clock time (in seconds):0.497
1.11/0.61	o 1452
1.11/0.63	c Got one! Elapsed wall clock time (in seconds):0.521
1.11/0.63	o 736
1.11/0.66	c Got one! Elapsed wall clock time (in seconds):0.548
1.11/0.66	o 735
1.11/0.69	c Got one! Elapsed wall clock time (in seconds):0.574
1.11/0.69	o 734
1.41/0.71	c Got one! Elapsed wall clock time (in seconds):0.6
1.41/0.71	o 733
1.41/0.73	c Got one! Elapsed wall clock time (in seconds):0.623
1.41/0.73	o 731
1.41/0.76	c Got one! Elapsed wall clock time (in seconds):0.644
1.41/0.76	o 730
1.41/0.78	c Got one! Elapsed wall clock time (in seconds):0.671
1.41/0.78	o 728
1.52/0.81	c Got one! Elapsed wall clock time (in seconds):0.696
1.52/0.81	o 727
1.52/0.83	c Got one! Elapsed wall clock time (in seconds):0.723
1.52/0.83	o 706
1.52/0.86	c Got one! Elapsed wall clock time (in seconds):0.747
1.52/0.86	o 704
1.52/0.88	c Got one! Elapsed wall clock time (in seconds):0.767
1.52/0.88	o 703
1.62/0.90	c Got one! Elapsed wall clock time (in seconds):0.788
1.62/0.90	o 702
1.62/0.92	c Got one! Elapsed wall clock time (in seconds):0.81
1.62/0.92	o 701
1.62/0.94	c Got one! Elapsed wall clock time (in seconds):0.832
1.62/0.94	o 700
1.62/0.96	c Got one! Elapsed wall clock time (in seconds):0.853
1.62/0.96	o 699
1.62/0.99	c Got one! Elapsed wall clock time (in seconds):0.876
1.62/0.99	o 649
1.73/1.01	c Got one! Elapsed wall clock time (in seconds):0.898
1.73/1.01	o 647
1.73/1.04	c Got one! Elapsed wall clock time (in seconds):0.926
1.73/1.04	o 645
1.73/1.06	c Got one! Elapsed wall clock time (in seconds):0.951
1.73/1.06	o 644
1.73/1.09	c Got one! Elapsed wall clock time (in seconds):0.976
1.73/1.09	o 643
1.85/1.15	c Got one! Elapsed wall clock time (in seconds):1.04
1.85/1.15	o 642
1.85/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.85/1.18	o 641
1.97/1.30	c Got one! Elapsed wall clock time (in seconds):1.184
1.97/1.30	o 639
2.08/1.33	c Got one! Elapsed wall clock time (in seconds):1.216
2.08/1.33	o 625
2.08/1.36	c Got one! Elapsed wall clock time (in seconds):1.252
2.08/1.36	o 623
2.19/1.44	c Got one! Elapsed wall clock time (in seconds):1.326
2.19/1.44	o 622
2.19/1.47	c Got one! Elapsed wall clock time (in seconds):1.36
2.19/1.47	o 620
2.28/1.50	c Got one! Elapsed wall clock time (in seconds):1.39
2.28/1.50	o 619
2.28/1.53	c Got one! Elapsed wall clock time (in seconds):1.42
2.28/1.53	o 617
2.38/1.62	c Got one! Elapsed wall clock time (in seconds):1.507
2.38/1.62	o 616
2.38/1.65	c Got one! Elapsed wall clock time (in seconds):1.534
2.38/1.65	o 611
2.38/1.68	c Got one! Elapsed wall clock time (in seconds):1.566
2.38/1.68	o 609
2.48/1.70	c Got one! Elapsed wall clock time (in seconds):1.593
2.48/1.70	o 555
2.48/1.75	c Got one! Elapsed wall clock time (in seconds):1.638
2.48/1.75	o 554
2.48/1.78	c Got one! Elapsed wall clock time (in seconds):1.666
2.48/1.78	o 553
2.60/1.87	c Got one! Elapsed wall clock time (in seconds):1.759
2.60/1.87	o 551
2.70/1.90	c Got one! Elapsed wall clock time (in seconds):1.792
2.70/1.90	o 550
2.70/1.94	c Got one! Elapsed wall clock time (in seconds):1.824
2.70/1.94	o 548
2.70/1.97	c Got one! Elapsed wall clock time (in seconds):1.856
2.70/1.97	o 547
2.70/2.00	c Got one! Elapsed wall clock time (in seconds):1.884
2.70/2.00	o 546
2.80/2.03	c Got one! Elapsed wall clock time (in seconds):1.916
2.80/2.03	o 544
2.80/2.06	c Got one! Elapsed wall clock time (in seconds):1.948
2.80/2.06	o 542
2.80/2.09	c Got one! Elapsed wall clock time (in seconds):1.98
2.80/2.09	o 541
2.92/2.12	c Got one! Elapsed wall clock time (in seconds):2.012
2.92/2.12	o 539
2.92/2.16	c Got one! Elapsed wall clock time (in seconds):2.043
2.92/2.16	o 538
2.92/2.19	c Got one! Elapsed wall clock time (in seconds):2.08
2.92/2.19	o 537
3.03/2.29	c Got one! Elapsed wall clock time (in seconds):2.181
3.03/2.29	o 536
3.12/2.33	c Got one! Elapsed wall clock time (in seconds):2.215
3.12/2.33	o 533
3.12/2.36	c Got one! Elapsed wall clock time (in seconds):2.251
3.12/2.36	o 532
3.21/2.40	c Got one! Elapsed wall clock time (in seconds):2.286
3.21/2.40	o 531
3.21/2.44	c Got one! Elapsed wall clock time (in seconds):2.324
3.21/2.44	o 527
3.21/2.47	c Got one! Elapsed wall clock time (in seconds):2.357
3.21/2.47	o 526
3.32/2.50	c Got one! Elapsed wall clock time (in seconds):2.391
3.32/2.50	o 525
3.32/2.54	c Got one! Elapsed wall clock time (in seconds):2.426
3.32/2.54	o 523
3.32/2.57	c Got one! Elapsed wall clock time (in seconds):2.46
3.32/2.57	o 522
3.42/2.61	c Got one! Elapsed wall clock time (in seconds):2.497
3.42/2.61	o 489
3.42/2.65	c Got one! Elapsed wall clock time (in seconds):2.54
3.42/2.65	o 487
3.42/2.69	c Got one! Elapsed wall clock time (in seconds):2.573
3.42/2.69	o 486
3.53/2.73	c Got one! Elapsed wall clock time (in seconds):2.617
3.53/2.73	o 485
3.53/2.77	c Got one! Elapsed wall clock time (in seconds):2.656
3.53/2.77	o 483
3.87/3.03	c Got one! Elapsed wall clock time (in seconds):2.919
3.87/3.03	o 481
3.87/3.06	c Got one! Elapsed wall clock time (in seconds):2.952
3.87/3.06	o 259
4.27/3.41	c Got one! Elapsed wall clock time (in seconds):3.303
4.27/3.41	o 257
4.37/3.53	c Got one! Elapsed wall clock time (in seconds):3.421
4.37/3.53	o 255
4.57/3.71	c Got one! Elapsed wall clock time (in seconds):3.599
4.57/3.71	o 254
4.87/4.04	c Got one! Elapsed wall clock time (in seconds):3.929
4.87/4.04	o 253
4.98/4.13	c Got one! Elapsed wall clock time (in seconds):4.015
4.98/4.13	o 252
5.19/4.32	c Got one! Elapsed wall clock time (in seconds):4.207
5.19/4.32	o 251
5.29/4.48	c Got one! Elapsed wall clock time (in seconds):4.368
5.29/4.48	o 249
5.79/4.98	c Got one! Elapsed wall clock time (in seconds):4.87
5.79/4.98	o 247
6.09/5.21	c Got one! Elapsed wall clock time (in seconds):5.102
6.09/5.21	o 246
6.19/5.37	c Got one! Elapsed wall clock time (in seconds):5.256
6.19/5.37	o 245
6.29/5.45	c Got one! Elapsed wall clock time (in seconds):5.333
6.29/5.45	o 243
6.59/5.78	c Got one! Elapsed wall clock time (in seconds):5.663
6.59/5.78	o 241
7.14/6.24	c Got one! Elapsed wall clock time (in seconds):6.131
7.14/6.24	o 239
7.24/6.33	c Got one! Elapsed wall clock time (in seconds):6.218
7.24/6.33	o 237
7.34/6.40	c Got one! Elapsed wall clock time (in seconds):6.285
7.34/6.40	o 235
7.34/6.46	c Got one! Elapsed wall clock time (in seconds):6.343
7.34/6.46	o 234
7.45/6.56	c Got one! Elapsed wall clock time (in seconds):6.452
7.45/6.56	o 233
7.55/6.69	c Got one! Elapsed wall clock time (in seconds):6.578
7.55/6.69	o 232
7.64/6.78	c Got one! Elapsed wall clock time (in seconds):6.669
7.64/6.78	o 230
7.74/6.84	c Got one! Elapsed wall clock time (in seconds):6.728
7.74/6.84	o 228
7.94/7.10	c Got one! Elapsed wall clock time (in seconds):6.983
7.94/7.10	o 226
8.14/7.27	c Got one! Elapsed wall clock time (in seconds):7.161
8.14/7.27	o 225
8.34/7.47	c Got one! Elapsed wall clock time (in seconds):7.357
8.34/7.47	o 223
8.84/7.91	c Got one! Elapsed wall clock time (in seconds):7.799
8.84/7.91	o 222
8.94/8.08	c Got one! Elapsed wall clock time (in seconds):7.966
8.94/8.08	o 220
9.14/8.26	c Got one! Elapsed wall clock time (in seconds):8.152
9.14/8.26	o 218
9.54/8.62	c Got one! Elapsed wall clock time (in seconds):8.511
9.54/8.62	o 216
9.65/8.80	c Got one! Elapsed wall clock time (in seconds):8.684
9.65/8.80	o 214
9.75/8.86	c Got one! Elapsed wall clock time (in seconds):8.752
9.75/8.86	o 213
10.04/9.15	c Got one! Elapsed wall clock time (in seconds):9.041
10.04/9.15	o 211
10.34/9.40	c Got one! Elapsed wall clock time (in seconds):9.291
10.34/9.40	o 209
10.64/9.74	c Got one! Elapsed wall clock time (in seconds):9.626
10.64/9.74	o 208
10.94/10.08	c Got one! Elapsed wall clock time (in seconds):9.97
10.94/10.08	o 207
11.14/10.26	c Got one! Elapsed wall clock time (in seconds):10.143
11.14/10.26	o 205
15.99/14.90	c Got one! Elapsed wall clock time (in seconds):14.792
15.99/14.90	o 203
16.89/15.83	c Got one! Elapsed wall clock time (in seconds):15.715
16.89/15.83	o 202
17.09/16.07	c Got one! Elapsed wall clock time (in seconds):15.953
17.09/16.07	o 201
17.69/16.64	c Got one! Elapsed wall clock time (in seconds):16.531
17.69/16.64	o 200
18.49/17.42	c Got one! Elapsed wall clock time (in seconds):17.307
18.49/17.42	o 198
18.89/17.85	c Got one! Elapsed wall clock time (in seconds):17.741
18.89/17.85	o 197
20.09/19.01	c Got one! Elapsed wall clock time (in seconds):18.897
20.09/19.01	o 196
20.78/19.62	c Got one! Elapsed wall clock time (in seconds):19.511
20.78/19.62	o 195
21.18/20.06	c Got one! Elapsed wall clock time (in seconds):19.951
21.18/20.06	o 193
23.98/22.86	c Got one! Elapsed wall clock time (in seconds):22.749
23.98/22.86	o 189
25.98/24.82	c Got one! Elapsed wall clock time (in seconds):24.707
25.98/24.82	o 188
26.98/25.80	c Got one! Elapsed wall clock time (in seconds):25.69
26.98/25.80	o 187
27.78/26.66	c Got one! Elapsed wall clock time (in seconds):26.547
27.78/26.66	o 186
28.40/27.12	c Got one! Elapsed wall clock time (in seconds):27.007
28.40/27.12	o 185
31.40/30.12	c Got one! Elapsed wall clock time (in seconds):30.012
31.40/30.12	o 184
35.60/34.32	c Got one! Elapsed wall clock time (in seconds):34.207
35.60/34.32	o 182
36.50/35.16	c Got one! Elapsed wall clock time (in seconds):35.048
36.50/35.16	o 181
36.70/35.40	c Got one! Elapsed wall clock time (in seconds):35.284
36.70/35.40	o 180
37.00/35.66	c Got one! Elapsed wall clock time (in seconds):35.544
37.00/35.66	o 179
38.00/36.65	c Got one! Elapsed wall clock time (in seconds):36.534
38.00/36.65	o 177
38.50/37.18	c Got one! Elapsed wall clock time (in seconds):37.07
38.50/37.18	o 175
40.70/39.35	c Got one! Elapsed wall clock time (in seconds):39.242
40.70/39.35	o 174
41.80/40.42	c Got one! Elapsed wall clock time (in seconds):40.313
41.80/40.42	o 172
42.50/41.15	c Got one! Elapsed wall clock time (in seconds):41.042
42.50/41.15	o 171
43.10/41.78	c Got one! Elapsed wall clock time (in seconds):41.663
43.10/41.78	o 167
44.30/42.92	c Got one! Elapsed wall clock time (in seconds):42.804
44.30/42.92	o 165
52.41/50.98	c Got one! Elapsed wall clock time (in seconds):50.867
52.41/50.98	o 163
53.30/51.82	c Got one! Elapsed wall clock time (in seconds):51.709
53.30/51.82	o 162
54.22/52.74	c Got one! Elapsed wall clock time (in seconds):52.625
54.22/52.74	o 161
57.91/56.41	c Got one! Elapsed wall clock time (in seconds):56.303
57.91/56.41	o 160
59.31/57.76	c Got one! Elapsed wall clock time (in seconds):57.653
59.31/57.76	o 159
60.01/58.48	c Got one! Elapsed wall clock time (in seconds):58.372
60.01/58.48	o 158
85.43/83.62	c Got one! Elapsed wall clock time (in seconds):83.504
85.43/83.62	o 156
87.42/85.61	c Got one! Elapsed wall clock time (in seconds):85.501
87.42/85.61	o 154
87.92/86.16	c Got one! Elapsed wall clock time (in seconds):86.045
87.92/86.16	o 152
89.42/87.60	c Got one! Elapsed wall clock time (in seconds):87.487
89.42/87.60	o 151
93.32/91.60	c Got one! Elapsed wall clock time (in seconds):91.485
93.32/91.60	o 150
99.22/97.49	c Got one! Elapsed wall clock time (in seconds):97.383
99.22/97.49	o 149
135.23/133.21	c Got one! Elapsed wall clock time (in seconds):133.095
135.23/133.21	o 147
146.63/144.69	c Got one! Elapsed wall clock time (in seconds):144.582
146.63/144.69	o 146
147.33/145.31	c Got one! Elapsed wall clock time (in seconds):145.195
147.33/145.31	o 145
151.43/149.41	c Got one! Elapsed wall clock time (in seconds):149.303
151.43/149.41	o 143
158.79/156.73	c Got one! Elapsed wall clock time (in seconds):156.619
158.79/156.73	o 142
159.29/157.21	c Got one! Elapsed wall clock time (in seconds):157.097
159.29/157.21	o 141
163.49/161.44	c Got one! Elapsed wall clock time (in seconds):161.331
163.49/161.44	o 139
170.39/168.34	c Got one! Elapsed wall clock time (in seconds):168.233
170.39/168.34	o 137
174.59/172.53	c Got one! Elapsed wall clock time (in seconds):172.416
174.59/172.53	o 135
175.99/173.98	c Got one! Elapsed wall clock time (in seconds):173.865
175.99/173.98	o 134
178.29/176.20	c Got one! Elapsed wall clock time (in seconds):176.091
178.29/176.20	o 132
381.32/378.61	c Got one! Elapsed wall clock time (in seconds):378.495
381.32/378.61	o 131
383.02/380.33	c Got one! Elapsed wall clock time (in seconds):380.222
383.02/380.33	o 130
384.62/381.90	c Got one! Elapsed wall clock time (in seconds):381.789
384.62/381.90	o 128
399.71/396.96	c Got one! Elapsed wall clock time (in seconds):396.845
399.71/396.96	o 127
403.31/400.59	c Got one! Elapsed wall clock time (in seconds):400.475
403.31/400.59	o 126
404.41/401.65	c Got one! Elapsed wall clock time (in seconds):401.542
404.41/401.65	o 125
408.51/405.79	c Got one! Elapsed wall clock time (in seconds):405.682
408.51/405.79	o 124
425.21/422.49	c Got one! Elapsed wall clock time (in seconds):422.375
425.21/422.49	o 123
444.60/441.89	c Got one! Elapsed wall clock time (in seconds):441.775
444.60/441.89	o 122
463.50/460.62	c Got one! Elapsed wall clock time (in seconds):460.505
463.50/460.62	o 120
467.39/464.54	c Got one! Elapsed wall clock time (in seconds):464.427
467.39/464.54	o 118
473.59/470.74	c Got one! Elapsed wall clock time (in seconds):470.624
473.59/470.74	o 116
520.55/517.60	c Got one! Elapsed wall clock time (in seconds):517.49
520.55/517.60	o 115
524.65/521.70	c Got one! Elapsed wall clock time (in seconds):521.592
524.65/521.70	o 113
533.95/531.08	c Got one! Elapsed wall clock time (in seconds):530.964
533.95/531.08	o 112
549.05/546.17	c Got one! Elapsed wall clock time (in seconds):546.062
549.05/546.17	o 110
558.84/555.80	c Got one! Elapsed wall clock time (in seconds):555.689
558.84/555.80	o 108
567.04/564.01	c Got one! Elapsed wall clock time (in seconds):563.894
567.04/564.01	o 106
572.14/569.14	c Got one! Elapsed wall clock time (in seconds):569.028
572.14/569.14	o 104
588.03/585.08	c Got one! Elapsed wall clock time (in seconds):584.964
588.03/585.08	o 102
589.03/586.04	c Got one! Elapsed wall clock time (in seconds):585.933
589.03/586.04	o 101
600.43/597.42	c Got one! Elapsed wall clock time (in seconds):597.308
600.43/597.42	o 100
607.03/604.01	c Got one! Elapsed wall clock time (in seconds):603.9
607.03/604.01	o 99
616.24/613.20	c Got one! Elapsed wall clock time (in seconds):613.092
616.24/613.20	o 97
637.95/634.82	c Got one! Elapsed wall clock time (in seconds):634.709
637.95/634.82	o 93
643.55/640.41	c Got one! Elapsed wall clock time (in seconds):640.3
643.55/640.41	o 91
665.75/662.66	c Got one! Elapsed wall clock time (in seconds):662.544
665.75/662.66	o 89
668.45/665.33	c Got one! Elapsed wall clock time (in seconds):665.221
668.45/665.33	o 88
675.55/672.48	c Got one! Elapsed wall clock time (in seconds):672.364
675.55/672.48	o 87
706.84/703.63	c Got one! Elapsed wall clock time (in seconds):703.521
706.84/703.63	o 85
731.24/728.06	c Got one! Elapsed wall clock time (in seconds):727.95
731.24/728.06	o 83
748.33/745.11	c Got one! Elapsed wall clock time (in seconds):744.999
748.33/745.11	o 81
783.03/779.79	c Got one! Elapsed wall clock time (in seconds):779.681
783.03/779.79	o 79
792.72/789.43	c Got one! Elapsed wall clock time (in seconds):789.316
792.72/789.43	o 78
805.72/802.41	c Got one! Elapsed wall clock time (in seconds):802.293
805.72/802.41	o 77
834.60/831.21	c Got one! Elapsed wall clock time (in seconds):831.099
834.60/831.21	o 76
882.90/879.54	c Got one! Elapsed wall clock time (in seconds):879.424
882.90/879.54	o 75
1011.51/1007.95	c Got one! Elapsed wall clock time (in seconds):1007.834
1011.51/1007.95	o 73
1247.70/1243.69	c Got one! Elapsed wall clock time (in seconds):1243.58
1247.70/1243.69	o 71
1252.80/1248.72	c Got one! Elapsed wall clock time (in seconds):1248.608
1252.80/1248.72	o 69
1298.50/1294.39	c Got one! Elapsed wall clock time (in seconds):1294.277
1298.50/1294.39	o 67
1437.54/1433.25	c Got one! Elapsed wall clock time (in seconds):1433.138
1437.54/1433.25	o 65
1499.56/1495.11	c Got one! Elapsed wall clock time (in seconds):1494.998
1499.56/1495.11	o 59
1512.27/1507.89	c Got one! Elapsed wall clock time (in seconds):1507.776
1512.27/1507.89	o 58
1711.30/1706.45	c Got one! Elapsed wall clock time (in seconds):1706.335
1711.30/1706.45	o 56
1760.29/1755.50	c Got one! Elapsed wall clock time (in seconds):1755.391
1760.29/1755.50	o 55
1800.01/1795.12	c starts		: 1215
1800.01/1795.12	c conflicts		: 1294967
1800.01/1795.12	c decisions		: 1544909
1800.01/1795.12	c propagations		: 20867756
1800.01/1795.12	c inspects		: 12514148408
1800.01/1795.12	c learnt literals	: 0
1800.01/1795.12	c learnt binary clauses	: 0
1800.01/1795.12	c learnt ternary clauses	: 0
1800.01/1795.12	c learnt clauses	: 1294967
1800.01/1795.12	c ignored clauses	: 0
1800.01/1795.12	c root simplifications	: 0
1800.01/1795.12	c removed literals (reason simplification)	: 15875816
1800.01/1795.12	c reason swapping (by a shorter reason)	: 0
1800.01/1795.12	c Calls to reduceDB	: 0
1800.01/1795.12	c speed (assignments/second)	: 526790.5990457678
1800.01/1795.12	c non guided choices	5882
1800.01/1795.18	c learnt constraints type 
1800.01/1795.18	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1294972
1800.01/1795.18	c constraints type 
1800.01/1795.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
1800.01/1795.18	s SATISFIABLE
1800.01/1795.18	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 
1800.01/1795.18	c objective function=55
1800.01/1795.18	c Total wall clock time (in seconds): 1795.066

Verifier Data

OK	55

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.01 2/195 499
/proc/meminfo: memFree=27004144/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/499/stat : 499 (java6) D 497 499 31022 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 341494201 278528 33 33554432000 1073741824 1073778376 140733699916944 140733699914120 251022896423 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/499/statm: 68 33 25 9 0 25 0

[startup+0.0972631 s]
/proc/loadavg: 2.06 2.03 2.01 2/195 499
/proc/meminfo: memFree=27004144/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 4564 0 1 0 7 1 0 0 20 0 18 0 341494201 2712133632 6281 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 662142 6281 2091 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.100243 s]
/proc/loadavg: 2.06 2.03 2.01 2/195 499
/proc/meminfo: memFree=27004144/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 4630 0 1 0 8 1 0 0 20 0 18 0 341494201 2712133632 6347 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 662142 6351 2100 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300211 s]
/proc/loadavg: 2.06 2.03 2.01 2/195 499
/proc/meminfo: memFree=27004144/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 8101 0 1 0 50 2 0 0 20 0 19 0 341494201 2780295168 10056 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 678783 10056 2230 9 0 669476 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2715132

[startup+0.700224 s]
/proc/loadavg: 2.06 2.03 2.01 2/195 499
/proc/meminfo: memFree=27004144/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2715132 CPUtime=1.41 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 14749 0 1 0 137 4 0 0 20 0 19 0 341494201 2780295168 27195 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 678783 27195 2245 9 0 669476 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 2715132

[startup+1.50083 s]
/proc/loadavg: 2.06 2.03 2.01 3/214 519
/proc/meminfo: memFree=26858124/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2715132 CPUtime=2.28 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 14810 0 1 0 223 5 0 0 20 0 19 0 341494201 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 678783 56382 2247 9 0 669476 0
[pid=499/tid=501] ppid=497 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/499/task/501/stat : 501 (java) R 497 499 31022 0 -1 4202560 2847 0 1 0 143 3 0 0 20 0 19 0 341494202 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468869038512 140468734569764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=499/tid=502] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/502/stat : 502 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468853496488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=503] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/503/stat : 503 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468734126888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=504] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/504/stat : 504 (java) S 497 499 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468733074344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=505] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/505/stat : 505 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468732021800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=506] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/506/stat : 506 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468730968232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=507] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/507/stat : 507 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468729915688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=508] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/508/stat : 508 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468728863144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=509] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/509/stat : 509 (java) S 497 499 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468727810600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=510] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/510/stat : 510 (java) S 497 499 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468245482088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=511] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/511/stat : 511 (java) S 497 499 31022 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468244428408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=512] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/512/stat : 512 (java) S 497 499 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468243375752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=513] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/513/stat : 513 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468242324496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=514] ppid=497 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/499/task/514/stat : 514 (java) S 497 499 31022 0 -1 4202560 6280 0 0 0 43 0 0 0 20 0 19 0 341494208 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468241270840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=515] ppid=497 vsize=2715132 CPUtime=0.34 cores=0,2,4,6
/proc/499/task/515/stat : 515 (java) S 497 499 31022 0 -1 4202560 4486 0 0 0 34 0 0 0 20 0 19 0 341494208 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468240218296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=516] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/516/stat : 516 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468239165944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=518] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/518/stat : 518 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468238113608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=519] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/519/stat : 519 (java) S 497 499 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341494218 2780295168 56382 33554432000 1073741824 1073778376 140734763293136 140468237059368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 2715132

[startup+3.10069 s]
/proc/loadavg: 2.06 2.03 2.01 4/214 519
/proc/meminfo: memFree=26709924/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2715132 CPUtime=3.97 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 15021 0 1 0 389 8 0 0 20 0 19 0 341494201 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 678783 97372 2262 9 0 669476 0
[pid=499/tid=501] ppid=497 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/499/task/501/stat : 501 (java) R 497 499 31022 0 -1 4202560 2927 0 1 0 299 6 0 0 20 0 19 0 341494202 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468869045688 140468734693773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=499/tid=502] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/502/stat : 502 (java) S 497 499 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468853496488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=503] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/503/stat : 503 (java) S 497 499 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468734126888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=504] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/504/stat : 504 (java) S 497 499 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468733074344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=505] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/505/stat : 505 (java) S 497 499 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468732021800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=506] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/506/stat : 506 (java) S 497 499 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468730968232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=507] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/507/stat : 507 (java) S 497 499 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468729915688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=508] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/508/stat : 508 (java) S 497 499 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468728863144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=509] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/509/stat : 509 (java) S 497 499 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468727810600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=510] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/510/stat : 510 (java) S 497 499 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468245482088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=511] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/511/stat : 511 (java) S 497 499 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468244428408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=512] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/512/stat : 512 (java) S 497 499 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468243375752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=513] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/513/stat : 513 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468242324496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=514] ppid=497 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/499/task/514/stat : 514 (java) S 497 499 31022 0 -1 4202560 6280 0 0 0 45 0 0 0 20 0 19 0 341494208 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468241270840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=515] ppid=497 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/499/task/515/stat : 515 (java) S 497 499 31022 0 -1 4202560 4585 0 0 0 38 0 0 0 20 0 19 0 341494208 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468240218296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=516] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/516/stat : 516 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468239165944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=518] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/518/stat : 518 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468238113608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=519] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/519/stat : 519 (java) S 497 499 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341494218 2780295168 97372 33554432000 1073741824 1073778376 140734763293136 140468237059368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 2.06 2.03 2.01 3/214 519
/proc/meminfo: memFree=26622604/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2715132 CPUtime=7.24 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 15064 0 1 0 714 10 0 0 20 0 19 0 341494201 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 678783 102194 2263 9 0 669476 0
[pid=499/tid=501] ppid=497 vsize=2715132 CPUtime=6.23 cores=0,2,4,6
/proc/499/task/501/stat : 501 (java) R 497 499 31022 0 -1 4202560 2929 0 1 0 617 6 0 0 20 0 19 0 341494202 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468869038512 140468734659366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=499/tid=502] ppid=497 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/499/task/502/stat : 502 (java) S 497 499 31022 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 341494204 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468853496488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=503] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/503/stat : 503 (java) S 497 499 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468734126888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=504] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/504/stat : 504 (java) S 497 499 31022 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468733074344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=505] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/505/stat : 505 (java) S 497 499 31022 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468732021800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=506] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/506/stat : 506 (java) S 497 499 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468730968232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=507] ppid=497 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/499/task/507/stat : 507 (java) S 497 499 31022 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 341494204 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468729915688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=508] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/508/stat : 508 (java) S 497 499 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468728863144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=509] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/509/stat : 509 (java) S 497 499 31022 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341494204 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468727810600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=510] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/510/stat : 510 (java) S 497 499 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468245482088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=511] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/511/stat : 511 (java) S 497 499 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468244428408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=512] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/512/stat : 512 (java) S 497 499 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468243375752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=513] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/513/stat : 513 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468242324496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=514] ppid=497 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/499/task/514/stat : 514 (java) S 497 499 31022 0 -1 4202560 6281 0 0 0 46 0 0 0 20 0 19 0 341494208 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468241270840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=515] ppid=497 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/499/task/515/stat : 515 (java) S 497 499 31022 0 -1 4202560 4585 0 0 0 38 0 0 0 20 0 19 0 341494208 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468240218296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=516] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/516/stat : 516 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468239165944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=518] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/518/stat : 518 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468238113608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=519] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/519/stat : 519 (java) S 497 499 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341494218 2780295168 102194 33554432000 1073741824 1073778376 140734763293136 140468237059368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=499/tid=507] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/507/stat : 507 (java) S 497 499 31022 0 -1 4202560 152 0 0 0 58 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468729915688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=508] ppid=497 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/499/task/508/stat : 508 (java) S 497 499 31022 0 -1 4202560 200 0 0 0 64 5 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468728863144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=509] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/509/stat : 509 (java) S 497 499 31022 0 -1 4202560 177 0 0 0 58 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468727810600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=510] ppid=497 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/499/task/510/stat : 510 (java) S 497 499 31022 0 -1 4202560 69 0 0 0 3 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468245482088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=511] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/511/stat : 511 (java) S 497 499 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468244428408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=512] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/512/stat : 512 (java) S 497 499 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468243375752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=513] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/513/stat : 513 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468242324496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=514] ppid=497 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/499/task/514/stat : 514 (java) S 497 499 31022 0 -1 4202560 6282 0 0 0 47 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468241270840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=515] ppid=497 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/499/task/515/stat : 515 (java) S 497 499 31022 0 -1 4202560 4585 0 0 0 38 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468240218296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=516] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/516/stat : 516 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468239165944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=518] ppid=497 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/499/task/518/stat : 518 (java) S 497 499 31022 0 -1 4202560 99 0 0 0 35 36 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468238113608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=519] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/519/stat : 519 (java) S 497 499 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341494218 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468237059368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.19
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/213 593
/proc/meminfo: memFree=26104664/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2715132 CPUtime=1787.19 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 16656 0 1 0 178637 82 0 0 20 0 19 0 341494201 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 678783 221057 2263 9 0 669476 0
[pid=499/tid=501] ppid=497 vsize=2715132 CPUtime=1780.56 cores=0,2,4,6
/proc/499/task/501/stat : 501 (java) R 497 499 31022 0 -1 4202560 2973 0 1 0 178020 36 0 0 20 0 19 0 341494202 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468869038512 140468734600687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=499/tid=502] ppid=497 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/499/task/502/stat : 502 (java) S 497 499 31022 0 -1 4202560 291 0 0 0 64 7 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468853496488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=503] ppid=497 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/499/task/503/stat : 503 (java) S 497 499 31022 0 -1 4202560 149 0 0 0 59 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468734126888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=504] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/504/stat : 504 (java) S 497 499 31022 0 -1 4202560 151 0 0 0 59 5 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468733074344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=505] ppid=497 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/499/task/505/stat : 505 (java) S 497 499 31022 0 -1 4202560 174 0 0 0 70 7 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468732021800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=506] ppid=497 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/499/task/506/stat : 506 (java) S 497 499 31022 0 -1 4202560 168 0 0 0 62 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468730968232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=507] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/507/stat : 507 (java) S 497 499 31022 0 -1 4202560 152 0 0 0 58 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468729915688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=508] ppid=497 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/499/task/508/stat : 508 (java) S 497 499 31022 0 -1 4202560 200 0 0 0 64 5 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468728863144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=509] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/509/stat : 509 (java) S 497 499 31022 0 -1 4202560 177 0 0 0 58 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468727810600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=510] ppid=497 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/499/task/510/stat : 510 (java) S 497 499 31022 0 -1 4202560 69 0 0 0 3 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468245482088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=511] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/511/stat : 511 (java) S 497 499 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468244428408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=512] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/512/stat : 512 (java) S 497 499 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468243375752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=513] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/513/stat : 513 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468242324496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=514] ppid=497 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/499/task/514/stat : 514 (java) S 497 499 31022 0 -1 4202560 6282 0 0 0 47 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468241270840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=515] ppid=497 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/499/task/515/stat : 515 (java) S 497 499 31022 0 -1 4202560 4585 0 0 0 38 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468240218296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=516] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/516/stat : 516 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468239165944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=518] ppid=497 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/499/task/518/stat : 518 (java) S 497 499 31022 0 -1 4202560 103 0 0 0 37 37 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468238113608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=519] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/519/stat : 519 (java) S 497 499 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341494218 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468237059368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.19
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.04 2.07 2.02 3/213 593
/proc/meminfo: memFree=26104664/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 16656 0 1 0 179918 83 0 0 20 0 19 0 341494201 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 678783 221057 2263 9 0 669476 0
[pid=499/tid=501] ppid=497 vsize=2715132 CPUtime=1793.38 cores=0,2,4,6
/proc/499/task/501/stat : 501 (java) R 497 499 31022 0 -1 4202560 2973 0 1 0 179302 36 0 0 20 0 19 0 341494202 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468869038512 140468734659366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=499/tid=502] ppid=497 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/499/task/502/stat : 502 (java) S 497 499 31022 0 -1 4202560 291 0 0 0 64 7 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468853496488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=503] ppid=497 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/499/task/503/stat : 503 (java) S 497 499 31022 0 -1 4202560 149 0 0 0 59 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468734126888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=504] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/504/stat : 504 (java) S 497 499 31022 0 -1 4202560 151 0 0 0 59 5 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468733074344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=505] ppid=497 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/499/task/505/stat : 505 (java) S 497 499 31022 0 -1 4202560 174 0 0 0 70 7 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468732021800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=506] ppid=497 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/499/task/506/stat : 506 (java) S 497 499 31022 0 -1 4202560 168 0 0 0 62 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468730968232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=507] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/507/stat : 507 (java) S 497 499 31022 0 -1 4202560 152 0 0 0 58 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468729915688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=508] ppid=497 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/499/task/508/stat : 508 (java) S 497 499 31022 0 -1 4202560 200 0 0 0 64 5 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468728863144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=509] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/509/stat : 509 (java) S 497 499 31022 0 -1 4202560 177 0 0 0 58 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468727810600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=510] ppid=497 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/499/task/510/stat : 510 (java) S 497 499 31022 0 -1 4202560 69 0 0 0 3 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468245482088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=511] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/511/stat : 511 (java) S 497 499 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468244428408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=512] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/512/stat : 512 (java) S 497 499 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468243375752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=513] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/513/stat : 513 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468242324496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=514] ppid=497 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/499/task/514/stat : 514 (java) S 497 499 31022 0 -1 4202560 6282 0 0 0 47 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468241270840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=515] ppid=497 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/499/task/515/stat : 515 (java) S 497 499 31022 0 -1 4202560 4585 0 0 0 38 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468240218296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=516] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/516/stat : 516 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468239165944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=518] ppid=497 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/499/task/518/stat : 518 (java) S 497 499 31022 0 -1 4202560 103 0 0 0 37 37 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468238113608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=519] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/519/stat : 519 (java) S 497 499 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341494218 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468237059368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1795.1 s]
/proc/loadavg: 2.04 2.07 2.02 3/213 593
/proc/meminfo: memFree=26104664/32873844 swapFree=7372/7372
[pid=499] ppid=497 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/499/stat : 499 (java) S 497 499 31022 0 -1 4202496 16656 0 1 0 179918 83 0 0 20 0 19 0 341494201 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140734763284272 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/499/statm: 678783 221057 2263 9 0 669476 0
[pid=499/tid=501] ppid=497 vsize=2715132 CPUtime=1793.38 cores=0,2,4,6
/proc/499/task/501/stat : 501 (java) R 497 499 31022 0 -1 4202560 2973 0 1 0 179302 36 0 0 20 0 19 0 341494202 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468869038512 140468734659366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=499/tid=502] ppid=497 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/499/task/502/stat : 502 (java) S 497 499 31022 0 -1 4202560 291 0 0 0 64 7 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468853496488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=503] ppid=497 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/499/task/503/stat : 503 (java) S 497 499 31022 0 -1 4202560 149 0 0 0 59 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468734126888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=504] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/504/stat : 504 (java) S 497 499 31022 0 -1 4202560 151 0 0 0 59 5 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468733074344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=505] ppid=497 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/499/task/505/stat : 505 (java) S 497 499 31022 0 -1 4202560 174 0 0 0 70 7 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468732021800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=506] ppid=497 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/499/task/506/stat : 506 (java) S 497 499 31022 0 -1 4202560 168 0 0 0 62 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468730968232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=507] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/507/stat : 507 (java) S 497 499 31022 0 -1 4202560 152 0 0 0 58 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468729915688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=508] ppid=497 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/499/task/508/stat : 508 (java) S 497 499 31022 0 -1 4202560 200 0 0 0 64 5 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468728863144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=499/tid=509] ppid=497 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/499/task/509/stat : 509 (java) S 497 499 31022 0 -1 4202560 177 0 0 0 58 6 0 0 20 0 19 0 341494204 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468727810600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=510] ppid=497 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/499/task/510/stat : 510 (java) S 497 499 31022 0 -1 4202560 69 0 0 0 3 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468245482088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=511] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/511/stat : 511 (java) S 497 499 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468244428408 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=512] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/512/stat : 512 (java) S 497 499 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341494205 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468243375752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=513] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/513/stat : 513 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468242324496 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=514] ppid=497 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/499/task/514/stat : 514 (java) S 497 499 31022 0 -1 4202560 6282 0 0 0 47 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468241270840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=499/tid=515] ppid=497 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/499/task/515/stat : 515 (java) S 497 499 31022 0 -1 4202560 4585 0 0 0 38 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468240218296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=516] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/516/stat : 516 (java) S 497 499 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468239165944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=499/tid=518] ppid=497 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/499/task/518/stat : 518 (java) S 497 499 31022 0 -1 4202560 103 0 0 0 37 37 0 0 20 0 19 0 341494208 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468238113608 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=499/tid=519] ppid=497 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/499/task/519/stat : 519 (java) S 497 499 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341494218 2780295168 221057 33554432000 1073741824 1073778376 140734763293136 140468237059368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1795.19
CPU time (s): 1800.83
CPU user time (s): 1799.47
CPU system time (s): 1.36179
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 2716380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.36179
maximum resident set size= 884412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16706
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39324
involuntary context switches= 18123

runsolver used 6.29904 second user time and 14.5758 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 22:01:21
IDJOB=3735006
IDBENCH=2932
IDSOLVER=2322
FILE ID=node118/3735006-1338753681
RUNJOBID= node118-1338738010-31038
PBS_JOBID= 14636769
Free space on /tmp= 70972 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_7_60_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-3735006-1338753681/watcher-3735006-1338753681 -o /tmp/evaluation-result-3735006-1338753681/solver-3735006-1338753681 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735006-1338753681.opb

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

MD5SUM BENCH= 474916db0f2f0be5831d97827cee8e55
RANDOM SEED=1092326412

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27004096 kB
Buffers:          499456 kB
Cached:          3880148 kB
SwapCached:            0 kB
Active:          1980348 kB
Inactive:        3023568 kB
Active(anon):     614156 kB
Inactive(anon):    11328 kB
Active(file):    1366192 kB
Inactive(file):  3012240 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               104 kB
Writeback:             0 kB
AnonPages:        630400 kB
Mapped:            19780 kB
Shmem:               200 kB
Slab:             725292 kB
SReclaimable:     166508 kB
SUnreclaim:       558784 kB
KernelStack:        1608 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 70956 MiB
End job on node118 at 2012-06-03 22:31:18