Trace number 3734937

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
PB07: SAT4JPseudoResolution 2007-03-23SAT (TO)4 1800.01 1793.58

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1789.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
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 constraint55
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 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.09	c no version file found!!!
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version	1.6.0_24
0.03/0.09	c os.name	Linux
0.03/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch	amd64
0.03/0.09	c Free memory 1599470296
0.03/0.09	c Max memory 1607860224
0.03/0.09	c Total memory 1607860224
0.03/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3734937-1338703958.opb
0.07/0.11	c reading problem ... 
0.07/0.15	c ... done. Wall clock time 0.033s.
0.07/0.15	c CPU time (experimental) 0.11s.
0.07/0.15	c #vars     120
0.07/0.15	c #constraints  10
0.27/0.21	c SATISFIABLE
0.27/0.21	c OPTIMIZING...
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.094
0.27/0.21	o 2062
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.118
0.27/0.23	o 2060
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.129
0.27/0.24	o 2058
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.14
0.27/0.25	o 2057
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.15
0.27/0.27	o 2055
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.161
0.27/0.28	o 1938
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.27/0.29	o 1871
0.49/0.30	c Got one! Elapsed wall clock time (in seconds):0.181
0.49/0.30	o 1853
0.49/0.30	c Got one! Elapsed wall clock time (in seconds):0.19
0.49/0.30	o 1801
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.199
0.49/0.31	o 1780
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.208
0.49/0.32	o 1776
0.49/0.33	c Got one! Elapsed wall clock time (in seconds):0.216
0.49/0.33	o 1772
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.224
0.49/0.34	o 1651
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.231
0.49/0.35	o 1649
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.239
0.49/0.35	o 1648
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.247
0.49/0.36	o 1638
0.49/0.37	c Got one! Elapsed wall clock time (in seconds):0.254
0.49/0.37	o 1632
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.263
0.49/0.38	o 1068
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.271
0.49/0.39	o 1039
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.279
0.49/0.39	o 1036
0.62/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.62/0.41	o 1031
0.62/0.43	c Got one! Elapsed wall clock time (in seconds):0.32
0.62/0.43	o 606
0.62/0.45	c Got one! Elapsed wall clock time (in seconds):0.336
0.62/0.45	o 604
0.62/0.46	c Got one! Elapsed wall clock time (in seconds):0.348
0.62/0.46	o 603
0.62/0.48	c Got one! Elapsed wall clock time (in seconds):0.366
0.62/0.48	o 602
0.75/0.50	c Got one! Elapsed wall clock time (in seconds):0.386
0.75/0.50	o 599
0.75/0.51	c Got one! Elapsed wall clock time (in seconds):0.397
0.75/0.51	o 598
0.75/0.52	c Got one! Elapsed wall clock time (in seconds):0.409
0.75/0.52	o 596
0.75/0.54	c Got one! Elapsed wall clock time (in seconds):0.423
0.75/0.54	o 595
0.75/0.56	c Got one! Elapsed wall clock time (in seconds):0.445
0.75/0.56	o 593
0.75/0.57	c Got one! Elapsed wall clock time (in seconds):0.459
0.75/0.57	o 592
0.75/0.59	c Got one! Elapsed wall clock time (in seconds):0.472
0.75/0.59	o 591
0.85/0.61	c Got one! Elapsed wall clock time (in seconds):0.493
0.85/0.61	o 589
0.85/0.62	c Got one! Elapsed wall clock time (in seconds):0.503
0.85/0.62	o 587
0.85/0.64	c Got one! Elapsed wall clock time (in seconds):0.524
0.85/0.64	o 586
0.85/0.66	c Got one! Elapsed wall clock time (in seconds):0.543
0.85/0.66	o 584
0.85/0.68	c Got one! Elapsed wall clock time (in seconds):0.567
0.85/0.68	o 582
1.03/0.71	c Got one! Elapsed wall clock time (in seconds):0.59
1.03/0.71	o 580
1.03/0.73	c Got one! Elapsed wall clock time (in seconds):0.611
1.03/0.73	o 578
1.03/0.75	c Got one! Elapsed wall clock time (in seconds):0.633
1.03/0.75	o 426
1.03/0.77	c Got one! Elapsed wall clock time (in seconds):0.657
1.03/0.77	o 424
1.03/0.79	c Got one! Elapsed wall clock time (in seconds):0.674
1.03/0.79	o 423
1.23/0.80	c Got one! Elapsed wall clock time (in seconds):0.689
1.23/0.80	o 422
1.23/0.82	c Got one! Elapsed wall clock time (in seconds):0.706
1.23/0.82	o 421
1.23/0.84	c Got one! Elapsed wall clock time (in seconds):0.728
1.23/0.84	o 420
1.23/0.86	c Got one! Elapsed wall clock time (in seconds):0.747
1.23/0.86	o 419
1.23/0.89	c Got one! Elapsed wall clock time (in seconds):0.771
1.23/0.89	o 418
1.36/0.90	c Got one! Elapsed wall clock time (in seconds):0.785
1.36/0.90	o 405
1.36/0.92	c Got one! Elapsed wall clock time (in seconds):0.805
1.36/0.92	o 403
1.36/0.94	c Got one! Elapsed wall clock time (in seconds):0.825
1.36/0.94	o 401
1.36/0.96	c Got one! Elapsed wall clock time (in seconds):0.843
1.36/0.96	o 399
1.36/0.98	c Got one! Elapsed wall clock time (in seconds):0.861
1.36/0.98	o 396
1.36/1.00	c Got one! Elapsed wall clock time (in seconds):0.883
1.36/1.00	o 395
1.49/1.02	c Got one! Elapsed wall clock time (in seconds):0.905
1.49/1.02	o 393
1.49/1.04	c Got one! Elapsed wall clock time (in seconds):0.929
1.49/1.04	o 392
1.49/1.06	c Got one! Elapsed wall clock time (in seconds):0.949
1.49/1.06	o 391
1.49/1.08	c Got one! Elapsed wall clock time (in seconds):0.962
1.49/1.08	o 389
1.62/1.11	c Got one! Elapsed wall clock time (in seconds):0.995
1.62/1.11	o 388
1.62/1.15	c Got one! Elapsed wall clock time (in seconds):1.036
1.62/1.15	o 387
1.72/1.21	c Got one! Elapsed wall clock time (in seconds):1.095
1.72/1.21	o 385
1.72/1.26	c Got one! Elapsed wall clock time (in seconds):1.148
1.72/1.26	o 384
1.72/1.28	c Got one! Elapsed wall clock time (in seconds):1.165
1.72/1.28	o 382
1.88/1.31	c Got one! Elapsed wall clock time (in seconds):1.199
1.88/1.31	o 380
1.88/1.34	c Got one! Elapsed wall clock time (in seconds):1.225
1.88/1.34	o 379
1.88/1.38	c Got one! Elapsed wall clock time (in seconds):1.266
1.88/1.38	o 378
2.00/1.40	c Got one! Elapsed wall clock time (in seconds):1.283
2.00/1.40	o 376
2.10/1.57	c Got one! Elapsed wall clock time (in seconds):1.455
2.10/1.57	o 374
2.10/1.59	c Got one! Elapsed wall clock time (in seconds):1.472
2.10/1.59	o 373
2.20/1.62	c Got one! Elapsed wall clock time (in seconds):1.504
2.20/1.62	o 371
2.20/1.66	c Got one! Elapsed wall clock time (in seconds):1.543
2.20/1.66	o 369
2.29/1.70	c Got one! Elapsed wall clock time (in seconds):1.582
2.29/1.70	o 368
2.29/1.73	c Got one! Elapsed wall clock time (in seconds):1.612
2.29/1.73	o 366
2.29/1.75	c Got one! Elapsed wall clock time (in seconds):1.631
2.29/1.75	o 365
2.29/1.78	c Got one! Elapsed wall clock time (in seconds):1.665
2.29/1.78	o 347
2.43/1.82	c Got one! Elapsed wall clock time (in seconds):1.702
2.43/1.82	o 345
2.43/1.88	c Got one! Elapsed wall clock time (in seconds):1.764
2.43/1.88	o 343
2.54/1.92	c Got one! Elapsed wall clock time (in seconds):1.801
2.54/1.92	o 337
2.54/1.95	c Got one! Elapsed wall clock time (in seconds):1.837
2.54/1.95	o 335
2.54/1.99	c Got one! Elapsed wall clock time (in seconds):1.875
2.54/1.99	o 333
2.63/2.01	c Got one! Elapsed wall clock time (in seconds):1.893
2.63/2.01	o 331
2.63/2.07	c Got one! Elapsed wall clock time (in seconds):1.954
2.63/2.07	o 330
2.63/2.10	c Got one! Elapsed wall clock time (in seconds):1.985
2.63/2.10	o 326
2.75/2.14	c Got one! Elapsed wall clock time (in seconds):2.021
2.75/2.14	o 325
2.88/2.27	c Got one! Elapsed wall clock time (in seconds):2.154
2.88/2.27	o 324
2.98/2.30	c Got one! Elapsed wall clock time (in seconds):2.188
2.98/2.30	o 323
2.98/2.38	c Got one! Elapsed wall clock time (in seconds):2.267
2.98/2.38	o 322
3.08/2.43	c Got one! Elapsed wall clock time (in seconds):2.313
3.08/2.43	o 321
3.18/2.51	c Got one! Elapsed wall clock time (in seconds):2.398
3.18/2.51	o 319
3.18/2.56	c Got one! Elapsed wall clock time (in seconds):2.442
3.18/2.56	o 315
3.18/2.58	c Got one! Elapsed wall clock time (in seconds):2.462
3.18/2.58	o 314
3.28/2.61	c Got one! Elapsed wall clock time (in seconds):2.498
3.28/2.61	o 313
3.28/2.65	c Got one! Elapsed wall clock time (in seconds):2.531
3.28/2.65	o 311
3.38/2.70	c Got one! Elapsed wall clock time (in seconds):2.583
3.38/2.70	o 309
3.38/2.74	c Got one! Elapsed wall clock time (in seconds):2.622
3.38/2.74	o 308
3.48/2.85	c Got one! Elapsed wall clock time (in seconds):2.732
3.48/2.85	o 307
3.58/2.92	c Got one! Elapsed wall clock time (in seconds):2.777
3.58/2.92	o 305
3.58/2.96	c Got one! Elapsed wall clock time (in seconds):2.847
3.58/2.96	o 304
3.68/3.00	c Got one! Elapsed wall clock time (in seconds):2.882
3.68/3.00	o 302
3.68/3.03	c Got one! Elapsed wall clock time (in seconds):2.918
3.68/3.03	o 300
3.68/3.08	c Got one! Elapsed wall clock time (in seconds):2.963
3.68/3.08	o 299
3.78/3.11	c Got one! Elapsed wall clock time (in seconds):2.997
3.78/3.11	o 297
3.78/3.16	c Got one! Elapsed wall clock time (in seconds):3.04
3.78/3.16	o 296
3.78/3.18	c Got one! Elapsed wall clock time (in seconds):3.066
3.78/3.18	o 295
3.89/3.23	c Got one! Elapsed wall clock time (in seconds):3.117
3.89/3.23	o 291
3.89/3.30	c Got one! Elapsed wall clock time (in seconds):3.183
3.89/3.30	o 283
3.99/3.32	c Got one! Elapsed wall clock time (in seconds):3.208
3.99/3.32	o 281
3.99/3.37	c Got one! Elapsed wall clock time (in seconds):3.255
3.99/3.37	o 279
4.08/3.46	c Got one! Elapsed wall clock time (in seconds):3.347
4.08/3.46	o 278
4.18/3.51	c Got one! Elapsed wall clock time (in seconds):3.397
4.18/3.51	o 276
4.18/3.56	c Got one! Elapsed wall clock time (in seconds):3.442
4.18/3.56	o 162
4.18/3.57	c Got one! Elapsed wall clock time (in seconds):3.46
4.18/3.57	o 156
4.29/3.62	c Got one! Elapsed wall clock time (in seconds):3.504
4.29/3.62	o 155
4.39/3.70	c Got one! Elapsed wall clock time (in seconds):3.584
4.39/3.70	o 153
4.39/3.75	c Got one! Elapsed wall clock time (in seconds):3.63
4.39/3.75	o 151
4.50/3.81	c Got one! Elapsed wall clock time (in seconds):3.698
4.50/3.81	o 150
4.70/4.10	c Got one! Elapsed wall clock time (in seconds):3.981
4.70/4.10	o 148
4.80/4.16	c Got one! Elapsed wall clock time (in seconds):4.04
4.80/4.16	o 146
4.80/4.18	c Got one! Elapsed wall clock time (in seconds):4.069
4.80/4.18	o 144
4.93/4.22	c Got one! Elapsed wall clock time (in seconds):4.104
4.93/4.22	o 140
4.93/4.28	c Got one! Elapsed wall clock time (in seconds):4.162
4.93/4.28	o 139
5.15/4.45	c Got one! Elapsed wall clock time (in seconds):4.333
5.15/4.45	o 137
5.25/4.54	c Got one! Elapsed wall clock time (in seconds):4.429
5.25/4.54	o 129
5.35/4.61	c Got one! Elapsed wall clock time (in seconds):4.492
5.35/4.61	o 127
5.35/4.65	c Got one! Elapsed wall clock time (in seconds):4.532
5.35/4.65	o 125
5.35/4.69	c Got one! Elapsed wall clock time (in seconds):4.572
5.35/4.69	o 120
5.46/4.73	c Got one! Elapsed wall clock time (in seconds):4.618
5.46/4.73	o 118
5.46/4.79	c Got one! Elapsed wall clock time (in seconds):4.673
5.46/4.79	o 117
5.56/4.81	c Got one! Elapsed wall clock time (in seconds):4.699
5.56/4.81	o 115
5.56/4.86	c Got one! Elapsed wall clock time (in seconds):4.746
5.56/4.86	o 113
5.56/4.89	c Got one! Elapsed wall clock time (in seconds):4.775
5.56/4.89	o 112
5.66/4.94	c Got one! Elapsed wall clock time (in seconds):4.82
5.66/4.94	o 111
5.66/4.98	c Got one! Elapsed wall clock time (in seconds):4.865
5.66/4.98	o 110
5.76/5.03	c Got one! Elapsed wall clock time (in seconds):4.911
5.76/5.03	o 108
5.76/5.07	c Got one! Elapsed wall clock time (in seconds):4.957
5.76/5.07	o 107
5.86/5.18	c Got one! Elapsed wall clock time (in seconds):5.066
5.86/5.18	o 105
5.96/5.24	c Got one! Elapsed wall clock time (in seconds):5.127
5.96/5.24	o 104
6.06/5.36	c Got one! Elapsed wall clock time (in seconds):5.245
6.06/5.36	o 102
6.16/5.41	c Got one! Elapsed wall clock time (in seconds):5.296
6.16/5.41	o 100
6.16/5.43	c Got one! Elapsed wall clock time (in seconds):5.32
6.16/5.43	o 99
6.16/5.48	c Got one! Elapsed wall clock time (in seconds):5.368
6.16/5.48	o 98
6.37/5.65	c Got one! Elapsed wall clock time (in seconds):5.538
6.37/5.65	o 96
6.37/5.68	c Got one! Elapsed wall clock time (in seconds):5.568
6.37/5.68	o 95
6.48/5.76	c Got one! Elapsed wall clock time (in seconds):5.647
6.48/5.76	o 94
6.58/5.86	c Got one! Elapsed wall clock time (in seconds):5.748
6.58/5.86	o 92
6.88/6.13	c Got one! Elapsed wall clock time (in seconds):6.015
6.88/6.13	o 91
7.18/6.45	c Got one! Elapsed wall clock time (in seconds):6.337
7.18/6.45	o 90
7.29/6.54	c Got one! Elapsed wall clock time (in seconds):6.424
7.29/6.54	o 89
7.29/6.55	c Got one! Elapsed wall clock time (in seconds):6.44
7.29/6.55	o 88
7.48/6.71	c Got one! Elapsed wall clock time (in seconds):6.59
7.48/6.71	o 86
7.48/6.75	c Got one! Elapsed wall clock time (in seconds):6.632
7.48/6.75	o 84
7.48/6.78	c Got one! Elapsed wall clock time (in seconds):6.67
7.48/6.78	o 83
7.68/6.91	c Got one! Elapsed wall clock time (in seconds):6.795
7.68/6.91	o 82
7.68/6.96	c Got one! Elapsed wall clock time (in seconds):6.846
7.68/6.96	o 80
7.78/7.01	c Got one! Elapsed wall clock time (in seconds):6.89
7.78/7.01	o 78
7.88/7.12	c Got one! Elapsed wall clock time (in seconds):7.0
7.88/7.12	o 76
7.98/7.20	c Got one! Elapsed wall clock time (in seconds):7.083
7.98/7.20	o 75
8.18/7.44	c Got one! Elapsed wall clock time (in seconds):7.328
8.18/7.44	o 74
8.32/7.56	c Got one! Elapsed wall clock time (in seconds):7.442
8.32/7.56	o 72
8.92/8.16	c Got one! Elapsed wall clock time (in seconds):8.046
8.92/8.16	o 71
9.02/8.21	c Got one! Elapsed wall clock time (in seconds):8.1
9.02/8.21	o 70
9.12/8.36	c Got one! Elapsed wall clock time (in seconds):8.247
9.12/8.36	o 69
9.82/9.03	c Got one! Elapsed wall clock time (in seconds):8.911
9.82/9.03	o 68
10.12/9.37	c Got one! Elapsed wall clock time (in seconds):9.253
10.12/9.37	o 66
10.25/9.43	c Got one! Elapsed wall clock time (in seconds):9.314
10.25/9.43	o 62
10.35/9.58	c Got one! Elapsed wall clock time (in seconds):9.468
10.35/9.58	o 61
10.45/9.67	c Got one! Elapsed wall clock time (in seconds):9.555
10.45/9.67	o 59
10.85/10.07	c Got one! Elapsed wall clock time (in seconds):9.955
10.85/10.07	o 57
11.45/10.69	c Got one! Elapsed wall clock time (in seconds):10.575
11.45/10.69	o 55
11.55/10.78	c Got one! Elapsed wall clock time (in seconds):10.664
11.55/10.78	o 54
12.04/11.21	c Got one! Elapsed wall clock time (in seconds):11.097
12.04/11.21	o 53
12.14/11.39	c Got one! Elapsed wall clock time (in seconds):11.274
12.14/11.39	o 52
12.61/11.76	c Got one! Elapsed wall clock time (in seconds):11.646
12.61/11.76	o 50
13.11/12.27	c Got one! Elapsed wall clock time (in seconds):12.155
13.11/12.27	o 49
13.71/12.85	c Got one! Elapsed wall clock time (in seconds):12.739
13.71/12.85	o 47
14.21/13.31	c Got one! Elapsed wall clock time (in seconds):13.195
14.21/13.31	o 45
14.91/14.03	c Got one! Elapsed wall clock time (in seconds):13.915
14.91/14.03	o 44
15.69/14.75	c Got one! Elapsed wall clock time (in seconds):14.631
15.69/14.75	o 43
16.89/15.93	c Got one! Elapsed wall clock time (in seconds):15.81
16.89/15.93	o 42
17.19/16.29	c Got one! Elapsed wall clock time (in seconds):16.171
17.19/16.29	o 41
18.00/17.00	c Got one! Elapsed wall clock time (in seconds):16.884
18.00/17.00	o 40
18.00/17.09	c Got one! Elapsed wall clock time (in seconds):16.973
18.00/17.09	o 38
18.10/17.17	c Got one! Elapsed wall clock time (in seconds):17.059
18.10/17.17	o 36
18.84/17.82	c Got one! Elapsed wall clock time (in seconds):17.705
18.84/17.82	o 34
19.04/18.00	c Got one! Elapsed wall clock time (in seconds):17.885
19.04/18.00	o 33
20.64/19.67	c Got one! Elapsed wall clock time (in seconds):19.559
20.64/19.67	o 32
21.14/20.16	c Got one! Elapsed wall clock time (in seconds):20.04
21.14/20.16	o 31
21.24/20.22	c Got one! Elapsed wall clock time (in seconds):20.109
21.24/20.22	o 30
22.24/21.25	c Got one! Elapsed wall clock time (in seconds):21.132
22.24/21.25	o 28
22.54/21.54	c Got one! Elapsed wall clock time (in seconds):21.427
22.54/21.54	o 26
22.74/21.75	c Got one! Elapsed wall clock time (in seconds):21.633
22.74/21.75	o 24
22.84/21.82	c Got one! Elapsed wall clock time (in seconds):21.701
22.84/21.82	o 22
23.34/22.39	c Got one! Elapsed wall clock time (in seconds):22.274
23.34/22.39	o 20
23.94/22.96	c Got one! Elapsed wall clock time (in seconds):22.841
23.94/22.96	o 18
24.47/23.49	c Got one! Elapsed wall clock time (in seconds):23.375
24.47/23.49	o 17
25.18/24.16	c Got one! Elapsed wall clock time (in seconds):24.046
25.18/24.16	o 16
25.77/24.73	c Got one! Elapsed wall clock time (in seconds):24.615
25.77/24.73	o 15
27.17/26.14	c Got one! Elapsed wall clock time (in seconds):26.025
27.17/26.14	o 13
33.08/32.05	c Got one! Elapsed wall clock time (in seconds):31.94
33.08/32.05	o 12
35.74/34.60	c Got one! Elapsed wall clock time (in seconds):34.485
35.74/34.60	o 11
37.66/36.60	c Got one! Elapsed wall clock time (in seconds):36.48
37.66/36.60	o 9
40.35/39.25	c Got one! Elapsed wall clock time (in seconds):39.132
40.35/39.25	o 8
66.16/64.88	c Got one! Elapsed wall clock time (in seconds):64.765
66.16/64.88	o 7
78.55/77.24	c Got one! Elapsed wall clock time (in seconds):77.12
78.55/77.24	o 6
431.86/428.99	c Got one! Elapsed wall clock time (in seconds):428.871
431.86/428.99	o 4
1800.01/1793.57	c starts		: 777
1800.01/1793.57	c conflicts		: 2759583
1800.01/1793.57	c decisions		: 2813354
1800.01/1793.57	c propagations		: 20190677
1800.01/1793.57	c inspects		: 17134774384
1800.01/1793.57	c learnt literals	: 0
1800.01/1793.57	c learnt binary clauses	: 0
1800.01/1793.57	c learnt ternary clauses	: 0
1800.01/1793.57	c learnt clauses	: 2759583
1800.01/1793.57	c root simplifications	: 0
1800.01/1793.57	c removed literals (reason simplification)	: 0
1800.01/1793.57	c reason swapping (by a shorter reason)	: 0
1800.01/1793.57	c Calls to reduceDB	: 0
1800.01/1793.57	c speed (decisions/second)	: 2061.6889945456023
1800.01/1793.57	c non guided choices	3695
1800.01/1793.57	s SATISFIABLE
1800.01/1793.57	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 x85 -x86 -x87 x88 -x89 x90 -x91 x92 -x93 x94 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.01/1793.57	c objective function=4
1800.01/1793.57	c Total wall clock time (ms): 1793.459

Verifier Data

OK	4

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-3734937-1338703958/watcher-3734937-1338703958 -o /tmp/evaluation-result-3734937-1338703958/solver-3734937-1338703958 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3734937-1338703958.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.07 2.03 2.00 3/194 21635
/proc/meminfo: memFree=28083048/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21635/stat : 21635 (java) R 21633 21635 15565 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 336520653 9515008 183 33554432000 1073741824 1073778376 140736253186192 140736253177224 233220947637 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21635/statm: 2323 183 140 9 0 71 0

[startup+0.0610841 s]
/proc/loadavg: 2.07 2.03 2.00 3/194 21635
/proc/meminfo: memFree=28083048/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=2623916 CPUtime=0.03 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 3947 0 1 0 3 0 0 0 20 0 13 0 336520653 2686889984 5155 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 655979 5155 1708 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100256 s]
/proc/loadavg: 2.07 2.03 2.00 3/194 21635
/proc/meminfo: memFree=28083048/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 4141 0 1 0 6 1 0 0 20 0 18 0 336520653 3028844544 5859 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 739464 5859 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300217 s]
/proc/loadavg: 2.07 2.03 2.00 3/194 21635
/proc/meminfo: memFree=28083048/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3024420 CPUtime=0.49 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 7839 0 1 0 48 1 0 0 20 0 19 0 336520653 3097006080 10468 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 756105 10468 2247 9 0 746526 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 3024420

[startup+0.700212 s]
/proc/loadavg: 2.07 2.03 2.00 3/194 21635
/proc/meminfo: memFree=28083048/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3024420 CPUtime=1.03 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 11461 0 1 0 99 4 0 0 20 0 19 0 336520653 3097006080 31406 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 756105 31407 2261 9 0 746526 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 3024420

[startup+1.50068 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 21706
/proc/meminfo: memFree=27897584/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3024420 CPUtime=2.1 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 12377 0 1 0 203 7 0 0 20 0 19 0 336520653 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 756105 78017 2268 9 0 746526 0
[pid=21635/tid=21637] ppid=21633 vsize=3024420 CPUtime=1.45 cores=0,2,4,6
/proc/21635/task/21637/stat : 21637 (java) R 21633 21635 15565 0 -1 4202560 3179 0 1 0 140 5 0 0 20 0 19 0 336520654 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410500837992 140410349850117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21638] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21638/stat : 21638 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410484263592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21639] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21639/stat : 21639 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410483211048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21640] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21640/stat : 21640 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410482158504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21641] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21641/stat : 21641 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410481105960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21642] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21642/stat : 21642 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410480052392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21643] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21643/stat : 21643 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410478999848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21644] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21644/stat : 21644 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410477947304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21645] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21645/stat : 21645 (java) S 21633 21635 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410476894760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21646] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21646/stat : 21646 (java) S 21633 21635 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336520657 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410346257000 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21647] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21647/stat : 21647 (java) S 21633 21635 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 336520657 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410345203320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21648] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21648/stat : 21648 (java) S 21633 21635 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336520657 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410344150664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21649] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21649/stat : 21649 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410343099408 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21650] ppid=21633 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/21635/task/21650/stat : 21650 (java) S 21633 21635 15565 0 -1 4202560 1692 0 0 0 19 0 0 0 20 0 19 0 336520660 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410342045752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21651] ppid=21633 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/21635/task/21651/stat : 21651 (java) S 21633 21635 15565 0 -1 4202560 6173 0 0 0 39 1 0 0 20 0 19 0 336520660 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410340993208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21652] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21652/stat : 21652 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410339940856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21653] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21653/stat : 21653 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3097006080 78017 33554432000 1073741824 1073778376 140734357729152 140410338888520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 3024420

[startup+3.10068 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 21735
/proc/meminfo: memFree=27642712/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3024420 CPUtime=3.78 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 12547 0 1 0 369 9 0 0 20 0 19 0 336520653 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 756105 114906 2286 9 0 746526 0
[pid=21635/tid=21637] ppid=21633 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/21635/task/21637/stat : 21637 (java) R 21633 21635 15565 0 -1 4202560 3252 0 1 0 297 7 0 0 20 0 19 0 336520654 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410500837992 140410349848624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21638] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21638/stat : 21638 (java) S 21633 21635 15565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410484263592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21639] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21639/stat : 21639 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410483211048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21640] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21640/stat : 21640 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410482158504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21641] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21641/stat : 21641 (java) S 21633 21635 15565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410481105960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21642] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21642/stat : 21642 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410480052392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21643] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21643/stat : 21643 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410478999848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21644] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21644/stat : 21644 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410477947304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21645] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21645/stat : 21645 (java) S 21633 21635 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336520656 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410476894760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21646] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21646/stat : 21646 (java) S 21633 21635 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336520657 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410346257000 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21647] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21647/stat : 21647 (java) S 21633 21635 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 336520657 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410345203320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21648] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21648/stat : 21648 (java) S 21633 21635 15565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336520657 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410344150664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21649] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21649/stat : 21649 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410343099408 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21650] ppid=21633 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/21635/task/21650/stat : 21650 (java) S 21633 21635 15565 0 -1 4202560 1692 0 0 0 19 0 0 0 20 0 19 0 336520660 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410342045752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21651] ppid=21633 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/21635/task/21651/stat : 21651 (java) S 21633 21635 15565 0 -1 4202560 6178 0 0 0 46 1 0 0 20 0 19 0 336520660 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410340993208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21652] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21652/stat : 21652 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410339940856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21653] ppid=21633 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21653/stat : 21653 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3097006080 114906 33554432000 1073741824 1073778376 140734357729152 140410338888520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 3024420

[startup+6.30069 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 21791
/proc/meminfo: memFree=27619560/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3090984 CPUtime=7.08 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 12796 0 1 0 696 12 0 0 20 0 19 0 336520653 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 772746 119589 2289 9 0 763167 0
[pid=21635/tid=21637] ppid=21633 vsize=3090984 CPUtime=6.2 cores=0,2,4,6
/proc/21635/task/21637/stat : 21637 (java) R 21633 21635 15565 0 -1 4202560 3286 0 1 0 613 7 0 0 20 0 19 0 336520654 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410500835792 140410349833474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21638] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21638/stat : 21638 (java) S 21633 21635 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 336520656 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410484263592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21639] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21639/stat : 21639 (java) S 21633 21635 15565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 336520656 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410483211048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21640] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21640/stat : 21640 (java) S 21633 21635 15565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 336520656 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410482158504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21641] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21641/stat : 21641 (java) S 21633 21635 15565 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 336520656 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410481105960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21642] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21642/stat : 21642 (java) S 21633 21635 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 336520656 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410480052392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21643] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21643/stat : 21643 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520656 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410478999848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21644] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21644/stat : 21644 (java) S 21633 21635 15565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 336520656 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410477947304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21645] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21645/stat : 21645 (java) S 21633 21635 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336520656 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410476894760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21646] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21646/stat : 21646 (java) S 21633 21635 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410346257000 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21647] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21647/stat : 21647 (java) S 21633 21635 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410345203320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21648] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21648/stat : 21648 (java) S 21633 21635 15565 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410344150664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21649] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21649/stat : 21649 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410343099408 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21650] ppid=21633 vsize=3090984 CPUtime=0.22 cores=0,2,4,6
/proc/21635/task/21650/stat : 21650 (java) S 21633 21635 15565 0 -1 4202560 1723 0 0 0 22 0 0 0 20 0 19 0 336520660 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410342045752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21651] ppid=21633 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/21635/task/21651/stat : 21651 (java) S 21633 21635 15565 0 -1 4202560 6179 0 0 0 50 1 0 0 20 0 19 0 336520660 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410340993208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21652] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21652/stat : 21652 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410339940856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21653] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21653/stat : 21653 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 119589 33554432000 1073741824 1073778376 140734357729152 140410338888520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 3090984

[startup+12.7007 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 21826
/proc/meminfo: memFree=27576236/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3090984 CPUtime=13.61 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 12961 0 1 0 1344 17 0 0 20 0 19 0 336520653 3165167616 128294 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 772746 128294 2289 9 0 763167 0
[pid=21635/tid=21637] ppid=21633 vsize=3090984 CPUtime=12.53 cores=0,2,4,6

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

[pid=21635/tid=21650] ppid=21633 vsize=3090984 CPUtime=0.23 cores=0,2,4,6
/proc/21635/task/21650/stat : 21650 (java) S 21633 21635 15565 0 -1 4202560 1725 0 0 0 23 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410342045752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21651] ppid=21633 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/21635/task/21651/stat : 21651 (java) S 21633 21635 15565 0 -1 4202560 6179 0 0 0 50 1 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410340993208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21652] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21652/stat : 21652 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410339940856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21653] ppid=21633 vsize=3090984 CPUtime=0.74 cores=0,2,4,6
/proc/21635/task/21653/stat : 21653 (java) S 21633 21635 15565 0 -1 4202560 99 0 0 0 39 35 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410338888520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21859] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21859/stat : 21859 (java) S 21633 21635 15565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 336563552 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410336756520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.79
Current children cumulated vsize (KiB) 3090984

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 21991
/proc/meminfo: memFree=27045988/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3090984 CPUtime=1788.8 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 15966 0 1 0 178784 96 0 0 20 0 19 0 336520653 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 772746 318976 2289 9 0 763167 0
[pid=21635/tid=21637] ppid=21633 vsize=3090984 CPUtime=1775.29 cores=0,2,4,6
/proc/21635/task/21637/stat : 21637 (java) R 21633 21635 15565 0 -1 4202560 3363 0 1 0 177493 36 0 0 20 0 19 0 336520654 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410500836688 140410349897062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21638] ppid=21633 vsize=3090984 CPUtime=0.95 cores=0,2,4,6
/proc/21635/task/21638/stat : 21638 (java) S 21633 21635 15565 0 -1 4202560 320 0 0 0 88 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410484263592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21639] ppid=21633 vsize=3090984 CPUtime=0.93 cores=0,2,4,6
/proc/21635/task/21639/stat : 21639 (java) S 21633 21635 15565 0 -1 4202560 313 0 0 0 86 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410483211048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21640] ppid=21633 vsize=3090984 CPUtime=0.98 cores=0,2,4,6
/proc/21635/task/21640/stat : 21640 (java) S 21633 21635 15565 0 -1 4202560 379 0 0 0 90 8 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410482158504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21641] ppid=21633 vsize=3090984 CPUtime=0.96 cores=0,2,4,6
/proc/21635/task/21641/stat : 21641 (java) S 21633 21635 15565 0 -1 4202560 405 0 0 0 89 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410481105960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21642] ppid=21633 vsize=3090984 CPUtime=0.83 cores=0,2,4,6
/proc/21635/task/21642/stat : 21642 (java) S 21633 21635 15565 0 -1 4202560 360 0 0 0 78 5 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410480052392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21643] ppid=21633 vsize=3090984 CPUtime=0.9 cores=0,2,4,6
/proc/21635/task/21643/stat : 21643 (java) S 21633 21635 15565 0 -1 4202560 324 0 0 0 84 6 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410478999848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21644] ppid=21633 vsize=3090984 CPUtime=1.12 cores=0,2,4,6
/proc/21635/task/21644/stat : 21644 (java) S 21633 21635 15565 0 -1 4202560 392 0 0 0 104 8 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410477947304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21645] ppid=21633 vsize=3090984 CPUtime=0.9 cores=0,2,4,6
/proc/21635/task/21645/stat : 21645 (java) S 21633 21635 15565 0 -1 4202560 355 0 0 0 84 6 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410476894760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21646] ppid=21633 vsize=3090984 CPUtime=0.04 cores=0,2,4,6
/proc/21635/task/21646/stat : 21646 (java) S 21633 21635 15565 0 -1 4202560 62 0 0 0 1 3 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410346257000 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21647] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21647/stat : 21647 (java) S 21633 21635 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410345203320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21648] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21648/stat : 21648 (java) S 21633 21635 15565 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410344150664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21649] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21649/stat : 21649 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410343099408 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21650] ppid=21633 vsize=3090984 CPUtime=0.23 cores=0,2,4,6
/proc/21635/task/21650/stat : 21650 (java) S 21633 21635 15565 0 -1 4202560 1725 0 0 0 23 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410342045752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21651] ppid=21633 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/21635/task/21651/stat : 21651 (java) S 21633 21635 15565 0 -1 4202560 6179 0 0 0 50 1 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410340993208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21652] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21652/stat : 21652 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410339940856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21653] ppid=21633 vsize=3090984 CPUtime=0.77 cores=0,2,4,6
/proc/21635/task/21653/stat : 21653 (java) S 21633 21635 15565 0 -1 4202560 103 0 0 0 41 36 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410338888520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21859] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21859/stat : 21859 (java) S 21633 21635 15565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 336563552 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410336756520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.8
Current children cumulated vsize (KiB) 3090984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21992
/proc/meminfo: memFree=27045864/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3090984 CPUtime=1800.01 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 15966 0 1 0 179905 96 0 0 20 0 19 0 336520653 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 772746 318976 2289 9 0 763167 0
[pid=21635/tid=21637] ppid=21633 vsize=3090984 CPUtime=1786.47 cores=0,2,4,6
/proc/21635/task/21637/stat : 21637 (java) R 21633 21635 15565 0 -1 4202560 3363 0 1 0 178610 37 0 0 20 0 19 0 336520654 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410500836688 140410349897062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21638] ppid=21633 vsize=3090984 CPUtime=0.95 cores=0,2,4,6
/proc/21635/task/21638/stat : 21638 (java) S 21633 21635 15565 0 -1 4202560 320 0 0 0 88 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410484263592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21639] ppid=21633 vsize=3090984 CPUtime=0.93 cores=0,2,4,6
/proc/21635/task/21639/stat : 21639 (java) S 21633 21635 15565 0 -1 4202560 313 0 0 0 86 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410483211048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21640] ppid=21633 vsize=3090984 CPUtime=0.98 cores=0,2,4,6
/proc/21635/task/21640/stat : 21640 (java) S 21633 21635 15565 0 -1 4202560 379 0 0 0 90 8 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410482158504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21641] ppid=21633 vsize=3090984 CPUtime=0.96 cores=0,2,4,6
/proc/21635/task/21641/stat : 21641 (java) S 21633 21635 15565 0 -1 4202560 405 0 0 0 89 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410481105960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21642] ppid=21633 vsize=3090984 CPUtime=0.83 cores=0,2,4,6
/proc/21635/task/21642/stat : 21642 (java) S 21633 21635 15565 0 -1 4202560 360 0 0 0 78 5 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410480052392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21643] ppid=21633 vsize=3090984 CPUtime=0.9 cores=0,2,4,6
/proc/21635/task/21643/stat : 21643 (java) S 21633 21635 15565 0 -1 4202560 324 0 0 0 84 6 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410478999848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21644] ppid=21633 vsize=3090984 CPUtime=1.12 cores=0,2,4,6
/proc/21635/task/21644/stat : 21644 (java) S 21633 21635 15565 0 -1 4202560 392 0 0 0 104 8 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410477947304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21645] ppid=21633 vsize=3090984 CPUtime=0.9 cores=0,2,4,6
/proc/21635/task/21645/stat : 21645 (java) S 21633 21635 15565 0 -1 4202560 355 0 0 0 84 6 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410476894760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21646] ppid=21633 vsize=3090984 CPUtime=0.04 cores=0,2,4,6
/proc/21635/task/21646/stat : 21646 (java) S 21633 21635 15565 0 -1 4202560 62 0 0 0 1 3 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410346257000 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21647] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21647/stat : 21647 (java) S 21633 21635 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410345203320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21648] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21648/stat : 21648 (java) S 21633 21635 15565 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410344150664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21649] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21649/stat : 21649 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410343099408 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21650] ppid=21633 vsize=3090984 CPUtime=0.23 cores=0,2,4,6
/proc/21635/task/21650/stat : 21650 (java) S 21633 21635 15565 0 -1 4202560 1725 0 0 0 23 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410342045752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21651] ppid=21633 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/21635/task/21651/stat : 21651 (java) S 21633 21635 15565 0 -1 4202560 6179 0 0 0 50 1 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410340993208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21652] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21652/stat : 21652 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410339940856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21653] ppid=21633 vsize=3090984 CPUtime=0.77 cores=0,2,4,6
/proc/21635/task/21653/stat : 21653 (java) S 21633 21635 15565 0 -1 4202560 103 0 0 0 41 36 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410338888520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21859] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21859/stat : 21859 (java) S 21633 21635 15565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 336563552 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410336756520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3090984

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

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

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21992
/proc/meminfo: memFree=27045864/32873844 swapFree=7120/7120
[pid=21635] ppid=21633 vsize=3090984 CPUtime=1800.01 cores=0,2,4,6
/proc/21635/stat : 21635 (java) S 21633 21635 15565 0 -1 4202496 15966 0 1 0 179905 96 0 0 20 0 19 0 336520653 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140734357720288 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21635/statm: 772746 318976 2289 9 0 763167 0
[pid=21635/tid=21637] ppid=21633 vsize=3090984 CPUtime=1786.47 cores=0,2,4,6
/proc/21635/task/21637/stat : 21637 (java) R 21633 21635 15565 0 -1 4202560 3363 0 1 0 178610 37 0 0 20 0 19 0 336520654 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410500836688 140410349897062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21638] ppid=21633 vsize=3090984 CPUtime=0.95 cores=0,2,4,6
/proc/21635/task/21638/stat : 21638 (java) S 21633 21635 15565 0 -1 4202560 320 0 0 0 88 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410484263592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21639] ppid=21633 vsize=3090984 CPUtime=0.93 cores=0,2,4,6
/proc/21635/task/21639/stat : 21639 (java) S 21633 21635 15565 0 -1 4202560 313 0 0 0 86 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410483211048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21640] ppid=21633 vsize=3090984 CPUtime=0.98 cores=0,2,4,6
/proc/21635/task/21640/stat : 21640 (java) S 21633 21635 15565 0 -1 4202560 379 0 0 0 90 8 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410482158504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21641] ppid=21633 vsize=3090984 CPUtime=0.96 cores=0,2,4,6
/proc/21635/task/21641/stat : 21641 (java) S 21633 21635 15565 0 -1 4202560 405 0 0 0 89 7 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410481105960 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21642] ppid=21633 vsize=3090984 CPUtime=0.83 cores=0,2,4,6
/proc/21635/task/21642/stat : 21642 (java) S 21633 21635 15565 0 -1 4202560 360 0 0 0 78 5 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410480052392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21643] ppid=21633 vsize=3090984 CPUtime=0.9 cores=0,2,4,6
/proc/21635/task/21643/stat : 21643 (java) S 21633 21635 15565 0 -1 4202560 324 0 0 0 84 6 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410478999848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21644] ppid=21633 vsize=3090984 CPUtime=1.12 cores=0,2,4,6
/proc/21635/task/21644/stat : 21644 (java) S 21633 21635 15565 0 -1 4202560 392 0 0 0 104 8 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410477947304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21645] ppid=21633 vsize=3090984 CPUtime=0.9 cores=0,2,4,6
/proc/21635/task/21645/stat : 21645 (java) S 21633 21635 15565 0 -1 4202560 355 0 0 0 84 6 0 0 20 0 19 0 336520656 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410476894760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21646] ppid=21633 vsize=3090984 CPUtime=0.04 cores=0,2,4,6
/proc/21635/task/21646/stat : 21646 (java) S 21633 21635 15565 0 -1 4202560 62 0 0 0 1 3 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410346257000 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21647] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21647/stat : 21647 (java) S 21633 21635 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410345203320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21648] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21648/stat : 21648 (java) S 21633 21635 15565 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 19 0 336520657 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410344150664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21649] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21649/stat : 21649 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410343099408 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21650] ppid=21633 vsize=3090984 CPUtime=0.23 cores=0,2,4,6
/proc/21635/task/21650/stat : 21650 (java) S 21633 21635 15565 0 -1 4202560 1725 0 0 0 23 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410342045752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21635/tid=21651] ppid=21633 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/21635/task/21651/stat : 21651 (java) S 21633 21635 15565 0 -1 4202560 6179 0 0 0 50 1 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410340993208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21635/tid=21652] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21652/stat : 21652 (java) S 21633 21635 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410339940856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21635/tid=21653] ppid=21633 vsize=3090984 CPUtime=0.77 cores=0,2,4,6
/proc/21635/task/21653/stat : 21653 (java) S 21633 21635 15565 0 -1 4202560 103 0 0 0 41 36 0 0 20 0 19 0 336520660 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410338888520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21635/tid=21859] ppid=21633 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/21635/task/21859/stat : 21859 (java) S 21633 21635 15565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 336563552 3165167616 318976 33554432000 1073741824 1073778376 140734357729152 140410336756520 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3090984

Child status: 143

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

Real time (s): 1793.58
CPU time (s): 1800.01
CPU user time (s): 1799.05
CPU system time (s): 0.96
CPU usage (%): 100.358
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.45378
maximum resident set size= 1292420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16018
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40422
involuntary context switches= 16050

runsolver used 6.90195 second user time and 14.6828 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-03 08:12:38
IDJOB=3734937
IDBENCH=2923
IDSOLVER=2319
FILE ID=node142/3734937-1338703958
RUNJOBID= node142-1338678627-15585
PBS_JOBID= 14636671
Free space on /tmp= 71188 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734937-1338703958/watcher-3734937-1338703958 -o /tmp/evaluation-result-3734937-1338703958/solver-3734937-1338703958 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3734937-1338703958.opb           

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

MD5SUM BENCH= 5bf563c7058af01702ea80887f1d43ad
RANDOM SEED=48183043

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28083832 kB
Buffers:          254148 kB
Cached:          2753232 kB
SwapCached:            0 kB
Active:          2071920 kB
Inactive:        1883104 kB
Active(anon):     938864 kB
Inactive(anon):    11220 kB
Active(file):    1133056 kB
Inactive(file):  1871884 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3572 kB
Writeback:             0 kB
AnonPages:        974888 kB
Mapped:            18568 kB
Shmem:               200 kB
Slab:             674932 kB
SReclaimable:     116884 kB
SUnreclaim:       558048 kB
KernelStack:        1600 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1827192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    925696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71176 MiB
End job on node142 at 2012-06-03 08:42:33