Trace number 3718404

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 NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 92.56 89.8976

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900556231--soft-0-100-0.wbo
MD5SUMec85c0538058c3457da9eddcb3b315b2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark40.6638
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120528
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718404-1338254370.wbo
0.09/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.205s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c ignored satisfied constraints => 1
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2708 constraints processed.
0.49/0.32	c objective function length is 2707 literals
1.08/0.50	c SATISFIABLE
1.08/0.50	c OPTIMIZING...
1.08/0.50	c Got one! Elapsed wall clock time (in seconds):0.387
1.08/0.50	o 734
1.08/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
1.08/0.55	o 483
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.466
1.08/0.58	o 276
1.38/0.63	c Got one! Elapsed wall clock time (in seconds):0.521
1.38/0.63	o 275
2.05/1.21	c Got one! Elapsed wall clock time (in seconds):1.093
2.05/1.21	o 274
2.43/1.51	c cleaning 3277 clauses out of 6557 with flag 9995/6557
2.57/1.66	c Got one! Elapsed wall clock time (in seconds):1.552
2.57/1.66	o 271
2.69/1.77	c Got one! Elapsed wall clock time (in seconds):1.661
2.69/1.77	o 270
2.69/1.80	c Got one! Elapsed wall clock time (in seconds):1.684
2.69/1.80	o 257
2.89/1.92	c Got one! Elapsed wall clock time (in seconds):1.811
2.89/1.92	o 256
2.89/1.96	c Got one! Elapsed wall clock time (in seconds):1.849
2.89/1.96	o 245
3.13/2.14	c Got one! Elapsed wall clock time (in seconds):2.031
3.13/2.14	o 238
3.23/2.25	c Got one! Elapsed wall clock time (in seconds):2.14
3.23/2.25	o 232
3.23/2.27	c Got one! Elapsed wall clock time (in seconds):2.154
3.23/2.27	o 228
3.23/2.29	c Got one! Elapsed wall clock time (in seconds):2.173
3.23/2.29	o 226
3.32/2.34	c Got one! Elapsed wall clock time (in seconds):2.23
3.32/2.34	o 224
3.52/2.56	c cleaning 5791 clauses out of 11582 with flag 5775/14859
3.84/2.84	c Got one! Elapsed wall clock time (in seconds):2.725
3.84/2.84	o 220
3.84/2.88	c Got one! Elapsed wall clock time (in seconds):2.767
3.84/2.88	o 207
4.04/3.05	c Got one! Elapsed wall clock time (in seconds):2.933
4.04/3.05	o 205
4.35/3.35	c cleaning 6153 clauses out of 12310 with flag 24417/21378
4.53/3.44	c Got one! Elapsed wall clock time (in seconds):3.325
4.53/3.44	o 200
5.04/3.76	c Got one! Elapsed wall clock time (in seconds):3.642
5.04/3.76	o 195
5.75/4.49	c cleaning 6043 clauses out of 12094 with flag 23313/27315
5.91/4.54	c Got one! Elapsed wall clock time (in seconds):4.428
5.91/4.54	o 194
6.13/4.65	c Got one! Elapsed wall clock time (in seconds):4.533
6.13/4.65	o 192
6.73/4.94	c Got one! Elapsed wall clock time (in seconds):4.825
6.73/4.94	o 184
7.06/5.24	c Got one! Elapsed wall clock time (in seconds):5.129
7.06/5.24	o 181
7.06/5.26	c Got one! Elapsed wall clock time (in seconds):5.152
7.06/5.26	o 177
7.16/5.37	c cleaning 6933 clauses out of 13873 with flag 10107/35137
7.16/5.40	c Got one! Elapsed wall clock time (in seconds):5.285
7.16/5.40	o 170
7.38/5.52	c Got one! Elapsed wall clock time (in seconds):5.403
7.38/5.52	o 169
7.47/5.69	c Got one! Elapsed wall clock time (in seconds):5.574
7.47/5.69	o 162
7.67/5.86	c cleaning 6670 clauses out of 13359 with flag 21299/41556
7.88/6.04	c Got one! Elapsed wall clock time (in seconds):5.925
7.88/6.04	o 161
8.18/6.36	c cleaning 6325 clauses out of 12665 with flag 44425/47532
8.28/6.49	c Got one! Elapsed wall clock time (in seconds):6.374
8.28/6.49	o 141
8.88/7.07	c Got one! Elapsed wall clock time (in seconds):6.955
8.88/7.07	o 140
8.88/7.09	c Got one! Elapsed wall clock time (in seconds):6.974
8.88/7.09	o 138
8.98/7.16	c cleaning 6105 clauses out of 12234 with flag 9149/53426
9.10/7.28	c Got one! Elapsed wall clock time (in seconds):7.168
9.10/7.28	o 136
9.41/7.51	c Got one! Elapsed wall clock time (in seconds):7.393
9.41/7.51	o 134
9.62/7.77	c cleaning 6331 clauses out of 12691 with flag 34118/59988
9.82/7.96	c Got one! Elapsed wall clock time (in seconds):7.848
9.82/7.96	o 129
10.14/8.23	c cleaning 5723 clauses out of 11476 with flag 39804/65104
10.24/8.32	c Got one! Elapsed wall clock time (in seconds):8.209
10.24/8.32	o 120
10.54/8.65	c cleaning 5454 clauses out of 10941 with flag 49491/70292
10.85/8.92	c Got one! Elapsed wall clock time (in seconds):8.811
10.85/8.92	o 99
10.95/9.08	c Got one! Elapsed wall clock time (in seconds):8.965
10.95/9.08	o 97
11.05/9.18	c Got one! Elapsed wall clock time (in seconds):9.069
11.05/9.18	o 95
11.15/9.24	c Got one! Elapsed wall clock time (in seconds):9.127
11.15/9.24	o 91
11.25/9.34	c cleaning 6614 clauses out of 13241 with flag 12412/78046
11.36/9.43	c Got one! Elapsed wall clock time (in seconds):9.314
11.36/9.43	o 88
11.46/9.53	c Got one! Elapsed wall clock time (in seconds):9.416
11.46/9.53	o 80
11.66/9.74	c Got one! Elapsed wall clock time (in seconds):9.629
11.66/9.74	o 74
11.86/9.95	c cleaning 6529 clauses out of 13105 with flag 23068/84524
12.06/10.12	c Got one! Elapsed wall clock time (in seconds):10.011
12.06/10.12	o 71
12.37/10.45	c cleaning 6274 clauses out of 12560 with flag 48026/90508
12.57/10.61	c Got one! Elapsed wall clock time (in seconds):10.502
12.57/10.61	o 67
12.88/10.94	c cleaning 6122 clauses out of 12268 with flag 49070/96490
13.27/11.30	c Got one! Elapsed wall clock time (in seconds):11.188
13.27/11.30	o 65
13.27/11.40	c cleaning 5853 clauses out of 11728 with flag 12667/102072
13.68/11.77	c cleaning 5923 clauses out of 11877 with flag 71262/108074
14.09/12.18	c Got one! Elapsed wall clock time (in seconds):12.072
14.09/12.18	o 63
14.28/12.32	c Got one! Elapsed wall clock time (in seconds):12.21
14.28/12.32	o 61
14.48/12.53	c Got one! Elapsed wall clock time (in seconds):12.415
14.48/12.53	o 59
14.58/12.63	c Got one! Elapsed wall clock time (in seconds):12.522
14.58/12.63	o 55
14.80/12.88	c Got one! Elapsed wall clock time (in seconds):12.769
14.80/12.88	o 54
15.00/13.00	c cleaning 9124 clauses out of 18280 with flag 12642/120400
15.21/13.29	c Got one! Elapsed wall clock time (in seconds):13.182
15.21/13.29	o 52
15.53/13.51	c Got one! Elapsed wall clock time (in seconds):13.399
15.53/13.51	o 47
15.63/13.60	c cleaning 7446 clauses out of 14920 with flag 11705/126164
16.14/14.14	c cleaning 6733 clauses out of 13474 with flag 71538/132164
16.14/14.19	c Got one! Elapsed wall clock time (in seconds):14.077
16.14/14.19	o 45
16.54/14.55	c cleaning 6008 clauses out of 12029 with flag 62570/137452
16.74/14.70	c Got one! Elapsed wall clock time (in seconds):14.591
16.74/14.70	o 43
17.04/15.00	c cleaning 5993 clauses out of 11999 with flag 51171/143430
17.47/15.45	c cleaning 5991 clauses out of 12005 with flag 127111/149429
17.77/15.70	c Got one! Elapsed wall clock time (in seconds):15.584
17.77/15.70	o 32
17.87/15.86	c cleaning 5588 clauses out of 11212 with flag 24804/154627
18.37/16.30	c cleaning 5801 clauses out of 11623 with flag 96366/160626
18.77/16.80	c cleaning 6400 clauses out of 12822 with flag 181289/167626
19.17/17.12	c Got one! Elapsed wall clock time (in seconds):17.003
19.17/17.12	o 31
19.27/17.21	c cleaning 6020 clauses out of 12052 with flag 8072/173256
19.37/17.37	c Got one! Elapsed wall clock time (in seconds):17.26
19.37/17.37	o 27
19.47/17.43	c Got one! Elapsed wall clock time (in seconds):17.314
19.47/17.43	o 26
19.77/17.76	c cleaning 6078 clauses out of 12160 with flag 41210/179384
19.98/17.93	c Got one! Elapsed wall clock time (in seconds):17.821
19.98/17.93	o 24
20.08/18.06	c Got one! Elapsed wall clock time (in seconds):17.951
20.08/18.06	o 22
20.28/18.21	c cleaning 6011 clauses out of 12040 with flag 24375/185342
20.58/18.54	c Got one! Elapsed wall clock time (in seconds):18.431
20.58/18.54	o 21
20.69/18.63	c cleaning 5823 clauses out of 11661 with flag 13430/190974
21.09/19.07	c cleaning 5909 clauses out of 11838 with flag 90789/196974
21.29/19.21	c Got one! Elapsed wall clock time (in seconds):19.098
21.29/19.21	o 20
21.59/19.51	c cleaning 5819 clauses out of 11663 with flag 47192/202708
21.99/19.96	c cleaning 5905 clauses out of 11843 with flag 120138/208707
22.49/20.45	c cleaning 6460 clauses out of 12939 with flag 176505/215708
22.79/20.76	c Got one! Elapsed wall clock time (in seconds):20.647
22.79/20.76	o 19
23.00/20.90	c cleaning 6146 clauses out of 12310 with flag 25176/221539
23.39/21.35	c cleaning 6067 clauses out of 12164 with flag 98435/227539
23.89/21.86	c cleaning 6526 clauses out of 13099 with flag 161921/234541
24.50/22.47	c cleaning 7278 clauses out of 14573 with flag 224447/242541
24.61/22.51	c Got one! Elapsed wall clock time (in seconds):22.399
24.61/22.51	o 17
24.91/22.88	c cleaning 6204 clauses out of 12421 with flag 62176/247667
25.31/23.28	c cleaning 6093 clauses out of 12217 with flag 130157/253667
25.82/23.78	c Got one! Elapsed wall clock time (in seconds):23.664
25.82/23.78	o 16
26.12/24.03	c Got one! Elapsed wall clock time (in seconds):23.916
26.12/24.03	o 15
26.33/24.21	c cleaning 9232 clauses out of 18480 with flag 17262/266023
26.33/24.26	c Got one! Elapsed wall clock time (in seconds):24.144
26.33/24.26	o 14
26.52/24.40	c Got one! Elapsed wall clock time (in seconds):24.286
26.52/24.40	o 13
26.72/24.61	c cleaning 7252 clauses out of 14519 with flag 32262/271294
27.02/24.91	c Got one! Elapsed wall clock time (in seconds):24.793
27.02/24.91	o 12
27.02/24.98	c cleaning 6190 clauses out of 12396 with flag 12536/276423
27.23/25.17	c Got one! Elapsed wall clock time (in seconds):25.057
27.23/25.17	o 11
27.43/25.37	c cleaning 5958 clauses out of 11926 with flag 35091/282143
27.75/25.68	c Got one! Elapsed wall clock time (in seconds):25.571
27.75/25.68	o 10
27.85/25.76	c cleaning 5778 clauses out of 11566 with flag 11895/287741
28.25/26.18	c cleaning 5884 clauses out of 11790 with flag 84701/293743
28.76/26.67	c cleaning 6438 clauses out of 12904 with flag 158969/300741
28.86/26.77	c Got one! Elapsed wall clock time (in seconds):26.655
28.86/26.77	o 9
29.16/27.04	c cleaning 5830 clauses out of 11678 with flag 47833/305953
29.59/27.48	c cleaning 5917 clauses out of 11850 with flag 119960/311955
29.99/27.88	c Got one! Elapsed wall clock time (in seconds):27.771
29.99/27.88	o 8
30.39/28.28	c cleaning 8258 clauses out of 16530 with flag 61683/322552
30.90/28.76	c cleaning 7118 clauses out of 14274 with flag 137924/328554
31.40/29.29	c cleaning 7065 clauses out of 14154 with flag 230301/335552
32.01/29.87	c cleaning 7519 clauses out of 15089 with flag 329389/343552
32.61/30.48	c cleaning 8273 clauses out of 16570 with flag 415377/352552
33.32/31.15	c cleaning 9141 clauses out of 18298 with flag 501540/362553
34.13/31.94	c cleaning 10072 clauses out of 20156 with flag 601726/373552
34.92/32.70	c Got one! Elapsed wall clock time (in seconds):32.589
34.92/32.70	o 6
35.32/33.18	c cleaning 12357 clauses out of 24722 with flag 61704/388191
35.94/33.73	c cleaning 9175 clauses out of 18367 with flag 142035/394193
36.55/34.34	c cleaning 8080 clauses out of 16191 with flag 235883/401192
37.15/34.94	c cleaning 8032 clauses out of 16111 with flag 327935/409192
37.85/35.61	c cleaning 8534 clauses out of 17078 with flag 427580/418191
38.56/36.39	c cleaning 9264 clauses out of 18545 with flag 543736/428192
39.06/36.82	c Got one! Elapsed wall clock time (in seconds):36.705
39.06/36.82	o 5
39.46/37.23	c cleaning 10281 clauses out of 20575 with flag 54803/439486
39.76/37.53	c Got one! Elapsed wall clock time (in seconds):37.42
39.76/37.53	o 4
39.86/37.61	c cleaning 7810 clauses out of 15631 with flag 10742/444823
40.16/37.97	c Got one! Elapsed wall clock time (in seconds):37.857
40.16/37.97	o 3
40.56/38.31	c cleaning 9246 clauses out of 18504 with flag 45583/455506
40.88/38.67	c cleaning 7606 clauses out of 15256 with flag 87402/461504
41.09/38.81	c Got one! Elapsed wall clock time (in seconds):38.693
41.09/38.81	o 2
41.29/39.05	c cleaning 6748 clauses out of 13512 with flag 36701/467366
41.69/39.44	c cleaning 6373 clauses out of 12767 with flag 81205/473369
42.19/39.90	c cleaning 6688 clauses out of 13392 with flag 133162/480367
42.69/40.42	c cleaning 7347 clauses out of 14703 with flag 196739/488366
43.30/41.03	c cleaning 8172 clauses out of 16356 with flag 271434/497366
44.00/41.73	c cleaning 9084 clauses out of 18184 with flag 353852/507366
44.80/42.54	c cleaning 10044 clauses out of 20103 with flag 449706/518369
45.70/43.41	c cleaning 11020 clauses out of 22055 with flag 548425/530366
46.13/43.87	c Got one! Elapsed wall clock time (in seconds):43.755
46.13/43.87	o 1
46.63/44.34	c cleaning 11481 clauses out of 22983 with flag 57621/542314
47.24/44.91	c cleaning 8736 clauses out of 17502 with flag 130522/548314
47.86/45.53	c cleaning 7872 clauses out of 15767 with flag 210841/555315
48.47/46.20	c cleaning 7938 clauses out of 15893 with flag 299947/563313
49.28/46.92	c cleaning 8478 clauses out of 16955 with flag 392670/572313
49.98/47.62	c cleaning 9234 clauses out of 18479 with flag 475949/582315
50.71/48.39	c cleaning 10116 clauses out of 20243 with flag 564514/593313
51.71/49.30	c cleaning 11058 clauses out of 22127 with flag 659305/605313
52.73/50.33	c cleaning 12028 clauses out of 24070 with flag 771831/618314
53.84/51.47	c cleaning 13018 clauses out of 26041 with flag 895296/632313
55.14/52.73	c cleaning 14004 clauses out of 28024 with flag 1019123/647314
56.56/54.18	c cleaning 15005 clauses out of 30020 with flag 1154698/663314
58.16/55.71	c cleaning 16004 clauses out of 32016 with flag 1294113/680315
59.76/57.34	c cleaning 16983 clauses out of 34010 with flag 1446549/698314
61.28/58.87	c cleaning 17996 clauses out of 36026 with flag 1585038/717313
63.00/60.58	c cleaning 19005 clauses out of 38030 with flag 1739263/737313
65.03/62.50	c cleaning 19997 clauses out of 40025 with flag 1897587/758313
66.95/64.41	c cleaning 21012 clauses out of 42028 with flag 2061988/780314
69.05/66.57	c cleaning 22007 clauses out of 44014 with flag 2248303/803313
71.37/68.83	c cleaning 22998 clauses out of 46006 with flag 2433335/827313
73.78/71.26	c cleaning 23981 clauses out of 48008 with flag 2631839/852313
76.32/73.76	c cleaning 25005 clauses out of 50026 with flag 2827655/878314
79.34/76.78	c cleaning 25995 clauses out of 52020 with flag 3055306/905313
82.28/79.67	c cleaning 27003 clauses out of 54026 with flag 3278023/933314
85.62/82.90	c cleaning 28005 clauses out of 56020 with flag 3508259/962314
89.03/86.33	c cleaning 28994 clauses out of 58010 with flag 3741680/992314
92.45/89.75	c cleaning 30004 clauses out of 60008 with flag 3968759/1023314
92.56/89.89	c starts		: 251
92.56/89.89	c conflicts		: 1023970
92.56/89.89	c decisions		: 1512598
92.56/89.89	c propagations		: 61688536
92.56/89.89	c inspects		: 1041979320
92.56/89.89	c shortcuts		: 0
92.56/89.89	c learnt literals	: 31
92.56/89.89	c learnt binary clauses	: 52
92.56/89.89	c learnt ternary clauses	: 181
92.56/89.89	c learnt constraints	: 1023938
92.56/89.89	c ignored constraints	: 0
92.56/89.89	c root simplifications	: 0
92.56/89.89	c removed literals (reason simplification)	: 0
92.56/89.89	c reason swapping (by a shorter reason)	: 0
92.56/89.89	c Calls to reduceDB	: 101
92.56/89.89	c Number of update (reduction) of LBD	: 307557
92.56/89.89	c number of reductions to clauses (during analyze)	: 0
92.56/89.89	c number of learned constraints concerned by reduction	: 0
92.56/89.89	c number of learning phase by resolution	: 0
92.56/89.89	c number of learning phase by cutting planes	: 0
92.56/89.89	c speed (assignments/second)	: 689049.515788533
92.56/89.89	c non guided choices	10975
92.56/89.89	c learnt constraints type 
92.56/89.89	c constraints type 
92.56/89.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
92.56/89.89	c ignored satisfied constraints => 1
92.56/89.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
92.56/89.89	c 2708 constraints processed.
92.56/89.89	s OPTIMUM FOUND
92.56/89.89	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 x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 
92.56/89.89	c objective function=1
92.56/89.89	c Total wall clock time (in seconds): 89.776

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718404-1338254370/watcher-3718404-1338254370 -o /tmp/evaluation-result-3718404-1338254370/solver-3718404-1338254370 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718404-1338254370.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.96 1.99 1.99 3/195 9398
/proc/meminfo: memFree=31186576/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9398/stat : 9398 (java) D 9396 9398 6458 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291561838 9515008 182 33554432000 1073741824 1073778376 140737400986592 140737400977624 213419638453 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/9398/statm: 2323 182 140 9 0 71 0

[startup+0.041649 s]
/proc/loadavg: 1.96 1.99 1.99 3/195 9398
/proc/meminfo: memFree=31186576/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 2986 0 1 0 1 0 0 0 20 0 13 0 291561838 9446973440 3684 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2306390 3685 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100283 s]
/proc/loadavg: 1.96 1.99 1.99 3/195 9398
/proc/meminfo: memFree=31186576/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 4293 0 1 0 8 1 0 0 20 0 18 0 291561838 9787817984 5483 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2389604 5483 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300264 s]
/proc/loadavg: 1.96 1.99 1.99 3/195 9398
/proc/meminfo: memFree=31186576/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9558416 CPUtime=0.49 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 6595 0 1 0 47 2 0 0 20 0 18 0 291561838 9787817984 8899 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2389604 8899 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.70027 s]
/proc/loadavg: 1.96 1.99 1.99 3/195 9398
/proc/meminfo: memFree=31186576/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9624980 CPUtime=1.55 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 12015 0 1 0 152 3 0 0 20 0 19 0 291561838 9855979520 12157 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2406245 12157 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9624980

[startup+1.50061 s]
/proc/loadavg: 1.96 1.99 1.99 3/214 9417
/proc/meminfo: memFree=31144660/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9624980 CPUtime=2.43 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 12021 0 1 0 240 3 0 0 20 0 19 0 291561838 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2406245 13184 2259 9 0 2396937 0
[pid=9398/tid=9400] ppid=9396 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/9398/task/9400/stat : 9400 (java) R 9396 9398 6458 0 -1 4202560 2464 0 1 0 145 2 0 0 20 0 19 0 291561839 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395851252160 140395719768693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9401] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9401/stat : 9401 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395840321832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9402] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9402/stat : 9402 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395839269032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9403] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9403/stat : 9403 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395838216744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9404] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9404/stat : 9404 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395692112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9405] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9405/stat : 9405 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395691060008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9406] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9406/stat : 9406 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395690007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9407] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9407/stat : 9407 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395688954920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9408] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9408/stat : 9408 (java) S 9396 9398 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395687902120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9409] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9409/stat : 9409 (java) S 9396 9398 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395675490536 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9410] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9410/stat : 9410 (java) S 9396 9398 6458 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395674436600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9411] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9411/stat : 9411 (java) S 9396 9398 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395673384200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9412] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9412/stat : 9412 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395672332688 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9413] ppid=9396 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/9398/task/9413/stat : 9413 (java) S 9396 9398 6458 0 -1 4202560 3138 0 0 0 46 0 0 0 20 0 19 0 291561845 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395671280312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9414] ppid=9396 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/9398/task/9414/stat : 9414 (java) S 9396 9398 6458 0 -1 4202560 5220 0 0 0 46 1 0 0 20 0 19 0 291561845 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395670227512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9415] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9415/stat : 9415 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395669175416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9416] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9416/stat : 9416 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395668122824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9417] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9417/stat : 9417 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561875 9855979520 13184 33554432000 1073741824 1073778376 140737284453104 140395667067816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624980

[startup+3.10062 s]
/proc/loadavg: 1.96 1.99 1.99 3/214 9417
/proc/meminfo: memFree=31131876/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9624980 CPUtime=4.14 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 12102 0 1 0 409 5 0 0 20 0 19 0 291561838 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2406245 16823 2285 9 0 2396937 0
[pid=9398/tid=9400] ppid=9396 vsize=9624980 CPUtime=3.03 cores=1,3,5,7
/proc/9398/task/9400/stat : 9400 (java) R 9396 9398 6458 0 -1 4202560 2471 0 1 0 301 2 0 0 20 0 19 0 291561839 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395851260312 140395720301672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9401] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9401/stat : 9401 (java) S 9396 9398 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395840321832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9402] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9402/stat : 9402 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395839269032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9403] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9403/stat : 9403 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395838216744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9404] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9404/stat : 9404 (java) S 9396 9398 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395692112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9405] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9405/stat : 9405 (java) S 9396 9398 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395691060008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9406] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9406/stat : 9406 (java) S 9396 9398 6458 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395690007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9407] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9407/stat : 9407 (java) S 9396 9398 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395688954920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9408] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9408/stat : 9408 (java) S 9396 9398 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395687902120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9409] ppid=9396 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9398/task/9409/stat : 9409 (java) S 9396 9398 6458 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291561842 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395675490536 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9410] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9410/stat : 9410 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395674436600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9411] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9411/stat : 9411 (java) S 9396 9398 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395673384200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9412] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9412/stat : 9412 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395672332688 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9413] ppid=9396 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/9398/task/9413/stat : 9413 (java) S 9396 9398 6458 0 -1 4202560 3143 0 0 0 51 0 0 0 20 0 19 0 291561845 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395671280312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9414] ppid=9396 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/9398/task/9414/stat : 9414 (java) S 9396 9398 6458 0 -1 4202560 5222 0 0 0 49 2 0 0 20 0 19 0 291561845 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395670227512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9415] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9415/stat : 9415 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395669175416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9416] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9416/stat : 9416 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395668122824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9417] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9417/stat : 9417 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561875 9855979520 16823 33554432000 1073741824 1073778376 140737284453104 140395667067816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9624980

[startup+6.30062 s]
/proc/loadavg: 2.05 2.01 2.00 3/214 9417
/proc/meminfo: memFree=31107688/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9624980 CPUtime=8.18 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 23188 0 1 0 811 7 0 0 20 0 19 0 291561838 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2406245 21825 2285 9 0 2396937 0
[pid=9398/tid=9400] ppid=9396 vsize=9624980 CPUtime=6.14 cores=1,3,5,7
/proc/9398/task/9400/stat : 9400 (java) R 9396 9398 6458 0 -1 4202560 2474 0 1 0 612 2 0 0 20 0 19 0 291561839 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395851260312 140395720293837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9401] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9401/stat : 9401 (java) S 9396 9398 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395840321832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9402] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9402/stat : 9402 (java) S 9396 9398 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395839269032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9403] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9403/stat : 9403 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395838216744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9404] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9404/stat : 9404 (java) S 9396 9398 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395692112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9405] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9405/stat : 9405 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395691060008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9406] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9406/stat : 9406 (java) S 9396 9398 6458 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395690007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9407] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9407/stat : 9407 (java) S 9396 9398 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395688954920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9408] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9408/stat : 9408 (java) S 9396 9398 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291561841 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395687902120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9409] ppid=9396 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9398/task/9409/stat : 9409 (java) S 9396 9398 6458 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 291561842 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395675490536 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9410] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9410/stat : 9410 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395674436600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9411] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9411/stat : 9411 (java) S 9396 9398 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395673384200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9412] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9412/stat : 9412 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395672332688 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9413] ppid=9396 vsize=9624980 CPUtime=0.8 cores=1,3,5,7
/proc/9398/task/9413/stat : 9413 (java) S 9396 9398 6458 0 -1 4202560 7767 0 0 0 78 2 0 0 20 0 19 0 291561845 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395671280312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9414] ppid=9396 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/9398/task/9414/stat : 9414 (java) S 9396 9398 6458 0 -1 4202560 11664 0 0 0 99 3 0 0 20 0 19 0 291561845 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395670227512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9415] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9415/stat : 9415 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395669175416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9416] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9416/stat : 9416 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395668122824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9417] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9417/stat : 9417 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561875 9855979520 21825 33554432000 1073741824 1073778376 140737284453104 140395667067816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/9398/task/9408/stat : 9408 (java) S 9396 9398 6458 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395687902120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9409] ppid=9396 vsize=9624980 CPUtime=3.29 cores=1,3,5,7
/proc/9398/task/9409/stat : 9409 (java) S 9396 9398 6458 0 -1 4202560 44 0 0 0 328 1 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395675490536 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9410] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9410/stat : 9410 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395674436600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9411] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9411/stat : 9411 (java) S 9396 9398 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395673384200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9412] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9412/stat : 9412 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395672332688 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9413] ppid=9396 vsize=9624980 CPUtime=0.84 cores=1,3,5,7
/proc/9398/task/9413/stat : 9413 (java) S 9396 9398 6458 0 -1 4202560 7767 0 0 0 82 2 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395671280312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9414] ppid=9396 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/9398/task/9414/stat : 9414 (java) S 9396 9398 6458 0 -1 4202560 11666 0 0 0 108 3 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395670227512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9415] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9415/stat : 9415 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395669175416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9416] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9416/stat : 9416 (java) S 9396 9398 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395668122824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9417] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9417/stat : 9417 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561875 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395667067816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 91.45
Current children cumulated vsize (KiB) 9624980

[startup+89.5008 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 9480
/proc/meminfo: memFree=31545028/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9624980 CPUtime=92.25 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 23445 0 1 0 9214 11 0 0 20 0 19 0 291561838 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2406245 23836 2286 9 0 2396937 0
[pid=9398/tid=9400] ppid=9396 vsize=9624980 CPUtime=85.52 cores=1,3,5,7
/proc/9398/task/9400/stat : 9400 (java) R 9396 9398 6458 0 -1 4202560 2571 0 1 0 8550 2 0 0 20 0 19 0 291561839 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395851260256 140395720301667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9401] ppid=9396 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9398/task/9401/stat : 9401 (java) S 9396 9398 6458 0 -1 4202560 25 0 0 0 14 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395840321832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9402] ppid=9396 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9398/task/9402/stat : 9402 (java) S 9396 9398 6458 0 -1 4202560 11 0 0 0 14 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395839269032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9403] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9403/stat : 9403 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395838216744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9404] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9404/stat : 9404 (java) S 9396 9398 6458 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395692112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9405] ppid=9396 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9398/task/9405/stat : 9405 (java) S 9396 9398 6458 0 -1 4202560 64 0 0 0 16 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395691060008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9406] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9406/stat : 9406 (java) S 9396 9398 6458 0 -1 4202560 25 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395690007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9407] ppid=9396 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/9398/task/9407/stat : 9407 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 15 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395688954920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9408] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9408/stat : 9408 (java) S 9396 9398 6458 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395687902120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9409] ppid=9396 vsize=9624980 CPUtime=3.29 cores=1,3,5,7
/proc/9398/task/9409/stat : 9409 (java) S 9396 9398 6458 0 -1 4202560 44 0 0 0 328 1 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395675490536 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9410] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9410/stat : 9410 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395674436600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9411] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9411/stat : 9411 (java) S 9396 9398 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395673384200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9412] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9412/stat : 9412 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395672332688 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9413] ppid=9396 vsize=9624980 CPUtime=0.84 cores=1,3,5,7
/proc/9398/task/9413/stat : 9413 (java) S 9396 9398 6458 0 -1 4202560 7767 0 0 0 82 2 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395671280312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9414] ppid=9396 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/9398/task/9414/stat : 9414 (java) S 9396 9398 6458 0 -1 4202560 11666 0 0 0 108 3 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395670227512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9415] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9415/stat : 9415 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395669175416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9416] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9416/stat : 9416 (java) S 9396 9398 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395668122824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9417] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9417/stat : 9417 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561875 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395667067816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 92.25
Current children cumulated vsize (KiB) 9624980

[startup+89.7007 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 9480
/proc/meminfo: memFree=31545028/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9624980 CPUtime=92.45 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 23445 0 1 0 9234 11 0 0 20 0 19 0 291561838 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2406245 23836 2286 9 0 2396937 0
[pid=9398/tid=9400] ppid=9396 vsize=9624980 CPUtime=85.72 cores=1,3,5,7
/proc/9398/task/9400/stat : 9400 (java) R 9396 9398 6458 0 -1 4202560 2571 0 1 0 8570 2 0 0 20 0 19 0 291561839 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395851260256 140395720588545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9401] ppid=9396 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9398/task/9401/stat : 9401 (java) S 9396 9398 6458 0 -1 4202560 25 0 0 0 14 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395840321832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9402] ppid=9396 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9398/task/9402/stat : 9402 (java) S 9396 9398 6458 0 -1 4202560 11 0 0 0 14 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395839269032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9403] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9403/stat : 9403 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395838216744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9404] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9404/stat : 9404 (java) S 9396 9398 6458 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395692112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9405] ppid=9396 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9398/task/9405/stat : 9405 (java) S 9396 9398 6458 0 -1 4202560 64 0 0 0 16 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395691060008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9406] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9406/stat : 9406 (java) S 9396 9398 6458 0 -1 4202560 25 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395690007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9407] ppid=9396 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/9398/task/9407/stat : 9407 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 15 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395688954920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9408] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9408/stat : 9408 (java) S 9396 9398 6458 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395687902120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9409] ppid=9396 vsize=9624980 CPUtime=3.29 cores=1,3,5,7
/proc/9398/task/9409/stat : 9409 (java) S 9396 9398 6458 0 -1 4202560 44 0 0 0 328 1 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395675490536 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9410] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9410/stat : 9410 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395674436600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9411] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9411/stat : 9411 (java) S 9396 9398 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395673384200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9412] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9412/stat : 9412 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395672332688 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9413] ppid=9396 vsize=9624980 CPUtime=0.84 cores=1,3,5,7
/proc/9398/task/9413/stat : 9413 (java) S 9396 9398 6458 0 -1 4202560 7767 0 0 0 82 2 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395671280312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9414] ppid=9396 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/9398/task/9414/stat : 9414 (java) S 9396 9398 6458 0 -1 4202560 11666 0 0 0 108 3 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395670227512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9415] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9415/stat : 9415 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395669175416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9416] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9416/stat : 9416 (java) S 9396 9398 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395668122824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9417] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9417/stat : 9417 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561875 9855979520 23836 33554432000 1073741824 1073778376 140737284453104 140395667067816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 92.45
Current children cumulated vsize (KiB) 9624980

[startup+89.8008 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 9480
/proc/meminfo: memFree=31545028/32873844 swapFree=6608/6608
[pid=9398] ppid=9396 vsize=9624980 CPUtime=92.56 cores=1,3,5,7
/proc/9398/stat : 9398 (java) S 9396 9398 6458 0 -1 4202496 23448 0 1 0 9245 11 0 0 20 0 19 0 291561838 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140737284444240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9398/statm: 2406245 23839 2286 9 0 2396937 0
[pid=9398/tid=9400] ppid=9396 vsize=9624980 CPUtime=85.78 cores=1,3,5,7
/proc/9398/task/9400/stat : 9400 (java) S 9396 9398 6458 0 -1 4202560 2571 0 1 0 8576 2 0 0 20 0 19 0 291561839 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395851260376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9401] ppid=9396 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9398/task/9401/stat : 9401 (java) S 9396 9398 6458 0 -1 4202560 25 0 0 0 14 0 0 0 20 0 19 0 291561841 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395840321832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9402] ppid=9396 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9398/task/9402/stat : 9402 (java) S 9396 9398 6458 0 -1 4202560 11 0 0 0 14 0 0 0 20 0 19 0 291561841 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395839269032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9403] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9403/stat : 9403 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395838216744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9404] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9404/stat : 9404 (java) S 9396 9398 6458 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395692112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9405] ppid=9396 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/9398/task/9405/stat : 9405 (java) S 9396 9398 6458 0 -1 4202560 64 0 0 0 16 0 0 0 20 0 19 0 291561841 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395691060008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9406] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9406/stat : 9406 (java) S 9396 9398 6458 0 -1 4202560 28 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395690007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9407] ppid=9396 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/9398/task/9407/stat : 9407 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 15 0 0 0 20 0 19 0 291561841 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395688954920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9398/tid=9408] ppid=9396 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/9398/task/9408/stat : 9408 (java) S 9396 9398 6458 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 19 0 291561841 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395687902120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9409] ppid=9396 vsize=9624980 CPUtime=3.33 cores=1,3,5,7
/proc/9398/task/9409/stat : 9409 (java) R 9396 9398 6458 0 -1 4202560 44 0 0 0 332 1 0 0 20 0 19 0 291561842 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395675489392 140395857768564 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9410] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9410/stat : 9410 (java) S 9396 9398 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395674436600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9411] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9411/stat : 9411 (java) S 9396 9398 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561842 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395673384200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9412] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9412/stat : 9412 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395672332688 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9413] ppid=9396 vsize=9624980 CPUtime=0.84 cores=1,3,5,7
/proc/9398/task/9413/stat : 9413 (java) S 9396 9398 6458 0 -1 4202560 7767 0 0 0 82 2 0 0 20 0 19 0 291561845 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395671280312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9398/tid=9414] ppid=9396 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/9398/task/9414/stat : 9414 (java) S 9396 9398 6458 0 -1 4202560 11666 0 0 0 108 3 0 0 20 0 19 0 291561845 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395670227512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9415] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9415/stat : 9415 (java) S 9396 9398 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395669175416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9398/tid=9416] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9416/stat : 9416 (java) S 9396 9398 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561845 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395668122824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9398/tid=9417] ppid=9396 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9398/task/9417/stat : 9417 (java) S 9396 9398 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561875 9855979520 23839 33554432000 1073741824 1073778376 140737284453104 140395667067816 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 92.56
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9398 and gives
#  childrusage.ru_utime.tv_sec=92
#  childrusage.ru_utime.tv_usec=319965
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 92.5309
# while last known CPU time is 92.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 89.8976
CPU time (s): 92.56
CPU user time (s): 92.45
CPU system time (s): 0.11
CPU usage (%): 102.962
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.32
system time used= 0.210967
maximum resident set size= 95412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23468
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4836
involuntary context switches= 4018

runsolver used 0.301954 second user time and 0.735888 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-29 03:19:30
IDJOB=3718404
IDBENCH=79274
IDSOLVER=2301
FILE ID=node140/3718404-1338254370
RUNJOBID= node140-1338248942-8853
PBS_JOBID= 14624641
Free space on /tmp= 71336 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900556231--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718404-1338254370/watcher-3718404-1338254370 -o /tmp/evaluation-result-3718404-1338254370/solver-3718404-1338254370 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718404-1338254370.wbo

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

MD5SUM BENCH= ec85c0538058c3457da9eddcb3b315b2
RANDOM SEED=1500613758

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        31187220 kB
Buffers:          232328 kB
Cached:            52376 kB
SwapCached:         1668 kB
Active:           803608 kB
Inactive:          26896 kB
Active(anon):     537252 kB
Inactive(anon):    10060 kB
Active(file):     266356 kB
Inactive(file):    16836 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105152 kB
Dirty:               332 kB
Writeback:             0 kB
AnonPages:        630080 kB
Mapped:            18144 kB
Shmem:                 8 kB
Slab:             714268 kB
SReclaimable:     156388 kB
SUnreclaim:       557880 kB
KernelStack:        1768 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     730816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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= 71336 MiB
End job on node140 at 2012-05-29 03:21:00