Trace number 3734819

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)9 1800.02 1795.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
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 benchmark1797.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
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 constraint64
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 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
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.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3734819-1338753167.opb
0.07/0.12	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.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.128
0.26/0.25	o 2714
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.148
0.26/0.27	o 2712
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.166
0.26/0.29	o 2640
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.181
0.51/0.30	o 2197
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.193
0.51/0.31	o 2196
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.205
0.51/0.32	o 2195
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.51/0.33	o 2194
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.228
0.51/0.35	o 2160
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.237
0.51/0.36	o 2156
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.249
0.51/0.37	o 2135
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.26
0.51/0.38	o 2128
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.27
0.51/0.39	o 2127
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.28
0.67/0.40	o 2119
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.291
0.67/0.41	o 2117
0.67/0.42	c Got one! Elapsed wall clock time (in seconds):0.301
0.67/0.42	o 2113
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.311
0.67/0.43	o 2111
0.67/0.44	c Got one! Elapsed wall clock time (in seconds):0.321
0.67/0.44	o 2083
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.333
0.67/0.45	o 2079
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.343
0.67/0.46	o 2027
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.353
0.67/0.47	o 2025
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.364
0.67/0.48	o 1963
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.376
0.82/0.50	o 1953
0.82/0.51	c Got one! Elapsed wall clock time (in seconds):0.389
0.82/0.51	o 1948
0.82/0.52	c Got one! Elapsed wall clock time (in seconds):0.4
0.82/0.52	o 1947
0.82/0.53	c Got one! Elapsed wall clock time (in seconds):0.41
0.82/0.53	o 1945
0.82/0.54	c Got one! Elapsed wall clock time (in seconds):0.42
0.82/0.54	o 1944
0.82/0.55	c Got one! Elapsed wall clock time (in seconds):0.434
0.82/0.55	o 1814
0.82/0.57	c Got one! Elapsed wall clock time (in seconds):0.446
0.82/0.57	o 1799
0.82/0.58	c Got one! Elapsed wall clock time (in seconds):0.46
0.82/0.58	o 1797
0.82/0.59	c Got one! Elapsed wall clock time (in seconds):0.473
0.82/0.59	o 1678
1.11/0.60	c Got one! Elapsed wall clock time (in seconds):0.484
1.11/0.60	o 1677
1.11/0.62	c Got one! Elapsed wall clock time (in seconds):0.497
1.11/0.62	o 1636
1.11/0.63	c Got one! Elapsed wall clock time (in seconds):0.509
1.11/0.63	o 1630
1.11/0.64	c Got one! Elapsed wall clock time (in seconds):0.519
1.11/0.64	o 1616
1.11/0.65	c Got one! Elapsed wall clock time (in seconds):0.53
1.11/0.65	o 1615
1.11/0.66	c Got one! Elapsed wall clock time (in seconds):0.541
1.11/0.66	o 1613
1.11/0.68	c Got one! Elapsed wall clock time (in seconds):0.556
1.11/0.68	o 624
1.11/0.69	c Got one! Elapsed wall clock time (in seconds):0.573
1.11/0.69	o 623
1.37/0.71	c Got one! Elapsed wall clock time (in seconds):0.591
1.37/0.71	o 621
1.37/0.73	c Got one! Elapsed wall clock time (in seconds):0.61
1.37/0.73	o 620
1.37/0.75	c Got one! Elapsed wall clock time (in seconds):0.628
1.37/0.75	o 556
1.37/0.77	c Got one! Elapsed wall clock time (in seconds):0.649
1.37/0.77	o 554
1.37/0.79	c Got one! Elapsed wall clock time (in seconds):0.667
1.37/0.79	o 385
1.47/0.81	c Got one! Elapsed wall clock time (in seconds):0.69
1.47/0.81	o 384
1.47/0.83	c Got one! Elapsed wall clock time (in seconds):0.712
1.47/0.83	o 383
1.47/0.86	c Got one! Elapsed wall clock time (in seconds):0.737
1.47/0.86	o 382
1.47/0.88	c Got one! Elapsed wall clock time (in seconds):0.756
1.47/0.88	o 381
1.57/0.90	c Got one! Elapsed wall clock time (in seconds):0.784
1.57/0.90	o 379
1.57/0.93	c Got one! Elapsed wall clock time (in seconds):0.808
1.57/0.93	o 377
1.57/0.95	c Got one! Elapsed wall clock time (in seconds):0.826
1.57/0.95	o 375
1.57/0.98	c Got one! Elapsed wall clock time (in seconds):0.862
1.57/0.98	o 372
1.68/1.02	c Got one! Elapsed wall clock time (in seconds):0.901
1.68/1.02	o 371
1.68/1.04	c Got one! Elapsed wall clock time (in seconds):0.923
1.68/1.04	o 368
1.68/1.06	c Got one! Elapsed wall clock time (in seconds):0.944
1.68/1.06	o 364
1.68/1.09	c Got one! Elapsed wall clock time (in seconds):0.974
1.68/1.09	o 363
1.84/1.12	c Got one! Elapsed wall clock time (in seconds):0.996
1.84/1.12	o 348
1.84/1.14	c Got one! Elapsed wall clock time (in seconds):1.022
1.84/1.14	o 346
1.84/1.16	c Got one! Elapsed wall clock time (in seconds):1.042
1.84/1.16	o 344
1.84/1.18	c Got one! Elapsed wall clock time (in seconds):1.063
1.84/1.18	o 343
1.93/1.20	c Got one! Elapsed wall clock time (in seconds):1.081
1.93/1.20	o 339
1.93/1.23	c Got one! Elapsed wall clock time (in seconds):1.113
1.93/1.23	o 337
1.93/1.25	c Got one! Elapsed wall clock time (in seconds):1.129
1.93/1.25	o 335
1.93/1.28	c Got one! Elapsed wall clock time (in seconds):1.156
1.93/1.28	o 333
2.03/1.30	c Got one! Elapsed wall clock time (in seconds):1.183
2.03/1.30	o 332
2.03/1.32	c Got one! Elapsed wall clock time (in seconds):1.202
2.03/1.32	o 331
2.03/1.34	c Got one! Elapsed wall clock time (in seconds):1.219
2.03/1.34	o 329
2.03/1.37	c Got one! Elapsed wall clock time (in seconds):1.245
2.03/1.37	o 328
2.03/1.39	c Got one! Elapsed wall clock time (in seconds):1.272
2.03/1.39	o 327
2.16/1.42	c Got one! Elapsed wall clock time (in seconds):1.298
2.16/1.42	o 326
2.16/1.45	c Got one! Elapsed wall clock time (in seconds):1.327
2.16/1.45	o 325
2.27/1.50	c Got one! Elapsed wall clock time (in seconds):1.378
2.27/1.50	o 324
2.27/1.53	c Got one! Elapsed wall clock time (in seconds):1.408
2.27/1.53	o 322
2.27/1.55	c Got one! Elapsed wall clock time (in seconds):1.426
2.27/1.55	o 321
2.27/1.57	c Got one! Elapsed wall clock time (in seconds):1.45
2.27/1.57	o 317
2.37/1.61	c Got one! Elapsed wall clock time (in seconds):1.494
2.37/1.61	o 315
2.37/1.63	c Got one! Elapsed wall clock time (in seconds):1.511
2.37/1.63	o 313
2.37/1.67	c Got one! Elapsed wall clock time (in seconds):1.545
2.37/1.67	o 311
2.47/1.70	c Got one! Elapsed wall clock time (in seconds):1.576
2.47/1.70	o 308
2.47/1.73	c Got one! Elapsed wall clock time (in seconds):1.606
2.47/1.73	o 307
2.47/1.79	c Got one! Elapsed wall clock time (in seconds):1.666
2.47/1.79	o 305
2.56/1.83	c Got one! Elapsed wall clock time (in seconds):1.711
2.56/1.83	o 303
2.67/1.90	c Got one! Elapsed wall clock time (in seconds):1.779
2.67/1.90	o 301
2.67/1.92	c Got one! Elapsed wall clock time (in seconds):1.798
2.67/1.92	o 300
2.67/1.95	c Got one! Elapsed wall clock time (in seconds):1.832
2.67/1.95	o 298
2.77/2.01	c Got one! Elapsed wall clock time (in seconds):1.888
2.77/2.01	o 296
2.77/2.08	c Got one! Elapsed wall clock time (in seconds):1.956
2.77/2.08	o 294
2.87/2.11	c Got one! Elapsed wall clock time (in seconds):1.987
2.87/2.11	o 244
2.87/2.15	c Got one! Elapsed wall clock time (in seconds):2.03
2.87/2.15	o 242
2.87/2.18	c Got one! Elapsed wall clock time (in seconds):2.062
2.87/2.18	o 239
2.97/2.22	c Got one! Elapsed wall clock time (in seconds):2.098
2.97/2.22	o 238
2.97/2.25	c Got one! Elapsed wall clock time (in seconds):2.13
2.97/2.25	o 236
3.06/2.34	c Got one! Elapsed wall clock time (in seconds):2.216
3.06/2.34	o 234
3.16/2.43	c Got one! Elapsed wall clock time (in seconds):2.314
3.16/2.43	o 232
3.27/2.57	c Got one! Elapsed wall clock time (in seconds):2.445
3.27/2.57	o 231
3.37/2.63	c Got one! Elapsed wall clock time (in seconds):2.511
3.37/2.63	o 230
3.37/2.67	c Got one! Elapsed wall clock time (in seconds):2.546
3.37/2.67	o 229
3.48/2.77	c Got one! Elapsed wall clock time (in seconds):2.645
3.48/2.77	o 228
3.58/2.82	c Got one! Elapsed wall clock time (in seconds):2.695
3.58/2.82	o 227
3.58/2.86	c Got one! Elapsed wall clock time (in seconds):2.738
3.58/2.86	o 225
3.68/2.92	c Got one! Elapsed wall clock time (in seconds):2.798
3.68/2.92	o 221
3.68/2.99	c Got one! Elapsed wall clock time (in seconds):2.869
3.68/2.99	o 219
3.78/3.08	c Got one! Elapsed wall clock time (in seconds):2.956
3.78/3.08	o 218
3.88/3.13	c Got one! Elapsed wall clock time (in seconds):3.008
3.88/3.13	o 216
3.88/3.17	c Got one! Elapsed wall clock time (in seconds):3.051
3.88/3.17	o 215
3.99/3.27	c Got one! Elapsed wall clock time (in seconds):3.155
3.99/3.27	o 213
4.13/3.37	c Got one! Elapsed wall clock time (in seconds):3.247
4.13/3.37	o 212
4.22/3.41	c Got one! Elapsed wall clock time (in seconds):3.291
4.22/3.41	o 211
4.22/3.46	c Got one! Elapsed wall clock time (in seconds):3.34
4.22/3.46	o 209
4.32/3.50	c Got one! Elapsed wall clock time (in seconds):3.378
4.32/3.50	o 208
4.32/3.56	c Got one! Elapsed wall clock time (in seconds):3.442
4.32/3.56	o 206
4.42/3.60	c Got one! Elapsed wall clock time (in seconds):3.485
4.42/3.60	o 204
4.42/3.64	c Got one! Elapsed wall clock time (in seconds):3.523
4.42/3.64	o 203
4.42/3.68	c Got one! Elapsed wall clock time (in seconds):3.56
4.42/3.68	o 199
4.52/3.75	c Got one! Elapsed wall clock time (in seconds):3.627
4.52/3.75	o 198
4.52/3.79	c Got one! Elapsed wall clock time (in seconds):3.675
4.52/3.79	o 196
4.62/3.90	c Got one! Elapsed wall clock time (in seconds):3.776
4.62/3.90	o 195
4.82/4.07	c Got one! Elapsed wall clock time (in seconds):3.945
4.82/4.07	o 194
4.92/4.20	c Got one! Elapsed wall clock time (in seconds):4.076
4.92/4.20	o 193
5.42/4.62	c Got one! Elapsed wall clock time (in seconds):4.504
5.42/4.62	o 191
5.52/4.79	c Got one! Elapsed wall clock time (in seconds):4.666
5.52/4.79	o 190
5.72/4.97	c Got one! Elapsed wall clock time (in seconds):4.848
5.72/4.97	o 188
5.82/5.02	c Got one! Elapsed wall clock time (in seconds):4.901
5.82/5.02	o 187
5.82/5.07	c Got one! Elapsed wall clock time (in seconds):4.946
5.82/5.07	o 186
5.92/5.17	c Got one! Elapsed wall clock time (in seconds):5.052
5.92/5.17	o 185
6.02/5.22	c Got one! Elapsed wall clock time (in seconds):5.101
6.02/5.22	o 183
6.12/5.30	c Got one! Elapsed wall clock time (in seconds):5.183
6.12/5.30	o 182
6.12/5.34	c Got one! Elapsed wall clock time (in seconds):5.223
6.12/5.34	o 180
6.12/5.40	c Got one! Elapsed wall clock time (in seconds):5.277
6.12/5.40	o 178
6.23/5.45	c Got one! Elapsed wall clock time (in seconds):5.328
6.23/5.45	o 175
6.33/5.51	c Got one! Elapsed wall clock time (in seconds):5.394
6.33/5.51	o 174
6.43/5.64	c Got one! Elapsed wall clock time (in seconds):5.523
6.43/5.64	o 173
6.53/5.79	c Got one! Elapsed wall clock time (in seconds):5.666
6.53/5.79	o 171
6.72/5.92	c Got one! Elapsed wall clock time (in seconds):5.803
6.72/5.92	o 169
6.92/6.10	c Got one! Elapsed wall clock time (in seconds):5.982
6.92/6.10	o 167
7.02/6.26	c Got one! Elapsed wall clock time (in seconds):6.136
7.02/6.26	o 166
7.12/6.35	c Got one! Elapsed wall clock time (in seconds):6.234
7.12/6.35	o 164
7.33/6.53	c Got one! Elapsed wall clock time (in seconds):6.406
7.33/6.53	o 159
7.43/6.61	c Got one! Elapsed wall clock time (in seconds):6.494
7.43/6.61	o 157
7.43/6.69	c Got one! Elapsed wall clock time (in seconds):6.571
7.43/6.69	o 156
7.52/6.76	c Got one! Elapsed wall clock time (in seconds):6.635
7.52/6.76	o 142
7.62/6.83	c Got one! Elapsed wall clock time (in seconds):6.707
7.62/6.83	o 141
7.72/6.97	c Got one! Elapsed wall clock time (in seconds):6.847
7.72/6.97	o 126
7.83/7.01	c Got one! Elapsed wall clock time (in seconds):6.89
7.83/7.01	o 124
7.83/7.06	c Got one! Elapsed wall clock time (in seconds):6.935
7.83/7.06	o 123
7.92/7.11	c Got one! Elapsed wall clock time (in seconds):6.994
7.92/7.11	o 119
7.92/7.18	c Got one! Elapsed wall clock time (in seconds):7.057
7.92/7.18	o 118
8.12/7.30	c Got one! Elapsed wall clock time (in seconds):7.182
8.12/7.30	o 117
8.22/7.48	c Got one! Elapsed wall clock time (in seconds):7.363
8.22/7.48	o 115
8.72/7.93	c Got one! Elapsed wall clock time (in seconds):7.813
8.72/7.93	o 113
9.08/8.23	c Got one! Elapsed wall clock time (in seconds):8.107
9.08/8.23	o 112
9.18/8.30	c Got one! Elapsed wall clock time (in seconds):8.181
9.18/8.30	o 111
9.48/8.67	c Got one! Elapsed wall clock time (in seconds):8.553
9.48/8.67	o 110
9.59/8.78	c Got one! Elapsed wall clock time (in seconds):8.664
9.59/8.78	o 108
9.69/8.83	c Got one! Elapsed wall clock time (in seconds):8.711
9.69/8.83	o 107
9.78/8.93	c Got one! Elapsed wall clock time (in seconds):8.811
9.78/8.93	o 106
9.88/9.01	c Got one! Elapsed wall clock time (in seconds):8.887
9.88/9.01	o 104
10.08/9.29	c Got one! Elapsed wall clock time (in seconds):9.167
10.08/9.29	o 103
10.28/9.49	c Got one! Elapsed wall clock time (in seconds):9.375
10.28/9.49	o 101
10.48/9.65	c Got one! Elapsed wall clock time (in seconds):9.526
10.48/9.65	o 99
10.98/10.15	c Got one! Elapsed wall clock time (in seconds):10.034
10.98/10.15	o 98
11.08/10.27	c Got one! Elapsed wall clock time (in seconds):10.15
11.08/10.27	o 85
11.38/10.55	c Got one! Elapsed wall clock time (in seconds):10.431
11.38/10.55	o 84
11.68/10.81	c Got one! Elapsed wall clock time (in seconds):10.693
11.68/10.81	o 83
12.18/11.33	c Got one! Elapsed wall clock time (in seconds):11.212
12.18/11.33	o 82
12.28/11.42	c Got one! Elapsed wall clock time (in seconds):11.303
12.28/11.42	o 77
12.78/11.95	c Got one! Elapsed wall clock time (in seconds):11.835
12.78/11.95	o 75
13.58/12.71	c Got one! Elapsed wall clock time (in seconds):12.586
13.58/12.71	o 73
14.68/13.84	c Got one! Elapsed wall clock time (in seconds):13.721
14.68/13.84	o 72
14.78/13.90	c Got one! Elapsed wall clock time (in seconds):13.785
14.78/13.90	o 70
15.57/14.64	c Got one! Elapsed wall clock time (in seconds):14.516
15.57/14.64	o 68
15.77/14.86	c Got one! Elapsed wall clock time (in seconds):14.739
15.77/14.86	o 67
16.67/15.71	c Got one! Elapsed wall clock time (in seconds):15.586
16.67/15.71	o 65
18.38/17.48	c Got one! Elapsed wall clock time (in seconds):17.361
18.38/17.48	o 64
19.48/18.50	c Got one! Elapsed wall clock time (in seconds):18.378
19.48/18.50	o 62
20.07/19.11	c Got one! Elapsed wall clock time (in seconds):18.987
20.07/19.11	o 60
20.87/19.95	c Got one! Elapsed wall clock time (in seconds):19.834
20.87/19.95	o 59
22.07/21.12	c Got one! Elapsed wall clock time (in seconds):21.004
22.07/21.12	o 57
23.18/22.26	c Got one! Elapsed wall clock time (in seconds):22.141
23.18/22.26	o 45
25.87/24.89	c Got one! Elapsed wall clock time (in seconds):24.775
25.87/24.89	o 44
32.97/31.90	c Got one! Elapsed wall clock time (in seconds):31.781
32.97/31.90	o 42
36.76/35.69	c Got one! Elapsed wall clock time (in seconds):35.572
36.76/35.69	o 40
37.86/36.77	c Got one! Elapsed wall clock time (in seconds):36.654
37.86/36.77	o 38
40.86/39.77	c Got one! Elapsed wall clock time (in seconds):39.646
40.86/39.77	o 36
43.06/41.94	c Got one! Elapsed wall clock time (in seconds):41.822
43.06/41.94	o 34
46.06/44.98	c Got one! Elapsed wall clock time (in seconds):44.863
46.06/44.98	o 32
48.76/47.58	c Got one! Elapsed wall clock time (in seconds):47.457
48.76/47.58	o 30
52.16/50.97	c Got one! Elapsed wall clock time (in seconds):50.847
52.16/50.97	o 28
60.16/58.95	c Got one! Elapsed wall clock time (in seconds):58.835
60.16/58.95	o 27
67.27/65.91	c Got one! Elapsed wall clock time (in seconds):65.786
67.27/65.91	o 26
68.67/67.30	c Got one! Elapsed wall clock time (in seconds):67.18
68.67/67.30	o 25
76.37/75.06	c Got one! Elapsed wall clock time (in seconds):74.942
76.37/75.06	o 23
89.09/87.60	c Got one! Elapsed wall clock time (in seconds):87.479
89.09/87.60	o 21
117.77/116.16	c Got one! Elapsed wall clock time (in seconds):116.041
117.77/116.16	o 19
187.99/186.16	c Got one! Elapsed wall clock time (in seconds):186.036
187.99/186.16	o 18
341.96/339.85	c Got one! Elapsed wall clock time (in seconds):339.728
341.96/339.85	o 16
517.17/514.79	c Got one! Elapsed wall clock time (in seconds):514.673
517.17/514.79	o 14
872.66/869.64	c Got one! Elapsed wall clock time (in seconds):869.515
872.66/869.64	o 12
1306.74/1303.15	c Got one! Elapsed wall clock time (in seconds):1303.03
1306.74/1303.15	o 11
1692.36/1688.10	c Got one! Elapsed wall clock time (in seconds):1687.985
1692.36/1688.10	o 9
1800.02/1795.61	c starts		: 908
1800.02/1795.61	c conflicts		: 1404973
1800.02/1795.61	c decisions		: 1509652
1800.02/1795.61	c propagations		: 13773001
1800.02/1795.61	c inspects		: 12877111250
1800.02/1795.61	c learnt literals	: 0
1800.02/1795.61	c learnt binary clauses	: 0
1800.02/1795.61	c learnt ternary clauses	: 0
1800.02/1795.61	c learnt clauses	: 1404973
1800.02/1795.61	c ignored clauses	: 0
1800.02/1795.61	c root simplifications	: 0
1800.02/1795.61	c removed literals (reason simplification)	: 17512101
1800.02/1795.61	c reason swapping (by a shorter reason)	: 0
1800.02/1795.61	c Calls to reduceDB	: 0
1800.02/1795.61	c speed (assignments/second)	: 128114.98069857217
1800.02/1795.61	c non guided choices	4441
1800.02/1795.68	c learnt constraints type 
1800.02/1795.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1404973
1800.02/1795.68	c constraints type 
1800.02/1795.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
1800.02/1795.68	s SATISFIABLE
1800.02/1795.68	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.02/1795.68	c objective function=9
1800.02/1795.68	c Total wall clock time (in seconds): 1795.558

Verifier Data

OK	9

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-3734819-1338753167/watcher-3734819-1338753167 -o /tmp/evaluation-result-3734819-1338753167/solver-3734819-1338753167 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734819-1338753167.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.03 2.02 2.00 3/192 23233
/proc/meminfo: memFree=24507936/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/23233/stat : 23233 (runsolver) D 23231 23233 21377 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 341442128 12095488 50 33554432000 4194304 5436572 140737030924928 140737030921224 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/23233/statm: 2953 50 31 304 0 2645 0

[startup+0.031741 s]
/proc/loadavg: 2.03 2.02 2.00 3/192 23233
/proc/meminfo: memFree=24507936/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2104932 CPUtime=0 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 2805 0 1 0 0 0 0 0 20 0 10 0 341442128 2155450368 2996 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 526233 2997 1017 9 0 517342 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2104932

[startup+0.100233 s]
/proc/loadavg: 2.03 2.02 2.00 3/192 23233
/proc/meminfo: memFree=24507936/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 4073 0 1 0 6 1 0 0 20 0 18 0 341442128 2712133632 5792 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 662142 5793 1933 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.30027 s]
/proc/loadavg: 2.03 2.02 2.00 3/192 23233
/proc/meminfo: memFree=24507936/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 7499 0 1 0 50 1 0 0 20 0 19 0 341442128 2780295168 9565 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 678783 9565 2231 9 0 669476 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2715132

[startup+0.700273 s]
/proc/loadavg: 2.03 2.02 2.00 3/192 23233
/proc/meminfo: memFree=24507936/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2715132 CPUtime=1.37 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 12647 0 1 0 134 3 0 0 20 0 19 0 341442128 2780295168 24684 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 678783 24684 2243 9 0 669476 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 2715132

[startup+1.50076 s]
/proc/loadavg: 2.03 2.02 2.00 3/211 23252
/proc/meminfo: memFree=24374752/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2715132 CPUtime=2.27 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 12707 0 1 0 222 5 0 0 20 0 19 0 341442128 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 678783 52337 2246 9 0 669476 0
[pid=23233/tid=23235] ppid=23231 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/23233/task/23235/stat : 23235 (java) R 23231 23233 21377 0 -1 4202560 2839 0 1 0 142 3 0 0 20 0 19 0 341442130 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929448915376 139929313556580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23236] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23236/stat : 23236 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929433373608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23237] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23237/stat : 23237 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929432321064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23238] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23238/stat : 23238 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929313077928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23239] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23239/stat : 23239 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929312025384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23240] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23240/stat : 23240 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929310972328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23241] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23241/stat : 23241 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929309919784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23242] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23242/stat : 23242 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929308866728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23243] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23243/stat : 23243 (java) S 23231 23233 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139929307814184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23244] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23244/stat : 23244 (java) S 23231 23233 21377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341442132 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928825486184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23245] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23245/stat : 23245 (java) S 23231 23233 21377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928824432504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23246] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23246/stat : 23246 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928823379336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23247] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23247/stat : 23247 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928822328080 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23248] ppid=23231 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/23233/task/23248/stat : 23248 (java) S 23231 23233 21377 0 -1 4202560 4935 0 0 0 40 0 0 0 20 0 19 0 341442136 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928821274936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23249] ppid=23231 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/23233/task/23249/stat : 23249 (java) S 23231 23233 21377 0 -1 4202560 3738 0 0 0 38 0 0 0 20 0 19 0 341442136 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928820222392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23250] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23250/stat : 23250 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928819169528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23251] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23251/stat : 23251 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928818117192 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23252] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23252/stat : 23252 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442145 2780295168 52337 33554432000 1073741824 1073778376 140736820123472 139928817063464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 2715132

[startup+3.10076 s]
/proc/loadavg: 2.02 2.02 2.00 3/211 23252
/proc/meminfo: memFree=24243556/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2715132 CPUtime=3.88 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 12782 0 1 0 381 7 0 0 20 0 19 0 341442128 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 678783 90225 2246 9 0 669476 0
[pid=23233/tid=23235] ppid=23231 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/23233/task/23235/stat : 23235 (java) R 23231 23233 21377 0 -1 4202560 2914 0 1 0 299 6 0 0 20 0 19 0 341442130 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929448915376 139929313614500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23236] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23236/stat : 23236 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929433373608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23237] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23237/stat : 23237 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929432321064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23238] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23238/stat : 23238 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929313077928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23239] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23239/stat : 23239 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929312025384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23240] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23240/stat : 23240 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929310972328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23241] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23241/stat : 23241 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929309919784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23242] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23242/stat : 23242 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929308866728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23243] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23243/stat : 23243 (java) S 23231 23233 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139929307814184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23244] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23244/stat : 23244 (java) S 23231 23233 21377 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341442132 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928825486184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23245] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23245/stat : 23245 (java) S 23231 23233 21377 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928824432504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23246] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23246/stat : 23246 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928823379336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23247] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23247/stat : 23247 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928822328080 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23248] ppid=23231 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/23233/task/23248/stat : 23248 (java) S 23231 23233 21377 0 -1 4202560 4935 0 0 0 41 0 0 0 20 0 19 0 341442136 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928821274936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23249] ppid=23231 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/23233/task/23249/stat : 23249 (java) S 23231 23233 21377 0 -1 4202560 3738 0 0 0 38 0 0 0 20 0 19 0 341442136 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928820222392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23250] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23250/stat : 23250 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928819169528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23251] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23251/stat : 23251 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928818117192 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23252] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23252/stat : 23252 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442145 2780295168 90225 33554432000 1073741824 1073778376 140736820123472 139928817063464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 2715132

[startup+6.30077 s]
/proc/loadavg: 2.02 2.02 2.00 3/211 23252
/proc/meminfo: memFree=24128984/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2715132 CPUtime=7.12 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 12836 0 1 0 703 9 0 0 20 0 19 0 341442128 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 678783 96682 2260 9 0 669476 0
[pid=23233/tid=23235] ppid=23231 vsize=2715132 CPUtime=6.23 cores=0,2,4,6
/proc/23233/task/23235/stat : 23235 (java) R 23231 23233 21377 0 -1 4202560 2926 0 1 0 617 6 0 0 20 0 19 0 341442130 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929448915376 139929313527987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23236] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23236/stat : 23236 (java) S 23231 23233 21377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929433373608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23237] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23237/stat : 23237 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929432321064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23238] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23238/stat : 23238 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929313077928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23239] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23239/stat : 23239 (java) S 23231 23233 21377 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929312025384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23240] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23240/stat : 23240 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929310972328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23241] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23241/stat : 23241 (java) S 23231 23233 21377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929309919784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23242] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23242/stat : 23242 (java) S 23231 23233 21377 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929308866728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23243] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23243/stat : 23243 (java) S 23231 23233 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341442131 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139929307814184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23244] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23244/stat : 23244 (java) S 23231 23233 21377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341442132 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928825486184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23245] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23245/stat : 23245 (java) S 23231 23233 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928824432504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23246] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23246/stat : 23246 (java) S 23231 23233 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928823379336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23247] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23247/stat : 23247 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928822328080 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23248] ppid=23231 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/23233/task/23248/stat : 23248 (java) S 23231 23233 21377 0 -1 4202560 4935 0 0 0 43 0 0 0 20 0 19 0 341442136 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928821274936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23249] ppid=23231 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/23233/task/23249/stat : 23249 (java) S 23231 23233 21377 0 -1 4202560 3738 0 0 0 38 0 0 0 20 0 19 0 341442136 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928820222392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23250] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23250/stat : 23250 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928819169528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23251] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23251/stat : 23251 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928818117192 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23252] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23252/stat : 23252 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442145 2780295168 96682 33554432000 1073741824 1073778376 140736820123472 139928817063464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

[pid=23233/tid=23248] ppid=23231 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/23233/task/23248/stat : 23248 (java) S 23231 23233 21377 0 -1 4202560 4936 0 0 0 43 0 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928821274936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23249] ppid=23231 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/23233/task/23249/stat : 23249 (java) S 23231 23233 21377 0 -1 4202560 3738 0 0 0 38 0 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928820222392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23250] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23250/stat : 23250 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928819169528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23251] ppid=23231 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/23233/task/23251/stat : 23251 (java) S 23231 23233 21377 0 -1 4202560 95 0 0 0 42 30 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928818117192 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23252] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23252/stat : 23252 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442145 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928817063464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/211 23349
/proc/meminfo: memFree=24312188/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2715132 CPUtime=1726.57 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 14254 0 1 0 172579 78 0 0 20 0 19 0 341442128 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 678783 201462 2260 9 0 669476 0
[pid=23233/tid=23235] ppid=23231 vsize=2715132 CPUtime=1716.37 cores=0,2,4,6
/proc/23233/task/23235/stat : 23235 (java) R 23231 23233 21377 0 -1 4202560 2960 0 1 0 171603 34 0 0 20 0 19 0 341442130 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929448915376 139929313527987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23236] ppid=23231 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/23233/task/23236/stat : 23236 (java) S 23231 23233 21377 0 -1 4202560 133 0 0 0 49 6 0 0 20 0 19 0 341442131 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929433373608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23237] ppid=23231 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/23233/task/23237/stat : 23237 (java) S 23231 23233 21377 0 -1 4202560 200 0 0 0 55 4 0 0 20 0 19 0 341442131 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929432321064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23238] ppid=23231 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/23233/task/23238/stat : 23238 (java) S 23231 23233 21377 0 -1 4202560 134 0 0 0 50 5 0 0 20 0 19 0 341442131 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929313077928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23239] ppid=23231 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/23233/task/23239/stat : 23239 (java) S 23231 23233 21377 0 -1 4202560 108 0 0 0 48 4 0 0 20 0 19 0 341442131 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929312025384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23240] ppid=23231 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/23233/task/23240/stat : 23240 (java) S 23231 23233 21377 0 -1 4202560 199 0 0 0 52 5 0 0 20 0 19 0 341442131 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929310972328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23241] ppid=23231 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/23233/task/23241/stat : 23241 (java) S 23231 23233 21377 0 -1 4202560 151 0 0 0 47 5 0 0 20 0 19 0 341442131 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929309919784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23242] ppid=23231 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/23233/task/23242/stat : 23242 (java) S 23231 23233 21377 0 -1 4202560 184 0 0 0 47 3 0 0 20 0 19 0 341442131 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929308866728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23243] ppid=23231 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/23233/task/23243/stat : 23243 (java) S 23231 23233 21377 0 -1 4202560 170 0 0 0 48 5 0 0 20 0 19 0 341442131 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139929307814184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23244] ppid=23231 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/23233/task/23244/stat : 23244 (java) S 23231 23233 21377 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 341442132 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928825486184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23245] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23245/stat : 23245 (java) S 23231 23233 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928824432504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23246] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23246/stat : 23246 (java) S 23231 23233 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928823379336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23247] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23247/stat : 23247 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928822328080 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23248] ppid=23231 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/23233/task/23248/stat : 23248 (java) S 23231 23233 21377 0 -1 4202560 4936 0 0 0 43 0 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928821274936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23249] ppid=23231 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/23233/task/23249/stat : 23249 (java) S 23231 23233 21377 0 -1 4202560 3738 0 0 0 38 0 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928820222392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23250] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23250/stat : 23250 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928819169528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23251] ppid=23231 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/23233/task/23251/stat : 23251 (java) S 23231 23233 21377 0 -1 4202560 99 0 0 0 43 31 0 0 20 0 19 0 341442136 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928818117192 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23252] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23252/stat : 23252 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442145 2780295168 201462 33554432000 1073741824 1073778376 140736820123472 139928817063464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.57
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 23349
/proc/meminfo: memFree=24289412/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2715132 CPUtime=1786.71 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 14280 0 1 0 178591 80 0 0 20 0 19 0 341442128 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 678783 207094 2260 9 0 669476 0
[pid=23233/tid=23235] ppid=23231 vsize=2715132 CPUtime=1776.17 cores=0,2,4,6
/proc/23233/task/23235/stat : 23235 (java) R 23231 23233 21377 0 -1 4202560 2961 0 1 0 177583 34 0 0 20 0 19 0 341442130 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929448922512 139929313634710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23236] ppid=23231 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/23233/task/23236/stat : 23236 (java) S 23231 23233 21377 0 -1 4202560 135 0 0 0 51 6 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929433373608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23237] ppid=23231 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/23233/task/23237/stat : 23237 (java) S 23231 23233 21377 0 -1 4202560 203 0 0 0 56 4 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929432321064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23238] ppid=23231 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/23233/task/23238/stat : 23238 (java) S 23231 23233 21377 0 -1 4202560 139 0 0 0 52 5 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929313077928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23239] ppid=23231 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/23233/task/23239/stat : 23239 (java) S 23231 23233 21377 0 -1 4202560 108 0 0 0 50 4 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929312025384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23240] ppid=23231 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/23233/task/23240/stat : 23240 (java) S 23231 23233 21377 0 -1 4202560 200 0 0 0 55 5 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929310972328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23241] ppid=23231 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/23233/task/23241/stat : 23241 (java) S 23231 23233 21377 0 -1 4202560 153 0 0 0 48 5 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929309919784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23242] ppid=23231 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/23233/task/23242/stat : 23242 (java) S 23231 23233 21377 0 -1 4202560 190 0 0 0 51 3 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929308866728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23243] ppid=23231 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/23233/task/23243/stat : 23243 (java) S 23231 23233 21377 0 -1 4202560 170 0 0 0 50 5 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929307814184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23244] ppid=23231 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/23233/task/23244/stat : 23244 (java) S 23231 23233 21377 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 341442132 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928825486184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23245] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23245/stat : 23245 (java) S 23231 23233 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928824432504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23246] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23246/stat : 23246 (java) S 23231 23233 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928823379336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23247] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23247/stat : 23247 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928822328080 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23248] ppid=23231 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/23233/task/23248/stat : 23248 (java) S 23231 23233 21377 0 -1 4202560 4936 0 0 0 43 0 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928821274936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23249] ppid=23231 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/23233/task/23249/stat : 23249 (java) S 23231 23233 21377 0 -1 4202560 3738 0 0 0 38 0 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928820222392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23250] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23250/stat : 23250 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928819169528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23251] ppid=23231 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/23233/task/23251/stat : 23251 (java) S 23231 23233 21377 0 -1 4202560 103 0 0 0 45 32 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928818117192 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23252] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23252/stat : 23252 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442145 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928817063464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.71
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 23349
/proc/meminfo: memFree=24281096/32873852 swapFree=6856/6856
[pid=23233] ppid=23231 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/23233/stat : 23233 (java) S 23231 23233 21377 0 -1 4202496 14280 0 1 0 179922 80 0 0 20 0 19 0 341442128 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 140736820114608 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23233/statm: 678783 207094 2260 9 0 669476 0
[pid=23233/tid=23235] ppid=23231 vsize=2715132 CPUtime=1789.45 cores=0,2,4,6
/proc/23233/task/23235/stat : 23235 (java) R 23231 23233 21377 0 -1 4202560 2961 0 1 0 178910 35 0 0 20 0 19 0 341442130 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929448922512 139929313614500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23236] ppid=23231 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/23233/task/23236/stat : 23236 (java) S 23231 23233 21377 0 -1 4202560 135 0 0 0 51 6 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929433373608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23237] ppid=23231 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/23233/task/23237/stat : 23237 (java) S 23231 23233 21377 0 -1 4202560 203 0 0 0 56 4 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929432321064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23238] ppid=23231 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/23233/task/23238/stat : 23238 (java) S 23231 23233 21377 0 -1 4202560 139 0 0 0 52 5 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929313077928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23239] ppid=23231 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/23233/task/23239/stat : 23239 (java) S 23231 23233 21377 0 -1 4202560 108 0 0 0 50 4 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929312025384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23240] ppid=23231 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/23233/task/23240/stat : 23240 (java) S 23231 23233 21377 0 -1 4202560 200 0 0 0 55 5 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929310972328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23233/tid=23241] ppid=23231 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/23233/task/23241/stat : 23241 (java) S 23231 23233 21377 0 -1 4202560 153 0 0 0 48 5 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929309919784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23242] ppid=23231 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/23233/task/23242/stat : 23242 (java) S 23231 23233 21377 0 -1 4202560 190 0 0 0 51 3 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929308866728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23233/tid=23243] ppid=23231 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/23233/task/23243/stat : 23243 (java) S 23231 23233 21377 0 -1 4202560 170 0 0 0 50 5 0 0 20 0 19 0 341442131 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139929307814184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23244] ppid=23231 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/23233/task/23244/stat : 23244 (java) S 23231 23233 21377 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 341442132 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928825486184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23245] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23245/stat : 23245 (java) S 23231 23233 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928824432504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23246] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23246/stat : 23246 (java) S 23231 23233 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341442133 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928823379336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23247] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23247/stat : 23247 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928822328080 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23248] ppid=23231 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/23233/task/23248/stat : 23248 (java) S 23231 23233 21377 0 -1 4202560 4936 0 0 0 43 0 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928821274936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23233/tid=23249] ppid=23231 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/23233/task/23249/stat : 23249 (java) S 23231 23233 21377 0 -1 4202560 3738 0 0 0 38 0 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928820222392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23250] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23250/stat : 23250 (java) S 23231 23233 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928819169528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23251] ppid=23231 vsize=2715132 CPUtime=0.78 cores=0,2,4,6
/proc/23233/task/23251/stat : 23251 (java) S 23231 23233 21377 0 -1 4202560 103 0 0 0 45 33 0 0 20 0 19 0 341442136 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928818117192 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23233/tid=23252] ppid=23231 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/23233/task/23252/stat : 23252 (java) S 23231 23233 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341442145 2780295168 207094 33554432000 1073741824 1073778376 140736820123472 139928817063464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1795.69
CPU time (s): 1800.02
CPU user time (s): 1799.22
CPU system time (s): 0.8
CPU usage (%): 100.241
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.20082
maximum resident set size= 828564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14332
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39028
involuntary context switches= 15590

runsolver used 5.2322 second user time and 15.6226 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-03 21:52:47
IDJOB=3734819
IDBENCH=2908
IDSOLVER=2322
FILE ID=node129/3734819-1338753167
RUNJOBID= node129-1338737336-21393
PBS_JOBID= 14636763
Free space on /tmp= 70484 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_2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734819-1338753167/watcher-3734819-1338753167 -o /tmp/evaluation-result-3734819-1338753167/solver-3734819-1338753167 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734819-1338753167.opb

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

MD5SUM BENCH= b690996610ff381ef60353517fe5a0e9
RANDOM SEED=1382804068

node129.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.957
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	: 5333.91
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.957
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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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:       32873852 kB
MemFree:        24508788 kB
Buffers:          473572 kB
Cached:          5631700 kB
SwapCached:            0 kB
Active:          3946976 kB
Inactive:        3527312 kB
Active(anon):    1360964 kB
Inactive(anon):    10748 kB
Active(file):    2586012 kB
Inactive(file):  3516564 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:       1375616 kB
Mapped:            22496 kB
Shmem:               204 kB
Slab:             749256 kB
SReclaimable:     191532 kB
SUnreclaim:       557724 kB
KernelStack:        1592 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1515768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 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= 70484 MiB
End job on node129 at 2012-06-03 22:22:44