Trace number 3734896

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1OPT1 777.05 773.967

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.1943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.1.1.v20090612
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version	1.6.0_24
0.04/0.09	c os.name	Linux
0.04/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch	amd64
0.04/0.09	c Free memory 1299577560
0.04/0.09	c Max memory 1306394624
0.04/0.09	c Total memory 1306394624
0.04/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-3734896-1338753481.opb
0.07/0.12	c reading problem ... 
0.07/0.14	c ... done. Wall clock time 0.022s.
0.07/0.14	c #vars     94
0.07/0.14	c #constraints  8
0.07/0.14	c constraints type 
0.07/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.27/0.20	c SATISFIABLE
0.27/0.20	c OPTIMIZING...
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.082
0.27/0.20	o 1832
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.121
0.27/0.24	o 1831
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.133
0.27/0.25	o 1829
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.143
0.27/0.26	o 1828
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.153
0.27/0.27	o 1820
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.163
0.27/0.28	o 1819
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.27/0.29	o 1733
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.179
0.52/0.30	o 1698
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.187
0.52/0.31	o 1569
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.194
0.52/0.31	o 1556
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.201
0.52/0.32	o 1504
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.208
0.52/0.33	o 1503
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.52/0.33	o 1491
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.221
0.52/0.34	o 1489
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.228
0.52/0.35	o 1432
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.235
0.52/0.36	o 1398
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.243
0.52/0.36	o 1382
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.25
0.52/0.37	o 1378
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.257
0.52/0.38	o 1375
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.263
0.52/0.38	o 1372
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.27
0.52/0.39	o 1364
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.278
0.65/0.40	o 1150
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.286
0.65/0.41	o 1079
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.293
0.65/0.41	o 1078
0.65/0.42	c Got one! Elapsed wall clock time (in seconds):0.3
0.65/0.42	o 1074
0.65/0.43	c Got one! Elapsed wall clock time (in seconds):0.309
0.65/0.43	o 1073
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.316
0.65/0.44	o 1047
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.331
0.65/0.45	o 1046
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.339
0.65/0.46	o 1044
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.349
0.65/0.47	o 1040
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.358
0.65/0.48	o 1028
0.65/0.49	c Got one! Elapsed wall clock time (in seconds):0.369
0.65/0.49	o 963
0.83/0.50	c Got one! Elapsed wall clock time (in seconds):0.38
0.83/0.50	o 936
0.83/0.51	c Got one! Elapsed wall clock time (in seconds):0.387
0.83/0.51	o 932
0.83/0.51	c Got one! Elapsed wall clock time (in seconds):0.394
0.83/0.51	o 930
0.83/0.52	c Got one! Elapsed wall clock time (in seconds):0.401
0.83/0.52	o 929
0.83/0.53	c Got one! Elapsed wall clock time (in seconds):0.407
0.83/0.53	o 928
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.416
0.83/0.54	o 926
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.424
0.83/0.54	o 907
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.433
0.83/0.55	o 905
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.443
0.83/0.56	o 904
0.83/0.57	c Got one! Elapsed wall clock time (in seconds):0.451
0.83/0.57	o 903
0.83/0.58	c Got one! Elapsed wall clock time (in seconds):0.464
0.83/0.58	o 902
0.83/0.59	c Got one! Elapsed wall clock time (in seconds):0.473
0.83/0.59	o 900
1.05/0.60	c Got one! Elapsed wall clock time (in seconds):0.481
1.05/0.60	o 899
1.05/0.61	c Got one! Elapsed wall clock time (in seconds):0.49
1.05/0.61	o 898
1.05/0.62	c Got one! Elapsed wall clock time (in seconds):0.499
1.05/0.62	o 891
1.05/0.63	c Got one! Elapsed wall clock time (in seconds):0.507
1.05/0.63	o 884
1.05/0.64	c Got one! Elapsed wall clock time (in seconds):0.521
1.05/0.64	o 607
1.05/0.66	c Got one! Elapsed wall clock time (in seconds):0.538
1.05/0.66	o 603
1.05/0.67	c Got one! Elapsed wall clock time (in seconds):0.55
1.05/0.67	o 587
1.05/0.69	c Got one! Elapsed wall clock time (in seconds):0.566
1.05/0.69	o 585
1.05/0.70	c Got one! Elapsed wall clock time (in seconds):0.576
1.30/0.70	o 582
1.30/0.70	c Got one! Elapsed wall clock time (in seconds):0.585
1.30/0.70	o 580
1.30/0.71	c Got one! Elapsed wall clock time (in seconds):0.594
1.30/0.71	o 576
1.30/0.72	c Got one! Elapsed wall clock time (in seconds):0.604
1.30/0.72	o 574
1.30/0.73	c Got one! Elapsed wall clock time (in seconds):0.611
1.30/0.73	o 567
1.30/0.74	c Got one! Elapsed wall clock time (in seconds):0.62
1.30/0.74	o 566
1.30/0.75	c Got one! Elapsed wall clock time (in seconds):0.628
1.30/0.75	o 565
1.30/0.76	c Got one! Elapsed wall clock time (in seconds):0.637
1.30/0.76	o 541
1.30/0.76	c Got one! Elapsed wall clock time (in seconds):0.645
1.30/0.76	o 540
1.30/0.78	c Got one! Elapsed wall clock time (in seconds):0.658
1.30/0.78	o 259
1.30/0.79	c Got one! Elapsed wall clock time (in seconds):0.675
1.30/0.79	o 258
1.47/0.81	c Got one! Elapsed wall clock time (in seconds):0.69
1.47/0.81	o 245
1.47/0.82	c Got one! Elapsed wall clock time (in seconds):0.7
1.47/0.82	o 244
1.47/0.83	c Got one! Elapsed wall clock time (in seconds):0.71
1.47/0.83	o 243
1.47/0.84	c Got one! Elapsed wall clock time (in seconds):0.72
1.47/0.84	o 241
1.47/0.85	c Got one! Elapsed wall clock time (in seconds):0.731
1.47/0.85	o 239
1.47/0.86	c Got one! Elapsed wall clock time (in seconds):0.742
1.47/0.86	o 238
1.47/0.88	c Got one! Elapsed wall clock time (in seconds):0.758
1.47/0.88	o 234
1.47/0.89	c Got one! Elapsed wall clock time (in seconds):0.772
1.47/0.89	o 166
1.64/0.90	c Got one! Elapsed wall clock time (in seconds):0.783
1.64/0.90	o 164
1.64/0.92	c Got one! Elapsed wall clock time (in seconds):0.798
1.64/0.92	o 162
1.64/0.93	c Got one! Elapsed wall clock time (in seconds):0.811
1.64/0.93	o 160
1.64/0.95	c Got one! Elapsed wall clock time (in seconds):0.835
1.64/0.95	o 159
1.64/0.96	c Got one! Elapsed wall clock time (in seconds):0.842
1.64/0.96	o 158
1.64/0.97	c Got one! Elapsed wall clock time (in seconds):0.852
1.64/0.97	o 157
1.64/0.99	c Got one! Elapsed wall clock time (in seconds):0.87
1.64/0.99	o 156
1.76/1.01	c Got one! Elapsed wall clock time (in seconds):0.89
1.76/1.01	o 155
1.76/1.02	c Got one! Elapsed wall clock time (in seconds):0.9
1.76/1.02	o 154
1.76/1.04	c Got one! Elapsed wall clock time (in seconds):0.923
1.76/1.04	o 153
1.76/1.05	c Got one! Elapsed wall clock time (in seconds):0.935
1.76/1.05	o 145
1.76/1.06	c Got one! Elapsed wall clock time (in seconds):0.945
1.76/1.06	o 143
1.76/1.08	c Got one! Elapsed wall clock time (in seconds):0.963
1.76/1.08	o 141
1.76/1.09	c Got one! Elapsed wall clock time (in seconds):0.974
1.76/1.09	o 140
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.983
1.76/1.10	o 138
1.86/1.12	c Got one! Elapsed wall clock time (in seconds):0.996
1.86/1.12	o 137
1.86/1.13	c Got one! Elapsed wall clock time (in seconds):1.009
1.86/1.13	o 135
1.86/1.14	c Got one! Elapsed wall clock time (in seconds):1.018
1.86/1.14	o 134
1.86/1.15	c Got one! Elapsed wall clock time (in seconds):1.027
1.86/1.15	o 133
1.86/1.16	c Got one! Elapsed wall clock time (in seconds):1.035
1.86/1.16	o 132
1.86/1.18	c Got one! Elapsed wall clock time (in seconds):1.056
1.86/1.18	o 130
1.86/1.19	c Got one! Elapsed wall clock time (in seconds):1.074
1.86/1.19	o 129
1.95/1.20	c Got one! Elapsed wall clock time (in seconds):1.082
1.95/1.20	o 127
1.95/1.21	c Got one! Elapsed wall clock time (in seconds):1.093
1.95/1.21	o 126
1.95/1.23	c Got one! Elapsed wall clock time (in seconds):1.106
1.95/1.23	o 122
1.95/1.24	c Got one! Elapsed wall clock time (in seconds):1.116
1.95/1.24	o 120
1.95/1.25	c Got one! Elapsed wall clock time (in seconds):1.133
1.95/1.25	o 119
1.95/1.26	c Got one! Elapsed wall clock time (in seconds):1.141
1.95/1.26	o 118
1.95/1.27	c Got one! Elapsed wall clock time (in seconds):1.152
1.95/1.27	o 116
1.95/1.28	c Got one! Elapsed wall clock time (in seconds):1.161
1.95/1.28	o 110
1.95/1.29	c Got one! Elapsed wall clock time (in seconds):1.173
1.95/1.29	o 109
2.05/1.31	c Got one! Elapsed wall clock time (in seconds):1.189
2.05/1.31	o 108
2.05/1.32	c Got one! Elapsed wall clock time (in seconds):1.199
2.05/1.32	o 107
2.05/1.33	c Got one! Elapsed wall clock time (in seconds):1.211
2.05/1.33	o 106
2.05/1.35	c Got one! Elapsed wall clock time (in seconds):1.232
2.05/1.35	o 105
2.05/1.36	c Got one! Elapsed wall clock time (in seconds):1.245
2.05/1.36	o 103
2.05/1.38	c Got one! Elapsed wall clock time (in seconds):1.264
2.05/1.38	o 101
2.17/1.40	c Got one! Elapsed wall clock time (in seconds):1.277
2.17/1.40	o 95
2.17/1.41	c Got one! Elapsed wall clock time (in seconds):1.29
2.17/1.41	o 94
2.17/1.42	c Got one! Elapsed wall clock time (in seconds):1.302
2.17/1.42	o 92
2.17/1.44	c Got one! Elapsed wall clock time (in seconds):1.318
2.17/1.44	o 90
2.17/1.45	c Got one! Elapsed wall clock time (in seconds):1.333
2.17/1.45	o 89
2.17/1.47	c Got one! Elapsed wall clock time (in seconds):1.353
2.17/1.47	o 87
2.17/1.49	c Got one! Elapsed wall clock time (in seconds):1.369
2.17/1.49	o 85
2.27/1.50	c Got one! Elapsed wall clock time (in seconds):1.383
2.27/1.50	o 83
2.27/1.54	c Got one! Elapsed wall clock time (in seconds):1.418
2.27/1.54	o 82
2.27/1.55	c Got one! Elapsed wall clock time (in seconds):1.434
2.27/1.55	o 80
2.27/1.57	c Got one! Elapsed wall clock time (in seconds):1.451
2.27/1.57	o 79
2.27/1.59	c Got one! Elapsed wall clock time (in seconds):1.473
2.27/1.59	o 78
2.37/1.61	c Got one! Elapsed wall clock time (in seconds):1.49
2.37/1.61	o 77
2.37/1.64	c Got one! Elapsed wall clock time (in seconds):1.515
2.37/1.64	o 76
2.37/1.70	c Got one! Elapsed wall clock time (in seconds):1.575
2.37/1.70	o 75
2.47/1.72	c Got one! Elapsed wall clock time (in seconds):1.596
2.47/1.72	o 73
2.47/1.74	c Got one! Elapsed wall clock time (in seconds):1.625
2.47/1.74	o 72
2.47/1.76	c Got one! Elapsed wall clock time (in seconds):1.642
2.47/1.76	o 61
2.47/1.79	c Got one! Elapsed wall clock time (in seconds):1.673
2.47/1.79	o 57
2.57/1.82	c Got one! Elapsed wall clock time (in seconds):1.696
2.57/1.82	o 54
2.57/1.84	c Got one! Elapsed wall clock time (in seconds):1.72
2.57/1.84	o 53
2.57/1.85	c Got one! Elapsed wall clock time (in seconds):1.734
2.57/1.85	o 52
2.57/1.87	c Got one! Elapsed wall clock time (in seconds):1.753
2.57/1.87	o 50
2.67/1.91	c Got one! Elapsed wall clock time (in seconds):1.791
2.67/1.91	o 49
2.67/1.93	c Got one! Elapsed wall clock time (in seconds):1.806
2.67/1.93	o 42
2.67/1.96	c Got one! Elapsed wall clock time (in seconds):1.84
2.67/1.96	o 41
2.67/1.98	c Got one! Elapsed wall clock time (in seconds):1.861
2.67/1.98	o 37
2.77/2.01	c Got one! Elapsed wall clock time (in seconds):1.891
2.77/2.01	o 35
2.77/2.09	c Got one! Elapsed wall clock time (in seconds):1.97
2.77/2.09	o 34
2.88/2.14	c Got one! Elapsed wall clock time (in seconds):2.016
2.88/2.14	o 33
2.88/2.15	c Got one! Elapsed wall clock time (in seconds):2.033
2.88/2.15	o 30
2.88/2.17	c Got one! Elapsed wall clock time (in seconds):2.049
2.88/2.17	o 22
2.98/2.20	c Got one! Elapsed wall clock time (in seconds):2.084
2.98/2.20	o 20
3.07/2.31	c Got one! Elapsed wall clock time (in seconds):2.189
3.07/2.31	o 19
3.07/2.38	c Got one! Elapsed wall clock time (in seconds):2.256
3.07/2.38	o 18
3.17/2.43	c Got one! Elapsed wall clock time (in seconds):2.306
3.17/2.43	o 16
3.17/2.47	c Got one! Elapsed wall clock time (in seconds):2.347
3.17/2.47	o 14
3.57/2.83	c Got one! Elapsed wall clock time (in seconds):2.712
3.57/2.83	o 13
3.57/2.88	c Got one! Elapsed wall clock time (in seconds):2.759
3.57/2.88	o 11
3.77/3.09	c Got one! Elapsed wall clock time (in seconds):2.968
3.77/3.09	o 10
3.87/3.16	c Got one! Elapsed wall clock time (in seconds):3.042
3.87/3.16	o 9
4.67/3.95	c Got one! Elapsed wall clock time (in seconds):3.826
4.67/3.95	o 7
4.79/4.02	c Got one! Elapsed wall clock time (in seconds):3.903
4.79/4.02	o 5
6.10/5.39	c Got one! Elapsed wall clock time (in seconds):5.271
6.10/5.39	o 3
37.29/36.23	c Got one! Elapsed wall clock time (in seconds):36.113
37.29/36.23	o 2
290.04/288.02	c Got one! Elapsed wall clock time (in seconds):287.903
290.04/288.02	o 1
777.05/773.96	c starts		: 433
777.05/773.96	c conflicts		: 644422
777.05/773.96	c decisions		: 666397
777.05/773.96	c propagations		: 4903321
777.05/773.96	c inspects		: 6375145698
777.05/773.96	c learnt literals	: 14
777.05/773.96	c learnt binary clauses	: 103
777.05/773.96	c learnt ternary clauses	: 475
777.05/773.96	c learnt clauses	: 644407
777.05/773.96	c ignored clauses	: 0
777.05/773.96	c root simplifications	: 0
777.05/773.96	c removed literals (reason simplification)	: 5356887
777.05/773.96	c reason swapping (by a shorter reason)	: 0
777.05/773.96	c Calls to reduceDB	: 0
777.05/773.96	c speed (assignments/second)	: 10090.50817600744
777.05/773.96	c non guided choices	2042
777.05/773.96	c learnt constraints type 
777.05/773.96	c constraints type 
777.05/773.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
777.05/773.96	s OPTIMUM FOUND
777.05/773.96	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 
777.05/773.96	c objective function=1
777.05/773.96	c Total wall clock time (in seconds): 773.837

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734896-1338753481/watcher-3734896-1338753481 -o /tmp/evaluation-result-3734896-1338753481/solver-3734896-1338753481 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734896-1338753481.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 2/194 3219
/proc/meminfo: memFree=27479944/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3219/stat : 3219 (java6) R 3217 3219 2643 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341472954 9515008 182 33554432000 1073741824 1073778376 140733475012672 140733474995400 233220947637 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3219/statm: 2323 182 140 9 0 71 0

[startup+0.070342 s]
/proc/loadavg: 1.92 2.01 1.99 2/194 3219
/proc/meminfo: memFree=27479944/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2315716 CPUtime=0.04 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 3717 0 1 0 3 1 0 0 20 0 13 0 341472954 2371293184 5436 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 578929 5436 1715 9 0 569630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2315716

[startup+0.100361 s]
/proc/loadavg: 1.92 2.01 1.99 2/194 3219
/proc/meminfo: memFree=27479944/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 4094 0 1 0 6 1 0 0 20 0 18 0 341472954 2712133632 5813 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 662142 5813 1934 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300231 s]
/proc/loadavg: 1.92 2.01 1.99 2/194 3219
/proc/meminfo: memFree=27479944/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2715132 CPUtime=0.52 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 8069 0 1 0 50 2 0 0 20 0 19 0 341472954 2780295168 9745 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 678783 9745 2219 9 0 669476 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2715132

[startup+0.700262 s]
/proc/loadavg: 1.92 2.01 1.99 2/194 3219
/proc/meminfo: memFree=27479944/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2715132 CPUtime=1.3 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 13419 0 1 0 127 3 0 0 20 0 19 0 341472954 2780295168 22111 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 678783 22111 2231 9 0 669476 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 2715132

[startup+1.50081 s]
/proc/loadavg: 1.92 2.01 1.99 3/213 3238
/proc/meminfo: memFree=27374556/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2715132 CPUtime=2.27 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 13741 0 1 0 222 5 0 0 20 0 19 0 341472954 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 678783 38530 2235 9 0 669476 0
[pid=3219/tid=3221] ppid=3217 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/3219/task/3221/stat : 3221 (java) R 3217 3219 2643 0 -1 4202560 2808 0 1 0 143 3 0 0 20 0 19 0 341472955 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140658009878960 140657847347946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3222] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3222/stat : 3222 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657994336936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3223] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3223/stat : 3223 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657993284392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3224] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3224/stat : 3224 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657992231848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3225] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3225/stat : 3225 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657991179304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3226] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3226/stat : 3226 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657990125736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3227] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3227/stat : 3227 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657989073192 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3228] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3228/stat : 3228 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657988020648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3229] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3229/stat : 3229 (java) S 3217 3219 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657986968104 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3230] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3230/stat : 3230 (java) S 3217 3219 2643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657974557288 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3231] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3231/stat : 3231 (java) S 3217 3219 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657973503608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3232] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3232/stat : 3232 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657972450952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3233] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3233/stat : 3233 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657971399696 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3234] ppid=3217 vsize=2715132 CPUtime=0.42 cores=1,3,5,7
/proc/3219/task/3234/stat : 3234 (java) S 3217 3219 2643 0 -1 4202560 6126 0 0 0 42 0 0 0 20 0 19 0 341472961 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657970346040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3235] ppid=3217 vsize=2715132 CPUtime=0.35 cores=1,3,5,7
/proc/3219/task/3235/stat : 3235 (java) S 3217 3219 2643 0 -1 4202560 3612 0 0 0 35 0 0 0 20 0 19 0 341472961 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657969293496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3236] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3236/stat : 3236 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657968241144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3237] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3237/stat : 3237 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657967188808 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3238] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3238/stat : 3238 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472969 2780295168 38530 33554432000 1073741824 1073778376 140735451858624 140657966134568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 2715132

[startup+3.1008 s]
/proc/loadavg: 1.92 2.01 1.99 3/213 3238
/proc/meminfo: memFree=27294188/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2715132 CPUtime=3.87 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 13787 0 1 0 380 7 0 0 20 0 19 0 341472954 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 678783 62082 2235 9 0 669476 0
[pid=3219/tid=3221] ppid=3217 vsize=2715132 CPUtime=3.05 cores=1,3,5,7
/proc/3219/task/3221/stat : 3221 (java) R 3217 3219 2643 0 -1 4202560 2854 0 1 0 300 5 0 0 20 0 19 0 341472955 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140658009878960 140657847432356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3222] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3222/stat : 3222 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657994336936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3223] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3223/stat : 3223 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657993284392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3224] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3224/stat : 3224 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657992231848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3225] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3225/stat : 3225 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657991179304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3226] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3226/stat : 3226 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657990125736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3227] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3227/stat : 3227 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657989073192 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3228] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3228/stat : 3228 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657988020648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3229] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3229/stat : 3229 (java) S 3217 3219 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657986968104 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3230] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3230/stat : 3230 (java) S 3217 3219 2643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657974557288 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3231] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3231/stat : 3231 (java) S 3217 3219 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657973503608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3232] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3232/stat : 3232 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657972450952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3233] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3233/stat : 3233 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657971399696 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3234] ppid=3217 vsize=2715132 CPUtime=0.42 cores=1,3,5,7
/proc/3219/task/3234/stat : 3234 (java) S 3217 3219 2643 0 -1 4202560 6126 0 0 0 42 0 0 0 20 0 19 0 341472961 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657970346040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3235] ppid=3217 vsize=2715132 CPUtime=0.35 cores=1,3,5,7
/proc/3219/task/3235/stat : 3235 (java) S 3217 3219 2643 0 -1 4202560 3612 0 0 0 35 0 0 0 20 0 19 0 341472961 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657969293496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3236] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3236/stat : 3236 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657968241144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3237] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3237/stat : 3237 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657967188808 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3238] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3238/stat : 3238 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472969 2780295168 62082 33554432000 1073741824 1073778376 140735451858624 140657966134568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 2715132

[startup+6.30085 s]
/proc/loadavg: 1.93 2.01 1.99 3/213 3238
/proc/meminfo: memFree=27141332/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2715132 CPUtime=7.09 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 13852 0 1 0 699 10 0 0 20 0 19 0 341472954 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 678783 93485 2237 9 0 669476 0
[pid=3219/tid=3221] ppid=3217 vsize=2715132 CPUtime=6.24 cores=1,3,5,7
/proc/3219/task/3221/stat : 3221 (java) R 3217 3219 2643 0 -1 4202560 2917 0 1 0 616 8 0 0 20 0 19 0 341472955 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140658009886856 140657847432356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3222] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3222/stat : 3222 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657994336936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3223] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3223/stat : 3223 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657993284392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3224] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3224/stat : 3224 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657992231848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3225] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3225/stat : 3225 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657991179304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3226] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3226/stat : 3226 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657990125736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3227] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3227/stat : 3227 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657989073192 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3228] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3228/stat : 3228 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657988020648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3229] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3229/stat : 3229 (java) S 3217 3219 2643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341472957 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657986968104 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3230] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3230/stat : 3230 (java) S 3217 3219 2643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657974557288 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3231] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3231/stat : 3231 (java) S 3217 3219 2643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657973503608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3232] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3232/stat : 3232 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657972450952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3233] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3233/stat : 3233 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657971399696 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3234] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3234/stat : 3234 (java) S 3217 3219 2643 0 -1 4202560 6127 0 0 0 43 0 0 0 20 0 19 0 341472961 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657970346040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3235] ppid=3217 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/3219/task/3235/stat : 3235 (java) S 3217 3219 2643 0 -1 4202560 3612 0 0 0 36 0 0 0 20 0 19 0 341472961 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657969293496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3236] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3236/stat : 3236 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657968241144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3237] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3237/stat : 3237 (java) S 3217 3219 2643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657967188808 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3238] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3238/stat : 3238 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472969 2780295168 93485 33554432000 1073741824 1073778376 140735451858624 140657966134568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

/proc/3219/task/3229/stat : 3229 (java) S 3217 3219 2643 0 -1 4202560 90 0 0 0 22 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657986968104 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3230] ppid=3217 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/3219/task/3230/stat : 3230 (java) S 3217 3219 2643 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657974557288 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3231] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3231/stat : 3231 (java) S 3217 3219 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657973503608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3232] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3232/stat : 3232 (java) S 3217 3219 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657972450952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3233] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3233/stat : 3233 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657971399696 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3234] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3234/stat : 3234 (java) S 3217 3219 2643 0 -1 4202560 6128 0 0 0 43 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657970346040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3235] ppid=3217 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/3219/task/3235/stat : 3235 (java) S 3217 3219 2643 0 -1 4202560 4211 0 0 0 56 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657969293496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3236] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3236/stat : 3236 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657968241144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3237] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3237/stat : 3237 (java) S 3217 3219 2643 0 -1 4202560 46 0 0 0 23 20 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657967188808 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3238] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3238/stat : 3238 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472969 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657966134568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 774.25
Current children cumulated vsize (KiB) 2715132

[startup+772.701 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 3330
/proc/meminfo: memFree=27607828/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2715132 CPUtime=775.85 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 15196 0 1 0 77516 69 0 0 20 0 19 0 341472954 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 678783 140912 2250 9 0 669476 0
[pid=3219/tid=3221] ppid=3217 vsize=2715132 CPUtime=770.15 cores=1,3,5,7
/proc/3219/task/3221/stat : 3221 (java) R 3217 3219 2643 0 -1 4202560 2941 0 1 0 76996 19 0 0 20 0 19 0 341472955 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140658009887656 140657847751744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3222] ppid=3217 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/3219/task/3222/stat : 3222 (java) S 3217 3219 2643 0 -1 4202560 46 0 0 0 19 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657994336936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3223] ppid=3217 vsize=2715132 CPUtime=0.19 cores=1,3,5,7
/proc/3219/task/3223/stat : 3223 (java) S 3217 3219 2643 0 -1 4202560 130 0 0 0 17 2 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657993284392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3224] ppid=3217 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/3219/task/3224/stat : 3224 (java) S 3217 3219 2643 0 -1 4202560 92 0 0 0 25 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657992231848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3225] ppid=3217 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/3219/task/3225/stat : 3225 (java) S 3217 3219 2643 0 -1 4202560 61 0 0 0 24 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657991179304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3226] ppid=3217 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/3219/task/3226/stat : 3226 (java) S 3217 3219 2643 0 -1 4202560 87 0 0 0 20 4 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657990125736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3227] ppid=3217 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/3219/task/3227/stat : 3227 (java) S 3217 3219 2643 0 -1 4202560 101 0 0 0 15 2 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657989073192 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3228] ppid=3217 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/3219/task/3228/stat : 3228 (java) S 3217 3219 2643 0 -1 4202560 55 0 0 0 22 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657988020648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3229] ppid=3217 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/3219/task/3229/stat : 3229 (java) S 3217 3219 2643 0 -1 4202560 90 0 0 0 22 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657986968104 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3230] ppid=3217 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/3219/task/3230/stat : 3230 (java) S 3217 3219 2643 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657974557288 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3231] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3231/stat : 3231 (java) S 3217 3219 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657973503608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3232] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3232/stat : 3232 (java) S 3217 3219 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657972450952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3233] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3233/stat : 3233 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657971399696 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3234] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3234/stat : 3234 (java) S 3217 3219 2643 0 -1 4202560 6128 0 0 0 43 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657970346040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3235] ppid=3217 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/3219/task/3235/stat : 3235 (java) S 3217 3219 2643 0 -1 4202560 4211 0 0 0 56 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657969293496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3236] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3236/stat : 3236 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657968241144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3237] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3237/stat : 3237 (java) S 3217 3219 2643 0 -1 4202560 46 0 0 0 23 20 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657967188808 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3238] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3238/stat : 3238 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472969 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657966134568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 775.85
Current children cumulated vsize (KiB) 2715132

[startup+773.501 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 3330
/proc/meminfo: memFree=27607828/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2715132 CPUtime=776.65 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 15196 0 1 0 77596 69 0 0 20 0 19 0 341472954 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 678783 140912 2250 9 0 669476 0
[pid=3219/tid=3221] ppid=3217 vsize=2715132 CPUtime=770.95 cores=1,3,5,7
/proc/3219/task/3221/stat : 3221 (java) R 3217 3219 2643 0 -1 4202560 2941 0 1 0 77076 19 0 0 20 0 19 0 341472955 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140658009887656 140657847751712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3222] ppid=3217 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/3219/task/3222/stat : 3222 (java) S 3217 3219 2643 0 -1 4202560 46 0 0 0 19 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657994336936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3223] ppid=3217 vsize=2715132 CPUtime=0.19 cores=1,3,5,7
/proc/3219/task/3223/stat : 3223 (java) S 3217 3219 2643 0 -1 4202560 130 0 0 0 17 2 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657993284392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3224] ppid=3217 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/3219/task/3224/stat : 3224 (java) S 3217 3219 2643 0 -1 4202560 92 0 0 0 25 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657992231848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3225] ppid=3217 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/3219/task/3225/stat : 3225 (java) S 3217 3219 2643 0 -1 4202560 61 0 0 0 24 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657991179304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3226] ppid=3217 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/3219/task/3226/stat : 3226 (java) S 3217 3219 2643 0 -1 4202560 87 0 0 0 20 4 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657990125736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3227] ppid=3217 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/3219/task/3227/stat : 3227 (java) S 3217 3219 2643 0 -1 4202560 101 0 0 0 15 2 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657989073192 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3228] ppid=3217 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/3219/task/3228/stat : 3228 (java) S 3217 3219 2643 0 -1 4202560 55 0 0 0 22 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657988020648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3229] ppid=3217 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/3219/task/3229/stat : 3229 (java) S 3217 3219 2643 0 -1 4202560 90 0 0 0 22 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657986968104 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3230] ppid=3217 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/3219/task/3230/stat : 3230 (java) S 3217 3219 2643 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657974557288 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3231] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3231/stat : 3231 (java) S 3217 3219 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657973503608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3232] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3232/stat : 3232 (java) S 3217 3219 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657972450952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3233] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3233/stat : 3233 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657971399696 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3234] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3234/stat : 3234 (java) S 3217 3219 2643 0 -1 4202560 6128 0 0 0 43 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657970346040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3235] ppid=3217 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/3219/task/3235/stat : 3235 (java) S 3217 3219 2643 0 -1 4202560 4211 0 0 0 56 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657969293496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3236] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3236/stat : 3236 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657968241144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3237] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3237/stat : 3237 (java) S 3217 3219 2643 0 -1 4202560 46 0 0 0 23 20 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657967188808 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3238] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3238/stat : 3238 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472969 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657966134568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 776.65
Current children cumulated vsize (KiB) 2715132

[startup+773.901 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 3330
/proc/meminfo: memFree=27607828/32873844 swapFree=7120/7120
[pid=3219] ppid=3217 vsize=2715132 CPUtime=777.05 cores=1,3,5,7
/proc/3219/stat : 3219 (java) S 3217 3219 2643 0 -1 4202496 15197 0 1 0 77636 69 0 0 20 0 19 0 341472954 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140735451849760 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3219/statm: 678783 140912 2250 9 0 669476 0
[pid=3219/tid=3221] ppid=3217 vsize=2715132 CPUtime=771.35 cores=1,3,5,7
/proc/3219/task/3221/stat : 3221 (java) R 3217 3219 2643 0 -1 4202560 2941 0 1 0 77116 19 0 0 20 0 19 0 341472955 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140658009887656 140657847751727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3222] ppid=3217 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/3219/task/3222/stat : 3222 (java) S 3217 3219 2643 0 -1 4202560 46 0 0 0 19 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657994336936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3223] ppid=3217 vsize=2715132 CPUtime=0.19 cores=1,3,5,7
/proc/3219/task/3223/stat : 3223 (java) S 3217 3219 2643 0 -1 4202560 130 0 0 0 17 2 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657993284392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3224] ppid=3217 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/3219/task/3224/stat : 3224 (java) S 3217 3219 2643 0 -1 4202560 92 0 0 0 25 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657992231848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3225] ppid=3217 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/3219/task/3225/stat : 3225 (java) S 3217 3219 2643 0 -1 4202560 61 0 0 0 24 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657991179304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3226] ppid=3217 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/3219/task/3226/stat : 3226 (java) S 3217 3219 2643 0 -1 4202560 87 0 0 0 20 4 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657990125736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3227] ppid=3217 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/3219/task/3227/stat : 3227 (java) S 3217 3219 2643 0 -1 4202560 101 0 0 0 15 2 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657989073192 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3228] ppid=3217 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/3219/task/3228/stat : 3228 (java) S 3217 3219 2643 0 -1 4202560 55 0 0 0 22 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657988020648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3219/tid=3229] ppid=3217 vsize=2715132 CPUtime=0.25 cores=1,3,5,7
/proc/3219/task/3229/stat : 3229 (java) S 3217 3219 2643 0 -1 4202560 90 0 0 0 22 3 0 0 20 0 19 0 341472957 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657986968104 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3230] ppid=3217 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/3219/task/3230/stat : 3230 (java) S 3217 3219 2643 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657974557288 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3231] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3231/stat : 3231 (java) S 3217 3219 2643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657973503608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3232] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3232/stat : 3232 (java) S 3217 3219 2643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341472958 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657972450952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3233] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3233/stat : 3233 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657971399696 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3234] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3234/stat : 3234 (java) S 3217 3219 2643 0 -1 4202560 6128 0 0 0 43 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657970346040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3219/tid=3235] ppid=3217 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/3219/task/3235/stat : 3235 (java) S 3217 3219 2643 0 -1 4202560 4212 0 0 0 56 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657969293496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3236] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3236/stat : 3236 (java) S 3217 3219 2643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657968241144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3219/tid=3237] ppid=3217 vsize=2715132 CPUtime=0.43 cores=1,3,5,7
/proc/3219/task/3237/stat : 3237 (java) S 3217 3219 2643 0 -1 4202560 46 0 0 0 23 20 0 0 20 0 19 0 341472961 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657967188808 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3219/tid=3238] ppid=3217 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/3219/task/3238/stat : 3238 (java) S 3217 3219 2643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341472969 2780295168 140912 33554432000 1073741824 1073778376 140735451858624 140657966134568 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 777.05
Current children cumulated vsize (KiB) 2715132

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3219 and gives
#  childrusage.ru_utime.tv_sec=774
#  childrusage.ru_utime.tv_usec=214301
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=750885
# CPU time returned by wait4() is 774.965
# while last known CPU time is 777.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 773.967
CPU time (s): 777.05
CPU user time (s): 776.36
CPU system time (s): 0.69
CPU usage (%): 100.398
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 774.214
system time used= 0.750885
maximum resident set size= 564640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15216
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16858
involuntary context switches= 2080

runsolver used 3.50447 second user time and 8.35573 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-03 21:58:01
IDJOB=3734896
IDBENCH=2916
IDSOLVER=2322
FILE ID=node142/3734896-1338753481
RUNJOBID= node142-1338746443-2660
PBS_JOBID= 14636775
Free space on /tmp= 71192 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_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-3734896-1338753481/watcher-3734896-1338753481 -o /tmp/evaluation-result-3734896-1338753481/solver-3734896-1338753481 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734896-1338753481.opb

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=1900256119

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27480588 kB
Buffers:          371556 kB
Cached:          2827868 kB
SwapCached:            0 kB
Active:          2623624 kB
Inactive:        1932408 kB
Active(anon):    1348072 kB
Inactive(anon):    11220 kB
Active(file):    1275552 kB
Inactive(file):  1921188 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:                56 kB
Writeback:             0 kB
AnonPages:       1378220 kB
Mapped:            18504 kB
Shmem:               200 kB
Slab:             681604 kB
SReclaimable:     123260 kB
SUnreclaim:       558344 kB
KernelStack:        1600 kB
PageTables:         6868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1347584 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= 71192 MiB
End job on node142 at 2012-06-03 22:10:55