Trace number 3718417

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 75.94 74.2801

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571132--soft-0-100-0.wbo
MD5SUMa22634c1977478f126d9df874c90c256
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 benchmark53.3619
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120528
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3718417-1338254372.wbo
0.07/0.13	c reading problem ... 
0.44/0.34	c ... done. Wall clock time 0.207s.
0.44/0.34	c declared #vars     231
0.44/0.34	c internal #vars     2938
0.44/0.34	c #constraints  2707
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.44/0.34	c ignored satisfied constraints => 1
0.44/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.44/0.34	c 2708 constraints processed.
0.44/0.34	c objective function length is 2707 literals
1.03/0.52	c SATISFIABLE
1.03/0.52	c OPTIMIZING...
1.03/0.52	c Got one! Elapsed wall clock time (in seconds):0.387
1.03/0.52	o 514
1.03/0.57	c Got one! Elapsed wall clock time (in seconds):0.439
1.03/0.57	o 509
1.33/0.60	c Got one! Elapsed wall clock time (in seconds):0.465
1.33/0.60	o 489
1.33/0.62	c Got one! Elapsed wall clock time (in seconds):0.487
1.33/0.62	o 322
1.33/0.64	c Got one! Elapsed wall clock time (in seconds):0.505
1.33/0.64	o 302
1.33/0.66	c Got one! Elapsed wall clock time (in seconds):0.526
1.33/0.66	o 300
1.33/0.67	c Got one! Elapsed wall clock time (in seconds):0.537
1.33/0.67	o 279
1.33/0.69	c Got one! Elapsed wall clock time (in seconds):0.556
1.33/0.69	o 278
1.63/0.71	c Got one! Elapsed wall clock time (in seconds):0.579
1.63/0.71	o 263
1.63/0.74	c Got one! Elapsed wall clock time (in seconds):0.606
1.63/0.74	o 260
1.63/0.75	c Got one! Elapsed wall clock time (in seconds):0.624
1.63/0.75	o 259
1.63/0.76	c Got one! Elapsed wall clock time (in seconds):0.633
1.63/0.76	o 233
1.75/0.82	c Got one! Elapsed wall clock time (in seconds):0.692
1.75/0.82	o 231
1.75/0.84	c Got one! Elapsed wall clock time (in seconds):0.707
1.75/0.84	o 221
1.75/0.87	c Got one! Elapsed wall clock time (in seconds):0.744
1.75/0.87	o 202
1.75/0.88	c Got one! Elapsed wall clock time (in seconds):0.753
1.75/0.88	o 194
1.86/0.94	c Got one! Elapsed wall clock time (in seconds):0.809
1.86/0.94	o 193
1.86/0.95	c Got one! Elapsed wall clock time (in seconds):0.822
1.86/0.95	o 192
1.86/0.98	c Got one! Elapsed wall clock time (in seconds):0.85
1.86/0.98	o 176
1.97/1.04	c Got one! Elapsed wall clock time (in seconds):0.909
1.97/1.04	o 171
2.07/1.13	c Got one! Elapsed wall clock time (in seconds):0.995
2.07/1.13	o 158
2.07/1.14	c Got one! Elapsed wall clock time (in seconds):1.005
2.07/1.14	o 156
2.07/1.18	c Got one! Elapsed wall clock time (in seconds):1.049
2.07/1.18	o 155
2.16/1.21	c Got one! Elapsed wall clock time (in seconds):1.076
2.16/1.21	o 154
2.16/1.29	c Got one! Elapsed wall clock time (in seconds):1.161
2.16/1.29	o 149
2.27/1.39	c Got one! Elapsed wall clock time (in seconds):1.263
2.27/1.39	o 146
2.39/1.48	c Got one! Elapsed wall clock time (in seconds):1.346
2.39/1.48	o 144
2.39/1.48	c Got one! Elapsed wall clock time (in seconds):1.353
2.39/1.48	o 140
2.49/1.50	c Got one! Elapsed wall clock time (in seconds):1.373
2.49/1.50	o 138
2.49/1.54	c Got one! Elapsed wall clock time (in seconds):1.407
2.49/1.54	o 132
2.49/1.59	c Got one! Elapsed wall clock time (in seconds):1.461
2.49/1.59	o 131
2.69/1.70	c Got one! Elapsed wall clock time (in seconds):1.571
2.69/1.70	o 130
2.69/1.75	c Got one! Elapsed wall clock time (in seconds):1.618
2.69/1.75	o 129
2.82/1.84	c Got one! Elapsed wall clock time (in seconds):1.71
2.82/1.84	o 126
2.92/1.94	c Got one! Elapsed wall clock time (in seconds):1.812
2.92/1.94	o 122
3.02/2.01	c Got one! Elapsed wall clock time (in seconds):1.877
3.02/2.01	o 119
3.02/2.02	c Got one! Elapsed wall clock time (in seconds):1.889
3.02/2.02	o 108
3.02/2.09	c Got one! Elapsed wall clock time (in seconds):1.961
3.02/2.09	o 106
3.13/2.12	c Got one! Elapsed wall clock time (in seconds):1.993
3.13/2.12	o 104
3.23/2.22	c Got one! Elapsed wall clock time (in seconds):2.088
3.23/2.22	o 103
3.32/2.30	c Got one! Elapsed wall clock time (in seconds):2.171
3.32/2.30	o 98
3.52/2.52	c Got one! Elapsed wall clock time (in seconds):2.388
3.52/2.52	o 97
3.62/2.66	c cleaning 9763 clauses out of 19537 with flag 8850/19537
3.78/2.78	c Got one! Elapsed wall clock time (in seconds):2.647
3.78/2.78	o 90
3.78/2.79	c Got one! Elapsed wall clock time (in seconds):2.66
3.78/2.79	o 89
3.89/2.81	c Got one! Elapsed wall clock time (in seconds):2.682
3.89/2.81	o 86
3.99/2.92	c Got one! Elapsed wall clock time (in seconds):2.79
3.99/2.92	o 84
3.99/2.94	c Got one! Elapsed wall clock time (in seconds):2.805
3.99/2.94	o 83
3.99/3.00	c Got one! Elapsed wall clock time (in seconds):2.865
3.99/3.00	o 81
4.10/3.09	c Got one! Elapsed wall clock time (in seconds):2.959
4.10/3.09	o 79
4.20/3.19	c Got one! Elapsed wall clock time (in seconds):3.055
4.20/3.19	o 76
4.41/3.34	c cleaning 8943 clauses out of 17898 with flag 20131/27661
4.56/3.42	c Got one! Elapsed wall clock time (in seconds):3.288
4.56/3.42	o 73
4.98/3.83	c cleaning 7324 clauses out of 14647 with flag 41187/33353
4.98/3.87	c Got one! Elapsed wall clock time (in seconds):3.74
4.98/3.87	o 72
5.14/3.96	c Got one! Elapsed wall clock time (in seconds):3.83
5.14/3.96	o 68
5.24/4.05	c Got one! Elapsed wall clock time (in seconds):3.922
5.24/4.05	o 67
5.44/4.22	c Got one! Elapsed wall clock time (in seconds):4.091
5.44/4.22	o 64
5.55/4.37	c cleaning 6691 clauses out of 13396 with flag 21668/39426
5.66/4.49	c Got one! Elapsed wall clock time (in seconds):4.36
5.66/4.49	o 62
5.95/4.72	c Got one! Elapsed wall clock time (in seconds):4.591
5.95/4.72	o 61
6.05/4.86	c cleaning 6480 clauses out of 12970 with flag 20613/45691
6.35/5.13	c Got one! Elapsed wall clock time (in seconds):4.994
6.35/5.13	o 59
6.35/5.19	c Got one! Elapsed wall clock time (in seconds):5.055
6.35/5.19	o 56
6.48/5.27	c Got one! Elapsed wall clock time (in seconds):5.139
6.48/5.27	o 55
6.58/5.33	c Got one! Elapsed wall clock time (in seconds):5.2
6.58/5.33	o 53
6.69/5.44	c Got one! Elapsed wall clock time (in seconds):5.307
6.69/5.44	o 52
6.79/5.51	c cleaning 7283 clauses out of 14584 with flag 9450/53785
6.79/5.59	c Got one! Elapsed wall clock time (in seconds):5.464
6.79/5.59	o 47
7.01/5.73	c Got one! Elapsed wall clock time (in seconds):5.599
7.01/5.73	o 40
7.21/5.92	c cleaning 6602 clauses out of 13224 with flag 31623/59708
7.41/6.12	c Got one! Elapsed wall clock time (in seconds):5.993
7.41/6.12	o 36
7.71/6.42	c cleaning 6299 clauses out of 12609 with flag 50925/65695
8.12/6.88	c Got one! Elapsed wall clock time (in seconds):6.748
8.12/6.88	o 34
8.32/7.04	c cleaning 6103 clauses out of 12230 with flag 26917/71615
8.63/7.35	c Got one! Elapsed wall clock time (in seconds):7.214
8.63/7.35	o 33
8.73/7.42	c Got one! Elapsed wall clock time (in seconds):7.294
8.73/7.42	o 32
8.83/7.54	c cleaning 6144 clauses out of 12305 with flag 7783/77793
8.93/7.68	c Got one! Elapsed wall clock time (in seconds):7.551
8.93/7.68	o 28
9.13/7.80	c Got one! Elapsed wall clock time (in seconds):7.674
9.13/7.80	o 24
9.23/7.98	c Got one! Elapsed wall clock time (in seconds):7.848
9.23/7.98	o 23
9.33/8.07	c cleaning 6160 clauses out of 12328 with flag 14264/83960
9.63/8.30	c Got one! Elapsed wall clock time (in seconds):8.17
9.63/8.30	o 21
9.73/8.44	c cleaning 5752 clauses out of 11522 with flag 26333/89314
9.93/8.65	c Got one! Elapsed wall clock time (in seconds):8.52
9.93/8.65	o 20
10.04/8.77	c cleaning 5424 clauses out of 10876 with flag 22492/94420
10.43/9.12	c cleaning 5717 clauses out of 11453 with flag 84546/100421
10.63/9.39	c Got one! Elapsed wall clock time (in seconds):9.26
10.63/9.39	o 14
10.83/9.52	c cleaning 5571 clauses out of 11199 with flag 23126/105884
11.24/9.92	c cleaning 5804 clauses out of 11630 with flag 94552/111886
11.34/10.06	c Got one! Elapsed wall clock time (in seconds):9.929
11.34/10.06	o 12
11.34/10.07	c Got one! Elapsed wall clock time (in seconds):9.936
11.34/10.07	o 11
11.64/10.31	c cleaning 5930 clauses out of 11877 with flag 27400/117937
11.94/10.69	c Got one! Elapsed wall clock time (in seconds):10.556
11.94/10.69	o 9
12.35/11.01	c cleaning 8208 clauses out of 16428 with flag 44512/128418
12.44/11.15	c Got one! Elapsed wall clock time (in seconds):11.02
12.44/11.15	o 7
12.64/11.39	c cleaning 7045 clauses out of 14120 with flag 33584/134318
12.85/11.55	c Got one! Elapsed wall clock time (in seconds):11.423
12.85/11.55	o 6
13.05/11.76	c cleaning 6163 clauses out of 12330 with flag 35967/139573
13.46/12.12	c cleaning 6064 clauses out of 12165 with flag 82694/145571
13.55/12.21	c Got one! Elapsed wall clock time (in seconds):12.081
13.55/12.21	o 5
13.75/12.45	c cleaning 5611 clauses out of 11238 with flag 42961/150708
14.17/12.80	c cleaning 5804 clauses out of 11629 with flag 87199/156710
14.27/12.95	c Got one! Elapsed wall clock time (in seconds):12.821
14.27/12.95	o 2
14.48/13.15	c cleaning 5620 clauses out of 11252 with flag 34506/162137
14.88/13.53	c cleaning 5803 clauses out of 11632 with flag 93809/168137
15.28/13.94	c cleaning 6414 clauses out of 12829 with flag 151303/175137
15.78/14.43	c cleaning 7204 clauses out of 14415 with flag 212038/183137
16.39/15.02	c cleaning 8092 clauses out of 16211 with flag 287322/192137
17.11/15.73	c cleaning 9053 clauses out of 18119 with flag 373771/202137
17.32/15.97	c Got one! Elapsed wall clock time (in seconds):15.842
17.32/15.97	o 1
17.52/16.12	c cleaning 7321 clauses out of 14649 with flag 22662/207720
17.85/16.50	c cleaning 6663 clauses out of 13331 with flag 74711/213723
18.36/16.93	c cleaning 6822 clauses out of 13665 with flag 124840/220720
18.86/17.42	c cleaning 7417 clauses out of 14845 with flag 185592/228722
19.37/17.98	c cleaning 8209 clauses out of 16426 with flag 253737/237720
19.96/18.57	c cleaning 9104 clauses out of 18220 with flag 331823/247723
20.66/19.24	c cleaning 10039 clauses out of 20117 with flag 419983/258724
21.56/20.13	c cleaning 11038 clauses out of 22076 with flag 530345/270722
22.56/21.12	c cleaning 12012 clauses out of 24037 with flag 651393/283722
23.57/22.12	c cleaning 13011 clauses out of 26025 with flag 758700/297722
24.78/23.33	c cleaning 13997 clauses out of 28015 with flag 888596/312723
26.09/24.67	c cleaning 15005 clauses out of 30018 with flag 1029281/328723
27.59/26.19	c cleaning 15982 clauses out of 32011 with flag 1190652/345721
29.00/27.54	c cleaning 17004 clauses out of 34027 with flag 1339521/363720
30.39/28.97	c cleaning 18001 clauses out of 36024 with flag 1495652/382721
32.09/30.65	c cleaning 18999 clauses out of 38022 with flag 1668698/402721
34.00/32.59	c cleaning 20008 clauses out of 40022 with flag 1863070/423720
36.11/34.65	c cleaning 20999 clauses out of 42015 with flag 2056699/445723
38.12/36.67	c cleaning 21996 clauses out of 44014 with flag 2248410/468721
40.44/38.99	c cleaning 22996 clauses out of 46018 with flag 2457091/492721
43.26/41.74	c cleaning 24009 clauses out of 48020 with flag 2668839/517720
45.66/44.15	c cleaning 25000 clauses out of 50011 with flag 2868222/543720
48.79/47.21	c cleaning 25999 clauses out of 52012 with flag 3098574/570722
51.49/49.96	c cleaning 26994 clauses out of 54010 with flag 3313529/598720
54.30/52.75	c cleaning 27990 clauses out of 56015 with flag 3529936/627721
57.63/56.01	c cleaning 29007 clauses out of 58024 with flag 3765088/657720
60.76/59.11	c cleaning 30003 clauses out of 60016 with flag 4004583/688720
64.39/62.75	c cleaning 30999 clauses out of 62014 with flag 4271319/720721
68.00/66.35	c cleaning 31992 clauses out of 64016 with flag 4526408/753722
72.02/70.32	c cleaning 32996 clauses out of 66022 with flag 4797274/787721
75.94/74.27	c starts		: 247
75.94/74.27	c conflicts		: 820041
75.94/74.27	c decisions		: 1242353
75.94/74.27	c propagations		: 41529002
75.94/74.27	c inspects		: 962065470
75.94/74.27	c shortcuts		: 0
75.94/74.27	c learnt literals	: 27
75.94/74.27	c learnt binary clauses	: 67
75.94/74.27	c learnt ternary clauses	: 144
75.94/74.27	c learnt constraints	: 820013
75.94/74.27	c ignored constraints	: 0
75.94/74.27	c root simplifications	: 0
75.94/74.27	c removed literals (reason simplification)	: 0
75.94/74.27	c reason swapping (by a shorter reason)	: 0
75.94/74.27	c Calls to reduceDB	: 59
75.94/74.27	c Number of update (reduction) of LBD	: 257238
75.94/74.27	c number of reductions to clauses (during analyze)	: 0
75.94/74.27	c number of learned constraints concerned by reduction	: 0
75.94/74.27	c number of learning phase by resolution	: 0
75.94/74.27	c number of learning phase by cutting planes	: 0
75.94/74.27	c speed (assignments/second)	: 562038.1919068886
75.94/74.27	c non guided choices	8588
75.94/74.27	c learnt constraints type 
75.94/74.27	c constraints type 
75.94/74.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
75.94/74.27	c ignored satisfied constraints => 1
75.94/74.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
75.94/74.27	c 2708 constraints processed.
75.94/74.27	s OPTIMUM FOUND
75.94/74.27	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 
75.94/74.27	c objective function=1
75.94/74.27	c Total wall clock time (in seconds): 74.141

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-3718417-1338254372/watcher-3718417-1338254372 -o /tmp/evaluation-result-3718417-1338254372/solver-3718417-1338254372 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718417-1338254372.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: 2.13 2.09 2.03 3/195 3897
/proc/meminfo: memFree=29474412/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/3897/stat : 3897 (java) R 3895 3897 31640 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 291561579 278528 33 33554432000 1073741824 1073778376 140735561849248 140735561846424 254741146805 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3897/statm: 68 33 25 9 0 25 0

[startup+0.0573069 s]
/proc/loadavg: 2.13 2.09 2.03 3/195 3897
/proc/meminfo: memFree=29474412/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 3015 0 1 0 2 0 0 0 20 0 13 0 291561579 9446973440 3714 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2306390 3714 1695 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100285 s]
/proc/loadavg: 2.13 2.09 2.03 3/195 3897
/proc/meminfo: memFree=29474412/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 3362 0 1 0 6 1 0 0 20 0 18 0 291561579 9787817984 4572 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2389604 4572 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.300246 s]
/proc/loadavg: 2.13 2.09 2.03 3/195 3897
/proc/meminfo: memFree=29474412/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9558416 CPUtime=0.44 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 6359 0 1 0 42 2 0 0 20 0 18 0 291561579 9787817984 8319 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2389604 8319 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700283 s]
/proc/loadavg: 2.13 2.09 2.03 3/195 3897
/proc/meminfo: memFree=29474412/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9624980 CPUtime=1.63 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 12034 0 1 0 159 4 0 0 20 0 19 0 291561579 9855979520 13276 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2406245 13276 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9624980

[startup+1.50073 s]
/proc/loadavg: 2.13 2.09 2.03 3/213 3916
/proc/meminfo: memFree=29417416/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9624980 CPUtime=2.49 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 12049 0 1 0 245 4 0 0 20 0 19 0 291561579 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2406245 19422 2259 9 0 2396937 0
[pid=3897/tid=3899] ppid=3895 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/3897/task/3899/stat : 3899 (java) R 3895 3897 31640 0 -1 4202560 2476 0 1 0 143 2 0 0 20 0 19 0 291561581 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147769336120 140147619018244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3900] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3900/stat : 3900 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147741789096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3901] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3901/stat : 3901 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147740736552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3902] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3902/stat : 3902 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147739683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3903] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3903/stat : 3903 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147738630952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3904] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3904/stat : 3904 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147737577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3905] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3905/stat : 3905 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147607251496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3906] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3906/stat : 3906 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147606198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3907] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3907/stat : 3907 (java) S 3895 3897 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147605145896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3908] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3908/stat : 3908 (java) S 3895 3897 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291561583 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147122199400 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3909] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3909/stat : 3909 (java) S 3895 3897 31640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147121145720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3910] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3910/stat : 3910 (java) S 3895 3897 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147120092552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3911] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3911/stat : 3911 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147119041296 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3912] ppid=3895 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/3897/task/3912/stat : 3912 (java) S 3895 3897 31640 0 -1 4202560 4390 0 0 0 49 0 0 0 20 0 19 0 291561587 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147117988152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3913] ppid=3895 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/3897/task/3913/stat : 3913 (java) S 3895 3897 31640 0 -1 4202560 3987 0 0 0 49 2 0 0 20 0 19 0 291561587 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147116935608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3914] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3914/stat : 3914 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147115882744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3915] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3915/stat : 3915 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147114830408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3916] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3916/stat : 3916 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561617 9855979520 19422 33554432000 1073741824 1073778376 140734394818128 140147113776680 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9624980

[startup+3.10076 s]
/proc/loadavg: 2.13 2.09 2.03 3/213 3916
/proc/meminfo: memFree=29390420/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9624980 CPUtime=4.2 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 12124 0 1 0 415 5 0 0 20 0 19 0 291561579 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2406245 28171 2285 9 0 2396937 0
[pid=3897/tid=3899] ppid=3895 vsize=9624980 CPUtime=3.03 cores=1,3,5,7
/proc/3897/task/3899/stat : 3899 (java) R 3895 3897 31640 0 -1 4202560 2491 0 1 0 301 2 0 0 20 0 19 0 291561581 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147769335032 140147618831227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3900] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3900/stat : 3900 (java) S 3895 3897 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147741789096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3901] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3901/stat : 3901 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147740736552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3902] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3902/stat : 3902 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147739683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3903] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3903/stat : 3903 (java) S 3895 3897 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147738630952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3904] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3904/stat : 3904 (java) S 3895 3897 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147737577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3905] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3905/stat : 3905 (java) S 3895 3897 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147607251496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3906] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3906/stat : 3906 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147606198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3907] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3907/stat : 3907 (java) S 3895 3897 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147605145896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3908] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3908/stat : 3908 (java) S 3895 3897 31640 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 291561583 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147122199400 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3909] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3909/stat : 3909 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147121145720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3910] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3910/stat : 3910 (java) S 3895 3897 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147120092552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3911] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3911/stat : 3911 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147119041296 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3912] ppid=3895 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/3897/task/3912/stat : 3912 (java) S 3895 3897 31640 0 -1 4202560 4394 0 0 0 55 0 0 0 20 0 19 0 291561587 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147117988152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3913] ppid=3895 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/3897/task/3913/stat : 3913 (java) S 3895 3897 31640 0 -1 4202560 3989 0 0 0 52 2 0 0 20 0 19 0 291561587 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147116935608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3914] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3914/stat : 3914 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147115882744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3915] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3915/stat : 3915 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147114830408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3916] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3916/stat : 3916 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561617 9855979520 28171 33554432000 1073741824 1073778376 140734394818128 140147113776680 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9624980

[startup+6.30064 s]
/proc/loadavg: 2.12 2.09 2.03 3/214 3917
/proc/meminfo: memFree=29364796/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9624980 CPUtime=7.61 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 13647 0 1 0 755 6 0 0 20 0 19 0 291561579 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2406245 29714 2286 9 0 2396937 0
[pid=3897/tid=3899] ppid=3895 vsize=9624980 CPUtime=6.03 cores=1,3,5,7
/proc/3897/task/3899/stat : 3899 (java) R 3895 3897 31640 0 -1 4202560 2497 0 1 0 601 2 0 0 20 0 19 0 291561581 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147769336280 140147618822092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3900] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3900/stat : 3900 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147741789096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3901] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3901/stat : 3901 (java) S 3895 3897 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147740736552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3902] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3902/stat : 3902 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147739683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3903] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3903/stat : 3903 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147738630952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3904] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3904/stat : 3904 (java) S 3895 3897 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147737577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3905] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3905/stat : 3905 (java) S 3895 3897 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147607251496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3906] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3906/stat : 3906 (java) S 3895 3897 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147606198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3907] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3907/stat : 3907 (java) S 3895 3897 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291561582 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147605145896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3908] ppid=3895 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3897/task/3908/stat : 3908 (java) S 3895 3897 31640 0 -1 4202560 34 0 0 0 17 0 0 0 20 0 19 0 291561583 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147122199400 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3909] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3909/stat : 3909 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147121145720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3910] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3910/stat : 3910 (java) S 3895 3897 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147120092552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3911] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3911/stat : 3911 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147119041296 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3912] ppid=3895 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/3897/task/3912/stat : 3912 (java) S 3895 3897 31640 0 -1 4202560 4397 0 0 0 60 0 0 0 20 0 19 0 291561587 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147117988152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3913] ppid=3895 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/3897/task/3913/stat : 3913 (java) S 3895 3897 31640 0 -1 4202560 5481 0 0 0 64 2 0 0 20 0 19 0 291561587 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147116935608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3914] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3914/stat : 3914 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147115882744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3915] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3915/stat : 3915 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147114830408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3916] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3916/stat : 3916 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561617 9855979520 29714 33554432000 1073741824 1073778376 140734394818128 140147113776680 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/3897/task/3907/stat : 3907 (java) S 3895 3897 31640 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147605145896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3908] ppid=3895 vsize=9624980 CPUtime=2.35 cores=1,3,5,7
/proc/3897/task/3908/stat : 3908 (java) S 3895 3897 31640 0 -1 4202560 44 0 0 0 235 0 0 0 20 0 19 0 291561583 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147122199400 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3909] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3909/stat : 3909 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147121145720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3910] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3910/stat : 3910 (java) S 3895 3897 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147120092552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3911] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3911/stat : 3911 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147119041296 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3912] ppid=3895 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3897/task/3912/stat : 3912 (java) S 3895 3897 31640 0 -1 4202560 4399 0 0 0 62 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147117988152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3913] ppid=3895 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/3897/task/3913/stat : 3913 (java) S 3895 3897 31640 0 -1 4202560 5481 0 0 0 64 2 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147116935608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3914] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3914/stat : 3914 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147115882744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3915] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3915/stat : 3915 (java) S 3895 3897 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147114830408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3916] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3916/stat : 3916 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561617 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147113776680 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 75.24
Current children cumulated vsize (KiB) 9624980

[startup+73.9007 s]
/proc/loadavg: 2.16 2.10 2.03 3/215 3920
/proc/meminfo: memFree=29347320/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9624980 CPUtime=75.64 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 13831 0 1 0 7556 8 0 0 20 0 19 0 291561579 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2406245 32390 2286 9 0 2396937 0
[pid=3897/tid=3899] ppid=3895 vsize=9624980 CPUtime=71.06 cores=1,3,5,7
/proc/3897/task/3899/stat : 3899 (java) R 3895 3897 31640 0 -1 4202560 2550 0 1 0 7104 2 0 0 20 0 19 0 291561581 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147769336344 140147618822832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3900] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3900/stat : 3900 (java) S 3895 3897 31640 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147741789096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3901] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3901/stat : 3901 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147740736552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3902] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3902/stat : 3902 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147739683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3903] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3903/stat : 3903 (java) S 3895 3897 31640 0 -1 4202560 35 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147738630952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3904] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3904/stat : 3904 (java) S 3895 3897 31640 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147737577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3905] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3905/stat : 3905 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147607251496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3906] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3906/stat : 3906 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147606198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3907] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3907/stat : 3907 (java) S 3895 3897 31640 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147605145896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3908] ppid=3895 vsize=9624980 CPUtime=2.35 cores=1,3,5,7
/proc/3897/task/3908/stat : 3908 (java) S 3895 3897 31640 0 -1 4202560 44 0 0 0 235 0 0 0 20 0 19 0 291561583 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147122199400 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3909] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3909/stat : 3909 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147121145720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3910] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3910/stat : 3910 (java) S 3895 3897 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147120092552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3911] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3911/stat : 3911 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147119041296 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3912] ppid=3895 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3897/task/3912/stat : 3912 (java) S 3895 3897 31640 0 -1 4202560 4399 0 0 0 62 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147117988152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3913] ppid=3895 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/3897/task/3913/stat : 3913 (java) S 3895 3897 31640 0 -1 4202560 5481 0 0 0 64 2 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147116935608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3914] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3914/stat : 3914 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147115882744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3915] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3915/stat : 3915 (java) S 3895 3897 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147114830408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3916] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3916/stat : 3916 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561617 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147113776680 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 75.64
Current children cumulated vsize (KiB) 9624980

[startup+74.1008 s]
/proc/loadavg: 2.16 2.10 2.03 3/215 3920
/proc/meminfo: memFree=29347320/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9624980 CPUtime=75.84 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 13831 0 1 0 7576 8 0 0 20 0 19 0 291561579 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2406245 32390 2286 9 0 2396937 0
[pid=3897/tid=3899] ppid=3895 vsize=9624980 CPUtime=71.26 cores=1,3,5,7
/proc/3897/task/3899/stat : 3899 (java) R 3895 3897 31640 0 -1 4202560 2550 0 1 0 7124 2 0 0 20 0 19 0 291561581 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147769336344 140147618822832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3900] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3900/stat : 3900 (java) S 3895 3897 31640 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147741789096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3901] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3901/stat : 3901 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147740736552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3902] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3902/stat : 3902 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147739683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3903] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3903/stat : 3903 (java) S 3895 3897 31640 0 -1 4202560 35 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147738630952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3904] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3904/stat : 3904 (java) S 3895 3897 31640 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147737577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3905] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3905/stat : 3905 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147607251496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3906] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3906/stat : 3906 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147606198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3907] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3907/stat : 3907 (java) S 3895 3897 31640 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147605145896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3908] ppid=3895 vsize=9624980 CPUtime=2.35 cores=1,3,5,7
/proc/3897/task/3908/stat : 3908 (java) S 3895 3897 31640 0 -1 4202560 44 0 0 0 235 0 0 0 20 0 19 0 291561583 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147122199400 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3909] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3909/stat : 3909 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147121145720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3910] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3910/stat : 3910 (java) S 3895 3897 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147120092552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3911] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3911/stat : 3911 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147119041296 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3912] ppid=3895 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3897/task/3912/stat : 3912 (java) S 3895 3897 31640 0 -1 4202560 4399 0 0 0 62 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147117988152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3913] ppid=3895 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/3897/task/3913/stat : 3913 (java) S 3895 3897 31640 0 -1 4202560 5481 0 0 0 64 2 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147116935608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3914] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3914/stat : 3914 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147115882744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3915] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3915/stat : 3915 (java) S 3895 3897 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147114830408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3916] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3916/stat : 3916 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561617 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147113776680 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 75.84
Current children cumulated vsize (KiB) 9624980

[startup+74.2008 s]
/proc/loadavg: 2.16 2.10 2.03 3/215 3920
/proc/meminfo: memFree=29347320/32873844 swapFree=7628/7628
[pid=3897] ppid=3895 vsize=9624980 CPUtime=75.94 cores=1,3,5,7
/proc/3897/stat : 3897 (java) S 3895 3897 31640 0 -1 4202496 13831 0 1 0 7586 8 0 0 20 0 19 0 291561579 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140734394809264 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3897/statm: 2406245 32390 2286 9 0 2396937 0
[pid=3897/tid=3899] ppid=3895 vsize=9624980 CPUtime=71.36 cores=1,3,5,7
/proc/3897/task/3899/stat : 3899 (java) R 3895 3897 31640 0 -1 4202560 2550 0 1 0 7134 2 0 0 20 0 19 0 291561581 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147769336344 140147619162006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3900] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3900/stat : 3900 (java) S 3895 3897 31640 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147741789096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3901] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3901/stat : 3901 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147740736552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3902] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3902/stat : 3902 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147739683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3903] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3903/stat : 3903 (java) S 3895 3897 31640 0 -1 4202560 35 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147738630952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3904] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3904/stat : 3904 (java) S 3895 3897 31640 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147737577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3905] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3905/stat : 3905 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147607251496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3906] ppid=3895 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3897/task/3906/stat : 3906 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 8 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147606198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3897/tid=3907] ppid=3895 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3897/task/3907/stat : 3907 (java) S 3895 3897 31640 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291561582 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147605145896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3908] ppid=3895 vsize=9624980 CPUtime=2.35 cores=1,3,5,7
/proc/3897/task/3908/stat : 3908 (java) S 3895 3897 31640 0 -1 4202560 44 0 0 0 235 0 0 0 20 0 19 0 291561583 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147122199400 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3909] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3909/stat : 3909 (java) S 3895 3897 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147121145720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3910] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3910/stat : 3910 (java) S 3895 3897 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291561584 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147120092552 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3911] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3911/stat : 3911 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147119041296 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3912] ppid=3895 vsize=9624980 CPUtime=0.63 cores=1,3,5,7
/proc/3897/task/3912/stat : 3912 (java) S 3895 3897 31640 0 -1 4202560 4399 0 0 0 63 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147117988152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3897/tid=3913] ppid=3895 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/3897/task/3913/stat : 3913 (java) S 3895 3897 31640 0 -1 4202560 5481 0 0 0 64 2 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147116935608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3914] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3914/stat : 3914 (java) S 3895 3897 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147115882744 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3897/tid=3915] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3915/stat : 3915 (java) S 3895 3897 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291561587 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147114830408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3897/tid=3916] ppid=3895 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3897/task/3916/stat : 3916 (java) S 3895 3897 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291561617 9855979520 32390 33554432000 1073741824 1073778376 140734394818128 140147113776680 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 75.94
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3897 and gives
#  childrusage.ru_utime.tv_sec=75
#  childrusage.ru_utime.tv_usec=749484
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=183972
# CPU time returned by wait4() is 75.9335
# while last known CPU time is 75.94
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 74.2801
CPU time (s): 75.94
CPU user time (s): 75.86
CPU system time (s): 0.08
CPU usage (%): 102.235
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.7495
system time used= 0.183972
maximum resident set size= 129620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13849
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= 3424
involuntary context switches= 2027

runsolver used 0.240963 second user time and 0.625904 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 03:19:32
IDJOB=3718417
IDBENCH=79275
IDSOLVER=2301
FILE ID=node145/3718417-1338254372
RUNJOBID= node145-1338246945-1113
PBS_JOBID= 14624633
Free space on /tmp= 71536 MiB

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

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

MD5SUM BENCH= a22634c1977478f126d9df874c90c256
RANDOM SEED=1019580995

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29475056 kB
Buffers:          393784 kB
Cached:          1901824 kB
SwapCached:            0 kB
Active:          1019396 kB
Inactive:        1521940 kB
Active(anon):     236824 kB
Inactive(anon):    10912 kB
Active(file):     782572 kB
Inactive(file):  1511028 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               516 kB
Writeback:             0 kB
AnonPages:        260596 kB
Mapped:            22272 kB
Shmem:               200 kB
Slab:             708600 kB
SReclaimable:     149980 kB
SUnreclaim:       558620 kB
KernelStack:        1608 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 71536 MiB
End job on node145 at 2012-05-29 03:20:46