Trace number 3710826

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 snapshotOPT2 204.11 202.064

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
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 constraint45
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 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710826-1338153788.opb
0.08/0.12	c reading problem ... 
0.08/0.15	c ... done. Wall clock time 0.023s.
0.08/0.15	c declared #vars     94
0.08/0.15	c #constraints  8
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.08/0.15	c 8 constraints processed.
0.08/0.15	c SATISFIABLE
0.08/0.15	c OPTIMIZING...
0.08/0.15	c Got one! Elapsed wall clock time (in seconds):0.028
0.08/0.15	o 780
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.053
0.08/0.18	o 776
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.056
0.08/0.18	o 772
0.08/0.19	c Got one! Elapsed wall clock time (in seconds):0.062
0.08/0.19	o 730
0.08/0.19	c Got one! Elapsed wall clock time (in seconds):0.064
0.08/0.19	o 727
0.08/0.19	c Got one! Elapsed wall clock time (in seconds):0.066
0.08/0.19	o 583
0.26/0.21	c Got one! Elapsed wall clock time (in seconds):0.083
0.26/0.21	o 578
0.26/0.21	c Got one! Elapsed wall clock time (in seconds):0.085
0.26/0.21	o 575
0.26/0.21	c Got one! Elapsed wall clock time (in seconds):0.088
0.26/0.21	o 573
0.26/0.21	c Got one! Elapsed wall clock time (in seconds):0.09
0.26/0.21	o 467
0.26/0.22	c Got one! Elapsed wall clock time (in seconds):0.092
0.26/0.22	o 466
0.26/0.22	c Got one! Elapsed wall clock time (in seconds):0.098
0.26/0.22	o 458
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.105
0.26/0.23	o 457
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.107
0.26/0.23	o 455
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.109
0.26/0.23	o 451
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.112
0.26/0.24	o 449
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.116
0.26/0.24	o 447
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.118
0.26/0.24	o 443
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.12
0.26/0.24	o 441
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.122
0.26/0.25	o 431
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.123
0.26/0.25	o 429
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.126
0.26/0.25	o 427
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.129
0.26/0.25	o 425
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.131
0.26/0.25	o 423
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.132
0.26/0.26	o 421
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.133
0.26/0.26	o 419
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.134
0.26/0.26	o 417
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.135
0.26/0.26	o 415
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.136
0.26/0.26	o 413
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.137
0.26/0.26	o 397
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.139
0.26/0.26	o 387
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.142
0.26/0.27	o 385
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.144
0.26/0.27	o 383
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.145
0.26/0.27	o 381
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.146
0.26/0.27	o 379
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.147
0.26/0.27	o 377
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.149
0.26/0.27	o 373
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.15
0.26/0.27	o 371
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.152
0.26/0.28	o 369
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.154
0.26/0.28	o 363
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.155
0.26/0.28	o 359
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.157
0.26/0.28	o 345
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.159
0.26/0.28	o 341
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.162
0.26/0.29	o 339
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.164
0.26/0.29	o 317
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.165
0.26/0.29	o 315
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.166
0.26/0.29	o 313
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.167
0.26/0.29	o 311
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.168
0.26/0.29	o 303
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.169
0.26/0.29	o 301
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.17
0.26/0.29	o 295
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.26/0.29	o 294
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.173
0.55/0.30	o 275
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.174
0.55/0.30	o 257
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.175
0.55/0.30	o 255
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.175
0.55/0.30	o 251
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.176
0.55/0.30	o 249
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.177
0.55/0.30	o 243
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.178
0.55/0.30	o 241
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.179
0.55/0.30	o 197
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.18
0.55/0.30	o 195
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.181
0.55/0.30	o 193
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.182
0.55/0.31	o 191
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.183
0.55/0.31	o 189
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.184
0.55/0.31	o 187
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.185
0.55/0.31	o 183
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.186
0.55/0.31	o 181
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.188
0.55/0.31	o 179
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.189
0.55/0.31	o 177
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.189
0.55/0.31	o 175
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.191
0.55/0.31	o 173
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.192
0.55/0.32	o 171
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.194
0.55/0.32	o 163
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.195
0.55/0.32	o 159
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.196
0.55/0.32	o 157
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.197
0.55/0.32	o 155
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.199
0.55/0.32	o 151
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.2
0.55/0.32	o 149
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.2
0.55/0.32	o 147
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.201
0.55/0.33	o 145
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.202
0.55/0.33	o 143
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.203
0.55/0.33	o 141
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.205
0.55/0.33	o 139
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.205
0.55/0.33	o 137
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.207
0.55/0.33	o 133
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.208
0.55/0.33	o 131
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.209
0.55/0.33	o 125
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.21
0.55/0.33	o 123
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.211
0.55/0.34	o 121
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.212
0.55/0.34	o 119
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.213
0.55/0.34	o 117
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.214
0.55/0.34	o 81
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.214
0.55/0.34	o 79
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.216
0.55/0.34	o 75
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.222
0.55/0.35	o 73
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.225
0.55/0.35	o 72
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.227
0.55/0.35	o 70
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.228
0.55/0.35	o 68
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.229
0.55/0.35	o 66
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.232
0.55/0.36	o 64
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.233
0.55/0.36	o 62
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.234
0.55/0.36	o 58
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.235
0.55/0.36	o 56
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.236
0.55/0.36	o 55
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.237
0.55/0.36	o 51
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.244
0.55/0.37	o 50
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.245
0.55/0.37	o 48
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.246
0.55/0.37	o 46
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.246
0.55/0.37	o 42
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.247
0.55/0.37	o 40
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.248
0.55/0.37	o 38
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.249
0.55/0.37	o 36
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.25
0.55/0.37	o 34
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.251
0.55/0.37	o 32
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.251
0.55/0.37	o 20
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.26
0.55/0.38	o 18
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.27
0.55/0.39	o 16
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.271
0.55/0.39	o 14
0.55/0.40	c Got one! Elapsed wall clock time (in seconds):0.271
0.55/0.40	o 12
0.85/0.40	c Got one! Elapsed wall clock time (in seconds):0.272
0.85/0.40	o 10
0.85/0.40	c Got one! Elapsed wall clock time (in seconds):0.273
0.85/0.40	o 8
1.06/0.58	c cleaning 3024 clauses out of 6049 with flag 5000/7955
1.18/0.66	c Got one! Elapsed wall clock time (in seconds):0.533
1.18/0.66	o 6
1.18/0.68	c Got one! Elapsed wall clock time (in seconds):0.552
1.18/0.68	o 4
1.31/0.79	c cleaning 4470 clauses out of 8942 with flag 3000/13878
1.62/1.02	c cleaning 5237 clauses out of 10474 with flag 9002/19880
1.83/1.28	c Got one! Elapsed wall clock time (in seconds):1.157
1.83/1.28	o 3
2.13/1.55	c cleaning 8342 clauses out of 16693 with flag 5002/31336
2.46/1.86	c cleaning 7173 clauses out of 14349 with flag 11000/37334
2.79/2.15	c cleaning 7087 clauses out of 14176 with flag 18000/44334
3.19/2.50	c cleaning 7546 clauses out of 15093 with flag 26004/52338
3.60/2.91	c cleaning 8270 clauses out of 16544 with flag 35001/61335
4.02/3.35	c cleaning 9136 clauses out of 18274 with flag 45001/71335
4.64/3.92	c cleaning 10066 clauses out of 20137 with flag 56000/82334
5.26/4.52	c cleaning 11034 clauses out of 22072 with flag 68001/94335
5.86/5.18	c cleaning 12017 clauses out of 24038 with flag 81001/107335
6.70/5.97	c cleaning 13011 clauses out of 26021 with flag 95001/121335
7.50/6.78	c cleaning 14005 clauses out of 28012 with flag 110003/136337
8.41/7.68	c cleaning 15000 clauses out of 30006 with flag 126002/152336
9.31/8.50	c Got one! Elapsed wall clock time (in seconds):8.375
9.31/8.50	o 2
9.81/9.07	c cleaning 17966 clauses out of 35938 with flag 5001/173271
10.22/9.49	c cleaning 11983 clauses out of 23972 with flag 11001/179271
10.67/9.87	c cleaning 9491 clauses out of 18989 with flag 18001/186271
10.96/10.17	c cleaning 8746 clauses out of 17497 with flag 26000/194270
11.37/10.55	c cleaning 8877 clauses out of 17755 with flag 35004/203274
11.89/11.01	c cleaning 9433 clauses out of 18875 with flag 45001/213271
12.40/11.52	c cleaning 10219 clauses out of 20443 with flag 56002/224272
12.92/12.06	c cleaning 11111 clauses out of 22222 with flag 68000/236270
13.52/12.68	c cleaning 12056 clauses out of 24112 with flag 81001/249271
14.42/13.51	c cleaning 13024 clauses out of 26056 with flag 95001/263271
15.34/14.41	c cleaning 14013 clauses out of 28031 with flag 110000/278270
16.27/15.32	c cleaning 15006 clauses out of 30022 with flag 126004/294274
17.27/16.35	c cleaning 16003 clauses out of 32012 with flag 143000/311270
18.37/17.42	c cleaning 17001 clauses out of 34009 with flag 161000/329270
19.58/18.64	c cleaning 18003 clauses out of 36008 with flag 180000/348270
20.89/19.92	c cleaning 19000 clauses out of 38005 with flag 200000/368270
22.29/21.37	c cleaning 20003 clauses out of 40007 with flag 221002/389272
24.20/23.24	c cleaning 21002 clauses out of 42005 with flag 243003/411273
25.83/24.87	c cleaning 22002 clauses out of 44005 with flag 266005/434275
27.44/26.48	c cleaning 22996 clauses out of 45998 with flag 290000/458270
29.36/28.33	c cleaning 23995 clauses out of 48002 with flag 315000/483270
31.56/30.52	c cleaning 25002 clauses out of 50007 with flag 341000/509270
33.47/32.41	c cleaning 26000 clauses out of 52006 with flag 368001/536271
35.37/34.33	c cleaning 27000 clauses out of 54005 with flag 396000/564270
38.10/37.09	c cleaning 28001 clauses out of 56005 with flag 425000/593270
40.63/39.54	c cleaning 28998 clauses out of 58004 with flag 455000/623270
43.63/42.50	c cleaning 30003 clauses out of 60007 with flag 486001/654271
46.63/45.50	c cleaning 30999 clauses out of 62003 with flag 518000/686270
49.73/48.68	c cleaning 31999 clauses out of 64005 with flag 551001/719271
53.94/52.88	c cleaning 33001 clauses out of 66006 with flag 585001/753271
57.75/56.66	c cleaning 34002 clauses out of 68005 with flag 620001/788271
61.15/60.06	c cleaning 34997 clauses out of 70003 with flag 656001/824271
65.16/64.06	c cleaning 36000 clauses out of 72007 with flag 693002/861272
69.67/68.57	c cleaning 36998 clauses out of 74006 with flag 731001/899271
74.39/73.22	c cleaning 38003 clauses out of 76008 with flag 770001/938271
79.20/78.01	c cleaning 38998 clauses out of 78004 with flag 810000/978270
84.22/83.05	c cleaning 40003 clauses out of 80008 with flag 851002/1019272
90.06/88.80	c cleaning 41002 clauses out of 82003 with flag 893000/1061270
95.07/93.84	c cleaning 41999 clauses out of 84001 with flag 936000/1104270
100.67/99.48	c cleaning 43001 clauses out of 86002 with flag 980000/1148270
106.29/105.07	c cleaning 43994 clauses out of 88002 with flag 1025001/1193271
112.32/111.01	c cleaning 45004 clauses out of 90007 with flag 1071000/1239270
118.35/117.10	c cleaning 46000 clauses out of 92003 with flag 1118000/1286270
125.48/124.19	c cleaning 47000 clauses out of 94006 with flag 1166003/1334273
133.39/132.07	c cleaning 48000 clauses out of 96005 with flag 1215002/1383272
141.03/139.64	c cleaning 49000 clauses out of 98006 with flag 1265003/1433273
148.84/147.48	c cleaning 49999 clauses out of 100004 with flag 1316001/1484271
156.37/154.95	c cleaning 50999 clauses out of 102005 with flag 1368001/1536271
164.78/163.33	c cleaning 52000 clauses out of 104005 with flag 1421000/1589270
173.70/172.27	c cleaning 52998 clauses out of 106005 with flag 1475000/1643270
183.46/181.67	c cleaning 53999 clauses out of 108008 with flag 1530001/1698271
193.31/191.49	c cleaning 55000 clauses out of 110008 with flag 1586000/1754270
200.34/198.44	c cleaning 13104 clauses out of 26209 with flag 1643001/1811271
204.11/202.05	c starts		: 334
204.11/202.05	c conflicts		: 1858037
204.11/202.05	c decisions		: 1878740
204.11/202.05	c propagations		: 12456743
204.11/202.05	c inspects		: 3183216434
204.11/202.05	c shortcuts		: 0
204.11/202.05	c learnt literals	: 14
204.11/202.05	c learnt binary clauses	: 98
204.11/202.05	c learnt ternary clauses	: 540
204.11/202.05	c learnt constraints	: 1858022
204.11/202.06	c ignored constraints	: 0
204.11/202.06	c root simplifications	: 347
204.11/202.06	c removed literals (reason simplification)	: 14286124
204.11/202.06	c reason swapping (by a shorter reason)	: 0
204.11/202.06	c Calls to reduceDB	: 68
204.11/202.06	c number of reductions to clauses (during analyze)	: 0
204.11/202.06	c number of learned constraints concerned by reduction	: 0
204.11/202.06	c number of learning phase by resolution	: 0
204.11/202.06	c number of learning phase by cutting planes	: 0
204.11/202.06	c speed (assignments/second)	: 61696.0600282311
204.11/202.06	c non guided choices	85
204.11/202.06	c learnt constraints type 
204.11/202.06	c constraints type 
204.11/202.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
204.11/202.06	c 8 constraints processed.
204.11/202.06	s OPTIMUM FOUND
204.11/202.06	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 
204.11/202.06	c objective function=2
204.11/202.06	c Total wall clock time (in seconds): 201.932

Verifier Data

OK	2

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-3710826-1338153788/watcher-3710826-1338153788 -o /tmp/evaluation-result-3710826-1338153788/solver-3710826-1338153788 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710826-1338153788.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 4226
/proc/meminfo: memFree=28879504/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/4226/stat : 4226 (runsolver) D 4224 4226 3132 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 281504706 12095488 50 33554432000 4194304 5436572 140735229159872 140735229156168 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/4226/statm: 2953 50 31 304 0 2645 0

[startup+0.0160499 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4226
/proc/meminfo: memFree=28879504/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 1212 0 0 0 0 0 0 0 20 0 2 0 281504706 95129600 921 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 23225 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.100174 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4226
/proc/meminfo: memFree=28879504/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 4214 0 1 0 7 1 0 0 20 0 18 0 281504706 9787842560 5420 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2389610 5420 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300169 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4226
/proc/meminfo: memFree=28879504/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 7173 0 1 0 54 1 0 0 20 0 19 0 281504706 9856004096 8426 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2406251 8426 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 4226
/proc/meminfo: memFree=28879504/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 11751 0 1 0 129 2 0 0 20 0 19 0 281504706 9856004096 12769 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2406251 12769 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4245
/proc/meminfo: memFree=28837364/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9625004 CPUtime=2.13 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 11761 0 1 0 211 2 0 0 20 0 19 0 281504706 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2406251 12777 2264 9 0 2396937 0
[pid=4226/tid=4228] ppid=4224 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/4226/task/4228/stat : 4228 (java) R 4224 4226 3132 0 -1 4202560 2517 0 1 0 142 1 0 0 20 0 19 0 281504708 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430517625256 140430348294560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4229] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4229/stat : 4229 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430479117096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4230] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4230/stat : 4230 (java) S 4224 4226 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430478064296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4231] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4231/stat : 4231 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430477012008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4232] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4232/stat : 4232 (java) S 4224 4226 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430475959208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4233] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4233/stat : 4233 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430474905896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4234] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4234/stat : 4234 (java) S 4224 4226 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430473853096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4235] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4235/stat : 4235 (java) S 4224 4226 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430472800808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4236] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4236/stat : 4236 (java) S 4224 4226 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430471748008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4237] ppid=4224 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4226/task/4237/stat : 4237 (java) S 4224 4226 3132 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 281504710 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430341540584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4238] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4238/stat : 4238 (java) S 4224 4226 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430340486648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4239] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4239/stat : 4239 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430339434248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4240] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4240/stat : 4240 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430338382736 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4241] ppid=4224 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4226/task/4241/stat : 4241 (java) S 4224 4226 3132 0 -1 4202560 2882 0 0 0 31 0 0 0 20 0 19 0 281504713 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430337329336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4242] ppid=4224 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/4226/task/4242/stat : 4242 (java) S 4224 4226 3132 0 -1 4202560 5109 0 0 0 32 0 0 0 20 0 19 0 281504713 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430336276536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4243] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4243/stat : 4243 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430335224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4244] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4244/stat : 4244 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430334171848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4245] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4245/stat : 4245 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504722 9856004096 12777 33554432000 1073741824 1073778376 140735376876176 140430333117864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4245
/proc/meminfo: memFree=28832896/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9625004 CPUtime=3.82 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 11792 0 1 0 379 3 0 0 20 0 19 0 281504706 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2406251 13823 2274 9 0 2396937 0
[pid=4226/tid=4228] ppid=4224 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/4226/task/4228/stat : 4228 (java) R 4224 4226 3132 0 -1 4202560 2522 0 1 0 294 1 0 0 20 0 19 0 281504708 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430517625256 140430348315754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4229] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4229/stat : 4229 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430479117096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4230] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4230/stat : 4230 (java) S 4224 4226 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430478064296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4231] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4231/stat : 4231 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430477012008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4232] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4232/stat : 4232 (java) S 4224 4226 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430475959208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4233] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4233/stat : 4233 (java) S 4224 4226 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430474905896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4234] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4234/stat : 4234 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430473853096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4235] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4235/stat : 4235 (java) S 4224 4226 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430472800808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4236] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4236/stat : 4236 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430471748008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4237] ppid=4224 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/4226/task/4237/stat : 4237 (java) S 4224 4226 3132 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 281504710 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430341540584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4238] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4238/stat : 4238 (java) S 4224 4226 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430340486648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4239] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4239/stat : 4239 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430339434248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4240] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4240/stat : 4240 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430338382736 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4241] ppid=4224 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4226/task/4241/stat : 4241 (java) S 4224 4226 3132 0 -1 4202560 2882 0 0 0 31 0 0 0 20 0 19 0 281504713 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430337329336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4242] ppid=4224 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/4226/task/4242/stat : 4242 (java) S 4224 4226 3132 0 -1 4202560 5120 0 0 0 35 0 0 0 20 0 19 0 281504713 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430336276536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4243] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4243/stat : 4243 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430335224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4244] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4244/stat : 4244 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430334171848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4245] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4245/stat : 4245 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504722 9856004096 13823 33554432000 1073741824 1073778376 140735376876176 140430333117864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4245
/proc/meminfo: memFree=28833640/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9625004 CPUtime=7.1 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 11819 0 1 0 707 3 0 0 20 0 19 0 281504706 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2406251 14005 2274 9 0 2396937 0
[pid=4226/tid=4228] ppid=4224 vsize=9625004 CPUtime=6.06 cores=0,2,4,6
/proc/4226/task/4228/stat : 4228 (java) R 4224 4226 3132 0 -1 4202560 2528 0 1 0 605 1 0 0 20 0 19 0 281504708 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430517625096 140430347926688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4229] ppid=4224 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4226/task/4229/stat : 4229 (java) S 4224 4226 3132 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281504709 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430479117096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4230] ppid=4224 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4226/task/4230/stat : 4230 (java) S 4224 4226 3132 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 281504709 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430478064296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4231] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4231/stat : 4231 (java) S 4224 4226 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281504709 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430477012008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4232] ppid=4224 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4226/task/4232/stat : 4232 (java) S 4224 4226 3132 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281504709 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430475959208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4233] ppid=4224 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4226/task/4233/stat : 4233 (java) S 4224 4226 3132 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281504709 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430474905896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4234] ppid=4224 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4226/task/4234/stat : 4234 (java) S 4224 4226 3132 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281504709 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430473853096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4235] ppid=4224 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/4226/task/4235/stat : 4235 (java) S 4224 4226 3132 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 281504709 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430472800808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4236] ppid=4224 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4226/task/4236/stat : 4236 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281504709 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430471748008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4237] ppid=4224 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/4226/task/4237/stat : 4237 (java) S 4224 4226 3132 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 281504710 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430341540584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4238] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4238/stat : 4238 (java) S 4224 4226 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430340486648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4239] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4239/stat : 4239 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430339434248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4240] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4240/stat : 4240 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430338382736 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4241] ppid=4224 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4226/task/4241/stat : 4241 (java) S 4224 4226 3132 0 -1 4202560 2882 0 0 0 31 0 0 0 20 0 19 0 281504713 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430337329336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4242] ppid=4224 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/4226/task/4242/stat : 4242 (java) S 4224 4226 3132 0 -1 4202560 5120 0 0 0 35 0 0 0 20 0 19 0 281504713 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430336276536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4243] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4243/stat : 4243 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430335224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4244] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4244/stat : 4244 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430334171848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4245] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4245/stat : 4245 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504722 9856004096 14005 33554432000 1073741824 1073778376 140735376876176 140430333117864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/4226/task/4236/stat : 4236 (java) S 4224 4226 3132 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 281504709 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430471748008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4237] ppid=4224 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/4226/task/4237/stat : 4237 (java) S 4224 4226 3132 0 -1 4202560 49 0 0 0 101 0 0 0 20 0 19 0 281504710 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430341540584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4238] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4238/stat : 4238 (java) S 4224 4226 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430340486648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4239] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4239/stat : 4239 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430339434248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4240] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4240/stat : 4240 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430338382736 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4241] ppid=4224 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/4226/task/4241/stat : 4241 (java) S 4224 4226 3132 0 -1 4202560 2882 0 0 0 32 0 0 0 20 0 19 0 281504713 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430337329336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4242] ppid=4224 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/4226/task/4242/stat : 4242 (java) S 4224 4226 3132 0 -1 4202560 10714 0 0 0 72 2 0 0 20 0 19 0 281504713 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430336276536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4243] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4243/stat : 4243 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430335224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4244] ppid=4224 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/4226/task/4244/stat : 4244 (java) S 4224 4226 3132 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 19 0 281504713 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430334171848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4245] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4245/stat : 4245 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504722 9856004096 19250 33554432000 1073741824 1073778376 140735376876176 140430333117864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 202.64
Current children cumulated vsize (KiB) 9625004

[startup+201.501 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4246
/proc/meminfo: memFree=28807096/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9625004 CPUtime=203.55 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 17963 0 1 0 20346 9 0 0 20 0 19 0 281504706 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2406251 19268 2278 9 0 2396937 0
[pid=4226/tid=4228] ppid=4224 vsize=9625004 CPUtime=199.53 cores=0,2,4,6
/proc/4226/task/4228/stat : 4228 (java) R 4224 4226 3132 0 -1 4202560 2594 0 1 0 19949 4 0 0 20 0 19 0 281504708 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430517623400 140430348377737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4229] ppid=4224 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/4226/task/4229/stat : 4229 (java) S 4224 4226 3132 0 -1 4202560 36 0 0 0 15 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430479117096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4230] ppid=4224 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/4226/task/4230/stat : 4230 (java) S 4224 4226 3132 0 -1 4202560 73 0 0 0 16 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430478064296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4231] ppid=4224 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/4226/task/4231/stat : 4231 (java) S 4224 4226 3132 0 -1 4202560 106 0 0 0 14 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430477012008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4232] ppid=4224 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/4226/task/4232/stat : 4232 (java) S 4224 4226 3132 0 -1 4202560 84 0 0 0 14 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430475959208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4233] ppid=4224 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/4226/task/4233/stat : 4233 (java) S 4224 4226 3132 0 -1 4202560 47 0 0 0 15 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430474905896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4234] ppid=4224 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/4226/task/4234/stat : 4234 (java) S 4224 4226 3132 0 -1 4202560 60 0 0 0 13 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430473853096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4235] ppid=4224 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/4226/task/4235/stat : 4235 (java) S 4224 4226 3132 0 -1 4202560 78 0 0 0 17 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430472800808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4236] ppid=4224 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/4226/task/4236/stat : 4236 (java) S 4224 4226 3132 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430471748008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4237] ppid=4224 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/4226/task/4237/stat : 4237 (java) S 4224 4226 3132 0 -1 4202560 49 0 0 0 101 0 0 0 20 0 19 0 281504710 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430341540584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4238] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4238/stat : 4238 (java) S 4224 4226 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430340486648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4239] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4239/stat : 4239 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430339434248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4240] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4240/stat : 4240 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430338382736 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4241] ppid=4224 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4226/task/4241/stat : 4241 (java) S 4224 4226 3132 0 -1 4202560 2887 0 0 0 34 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430337329336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4242] ppid=4224 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/4226/task/4242/stat : 4242 (java) S 4224 4226 3132 0 -1 4202560 10727 0 0 0 80 2 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430336276536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4243] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4243/stat : 4243 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430335224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4244] ppid=4224 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/4226/task/4244/stat : 4244 (java) S 4224 4226 3132 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430334171848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4245] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4245/stat : 4245 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504722 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430333117864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 203.55
Current children cumulated vsize (KiB) 9625004

[startup+201.901 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4246
/proc/meminfo: memFree=28807096/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9625004 CPUtime=204.01 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 17964 0 1 0 20392 9 0 0 20 0 19 0 281504706 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2406251 19268 2278 9 0 2396937 0
[pid=4226/tid=4228] ppid=4224 vsize=9625004 CPUtime=199.93 cores=0,2,4,6
/proc/4226/task/4228/stat : 4228 (java) R 4224 4226 3132 0 -1 4202560 2595 0 1 0 19989 4 0 0 20 0 19 0 281504708 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430517624168 140430348294058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4229] ppid=4224 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/4226/task/4229/stat : 4229 (java) S 4224 4226 3132 0 -1 4202560 36 0 0 0 15 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430479117096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4230] ppid=4224 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/4226/task/4230/stat : 4230 (java) S 4224 4226 3132 0 -1 4202560 73 0 0 0 16 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430478064296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4231] ppid=4224 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/4226/task/4231/stat : 4231 (java) S 4224 4226 3132 0 -1 4202560 106 0 0 0 14 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430477012008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4232] ppid=4224 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/4226/task/4232/stat : 4232 (java) S 4224 4226 3132 0 -1 4202560 84 0 0 0 14 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430475959208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4233] ppid=4224 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/4226/task/4233/stat : 4233 (java) S 4224 4226 3132 0 -1 4202560 47 0 0 0 15 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430474905896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4234] ppid=4224 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/4226/task/4234/stat : 4234 (java) S 4224 4226 3132 0 -1 4202560 60 0 0 0 13 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430473853096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4235] ppid=4224 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/4226/task/4235/stat : 4235 (java) S 4224 4226 3132 0 -1 4202560 78 0 0 0 17 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430472800808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4236] ppid=4224 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/4226/task/4236/stat : 4236 (java) S 4224 4226 3132 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430471748008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4237] ppid=4224 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/4226/task/4237/stat : 4237 (java) S 4224 4226 3132 0 -1 4202560 49 0 0 0 101 0 0 0 20 0 19 0 281504710 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430341540584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4238] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4238/stat : 4238 (java) S 4224 4226 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430340486648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4239] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4239/stat : 4239 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430339434248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4240] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4240/stat : 4240 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430338382736 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4241] ppid=4224 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4226/task/4241/stat : 4241 (java) S 4224 4226 3132 0 -1 4202560 2887 0 0 0 34 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430337329336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4242] ppid=4224 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/4226/task/4242/stat : 4242 (java) S 4224 4226 3132 0 -1 4202560 10727 0 0 0 87 2 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430336276536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4243] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4243/stat : 4243 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430335224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4244] ppid=4224 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/4226/task/4244/stat : 4244 (java) S 4224 4226 3132 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430334171848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4245] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4245/stat : 4245 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504722 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430333117864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 9625004

[startup+202.001 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4246
/proc/meminfo: memFree=28807096/32873648 swapFree=6844/6844
[pid=4226] ppid=4224 vsize=9625004 CPUtime=204.11 cores=0,2,4,6
/proc/4226/stat : 4226 (java) S 4224 4226 3132 0 -1 4202496 17964 0 1 0 20402 9 0 0 20 0 19 0 281504706 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140735376867312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4226/statm: 2406251 19268 2278 9 0 2396937 0
[pid=4226/tid=4228] ppid=4224 vsize=9625004 CPUtime=200.02 cores=0,2,4,6
/proc/4226/task/4228/stat : 4228 (java) R 4224 4226 3132 0 -1 4202560 2595 0 1 0 19998 4 0 0 20 0 19 0 281504708 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430517624168 140430348826718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4229] ppid=4224 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/4226/task/4229/stat : 4229 (java) S 4224 4226 3132 0 -1 4202560 36 0 0 0 15 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430479117096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4230] ppid=4224 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/4226/task/4230/stat : 4230 (java) S 4224 4226 3132 0 -1 4202560 73 0 0 0 16 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430478064296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4231] ppid=4224 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/4226/task/4231/stat : 4231 (java) S 4224 4226 3132 0 -1 4202560 106 0 0 0 14 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430477012008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4232] ppid=4224 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/4226/task/4232/stat : 4232 (java) S 4224 4226 3132 0 -1 4202560 84 0 0 0 14 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430475959208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4226/tid=4233] ppid=4224 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/4226/task/4233/stat : 4233 (java) S 4224 4226 3132 0 -1 4202560 47 0 0 0 15 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430474905896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4234] ppid=4224 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/4226/task/4234/stat : 4234 (java) S 4224 4226 3132 0 -1 4202560 60 0 0 0 13 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430473853096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4235] ppid=4224 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/4226/task/4235/stat : 4235 (java) S 4224 4226 3132 0 -1 4202560 78 0 0 0 17 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430472800808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4236] ppid=4224 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/4226/task/4236/stat : 4236 (java) S 4224 4226 3132 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 281504709 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430471748008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4237] ppid=4224 vsize=9625004 CPUtime=1.01 cores=0,2,4,6
/proc/4226/task/4237/stat : 4237 (java) S 4224 4226 3132 0 -1 4202560 49 0 0 0 101 0 0 0 20 0 19 0 281504710 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430341540584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4238] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4238/stat : 4238 (java) S 4224 4226 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430340486648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4239] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4239/stat : 4239 (java) S 4224 4226 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281504711 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430339434248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4240] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4240/stat : 4240 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430338382736 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4226/tid=4241] ppid=4224 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/4226/task/4241/stat : 4241 (java) S 4224 4226 3132 0 -1 4202560 2887 0 0 0 34 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430337329336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4242] ppid=4224 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/4226/task/4242/stat : 4242 (java) S 4224 4226 3132 0 -1 4202560 10727 0 0 0 87 2 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430336276536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4226/tid=4243] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4243/stat : 4243 (java) S 4224 4226 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430335224440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4244] ppid=4224 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/4226/task/4244/stat : 4244 (java) S 4224 4226 3132 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 19 0 281504713 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430334171848 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4226/tid=4245] ppid=4224 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4226/task/4245/stat : 4245 (java) S 4224 4226 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281504722 9856004096 19268 33554432000 1073741824 1073778376 140735376876176 140430333117864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 9625004

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4226 and gives
#  childrusage.ru_utime.tv_sec=203
#  childrusage.ru_utime.tv_usec=560054
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=211967
# CPU time returned by wait4() is 203.772
# while last known CPU time is 204.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 202.064
CPU time (s): 204.11
CPU user time (s): 204.02
CPU system time (s): 0.09
CPU usage (%): 101.013
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.56
system time used= 0.211967
maximum resident set size= 83976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17981
page faults= 1
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6464
involuntary context switches= 4509

runsolver used 0.633903 second user time and 1.52277 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 23:23:08
IDJOB=3710826
IDBENCH=2896
IDSOLVER=2289
FILE ID=node124/3710826-1338153788
RUNJOBID= node124-1338143409-3148
PBS_JOBID= 14624516
Free space on /tmp= 71432 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_3.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-3710826-1338153788/watcher-3710826-1338153788 -o /tmp/evaluation-result-3710826-1338153788/solver-3710826-1338153788 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710826-1338153788.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=16137545

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28880240 kB
Buffers:          352668 kB
Cached:          2687992 kB
SwapCached:            0 kB
Active:          1053212 kB
Inactive:        2131152 kB
Active(anon):     146092 kB
Inactive(anon):        0 kB
Active(file):     907120 kB
Inactive(file):  2131152 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:        152268 kB
Mapped:            22712 kB
Shmem:               200 kB
Slab:             669204 kB
SReclaimable:     113356 kB
SUnreclaim:       555848 kB
KernelStack:        1592 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-27 23:26:31