Trace number 3710827

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
SAT4J PB specific settings 2.3.2 snapshotSAT1 48.9196 47.5845

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
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 benchmark22.1726
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 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.11	c version 2.3.2.v20120418
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c read org.sat4j.minisat.orders.VarOrderHeap
0.06/0.14	c configuring ORDERS
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.06/0.15	c Expensive reason simplification
0.06/0.15	c Armin Biere (Picosat) restarts strategy
0.06/0.15	c Glucose learned constraints deletion strategy
0.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=true
0.06/0.15	c Heuristics kept accross calls (keep the solver "hot")
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c solving HOME/instance-3710827-1338155088.opb
0.06/0.15	c reading problem ... 
0.06/0.17	c ... done. Wall clock time 0.025s.
0.06/0.17	c declared #vars     94
0.06/0.17	c #constraints  8
0.06/0.17	c constraints type 
0.06/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.06/0.17	c 8 constraints processed.
0.06/0.18	c SATISFIABLE
0.06/0.18	c OPTIMIZING...
0.06/0.18	c Got one! Elapsed wall clock time (in seconds):0.03
0.06/0.18	o 849
0.06/0.19	c Got one! Elapsed wall clock time (in seconds):0.041
0.06/0.19	o 848
0.06/0.19	c Got one! Elapsed wall clock time (in seconds):0.044
0.06/0.19	o 834
0.06/0.19	c Got one! Elapsed wall clock time (in seconds):0.046
0.06/0.19	o 828
0.20/0.20	c Got one! Elapsed wall clock time (in seconds):0.049
0.20/0.20	o 826
0.20/0.20	c Got one! Elapsed wall clock time (in seconds):0.051
0.20/0.20	o 822
0.20/0.20	c Got one! Elapsed wall clock time (in seconds):0.054
0.20/0.20	o 810
0.20/0.21	c Got one! Elapsed wall clock time (in seconds):0.059
0.20/0.21	o 808
0.20/0.21	c Got one! Elapsed wall clock time (in seconds):0.061
0.20/0.21	o 716
0.20/0.21	c Got one! Elapsed wall clock time (in seconds):0.063
0.20/0.21	o 710
0.20/0.21	c Got one! Elapsed wall clock time (in seconds):0.066
0.20/0.21	o 704
0.20/0.22	c Got one! Elapsed wall clock time (in seconds):0.069
0.20/0.22	o 700
0.20/0.22	c Got one! Elapsed wall clock time (in seconds):0.071
0.20/0.22	o 698
0.20/0.22	c Got one! Elapsed wall clock time (in seconds):0.074
0.20/0.22	o 696
0.20/0.22	c Got one! Elapsed wall clock time (in seconds):0.077
0.20/0.22	o 694
0.20/0.23	c Got one! Elapsed wall clock time (in seconds):0.08
0.20/0.23	o 692
0.20/0.23	c Got one! Elapsed wall clock time (in seconds):0.083
0.20/0.23	o 690
0.20/0.23	c Got one! Elapsed wall clock time (in seconds):0.085
0.20/0.23	o 686
0.20/0.23	c Got one! Elapsed wall clock time (in seconds):0.087
0.20/0.23	o 682
0.20/0.24	c Got one! Elapsed wall clock time (in seconds):0.09
0.20/0.24	o 674
0.20/0.25	c Got one! Elapsed wall clock time (in seconds):0.1
0.20/0.25	o 667
0.20/0.25	c Got one! Elapsed wall clock time (in seconds):0.103
0.20/0.25	o 665
0.20/0.25	c Got one! Elapsed wall clock time (in seconds):0.105
0.20/0.25	o 557
0.20/0.26	c Got one! Elapsed wall clock time (in seconds):0.107
0.20/0.26	o 555
0.20/0.26	c Got one! Elapsed wall clock time (in seconds):0.112
0.20/0.26	o 553
0.20/0.26	c Got one! Elapsed wall clock time (in seconds):0.116
0.20/0.26	o 549
0.20/0.27	c Got one! Elapsed wall clock time (in seconds):0.119
0.20/0.27	o 547
0.20/0.27	c Got one! Elapsed wall clock time (in seconds):0.122
0.20/0.27	o 545
0.20/0.27	c Got one! Elapsed wall clock time (in seconds):0.125
0.20/0.27	o 543
0.20/0.28	c Got one! Elapsed wall clock time (in seconds):0.128
0.20/0.28	o 541
0.20/0.28	c Got one! Elapsed wall clock time (in seconds):0.136
0.20/0.28	o 539
0.20/0.29	c Got one! Elapsed wall clock time (in seconds):0.138
0.20/0.29	o 531
0.20/0.29	c Got one! Elapsed wall clock time (in seconds):0.14
0.20/0.29	o 529
0.20/0.29	c Got one! Elapsed wall clock time (in seconds):0.145
0.20/0.29	o 525
0.45/0.31	c Got one! Elapsed wall clock time (in seconds):0.157
0.45/0.31	o 523
0.45/0.31	c Got one! Elapsed wall clock time (in seconds):0.161
0.45/0.31	o 522
0.45/0.31	c Got one! Elapsed wall clock time (in seconds):0.163
0.45/0.31	o 521
0.45/0.31	c Got one! Elapsed wall clock time (in seconds):0.164
0.45/0.31	o 520
0.45/0.31	c Got one! Elapsed wall clock time (in seconds):0.166
0.45/0.31	o 519
0.45/0.32	c Got one! Elapsed wall clock time (in seconds):0.168
0.45/0.32	o 503
0.45/0.32	c Got one! Elapsed wall clock time (in seconds):0.169
0.45/0.32	o 470
0.45/0.32	c Got one! Elapsed wall clock time (in seconds):0.171
0.45/0.32	o 457
0.45/0.32	c Got one! Elapsed wall clock time (in seconds):0.173
0.45/0.32	o 455
0.45/0.32	c Got one! Elapsed wall clock time (in seconds):0.175
0.45/0.32	o 367
0.45/0.32	c Got one! Elapsed wall clock time (in seconds):0.176
0.45/0.32	o 345
0.45/0.33	c Got one! Elapsed wall clock time (in seconds):0.179
0.45/0.33	o 343
0.45/0.33	c Got one! Elapsed wall clock time (in seconds):0.18
0.45/0.33	o 341
0.45/0.33	c Got one! Elapsed wall clock time (in seconds):0.182
0.45/0.33	o 339
0.45/0.33	c Got one! Elapsed wall clock time (in seconds):0.184
0.45/0.33	o 335
0.45/0.33	c Got one! Elapsed wall clock time (in seconds):0.185
0.45/0.33	o 333
0.45/0.33	c Got one! Elapsed wall clock time (in seconds):0.186
0.45/0.33	o 331
0.45/0.34	c Got one! Elapsed wall clock time (in seconds):0.188
0.45/0.34	o 329
0.45/0.34	c Got one! Elapsed wall clock time (in seconds):0.191
0.45/0.34	o 327
0.45/0.34	c Got one! Elapsed wall clock time (in seconds):0.192
0.45/0.34	o 325
0.45/0.34	c Got one! Elapsed wall clock time (in seconds):0.193
0.45/0.34	o 323
0.45/0.34	c Got one! Elapsed wall clock time (in seconds):0.195
0.45/0.34	o 321
0.45/0.34	c Got one! Elapsed wall clock time (in seconds):0.196
0.45/0.34	o 319
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.198
0.45/0.35	o 317
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.2
0.45/0.35	o 315
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.201
0.45/0.35	o 310
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.202
0.45/0.35	o 309
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.204
0.45/0.35	o 307
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.204
0.45/0.35	o 297
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.206
0.45/0.35	o 295
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.207
0.45/0.35	o 289
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.208
0.45/0.36	o 283
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.21
0.45/0.36	o 281
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.211
0.45/0.36	o 279
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.213
0.45/0.36	o 277
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.215
0.45/0.36	o 275
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.216
0.45/0.36	o 259
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.217
0.45/0.36	o 257
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.218
0.45/0.37	o 255
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.219
0.45/0.37	o 253
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.22
0.45/0.37	o 201
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.222
0.45/0.37	o 199
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.223
0.45/0.37	o 185
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.224
0.45/0.37	o 183
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.225
0.45/0.37	o 179
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.226
0.45/0.37	o 177
0.45/0.38	c Got one! Elapsed wall clock time (in seconds):0.228
0.45/0.38	o 173
0.45/0.38	c Got one! Elapsed wall clock time (in seconds):0.23
0.45/0.38	o 169
0.45/0.38	c Got one! Elapsed wall clock time (in seconds):0.231
0.45/0.38	o 167
0.45/0.38	c Got one! Elapsed wall clock time (in seconds):0.233
0.45/0.38	o 165
0.45/0.38	c Got one! Elapsed wall clock time (in seconds):0.234
0.45/0.38	o 163
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.238
0.45/0.39	o 157
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.239
0.45/0.39	o 137
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.24
0.45/0.39	o 129
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.242
0.45/0.39	o 127
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.244
0.45/0.39	o 125
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.245
0.45/0.39	o 123
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.246
0.45/0.39	o 121
0.75/0.40	c Got one! Elapsed wall clock time (in seconds):0.248
0.75/0.40	o 120
0.75/0.40	c Got one! Elapsed wall clock time (in seconds):0.25
0.75/0.40	o 118
0.75/0.40	c Got one! Elapsed wall clock time (in seconds):0.251
0.75/0.40	o 108
0.75/0.40	c Got one! Elapsed wall clock time (in seconds):0.252
0.75/0.40	o 106
0.75/0.40	c Got one! Elapsed wall clock time (in seconds):0.253
0.75/0.40	o 104
0.75/0.40	c Got one! Elapsed wall clock time (in seconds):0.255
0.75/0.40	o 102
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.261
0.75/0.41	o 101
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.261
0.75/0.41	o 99
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.262
0.75/0.41	o 97
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.264
0.75/0.41	o 95
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.264
0.75/0.41	o 91
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.266
0.75/0.41	o 89
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.267
0.75/0.41	o 87
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.268
0.75/0.42	o 69
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.269
0.75/0.42	o 67
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.27
0.75/0.42	o 65
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.271
0.75/0.42	o 63
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.272
0.75/0.42	o 61
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.272
0.75/0.42	o 57
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.274
0.75/0.42	o 55
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.275
0.75/0.42	o 52
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.277
0.75/0.42	o 50
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.277
0.75/0.42	o 48
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.278
0.75/0.43	o 46
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.279
0.75/0.43	o 44
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.28
0.75/0.43	o 42
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.281
0.75/0.43	o 40
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.282
0.75/0.43	o 38
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.283
0.75/0.43	o 36
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.288
0.75/0.44	o 35
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.306
0.75/0.45	o 34
0.75/0.47	c Got one! Elapsed wall clock time (in seconds):0.323
0.75/0.47	o 33
0.75/0.47	c Got one! Elapsed wall clock time (in seconds):0.324
0.75/0.47	o 31
0.75/0.47	c Got one! Elapsed wall clock time (in seconds):0.325
0.75/0.47	o 29
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.329
0.75/0.48	o 27
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.33
0.75/0.48	o 23
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.33
0.75/0.48	o 21
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.362
1.05/0.51	o 20
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.366
1.05/0.51	o 18
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.385
1.05/0.53	o 16
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.386
1.05/0.53	o 14
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.395
1.05/0.54	o 13
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.395
1.05/0.54	o 11
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.396
1.05/0.54	o 9
1.28/0.73	c Got one! Elapsed wall clock time (in seconds):0.578
1.28/0.73	o 8
1.28/0.73	c Got one! Elapsed wall clock time (in seconds):0.58
1.28/0.73	o 6
1.42/0.80	c cleaning 4137 clauses out of 8279 with flag 1001/10368
1.42/0.84	c Got one! Elapsed wall clock time (in seconds):0.692
1.42/0.84	o 5
1.42/0.87	c Got one! Elapsed wall clock time (in seconds):0.722
1.42/0.87	o 3
1.74/1.13	c cleaning 5458 clauses out of 10915 with flag 5000/17166
2.05/1.41	c cleaning 5728 clauses out of 11458 with flag 11001/23167
2.38/1.73	c cleaning 6364 clauses out of 12730 with flag 18001/30167
2.80/2.12	c cleaning 7183 clauses out of 14365 with flag 26000/38166
3.20/2.52	c cleaning 8092 clauses out of 16184 with flag 35002/47168
3.70/3.05	c cleaning 9044 clauses out of 18090 with flag 45000/57166
3.91/3.25	c Got one! Elapsed wall clock time (in seconds):3.105
3.91/3.25	o 2
4.01/3.33	c cleaning 7490 clauses out of 14986 with flag 1000/63108
4.20/3.56	c cleaning 6749 clauses out of 13499 with flag 7003/69111
4.51/3.87	c cleaning 6870 clauses out of 13749 with flag 14002/76110
4.91/4.22	c cleaning 7438 clauses out of 14879 with flag 22002/84110
5.31/4.63	c cleaning 8221 clauses out of 16442 with flag 31003/93111
5.81/5.11	c cleaning 9109 clauses out of 18219 with flag 41001/103109
6.02/5.38	c Got one! Elapsed wall clock time (in seconds):5.229
6.02/5.38	o 1
6.42/5.74	c cleaning 10580 clauses out of 21160 with flag 5000/115159
6.72/6.03	c cleaning 8289 clauses out of 16581 with flag 11001/121160
7.03/6.31	c cleaning 7641 clauses out of 15292 with flag 18001/128160
7.35/6.64	c cleaning 7827 clauses out of 15653 with flag 26003/136162
7.65/7.00	c cleaning 8410 clauses out of 16824 with flag 35001/145160
8.06/7.38	c cleaning 9201 clauses out of 18413 with flag 45000/155159
8.68/7.93	c cleaning 10105 clauses out of 20213 with flag 56001/166160
9.49/8.71	c cleaning 11053 clauses out of 22108 with flag 68001/178160
10.28/9.56	c cleaning 12024 clauses out of 24054 with flag 81000/191159
11.19/10.48	c cleaning 13012 clauses out of 26030 with flag 95000/205159
12.19/11.45	c cleaning 14005 clauses out of 28018 with flag 110000/220159
13.10/12.38	c cleaning 15007 clauses out of 30015 with flag 126002/236161
14.20/13.43	c cleaning 16000 clauses out of 32007 with flag 143001/253160
15.60/14.84	c cleaning 16998 clauses out of 34009 with flag 161003/271162
17.01/16.28	c cleaning 18002 clauses out of 36008 with flag 180000/290159
18.62/17.89	c cleaning 19003 clauses out of 38009 with flag 200003/310162
20.42/19.68	c cleaning 19999 clauses out of 40004 with flag 221001/331160
22.75/21.93	c cleaning 21000 clauses out of 42004 with flag 243000/353159
25.14/24.33	c cleaning 22002 clauses out of 44004 with flag 266000/376159
27.65/26.86	c cleaning 23000 clauses out of 46002 with flag 290000/400159
29.97/29.17	c cleaning 24002 clauses out of 48004 with flag 315002/425161
32.48/31.63	c cleaning 24997 clauses out of 50000 with flag 341000/451159
35.38/34.55	c cleaning 25995 clauses out of 52003 with flag 368000/478159
38.40/37.52	c cleaning 27003 clauses out of 54008 with flag 396000/506159
42.27/41.07	c cleaning 28002 clauses out of 56007 with flag 425002/535161
45.81/44.54	c cleaning 29002 clauses out of 58003 with flag 455000/565159
48.25/46.97	c cleaning 11170 clauses out of 22339 with flag 486000/596159
48.88/47.56	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 98
48.88/47.56		at org.sat4j.core.Vec.remove(Unknown Source)
48.88/47.56		at org.sat4j.pb.constraints.pb.MaxWatchPbLong.remove(Unknown Source)
48.88/47.56		at org.sat4j.minisat.core.Solver.removeConstr(Unknown Source)
48.88/47.56		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
48.88/47.56		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
48.88/47.56		at org.sat4j.sat.Lanceur.solve(Unknown Source)
48.88/47.56		at org.sat4j.sat.Lanceur.run(Unknown Source)
48.88/47.56		at org.sat4j.sat.Lanceur.main(Unknown Source)
48.88/47.56	c starts		: 295
48.88/47.56	c conflicts		: 609331
48.88/47.56	c decisions		: 621413
48.88/47.56	c propagations		: 4284226
48.88/47.56	c inspects		: 700213720
48.88/47.56	c shortcuts		: 0
48.88/47.56	c learnt literals	: 16
48.88/47.57	c learnt binary clauses	: 91
48.88/47.57	c learnt ternary clauses	: 374
48.88/47.57	c learnt constraints	: 609314
48.88/47.57	c ignored constraints	: 0
48.88/47.57	c root simplifications	: 310
48.88/47.57	c removed literals (reason simplification)	: 4280957
48.88/47.57	c reason swapping (by a shorter reason)	: 0
48.88/47.57	c Calls to reduceDB	: 40
48.88/47.57	c number of reductions to clauses (during analyze)	: 0
48.88/47.57	c number of learned constraints concerned by reduction	: 0
48.88/47.57	c number of learning phase by resolution	: 0
48.88/47.57	c number of learning phase by cutting planes	: 0
48.88/47.57	c speed (assignments/second)	: 90405.49494608452
48.88/47.57	c non guided choices	72
48.88/47.57	c learnt constraints type 
48.88/47.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 421
48.88/47.57	c constraints type 
48.88/47.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
48.88/47.57	c 9 constraints processed.
48.88/47.57	s SATISFIABLE
48.88/47.57	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 
48.88/47.57	c objective function=1
48.88/47.57	c Total wall clock time (in seconds): 47.418

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-3710827-1338155088/watcher-3710827-1338155088 -o /tmp/evaluation-result-3710827-1338155088/solver-3710827-1338155088 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710827-1338155088.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.00 2.00 2.00 3/194 26688
/proc/meminfo: memFree=30961608/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/26688/stat : 26688 (java) D 26686 26688 22966 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 281637278 278528 33 33554432000 1073741824 1073778376 140735809101904 140735809099080 270109076775 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 68 33 25 9 0 25 0

[startup+0.0861161 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 26688
/proc/meminfo: memFree=30961608/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 3249 0 1 0 4 0 0 0 20 0 18 0 281637278 9787842560 3946 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2389610 3946 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100252 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 26688
/proc/meminfo: memFree=30961608/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 3423 0 1 0 6 0 0 0 20 0 18 0 281637278 9787842560 4120 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2389610 4120 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.300216 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 26688
/proc/meminfo: memFree=30961608/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 7001 0 1 0 44 1 0 0 20 0 19 0 281637278 9856004096 7936 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2406251 7936 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625004

[startup+0.700198 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 26688
/proc/meminfo: memFree=30961608/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 11582 0 1 0 126 2 0 0 20 0 19 0 281637278 9856004096 10599 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2406251 10599 2232 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.16 2.03 2.01 3/213 26707
/proc/meminfo: memFree=30919268/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9625004 CPUtime=2.18 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 11681 0 1 0 215 3 0 0 20 0 19 0 281637278 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2406251 13760 2278 9 0 2396937 0
[pid=26688/tid=26690] ppid=26686 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/26688/task/26690/stat : 26690 (java) R 26686 26688 22966 0 -1 4202560 2556 0 1 0 141 0 0 0 20 0 19 0 281637280 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643205763496 140643077947411 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26691] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26691/stat : 26691 (java) S 26686 26688 22966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643049794600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26692] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26692/stat : 26692 (java) S 26686 26688 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643048741800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26693] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26693/stat : 26693 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643047689000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26694] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26694/stat : 26694 (java) S 26686 26688 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643046636200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26695] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26695/stat : 26695 (java) S 26686 26688 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643045583400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26696] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26696/stat : 26696 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643044530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26697] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26697/stat : 26697 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643043477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26698] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26698/stat : 26698 (java) S 26686 26688 22966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643042425000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26699] ppid=26686 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26688/task/26699/stat : 26699 (java) S 26686 26688 22966 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 281637282 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643030014952 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26700] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26700/stat : 26700 (java) S 26686 26688 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643028961016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26701] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26701/stat : 26701 (java) S 26686 26688 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643027908104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26702] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26702/stat : 26702 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643026856592 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26703] ppid=26686 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/26688/task/26703/stat : 26703 (java) S 26686 26688 22966 0 -1 4202560 3496 0 0 0 30 1 0 0 20 0 19 0 281637286 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643025803704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26704] ppid=26686 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/26688/task/26704/stat : 26704 (java) S 26686 26688 22966 0 -1 4202560 4376 0 0 0 36 0 0 0 20 0 19 0 281637286 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643024750904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26705] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26705/stat : 26705 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643023698296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26706] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26706/stat : 26706 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643022645704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26707] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26707/stat : 26707 (java) S 26686 26688 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637296 9856004096 13760 33554432000 1073741824 1073778376 140733971537552 140643021592232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625004

[startup+3.1006 s]
/proc/loadavg: 2.16 2.03 2.01 3/213 26707
/proc/meminfo: memFree=30914552/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9625004 CPUtime=3.8 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 11705 0 1 0 377 3 0 0 20 0 19 0 281637278 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2406251 13780 2278 9 0 2396937 0
[pid=26688/tid=26690] ppid=26686 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/26688/task/26690/stat : 26690 (java) R 26686 26688 22966 0 -1 4202560 2560 0 1 0 296 0 0 0 20 0 19 0 281637280 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643205763376 140643077982210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26691] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26691/stat : 26691 (java) S 26686 26688 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643049794600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26692] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26692/stat : 26692 (java) S 26686 26688 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643048741800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26693] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26693/stat : 26693 (java) S 26686 26688 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643047689000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26694] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26694/stat : 26694 (java) S 26686 26688 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643046636200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26695] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26695/stat : 26695 (java) S 26686 26688 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643045583400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26696] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26696/stat : 26696 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643044530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26697] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26697/stat : 26697 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643043477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26698] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26698/stat : 26698 (java) S 26686 26688 22966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643042425000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26699] ppid=26686 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/26688/task/26699/stat : 26699 (java) S 26686 26688 22966 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 281637282 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643030014952 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26700] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26700/stat : 26700 (java) S 26686 26688 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643028961016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26701] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26701/stat : 26701 (java) S 26686 26688 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643027908104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26702] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26702/stat : 26702 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643026856592 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26703] ppid=26686 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/26688/task/26703/stat : 26703 (java) S 26686 26688 22966 0 -1 4202560 3496 0 0 0 30 1 0 0 20 0 19 0 281637286 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643025803704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26704] ppid=26686 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/26688/task/26704/stat : 26704 (java) S 26686 26688 22966 0 -1 4202560 4379 0 0 0 37 0 0 0 20 0 19 0 281637286 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643024750904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26705] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26705/stat : 26705 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643023698296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26706] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26706/stat : 26706 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643022645704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26707] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26707/stat : 26707 (java) S 26686 26688 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637296 9856004096 13780 33554432000 1073741824 1073778376 140733971537552 140643021592232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 26766
/proc/meminfo: memFree=31261756/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9625004 CPUtime=7.03 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 11729 0 1 0 700 3 0 0 20 0 19 0 281637278 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2406251 13575 2278 9 0 2396937 0
[pid=26688/tid=26690] ppid=26686 vsize=9625004 CPUtime=6.06 cores=0,2,4,6
/proc/26688/task/26690/stat : 26690 (java) R 26686 26688 22966 0 -1 4202560 2569 0 1 0 605 1 0 0 20 0 19 0 281637280 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643205763376 140643077806018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26691] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26691/stat : 26691 (java) S 26686 26688 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643049794600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26692] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26692/stat : 26692 (java) S 26686 26688 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643048741800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26693] ppid=26686 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26688/task/26693/stat : 26693 (java) S 26686 26688 22966 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281637281 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643047689000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26694] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26694/stat : 26694 (java) S 26686 26688 22966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643046636200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26695] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26695/stat : 26695 (java) S 26686 26688 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643045583400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26696] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26696/stat : 26696 (java) S 26686 26688 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643044530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26697] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26697/stat : 26697 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643043477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26698] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26698/stat : 26698 (java) S 26686 26688 22966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281637281 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643042425000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26699] ppid=26686 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/26688/task/26699/stat : 26699 (java) S 26686 26688 22966 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 281637282 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643030014952 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26700] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26700/stat : 26700 (java) S 26686 26688 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643028961016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26701] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26701/stat : 26701 (java) S 26686 26688 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643027908104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26702] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26702/stat : 26702 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643026856592 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26703] ppid=26686 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/26688/task/26703/stat : 26703 (java) S 26686 26688 22966 0 -1 4202560 3496 0 0 0 30 1 0 0 20 0 19 0 281637286 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643025803704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26704] ppid=26686 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/26688/task/26704/stat : 26704 (java) S 26686 26688 22966 0 -1 4202560 4379 0 0 0 37 0 0 0 20 0 19 0 281637286 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643024750904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26705] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26705/stat : 26705 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643023698296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26706] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26706/stat : 26706 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643022645704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26707] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26707/stat : 26707 (java) S 26686 26688 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637296 9856004096 13575 33554432000 1073741824 1073778376 140733971537552 140643021592232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/26688/task/26691/stat : 26691 (java) S 26686 26688 22966 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643049794600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26692] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26692/stat : 26692 (java) S 26686 26688 22966 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643048741800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26693] ppid=26686 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26688/task/26693/stat : 26693 (java) S 26686 26688 22966 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 281637281 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643047689000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26694] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26694/stat : 26694 (java) S 26686 26688 22966 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643046636200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26695] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26695/stat : 26695 (java) S 26686 26688 22966 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643045583400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26696] ppid=26686 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26688/task/26696/stat : 26696 (java) S 26686 26688 22966 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 281637281 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643044530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26697] ppid=26686 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26688/task/26697/stat : 26697 (java) S 26686 26688 22966 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281637281 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643043477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26698] ppid=26686 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26688/task/26698/stat : 26698 (java) S 26686 26688 22966 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 281637281 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643042425000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26699] ppid=26686 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/26688/task/26699/stat : 26699 (java) S 26686 26688 22966 0 -1 4202560 38 0 0 0 42 0 0 0 20 0 19 0 281637282 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643030014952 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26700] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26700/stat : 26700 (java) S 26686 26688 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643028961016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26701] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26701/stat : 26701 (java) S 26686 26688 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643027908104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26702] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26702/stat : 26702 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643026856592 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26703] ppid=26686 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/26688/task/26703/stat : 26703 (java) S 26686 26688 22966 0 -1 4202560 9949 0 0 0 66 2 0 0 20 0 19 0 281637286 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643025803704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26704] ppid=26686 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/26688/task/26704/stat : 26704 (java) S 26686 26688 22966 0 -1 4202560 4389 0 0 0 42 0 0 0 20 0 19 0 281637286 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643024750904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26705] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26705/stat : 26705 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643023698296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26706] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26706/stat : 26706 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643022645704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26707] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26707/stat : 26707 (java) S 26686 26688 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637296 9856004096 18754 33554432000 1073741824 1073778376 140733971537552 140643021592232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 46.02
Current children cumulated vsize (KiB) 9625004

[startup+46.3007 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 26766
/proc/meminfo: memFree=31229732/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9625004 CPUtime=47.65 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 18380 0 1 0 4760 5 0 0 20 0 19 0 281637278 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2406251 17568 2278 9 0 2396937 0
[pid=26688/tid=26690] ppid=26686 vsize=9625004 CPUtime=45.55 cores=0,2,4,6
/proc/26688/task/26690/stat : 26690 (java) R 26686 26688 22966 0 -1 4202560 2598 0 1 0 4554 1 0 0 20 0 19 0 281637280 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643205763560 140643077768734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26691] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26691/stat : 26691 (java) S 26686 26688 22966 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643049794600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26692] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26692/stat : 26692 (java) S 26686 26688 22966 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643048741800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26693] ppid=26686 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26688/task/26693/stat : 26693 (java) S 26686 26688 22966 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643047689000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26694] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26694/stat : 26694 (java) S 26686 26688 22966 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643046636200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26695] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26695/stat : 26695 (java) S 26686 26688 22966 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643045583400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26696] ppid=26686 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26688/task/26696/stat : 26696 (java) S 26686 26688 22966 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643044530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26697] ppid=26686 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26688/task/26697/stat : 26697 (java) S 26686 26688 22966 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643043477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26698] ppid=26686 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26688/task/26698/stat : 26698 (java) S 26686 26688 22966 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643042425000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26699] ppid=26686 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/26688/task/26699/stat : 26699 (java) S 26686 26688 22966 0 -1 4202560 38 0 0 0 42 0 0 0 20 0 19 0 281637282 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643030014952 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26700] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26700/stat : 26700 (java) S 26686 26688 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643028961016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26701] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26701/stat : 26701 (java) S 26686 26688 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643027908104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26702] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26702/stat : 26702 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643026856592 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26703] ppid=26686 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/26688/task/26703/stat : 26703 (java) S 26686 26688 22966 0 -1 4202560 9949 0 0 0 70 2 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643025803704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26704] ppid=26686 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/26688/task/26704/stat : 26704 (java) S 26686 26688 22966 0 -1 4202560 4389 0 0 0 42 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643024750904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26705] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26705/stat : 26705 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643023698296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26706] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26706/stat : 26706 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643022645704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26707] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26707/stat : 26707 (java) S 26686 26688 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637296 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643021592232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.65
Current children cumulated vsize (KiB) 9625004

[startup+47.1007 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 26766
/proc/meminfo: memFree=31229732/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9625004 CPUtime=48.46 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 18382 0 1 0 4841 5 0 0 20 0 19 0 281637278 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2406251 17568 2278 9 0 2396937 0
[pid=26688/tid=26690] ppid=26686 vsize=9625004 CPUtime=46.33 cores=0,2,4,6
/proc/26688/task/26690/stat : 26690 (java) R 26686 26688 22966 0 -1 4202560 2600 0 1 0 4632 1 0 0 20 0 19 0 281637280 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643205763496 140643078021632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26691] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26691/stat : 26691 (java) S 26686 26688 22966 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643049794600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26692] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26692/stat : 26692 (java) S 26686 26688 22966 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643048741800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26693] ppid=26686 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26688/task/26693/stat : 26693 (java) S 26686 26688 22966 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643047689000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26694] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26694/stat : 26694 (java) S 26686 26688 22966 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643046636200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26695] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26695/stat : 26695 (java) S 26686 26688 22966 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643045583400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26696] ppid=26686 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26688/task/26696/stat : 26696 (java) S 26686 26688 22966 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643044530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26697] ppid=26686 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26688/task/26697/stat : 26697 (java) S 26686 26688 22966 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643043477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26698] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26698/stat : 26698 (java) S 26686 26688 22966 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643042425000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26699] ppid=26686 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/26688/task/26699/stat : 26699 (java) S 26686 26688 22966 0 -1 4202560 38 0 0 0 44 0 0 0 20 0 19 0 281637282 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643030014952 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26700] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26700/stat : 26700 (java) S 26686 26688 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643028961016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26701] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26701/stat : 26701 (java) S 26686 26688 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643027908104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26702] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26702/stat : 26702 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643026856592 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26703] ppid=26686 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/26688/task/26703/stat : 26703 (java) S 26686 26688 22966 0 -1 4202560 9949 0 0 0 71 2 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643025803704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26704] ppid=26686 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/26688/task/26704/stat : 26704 (java) S 26686 26688 22966 0 -1 4202560 4389 0 0 0 42 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643024750904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26705] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26705/stat : 26705 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643023698296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26706] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26706/stat : 26706 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643022645704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26707] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26707/stat : 26707 (java) S 26686 26688 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637296 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643021592232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 48.46
Current children cumulated vsize (KiB) 9625004

[startup+47.5007 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 26766
/proc/meminfo: memFree=31229732/32873844 swapFree=6872/6872
[pid=26688] ppid=26686 vsize=9625004 CPUtime=48.88 cores=0,2,4,6
/proc/26688/stat : 26688 (java) S 26686 26688 22966 0 -1 4202496 18382 0 1 0 4883 5 0 0 20 0 19 0 281637278 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140733971528688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26688/statm: 2406251 17568 2278 9 0 2396937 0
[pid=26688/tid=26690] ppid=26686 vsize=9625004 CPUtime=46.73 cores=0,2,4,6
/proc/26688/task/26690/stat : 26690 (java) R 26686 26688 22966 0 -1 4202560 2600 0 1 0 4672 1 0 0 20 0 19 0 281637280 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643205763496 140643078021386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26691] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26691/stat : 26691 (java) S 26686 26688 22966 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643049794600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26692] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26692/stat : 26692 (java) S 26686 26688 22966 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643048741800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26693] ppid=26686 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26688/task/26693/stat : 26693 (java) S 26686 26688 22966 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643047689000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26694] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26694/stat : 26694 (java) S 26686 26688 22966 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643046636200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26695] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26695/stat : 26695 (java) S 26686 26688 22966 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643045583400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26696] ppid=26686 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26688/task/26696/stat : 26696 (java) S 26686 26688 22966 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643044530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26697] ppid=26686 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26688/task/26697/stat : 26697 (java) S 26686 26688 22966 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643043477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26698] ppid=26686 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/26688/task/26698/stat : 26698 (java) S 26686 26688 22966 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 281637281 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643042425000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26699] ppid=26686 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/26688/task/26699/stat : 26699 (java) S 26686 26688 22966 0 -1 4202560 38 0 0 0 44 0 0 0 20 0 19 0 281637282 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643030014952 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26700] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26700/stat : 26700 (java) S 26686 26688 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643028961016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26701] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26701/stat : 26701 (java) S 26686 26688 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281637283 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643027908104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26702] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26702/stat : 26702 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643026856592 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26703] ppid=26686 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/26688/task/26703/stat : 26703 (java) S 26686 26688 22966 0 -1 4202560 9949 0 0 0 73 2 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643025803704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26688/tid=26704] ppid=26686 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/26688/task/26704/stat : 26704 (java) S 26686 26688 22966 0 -1 4202560 4389 0 0 0 42 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643024750904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26688/tid=26705] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26705/stat : 26705 (java) S 26686 26688 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643023698296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26688/tid=26706] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26706/stat : 26706 (java) S 26686 26688 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281637286 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643022645704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26688/tid=26707] ppid=26686 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26688/task/26707/stat : 26707 (java) S 26686 26688 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281637296 9856004096 17568 33554432000 1073741824 1073778376 140733971537552 140643021592232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 9625004

Child status: 1
Real time (s): 47.5845
CPU time (s): 48.9196
CPU user time (s): 48.7646
CPU system time (s): 0.154976
CPU usage (%): 102.806
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.7646
system time used= 0.154976
maximum resident set size= 76672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18404
page faults= 1
swaps= 0
block input operations= 8
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2323
involuntary context switches= 2210

runsolver used 0.133979 second user time and 0.374943 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 23:44:48
IDJOB=3710827
IDBENCH=2928
IDSOLVER=2289
FILE ID=node106/3710827-1338155088
RUNJOBID= node106-1338138950-25294
PBS_JOBID= 14624504
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710827-1338155088/watcher-3710827-1338155088 -o /tmp/evaluation-result-3710827-1338155088/solver-3710827-1338155088 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710827-1338155088.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=2063107888

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30961872 kB
Buffers:          173292 kB
Cached:           508336 kB
SwapCached:            0 kB
Active:           983116 kB
Inactive:          91056 kB
Active(anon):     382788 kB
Inactive(anon):    12004 kB
Active(file):     600328 kB
Inactive(file):    79052 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:        399072 kB
Mapped:            18692 kB
Shmem:               200 kB
Slab:             696888 kB
SReclaimable:     138980 kB
SUnreclaim:       557908 kB
KernelStack:        1576 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 71332 MiB
End job on node106 at 2012-05-27 23:45:36