Trace number 1856729

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1SAT (TO)9 1800.37 1797.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_2.opb
MD5SUMc0264878059fff5e6fa5f51839a60b24
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1798
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint54
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4099
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856729-1244923148.opb
0.22/0.22	c reading problem ... 
0.22/0.28	c ... done. Wall clock time 0.064s.
0.22/0.28	c #vars     120
0.22/0.28	c #constraints  10
0.22/0.28	c constraints type 
0.22/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.73/0.50	c SATISFIABLE
0.73/0.50	c OPTIMIZING...
0.73/0.50	c Got one! Elapsed wall clock time (in seconds):0.287
0.73/0.50	o 2299
0.73/0.59	c Got one! Elapsed wall clock time (in seconds):0.372
0.73/0.59	o 2276
0.90/0.62	c Got one! Elapsed wall clock time (in seconds):0.402
0.90/0.62	o 2274
0.90/0.65	c Got one! Elapsed wall clock time (in seconds):0.429
0.90/0.65	o 2160
0.90/0.67	c Got one! Elapsed wall clock time (in seconds):0.455
0.90/0.67	o 2158
1.03/0.70	c Got one! Elapsed wall clock time (in seconds):0.485
1.03/0.70	o 2157
1.03/0.73	c Got one! Elapsed wall clock time (in seconds):0.512
1.03/0.73	o 2146
1.03/0.76	c Got one! Elapsed wall clock time (in seconds):0.539
1.03/0.76	o 2046
1.03/0.78	c Got one! Elapsed wall clock time (in seconds):0.558
1.03/0.78	o 2044
1.03/0.80	c Got one! Elapsed wall clock time (in seconds):0.578
1.03/0.80	o 1987
1.17/0.83	c Got one! Elapsed wall clock time (in seconds):0.611
1.17/0.83	o 1927
1.17/0.85	c Got one! Elapsed wall clock time (in seconds):0.634
1.17/0.85	o 1905
1.17/0.87	c Got one! Elapsed wall clock time (in seconds):0.654
1.17/0.87	o 1904
1.17/0.89	c Got one! Elapsed wall clock time (in seconds):0.675
1.17/0.89	o 1882
1.29/0.91	c Got one! Elapsed wall clock time (in seconds):0.694
1.29/0.91	o 1837
1.29/0.93	c Got one! Elapsed wall clock time (in seconds):0.715
1.29/0.93	o 1621
1.29/0.95	c Got one! Elapsed wall clock time (in seconds):0.736
1.29/0.95	o 1619
1.29/0.98	c Got one! Elapsed wall clock time (in seconds):0.759
1.29/0.98	o 1614
1.41/1.00	c Got one! Elapsed wall clock time (in seconds):0.787
1.41/1.00	o 1464
1.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.806
1.41/1.02	o 1462
1.41/1.05	c Got one! Elapsed wall clock time (in seconds):0.831
1.41/1.05	o 1461
1.41/1.07	c Got one! Elapsed wall clock time (in seconds):0.852
1.41/1.07	o 1446
1.41/1.09	c Got one! Elapsed wall clock time (in seconds):0.872
1.41/1.09	o 1439
1.55/1.11	c Got one! Elapsed wall clock time (in seconds):0.896
1.55/1.11	o 1436
1.55/1.14	c Got one! Elapsed wall clock time (in seconds):0.919
1.55/1.14	o 1416
1.55/1.16	c Got one! Elapsed wall clock time (in seconds):0.948
1.55/1.17	o 1408
1.55/1.18	c Got one! Elapsed wall clock time (in seconds):0.968
1.55/1.18	o 1406
1.72/1.21	c Got one! Elapsed wall clock time (in seconds):0.989
1.72/1.21	o 1403
1.72/1.23	c Got one! Elapsed wall clock time (in seconds):1.01
1.72/1.23	o 1399
1.72/1.25	c Got one! Elapsed wall clock time (in seconds):1.029
1.72/1.25	o 1397
1.72/1.28	c Got one! Elapsed wall clock time (in seconds):1.068
1.72/1.28	o 1395
2.11/1.42	c Got one! Elapsed wall clock time (in seconds):1.207
2.11/1.42	o 1375
2.11/1.45	c Got one! Elapsed wall clock time (in seconds):1.237
2.11/1.45	o 1371
2.11/1.48	c Got one! Elapsed wall clock time (in seconds):1.26
2.11/1.48	o 1315
2.11/1.50	c Got one! Elapsed wall clock time (in seconds):1.28
2.11/1.50	o 1312
2.32/1.52	c Got one! Elapsed wall clock time (in seconds):1.3
2.32/1.52	o 1311
2.32/1.53	c Got one! Elapsed wall clock time (in seconds):1.318
2.32/1.53	o 1309
2.32/1.57	c Got one! Elapsed wall clock time (in seconds):1.352
2.32/1.57	o 1307
2.71/1.70	c Got one! Elapsed wall clock time (in seconds):1.487
2.71/1.70	o 1297
2.71/1.73	c Got one! Elapsed wall clock time (in seconds):1.509
2.71/1.73	o 1295
2.71/1.75	c Got one! Elapsed wall clock time (in seconds):1.532
2.71/1.75	o 1293
2.71/1.80	c Got one! Elapsed wall clock time (in seconds):1.58
2.71/1.80	o 1292
2.91/1.82	c Got one! Elapsed wall clock time (in seconds):1.604
2.91/1.82	o 1290
2.91/1.84	c Got one! Elapsed wall clock time (in seconds):1.627
2.91/1.84	o 1289
2.91/1.87	c Got one! Elapsed wall clock time (in seconds):1.652
2.91/1.87	o 1288
2.91/1.90	c Got one! Elapsed wall clock time (in seconds):1.679
2.91/1.90	o 1284
3.05/1.92	c Got one! Elapsed wall clock time (in seconds):1.702
3.05/1.92	o 1282
3.05/1.96	c Got one! Elapsed wall clock time (in seconds):1.738
3.05/1.96	o 1281
3.05/1.98	c Got one! Elapsed wall clock time (in seconds):1.76
3.05/1.98	o 1218
3.15/2.00	c Got one! Elapsed wall clock time (in seconds):1.784
3.15/2.00	o 1215
3.15/2.02	c Got one! Elapsed wall clock time (in seconds):1.806
3.15/2.02	o 1213
3.15/2.05	c Got one! Elapsed wall clock time (in seconds):1.83
3.15/2.05	o 1147
3.15/2.07	c Got one! Elapsed wall clock time (in seconds):1.852
3.15/2.07	o 1146
3.15/2.09	c Got one! Elapsed wall clock time (in seconds):1.876
3.15/2.09	o 1145
3.25/2.12	c Got one! Elapsed wall clock time (in seconds):1.902
3.25/2.12	o 1134
3.25/2.14	c Got one! Elapsed wall clock time (in seconds):1.927
3.25/2.14	o 1132
3.25/2.17	c Got one! Elapsed wall clock time (in seconds):1.952
3.25/2.17	o 1130
3.25/2.19	c Got one! Elapsed wall clock time (in seconds):1.974
3.25/2.19	o 1090
3.35/2.22	c Got one! Elapsed wall clock time (in seconds):2.003
3.35/2.22	o 1089
3.35/2.26	c Got one! Elapsed wall clock time (in seconds):2.04
3.35/2.26	o 1084
3.35/2.28	c Got one! Elapsed wall clock time (in seconds):2.063
3.35/2.28	o 1083
3.45/2.30	c Got one! Elapsed wall clock time (in seconds):2.088
3.45/2.30	o 1081
3.45/2.36	c Got one! Elapsed wall clock time (in seconds):2.145
3.45/2.36	o 1070
3.45/2.39	c Got one! Elapsed wall clock time (in seconds):2.172
3.45/2.39	o 1069
3.63/2.44	c Got one! Elapsed wall clock time (in seconds):2.219
3.63/2.44	o 941
3.63/2.46	c Got one! Elapsed wall clock time (in seconds):2.241
3.63/2.46	o 937
3.63/2.49	c Got one! Elapsed wall clock time (in seconds):2.269
3.63/2.49	o 936
3.73/2.52	c Got one! Elapsed wall clock time (in seconds):2.301
3.73/2.52	o 935
3.73/2.55	c Got one! Elapsed wall clock time (in seconds):2.329
3.73/2.55	o 929
3.73/2.57	c Got one! Elapsed wall clock time (in seconds):2.357
3.73/2.57	o 923
3.82/2.60	c Got one! Elapsed wall clock time (in seconds):2.386
3.82/2.60	o 921
3.82/2.64	c Got one! Elapsed wall clock time (in seconds):2.423
3.82/2.64	o 920
3.82/2.67	c Got one! Elapsed wall clock time (in seconds):2.457
3.82/2.67	o 881
3.93/2.70	c Got one! Elapsed wall clock time (in seconds):2.483
3.93/2.70	o 879
3.93/2.73	c Got one! Elapsed wall clock time (in seconds):2.513
3.93/2.73	o 877
3.93/2.77	c Got one! Elapsed wall clock time (in seconds):2.551
3.93/2.77	o 875
4.06/2.80	c Got one! Elapsed wall clock time (in seconds):2.585
4.06/2.80	o 873
4.06/2.83	c Got one! Elapsed wall clock time (in seconds):2.608
4.06/2.83	o 872
4.06/2.85	c Got one! Elapsed wall clock time (in seconds):2.634
4.06/2.85	o 871
4.06/2.88	c Got one! Elapsed wall clock time (in seconds):2.661
4.06/2.88	o 869
4.19/2.91	c Got one! Elapsed wall clock time (in seconds):2.688
4.19/2.91	o 865
4.19/2.94	c Got one! Elapsed wall clock time (in seconds):2.719
4.19/2.94	o 864
4.19/2.97	c Got one! Elapsed wall clock time (in seconds):2.754
4.19/2.97	o 862
4.35/3.01	c Got one! Elapsed wall clock time (in seconds):2.789
4.35/3.01	o 857
4.35/3.04	c Got one! Elapsed wall clock time (in seconds):2.819
4.35/3.04	o 855
4.35/3.07	c Got one! Elapsed wall clock time (in seconds):2.852
4.35/3.07	o 852
4.46/3.11	c Got one! Elapsed wall clock time (in seconds):2.89
4.46/3.11	o 841
4.46/3.14	c Got one! Elapsed wall clock time (in seconds):2.924
4.46/3.14	o 835
4.46/3.18	c Got one! Elapsed wall clock time (in seconds):2.966
4.46/3.18	o 832
4.57/3.23	c Got one! Elapsed wall clock time (in seconds):3.011
4.57/3.23	o 830
4.57/3.30	c Got one! Elapsed wall clock time (in seconds):3.082
4.57/3.30	o 404
4.66/3.39	c Got one! Elapsed wall clock time (in seconds):3.17
4.66/3.39	o 402
4.75/3.47	c Got one! Elapsed wall clock time (in seconds):3.258
4.75/3.47	o 400
4.86/3.51	c Got one! Elapsed wall clock time (in seconds):3.296
4.86/3.51	o 395
4.86/3.55	c Got one! Elapsed wall clock time (in seconds):3.337
4.86/3.55	o 392
4.95/3.63	c Got one! Elapsed wall clock time (in seconds):3.412
4.95/3.63	o 391
5.05/3.70	c Got one! Elapsed wall clock time (in seconds):3.482
5.05/3.70	o 390
5.05/3.78	c Got one! Elapsed wall clock time (in seconds):3.566
5.05/3.78	o 389
5.16/3.84	c Got one! Elapsed wall clock time (in seconds):3.619
5.16/3.84	o 388
5.16/3.88	c Got one! Elapsed wall clock time (in seconds):3.666
5.16/3.88	o 387
5.26/3.96	c Got one! Elapsed wall clock time (in seconds):3.742
5.26/3.96	o 386
5.35/4.05	c Got one! Elapsed wall clock time (in seconds):3.832
5.35/4.05	o 385
5.35/4.10	c Got one! Elapsed wall clock time (in seconds):3.879
5.35/4.10	o 380
5.45/4.17	c Got one! Elapsed wall clock time (in seconds):3.955
5.45/4.17	o 370
5.55/4.24	c Got one! Elapsed wall clock time (in seconds):4.023
5.55/4.24	o 369
5.55/4.28	c Got one! Elapsed wall clock time (in seconds):4.058
5.55/4.28	o 368
5.66/4.36	c Got one! Elapsed wall clock time (in seconds):4.14
5.66/4.36	o 367
5.76/4.45	c Got one! Elapsed wall clock time (in seconds):4.23
5.76/4.45	o 366
5.87/4.50	c Got one! Elapsed wall clock time (in seconds):4.284
5.87/4.50	o 362
5.87/4.54	c Got one! Elapsed wall clock time (in seconds):4.319
5.87/4.54	o 361
5.87/4.59	c Got one! Elapsed wall clock time (in seconds):4.371
5.87/4.59	o 360
5.97/4.64	c Got one! Elapsed wall clock time (in seconds):4.42
5.97/4.64	o 358
5.97/4.69	c Got one! Elapsed wall clock time (in seconds):4.469
5.97/4.69	o 341
6.07/4.74	c Got one! Elapsed wall clock time (in seconds):4.522
6.07/4.74	o 339
6.27/4.91	c Got one! Elapsed wall clock time (in seconds):4.691
6.27/4.91	o 337
6.27/4.95	c Got one! Elapsed wall clock time (in seconds):4.734
6.27/4.95	o 335
6.37/5.02	c Got one! Elapsed wall clock time (in seconds):4.808
6.37/5.02	o 333
6.37/5.09	c Got one! Elapsed wall clock time (in seconds):4.874
6.37/5.09	o 331
6.47/5.15	c Got one! Elapsed wall clock time (in seconds):4.937
6.47/5.15	o 329
6.47/5.19	c Got one! Elapsed wall clock time (in seconds):4.97
6.47/5.19	o 322
6.59/5.26	c Got one! Elapsed wall clock time (in seconds):5.039
6.59/5.26	o 321
6.69/5.30	c Got one! Elapsed wall clock time (in seconds):5.083
6.69/5.30	o 319
6.69/5.34	c Got one! Elapsed wall clock time (in seconds):5.125
6.69/5.34	o 318
6.69/5.39	c Got one! Elapsed wall clock time (in seconds):5.171
6.69/5.39	o 317
6.79/5.47	c Got one! Elapsed wall clock time (in seconds):5.248
6.79/5.47	o 316
6.90/5.53	c Got one! Elapsed wall clock time (in seconds):5.31
6.90/5.53	o 315
6.99/5.60	c Got one! Elapsed wall clock time (in seconds):5.379
6.99/5.60	o 314
6.99/5.66	c Got one! Elapsed wall clock time (in seconds):5.447
6.99/5.66	o 312
7.10/5.72	c Got one! Elapsed wall clock time (in seconds):5.506
7.10/5.72	o 311
7.10/5.77	c Got one! Elapsed wall clock time (in seconds):5.55
7.10/5.77	o 310
7.20/5.84	c Got one! Elapsed wall clock time (in seconds):5.623
7.20/5.84	o 308
7.30/5.92	c Got one! Elapsed wall clock time (in seconds):5.707
7.30/5.92	o 306
7.40/6.00	c Got one! Elapsed wall clock time (in seconds):5.781
7.40/6.00	o 305
7.50/6.10	c Got one! Elapsed wall clock time (in seconds):5.882
7.50/6.10	o 304
7.50/6.18	c Got one! Elapsed wall clock time (in seconds):5.959
7.50/6.18	o 303
7.60/6.25	c Got one! Elapsed wall clock time (in seconds):6.037
7.60/6.25	o 302
7.70/6.34	c Got one! Elapsed wall clock time (in seconds):6.12
7.70/6.34	o 300
7.80/6.42	c Got one! Elapsed wall clock time (in seconds):6.199
7.80/6.42	o 297
7.80/6.48	c Got one! Elapsed wall clock time (in seconds):6.263
7.80/6.48	o 296
7.90/6.57	c Got one! Elapsed wall clock time (in seconds):6.357
7.90/6.57	o 294
8.00/6.68	c Got one! Elapsed wall clock time (in seconds):6.464
8.00/6.68	o 293
8.10/6.77	c Got one! Elapsed wall clock time (in seconds):6.557
8.10/6.77	o 291
8.20/6.87	c Got one! Elapsed wall clock time (in seconds):6.655
8.20/6.87	o 270
8.30/6.96	c Got one! Elapsed wall clock time (in seconds):6.744
8.30/6.96	o 269
8.40/7.06	c Got one! Elapsed wall clock time (in seconds):6.845
8.40/7.06	o 268
8.50/7.12	c Got one! Elapsed wall clock time (in seconds):6.908
8.50/7.12	o 267
8.60/7.24	c Got one! Elapsed wall clock time (in seconds):7.026
8.60/7.24	o 266
8.70/7.38	c Got one! Elapsed wall clock time (in seconds):7.163
8.70/7.38	o 265
8.80/7.45	c Got one! Elapsed wall clock time (in seconds):7.229
8.80/7.45	o 264
9.00/7.62	c Got one! Elapsed wall clock time (in seconds):7.408
9.00/7.62	o 263
9.10/7.76	c Got one! Elapsed wall clock time (in seconds):7.543
9.10/7.76	o 259
9.20/7.86	c Got one! Elapsed wall clock time (in seconds):7.644
9.20/7.86	o 256
9.30/7.91	c Got one! Elapsed wall clock time (in seconds):7.693
9.30/7.91	o 255
9.40/8.02	c Got one! Elapsed wall clock time (in seconds):7.805
9.40/8.02	o 254
9.50/8.12	c Got one! Elapsed wall clock time (in seconds):7.907
9.50/8.12	o 253
9.60/8.23	c Got one! Elapsed wall clock time (in seconds):8.015
9.60/8.23	o 252
9.70/8.33	c Got one! Elapsed wall clock time (in seconds):8.11
9.70/8.33	o 251
9.80/8.43	c Got one! Elapsed wall clock time (in seconds):8.216
9.80/8.43	o 249
9.80/8.49	c Got one! Elapsed wall clock time (in seconds):8.277
9.80/8.49	o 248
10.00/8.64	c Got one! Elapsed wall clock time (in seconds):8.419
10.00/8.64	o 246
10.10/8.71	c Got one! Elapsed wall clock time (in seconds):8.494
10.10/8.71	o 244
10.20/8.84	c Got one! Elapsed wall clock time (in seconds):8.623
10.20/8.84	o 223
10.30/8.95	c Got one! Elapsed wall clock time (in seconds):8.734
10.30/8.95	o 222
10.50/9.11	c Got one! Elapsed wall clock time (in seconds):8.891
10.50/9.11	o 221
10.60/9.23	c Got one! Elapsed wall clock time (in seconds):9.009
10.60/9.23	o 220
10.70/9.35	c Got one! Elapsed wall clock time (in seconds):9.134
10.70/9.35	o 219
10.80/9.43	c Got one! Elapsed wall clock time (in seconds):9.217
10.80/9.43	o 217
10.93/9.57	c Got one! Elapsed wall clock time (in seconds):9.354
10.93/9.57	o 214
11.03/9.64	c Got one! Elapsed wall clock time (in seconds):9.418
11.03/9.64	o 213
11.13/9.71	c Got one! Elapsed wall clock time (in seconds):9.488
11.13/9.71	o 211
11.93/10.53	c Got one! Elapsed wall clock time (in seconds):10.308
11.93/10.53	o 209
12.23/10.89	c Got one! Elapsed wall clock time (in seconds):10.67
12.23/10.89	o 208
12.43/11.02	c Got one! Elapsed wall clock time (in seconds):10.807
12.43/11.02	o 206
12.63/11.25	c Got one! Elapsed wall clock time (in seconds):11.035
12.63/11.25	o 204
12.73/11.39	c Got one! Elapsed wall clock time (in seconds):11.177
12.73/11.39	o 203
12.93/11.52	c Got one! Elapsed wall clock time (in seconds):11.304
12.93/11.52	o 198
13.03/11.64	c Got one! Elapsed wall clock time (in seconds):11.42
13.03/11.64	o 196
13.13/11.78	c Got one! Elapsed wall clock time (in seconds):11.564
13.13/11.78	o 194
13.33/11.95	c Got one! Elapsed wall clock time (in seconds):11.732
13.33/11.95	o 193
13.43/12.09	c Got one! Elapsed wall clock time (in seconds):11.868
13.43/12.09	o 191
13.63/12.27	c Got one! Elapsed wall clock time (in seconds):12.051
13.63/12.27	o 190
13.83/12.40	c Got one! Elapsed wall clock time (in seconds):12.181
13.83/12.40	o 188
13.83/12.47	c Got one! Elapsed wall clock time (in seconds):12.249
13.83/12.47	o 187
14.03/12.64	c Got one! Elapsed wall clock time (in seconds):12.424
14.03/12.64	o 185
14.13/12.72	c Got one! Elapsed wall clock time (in seconds):12.502
14.13/12.72	o 184
14.23/12.80	c Got one! Elapsed wall clock time (in seconds):12.583
14.23/12.80	o 183
14.33/12.91	c Got one! Elapsed wall clock time (in seconds):12.691
14.33/12.91	o 181
14.53/13.18	c Got one! Elapsed wall clock time (in seconds):12.965
14.53/13.18	o 180
14.72/13.37	c Got one! Elapsed wall clock time (in seconds):13.155
14.72/13.37	o 178
16.22/14.83	c Got one! Elapsed wall clock time (in seconds):14.611
16.22/14.83	o 176
16.42/15.04	c Got one! Elapsed wall clock time (in seconds):14.819
16.42/15.04	o 174
16.52/15.13	c Got one! Elapsed wall clock time (in seconds):14.915
16.52/15.13	o 173
16.73/15.33	c Got one! Elapsed wall clock time (in seconds):15.112
16.73/15.33	o 171
17.36/15.99	c Got one! Elapsed wall clock time (in seconds):15.773
17.36/15.99	o 169
17.46/16.09	c Got one! Elapsed wall clock time (in seconds):15.877
17.46/16.09	o 167
17.56/16.19	c Got one! Elapsed wall clock time (in seconds):15.969
17.56/16.19	o 166
17.86/16.43	c Got one! Elapsed wall clock time (in seconds):16.208
17.86/16.43	o 165
17.96/16.51	c Got one! Elapsed wall clock time (in seconds):16.295
17.96/16.51	o 164
18.15/16.70	c Got one! Elapsed wall clock time (in seconds):16.485
18.15/16.70	o 162
18.25/16.84	c Got one! Elapsed wall clock time (in seconds):16.619
18.25/16.84	o 160
18.55/17.13	c Got one! Elapsed wall clock time (in seconds):16.914
18.55/17.13	o 154
18.75/17.30	c Got one! Elapsed wall clock time (in seconds):17.088
18.75/17.30	o 153
18.75/17.39	c Got one! Elapsed wall clock time (in seconds):17.177
18.75/17.39	o 151
19.06/17.63	c Got one! Elapsed wall clock time (in seconds):17.417
19.06/17.63	o 150
19.15/17.77	c Got one! Elapsed wall clock time (in seconds):17.557
19.15/17.77	o 148
20.25/18.85	c Got one! Elapsed wall clock time (in seconds):18.635
20.25/18.85	o 147
20.45/19.00	c Got one! Elapsed wall clock time (in seconds):18.783
20.45/19.00	o 146
20.65/19.22	c Got one! Elapsed wall clock time (in seconds):19.003
20.65/19.22	o 145
20.85/19.40	c Got one! Elapsed wall clock time (in seconds):19.181
20.85/19.40	o 143
20.85/19.50	c Got one! Elapsed wall clock time (in seconds):19.279
20.85/19.50	o 139
21.85/20.49	c Got one! Elapsed wall clock time (in seconds):20.268
21.85/20.49	o 138
22.05/20.69	c Got one! Elapsed wall clock time (in seconds):20.473
22.05/20.69	o 123
22.36/20.99	c Got one! Elapsed wall clock time (in seconds):20.778
22.36/20.99	o 121
22.65/21.25	c Got one! Elapsed wall clock time (in seconds):21.031
22.65/21.25	o 119
22.85/21.46	c Got one! Elapsed wall clock time (in seconds):21.247
22.85/21.46	o 118
23.05/21.65	c Got one! Elapsed wall clock time (in seconds):21.43
23.05/21.65	o 117
23.25/21.85	c Got one! Elapsed wall clock time (in seconds):21.634
23.25/21.85	o 116
24.55/23.17	c Got one! Elapsed wall clock time (in seconds):22.956
24.55/23.17	o 114
24.95/23.50	c Got one! Elapsed wall clock time (in seconds):23.282
24.95/23.50	o 113
25.15/23.74	c Got one! Elapsed wall clock time (in seconds):23.52
25.15/23.74	o 112
25.35/23.92	c Got one! Elapsed wall clock time (in seconds):23.704
25.35/23.92	o 110
25.79/24.35	c Got one! Elapsed wall clock time (in seconds):24.135
25.79/24.35	o 108
26.09/24.64	c Got one! Elapsed wall clock time (in seconds):24.425
26.09/24.64	o 107
26.29/24.82	c Got one! Elapsed wall clock time (in seconds):24.604
26.29/24.82	o 106
26.49/25.03	c Got one! Elapsed wall clock time (in seconds):24.811
26.49/25.03	o 105
26.70/25.25	c Got one! Elapsed wall clock time (in seconds):25.028
26.70/25.25	o 103
26.99/25.52	c Got one! Elapsed wall clock time (in seconds):25.305
26.99/25.52	o 101
27.19/25.75	c Got one! Elapsed wall clock time (in seconds):25.529
27.19/25.75	o 99
30.49/29.02	c Got one! Elapsed wall clock time (in seconds):28.8
30.49/29.02	o 97
30.79/29.39	c Got one! Elapsed wall clock time (in seconds):29.169
30.79/29.39	o 96
31.39/29.94	c Got one! Elapsed wall clock time (in seconds):29.718
31.39/29.94	o 95
31.59/30.17	c Got one! Elapsed wall clock time (in seconds):29.953
31.59/30.17	o 93
31.99/30.50	c Got one! Elapsed wall clock time (in seconds):30.288
31.99/30.50	o 91
32.99/31.56	c Got one! Elapsed wall clock time (in seconds):31.347
32.99/31.56	o 90
35.24/33.76	c Got one! Elapsed wall clock time (in seconds):33.545
35.24/33.76	o 88
35.65/34.13	c Got one! Elapsed wall clock time (in seconds):33.913
35.65/34.13	o 86
36.14/34.67	c Got one! Elapsed wall clock time (in seconds):34.452
36.14/34.67	o 85
36.34/34.86	c Got one! Elapsed wall clock time (in seconds):34.64
36.34/34.86	o 83
37.75/36.23	c Got one! Elapsed wall clock time (in seconds):36.014
37.75/36.23	o 82
38.25/36.74	c Got one! Elapsed wall clock time (in seconds):36.521
38.25/36.74	o 80
38.75/37.27	c Got one! Elapsed wall clock time (in seconds):37.056
38.75/37.27	o 79
39.64/38.13	c Got one! Elapsed wall clock time (in seconds):37.909
39.64/38.13	o 78
39.94/38.47	c Got one! Elapsed wall clock time (in seconds):38.258
39.94/38.47	o 77
41.34/39.85	c Got one! Elapsed wall clock time (in seconds):39.633
41.34/39.85	o 76
42.74/41.21	c Got one! Elapsed wall clock time (in seconds):40.992
42.74/41.21	o 75
43.24/41.70	c Got one! Elapsed wall clock time (in seconds):41.486
43.24/41.70	o 74
43.44/41.91	c Got one! Elapsed wall clock time (in seconds):41.694
43.44/41.91	o 73
43.94/42.42	c Got one! Elapsed wall clock time (in seconds):42.205
43.94/42.42	o 72
44.34/42.87	c Got one! Elapsed wall clock time (in seconds):42.652
44.34/42.87	o 71
45.14/43.67	c Got one! Elapsed wall clock time (in seconds):43.457
45.14/43.67	o 70
45.34/43.86	c Got one! Elapsed wall clock time (in seconds):43.647
45.34/43.86	o 68
46.64/45.11	c Got one! Elapsed wall clock time (in seconds):44.891
46.64/45.11	o 67
47.06/45.55	c Got one! Elapsed wall clock time (in seconds):45.332
47.06/45.55	o 66
47.40/45.82	c Got one! Elapsed wall clock time (in seconds):45.604
47.40/45.82	o 65
47.80/46.22	c Got one! Elapsed wall clock time (in seconds):46.005
47.80/46.22	o 52
48.20/46.67	c Got one! Elapsed wall clock time (in seconds):46.451
48.20/46.67	o 51
50.59/49.08	c Got one! Elapsed wall clock time (in seconds):48.858
50.59/49.08	o 50
50.89/49.33	c Got one! Elapsed wall clock time (in seconds):49.108
50.89/49.33	o 48
51.49/49.90	c Got one! Elapsed wall clock time (in seconds):49.682
51.49/49.90	o 47
53.99/52.42	c Got one! Elapsed wall clock time (in seconds):52.204
53.99/52.42	o 45
54.40/52.81	c Got one! Elapsed wall clock time (in seconds):52.591
54.40/52.81	o 43
55.59/54.09	c Got one! Elapsed wall clock time (in seconds):53.873
55.59/54.09	o 42
57.70/56.13	c Got one! Elapsed wall clock time (in seconds):55.912
57.70/56.13	o 41
58.80/57.26	c Got one! Elapsed wall clock time (in seconds):57.043
58.80/57.26	o 40
59.19/57.68	c Got one! Elapsed wall clock time (in seconds):57.46
59.19/57.68	o 38
66.35/64.76	c Got one! Elapsed wall clock time (in seconds):64.543
66.35/64.76	o 36
66.95/65.34	c Got one! Elapsed wall clock time (in seconds):65.119
66.95/65.34	o 34
70.45/68.84	c Got one! Elapsed wall clock time (in seconds):68.62
70.45/68.84	o 32
74.00/72.30	c Got one! Elapsed wall clock time (in seconds):72.083
74.00/72.30	o 31
77.90/76.22	c Got one! Elapsed wall clock time (in seconds):76.001
77.90/76.22	o 29
80.30/78.68	c Got one! Elapsed wall clock time (in seconds):78.465
80.30/78.68	o 27
91.34/89.64	c Got one! Elapsed wall clock time (in seconds):89.426
91.34/89.64	o 25
94.34/92.60	c Got one! Elapsed wall clock time (in seconds):92.385
94.34/92.60	o 23
105.98/104.24	c Got one! Elapsed wall clock time (in seconds):104.019
105.98/104.24	o 22
113.48/111.73	c Got one! Elapsed wall clock time (in seconds):111.517
113.48/111.73	o 20
120.51/118.72	c Got one! Elapsed wall clock time (in seconds):118.5
120.51/118.72	o 18
130.70/128.93	c Got one! Elapsed wall clock time (in seconds):128.711
130.70/128.93	o 17
136.10/134.33	c Got one! Elapsed wall clock time (in seconds):134.109
136.10/134.33	o 16
148.52/146.80	c Got one! Elapsed wall clock time (in seconds):146.578
148.52/146.80	o 15
150.92/149.17	c Got one! Elapsed wall clock time (in seconds):148.951
150.92/149.17	o 14
158.71/156.95	c Got one! Elapsed wall clock time (in seconds):156.735
158.71/156.95	o 13
159.81/158.02	c Got one! Elapsed wall clock time (in seconds):157.805
159.81/158.02	o 12
240.19/238.31	c Got one! Elapsed wall clock time (in seconds):238.091
240.19/238.31	o 10
1366.34/1363.71	c Got one! Elapsed wall clock time (in seconds):1363.496
1366.34/1363.71	o 9
1800.01/1797.21	c starts		: 939
1800.01/1797.21	c conflicts		: 867359
1800.01/1797.21	c decisions		: 939825
1800.01/1797.21	c propagations		: 7403275
1800.01/1797.21	c inspects		: 5459523945
1800.01/1797.21	c learnt literals	: 0
1800.01/1797.21	c learnt binary clauses	: 0
1800.01/1797.21	c learnt ternary clauses	: 0
1800.01/1797.21	c learnt clauses	: 867359
1800.01/1797.21	c ignored clauses	: 0
1800.01/1797.21	c root simplifications	: 0
1800.01/1797.21	c removed literals (reason simplification)	: 9013705
1800.01/1797.21	c reason swapping (by a shorter reason)	: 0
1800.01/1797.21	c Calls to reduceDB	: 0
1800.01/1797.21	c speed (assignments/second)	: 17077.91234140715
1800.01/1797.21	c non guided choices	4861
1800.22/1797.35	c learnt constraints type 
1800.22/1797.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 867381
1800.22/1797.35	c constraints type 
1800.22/1797.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1800.22/1797.35	s SATISFIABLE
1800.22/1797.36	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 x85 -x86 x87 -x88 -x89 x90 x91 -x92 x93 -x94 x95 x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 x108 x109 x110 x111 x112 -x113 -x114 x115 x116 -x117 x118 -x119 -x120 
1800.22/1797.36	c objective function=9
1800.22/1797.36	c Total wall clock time (in seconds): 1797.139

Verifier Data

OK	9

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

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

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11627
/proc/meminfo: memFree=1350376/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=152 CPUtime=0
/proc/11627/stat : 11627 (java6) R 11625 11627 11313 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 159914717 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 2495268 0 0 4096 0 0 0 0 17 1 0 0
/proc/11627/statm: 38 26 19 9 0 4 0

[startup+0.064524 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11627
/proc/meminfo: memFree=1350376/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1470220 CPUtime=0.05
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 3314 0 1 0 4 1 0 0 18 0 7 0 159914717 1505505280 3059 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 367555 3059 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101529 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11627
/proc/meminfo: memFree=1350376/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1472584 CPUtime=0.08
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 3601 0 1 0 6 2 0 0 18 0 12 0 159914717 1507926016 3344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 368146 3344 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301547 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11627
/proc/meminfo: memFree=1350376/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1475868 CPUtime=0.34
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 5139 0 1 0 31 3 0 0 18 0 13 0 159914717 1511288832 4876 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 368967 4876 1352 9 0 366310 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475868

[startup+0.701594 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11627
/proc/meminfo: memFree=1350376/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1478640 CPUtime=1.03
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 7629 0 1 0 99 4 0 0 18 0 13 0 159914717 1514127360 6944 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 369660 6944 1413 9 0 367003 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1478640

[startup+1.50269 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 11640
/proc/meminfo: memFree=1317504/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1486768 CPUtime=2.32
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 17049 0 1 0 223 9 0 0 18 0 13 0 159914717 1522450432 14722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 371692 14723 1421 9 0 369035 0
[pid=11627/tid=11629] ppid=11625 vsize=1486768 CPUtime=1.11
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 10990 0 1 0 105 6 0 0 19 0 13 0 159914718 1522450432 14723 1992294400 134512640 134550932 4294956016 18446744073709551615 4109161456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 159914719 1522450432 14723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 159914719 1522450432 14723 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159914721 1522450432 14724 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 159914721 1522450432 14725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159914722 1522450432 14725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1522450432 14726 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1486768 CPUtime=0.59
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 1868 0 0 0 58 1 0 0 17 0 13 0 159914726 1522450432 14726 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1486768 CPUtime=0.59
/proc/11627/task/11637/stat : 11637 (java) R 11625 11627 11313 0 -1 64 3447 0 0 0 58 1 0 0 18 0 13 0 159914726 1522450432 14727 1992294400 134512640 134550932 4294956016 18446744073709551615 103148034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1522450432 14727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159914726 1522450432 14728 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1486768 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1522450432 14729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1486768

[startup+3.10287 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11640
/proc/meminfo: memFree=1277248/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1488060 CPUtime=4.46
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 32015 0 1 0 432 14 0 0 18 0 13 0 159914717 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 372015 26745 1423 9 0 369358 0
[pid=11627/tid=11629] ppid=11625 vsize=1488060 CPUtime=2.52
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 22354 0 1 0 242 10 0 0 21 0 13 0 159914718 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4109487712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 159914719 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 159914719 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 159914721 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 159914721 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 159914722 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1488060 CPUtime=0.88
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 3139 0 0 0 87 1 0 0 16 0 13 0 159914726 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1488060 CPUtime=1.02
/proc/11627/task/11637/stat : 11637 (java) S 11625 11627 11313 0 -1 64 5777 0 0 0 101 1 0 0 16 0 13 0 159914726 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 159914726 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1488060 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1523773440 26745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1488060

[startup+6.30224 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11640
/proc/meminfo: memFree=1210048/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1485020 CPUtime=7.7
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 42182 0 1 0 751 19 0 0 18 0 13 0 159914717 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 371255 36241 1432 9 0 368598 0
[pid=11627/tid=11629] ppid=11625 vsize=1485020 CPUtime=5.69
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 30969 0 1 0 555 14 0 0 25 0 13 0 159914718 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4109524464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1485020 CPUtime=0.01
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 769 0 0 0 1 0 0 0 16 0 13 0 159914719 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1485020 CPUtime=0
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 771 0 0 0 0 0 0 0 16 0 13 0 159914719 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1485020 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159914721 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1485020 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159914721 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1485020 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159914722 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1485020 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1485020 CPUtime=0.88
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 3139 0 0 0 87 1 0 0 16 0 13 0 159914726 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1485020 CPUtime=1.07
/proc/11627/task/11637/stat : 11637 (java) S 11625 11627 11313 0 -1 64 5781 0 0 0 106 1 0 0 15 0 13 0 159914726 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1485020 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1485020 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159914726 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1485020 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1520660480 36241 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 1485020

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11640
/proc/meminfo: memFree=1202944/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1481468 CPUtime=14.13
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 44907 0 1 0 1392 21 0 0 18 0 13 0 159914717 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 370367 37957 1432 9 0 367710 0
[pid=11627/tid=11629] ppid=11625 vsize=1481468 CPUtime=12.05
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 30970 0 1 0 1191 14 0 0 25 0 13 0 159914718 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4109524479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1481468 CPUtime=0.04
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 2031 0 0 0 3 1 0 0 16 0 13 0 159914719 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1481468 CPUtime=0.03
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 2230 0 0 0 2 1 0 0 16 0 13 0 159914719 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159914722 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1481468 CPUtime=0.88
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 3139 0 0 0 87 1 0 0 16 0 13 0 159914726 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1481468 CPUtime=1.08
/proc/11627/task/11637/stat : 11637 (java) S 11625 11627 11313 0 -1 64 5781 0 0 0 107 1 0 0 16 0 13 0 159914726 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159914726 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1517023232 37957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 1481468

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11640
/proc/meminfo: memFree=1186304/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1481468 CPUtime=26.99
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 49180 0 1 0 2676 23 0 0 18 0 13 0 159914717 1517023232 42172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 370367 42172 1432 9 0 367710 0
[pid=11627/tid=11629] ppid=11625 vsize=1481468 CPUtime=24.75
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 30972 0 1 0 2461 14 0 0 25 0 13 0 159914718 1517023232 42172 1992294400 134512640 134550932 4294956016 18446744073709551615 4109473450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1481468 CPUtime=0.11
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 4150 0 0 0 9 2 0 0 17 0 13 0 159914719 1517023232 42172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1481468 CPUtime=0.1
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 4375 0 0 0 9 1 0 0 17 0 13 0 159914719 1517023232 42172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1481468 CPUtime=0

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

[pid=11627/tid=11632] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159914722 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1481468 CPUtime=0.88
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 3139 0 0 0 87 1 0 0 16 0 13 0 159914726 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1481468 CPUtime=1.09
/proc/11627/task/11637/stat : 11637 (java) S 11625 11627 11313 0 -1 64 5782 0 0 0 108 1 0 0 16 0 13 0 159914726 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159914726 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1517023232 87111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.04
Current children cumulated vsize (KiB) 1481468

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11646
/proc/meminfo: memFree=999936/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1481468 CPUtime=1665.08
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 97711 0 1 0 166455 53 0 0 18 0 13 0 159914717 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 370367 88555 1432 9 0 367710 0
[pid=11627/tid=11629] ppid=11625 vsize=1481468 CPUtime=1659.25
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 31012 0 1 0 165906 19 0 0 25 0 13 0 159914718 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4109524479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1481468 CPUtime=1.91
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 29670 0 0 0 178 13 0 0 17 0 13 0 159914719 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1481468 CPUtime=1.88
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 27345 0 0 0 173 15 0 0 16 0 13 0 159914719 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159914722 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1481468 CPUtime=0.88
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 3139 0 0 0 87 1 0 0 16 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1481468 CPUtime=1.09
/proc/11627/task/11637/stat : 11637 (java) S 11625 11627 11313 0 -1 64 5782 0 0 0 108 1 0 0 16 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.08
Current children cumulated vsize (KiB) 1481468

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11646
/proc/meminfo: memFree=999936/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1481468 CPUtime=1725.07
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 97711 0 1 0 172454 53 0 0 18 0 13 0 159914717 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 370367 88555 1432 9 0 367710 0
[pid=11627/tid=11629] ppid=11625 vsize=1481468 CPUtime=1719.23
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 31012 0 1 0 171904 19 0 0 25 0 13 0 159914718 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4109524432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1481468 CPUtime=1.91
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 29670 0 0 0 178 13 0 0 17 0 13 0 159914719 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1481468 CPUtime=1.88
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 27345 0 0 0 173 15 0 0 16 0 13 0 159914719 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159914722 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1481468 CPUtime=0.88
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 3139 0 0 0 87 1 0 0 16 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1481468 CPUtime=1.09
/proc/11627/task/11637/stat : 11637 (java) S 11625 11627 11313 0 -1 64 5782 0 0 0 108 1 0 0 16 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159914726 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1517023232 88555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.07
Current children cumulated vsize (KiB) 1481468

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11646
/proc/meminfo: memFree=997440/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1481468 CPUtime=1785.11
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 98320 0 1 0 178457 54 0 0 18 0 13 0 159914717 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 370367 89157 1432 9 0 367710 0
[pid=11627/tid=11629] ppid=11625 vsize=1481468 CPUtime=1779.15
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 31013 0 1 0 177896 19 0 0 25 0 13 0 159914718 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4109473870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1481468 CPUtime=1.97
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 30119 0 0 0 184 13 0 0 17 0 13 0 159914719 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1481468 CPUtime=1.95
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 27504 0 0 0 179 16 0 0 16 0 13 0 159914719 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159914722 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1481468 CPUtime=0.88
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 3139 0 0 0 87 1 0 0 16 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1481468 CPUtime=1.09
/proc/11627/task/11637/stat : 11637 (java) S 11625 11627 11313 0 -1 64 5782 0 0 0 108 1 0 0 16 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.11
Current children cumulated vsize (KiB) 1481468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11646
/proc/meminfo: memFree=997440/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=1481468 CPUtime=1800.01
/proc/11627/stat : 11627 (java) S 11625 11627 11313 0 -1 0 98320 0 1 0 179947 54 0 0 18 0 13 0 159914717 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 370367 89157 1432 9 0 367710 0
[pid=11627/tid=11629] ppid=11625 vsize=1481468 CPUtime=1794.05
/proc/11627/task/11629/stat : 11629 (java) R 11625 11627 11313 0 -1 64 31013 0 1 0 179386 19 0 0 25 0 13 0 159914718 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4109565055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11630] ppid=11625 vsize=1481468 CPUtime=1.97
/proc/11627/task/11630/stat : 11630 (java) S 11625 11627 11313 0 -1 64 30119 0 0 0 184 13 0 0 17 0 13 0 159914719 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11631] ppid=11625 vsize=1481468 CPUtime=1.95
/proc/11627/task/11631/stat : 11631 (java) S 11625 11627 11313 0 -1 64 27504 0 0 0 179 16 0 0 16 0 13 0 159914719 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11632] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11632/stat : 11632 (java) S 11625 11627 11313 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11633] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11633/stat : 11633 (java) S 11625 11627 11313 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 159914721 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11634] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11634/stat : 11634 (java) S 11625 11627 11313 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159914722 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11635] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11635/stat : 11635 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11636] ppid=11625 vsize=1481468 CPUtime=0.88
/proc/11627/task/11636/stat : 11636 (java) S 11625 11627 11313 0 -1 64 3139 0 0 0 87 1 0 0 16 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11637] ppid=11625 vsize=1481468 CPUtime=1.09
/proc/11627/task/11637/stat : 11637 (java) S 11625 11627 11313 0 -1 64 5782 0 0 0 108 1 0 0 16 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11638] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11638/stat : 11638 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11627/tid=11639] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11639/stat : 11639 (java) S 11625 11627 11313 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159914726 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11627/tid=11640] ppid=11625 vsize=1481468 CPUtime=0
/proc/11627/task/11640/stat : 11640 (java) S 11625 11627 11313 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 159914746 1517023232 89157 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1481468

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

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

[startup+1797.41 s]
/proc/loadavg: 1.08 1.02 1.01 3/80 11649
/proc/meminfo: memFree=997288/2055920 swapFree=4182468/4192956
[pid=11627] ppid=11625 vsize=0 CPUtime=1800.35
/proc/11627/stat : 11627 (java) Z 11625 11627 11313 0 -1 1036 98347 0 1 0 179977 58 0 0 16 0 2 0 159914717 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11627/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.42
CPU time (s): 1800.37
CPU user time (s): 1799.77
CPU system time (s): 0.597909
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 1491000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98347
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37472
involuntary context switches= 39059

runsolver used 2.30265 second user time and 4.28435 second system time

The end

Launcher Data

Begin job on node23 at 2009-06-13 21:59:08
IDJOB=1856729
IDBENCH=2926
IDSOLVER=682
FILE ID=node23/1856729-1244923148
PBS_JOBID= 9354615
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856729-1244923148/watcher-1856729-1244923148 -o /tmp/evaluation-result-1856729-1244923148/solver-1856729-1244923148 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856729-1244923148.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c0264878059fff5e6fa5f51839a60b24
RANDOM SEED=620146072

node23.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1350792 kB
Buffers:         67664 kB
Cached:         557192 kB
SwapCached:       4212 kB
Active:          36396 kB
Inactive:       596248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350792 kB
SwapTotal:     4192956 kB
SwapFree:      4182468 kB
Dirty:             300 kB
Writeback:           0 kB
Mapped:          14532 kB
Slab:            58448 kB
Committed_AS:   125812 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node23 at 2009-06-13 22:29:07