Trace number 3718086

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 37.4803 35.3483

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-33-100-0.wbo
MD5SUMc3adda683c0d048bf44386b3ccfc9e41
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark12.1422
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.2.v20120528
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3718086-1338251852.wbo
0.09/0.12	c reading problem ... 
0.45/0.32	c ... done. Wall clock time 0.201s.
0.45/0.32	c declared #vars     231
0.45/0.32	c internal #vars     2047
0.45/0.32	c #constraints  2707
0.45/0.32	c constraints type 
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
0.45/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.45/0.32	c ignored satisfied constraints => 1
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
0.45/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.45/0.32	c 2708 constraints processed.
0.45/0.32	c objective function length is 1816 literals
0.75/0.46	c SATISFIABLE
0.75/0.46	c OPTIMIZING...
0.75/0.46	c Got one! Elapsed wall clock time (in seconds):0.339
0.75/0.46	o 1108
1.04/0.52	c Got one! Elapsed wall clock time (in seconds):0.395
1.04/0.52	o 369
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.425
1.04/0.55	o 308
1.04/0.59	c Got one! Elapsed wall clock time (in seconds):0.466
1.04/0.59	o 298
1.34/0.61	c Got one! Elapsed wall clock time (in seconds):0.49
1.34/0.61	o 297
1.34/0.63	c Got one! Elapsed wall clock time (in seconds):0.504
1.34/0.63	o 276
1.34/0.64	c Got one! Elapsed wall clock time (in seconds):0.516
1.34/0.64	o 270
1.59/0.72	c Got one! Elapsed wall clock time (in seconds):0.602
1.59/0.72	o 269
1.59/0.74	c Got one! Elapsed wall clock time (in seconds):0.618
1.59/0.74	o 258
1.59/0.78	c Got one! Elapsed wall clock time (in seconds):0.663
1.59/0.78	o 249
1.71/0.80	c Got one! Elapsed wall clock time (in seconds):0.681
1.71/0.80	o 248
1.82/0.90	c Got one! Elapsed wall clock time (in seconds):0.775
1.82/0.90	o 239
1.82/0.90	c Got one! Elapsed wall clock time (in seconds):0.781
1.82/0.90	o 237
1.82/0.92	c Got one! Elapsed wall clock time (in seconds):0.796
1.82/0.92	o 227
1.82/0.94	c Got one! Elapsed wall clock time (in seconds):0.817
1.82/0.94	o 223
1.93/1.03	c Got one! Elapsed wall clock time (in seconds):0.909
1.93/1.03	o 222
1.93/1.05	c Got one! Elapsed wall clock time (in seconds):0.932
1.93/1.05	o 218
2.05/1.12	c Got one! Elapsed wall clock time (in seconds):1.002
2.05/1.12	o 217
2.24/1.33	c Got one! Elapsed wall clock time (in seconds):1.208
2.24/1.33	o 214
2.24/1.37	c Got one! Elapsed wall clock time (in seconds):1.246
2.24/1.37	o 213
2.34/1.47	c Got one! Elapsed wall clock time (in seconds):1.343
2.34/1.47	o 212
2.34/1.48	c Got one! Elapsed wall clock time (in seconds):1.363
2.34/1.48	o 205
2.44/1.52	c Got one! Elapsed wall clock time (in seconds):1.394
2.44/1.52	o 204
2.44/1.54	c Got one! Elapsed wall clock time (in seconds):1.416
2.44/1.54	o 199
2.67/1.70	c Got one! Elapsed wall clock time (in seconds):1.579
2.67/1.70	o 192
2.67/1.75	c Got one! Elapsed wall clock time (in seconds):1.629
2.67/1.75	o 187
2.77/1.83	c Got one! Elapsed wall clock time (in seconds):1.704
2.77/1.83	o 174
2.88/1.99	c Got one! Elapsed wall clock time (in seconds):1.866
2.88/1.99	o 171
3.08/2.19	c cleaning 7169 clauses out of 14337 with flag 5459/14337
3.24/2.24	c Got one! Elapsed wall clock time (in seconds):2.121
3.24/2.24	o 170
3.24/2.30	c Got one! Elapsed wall clock time (in seconds):2.181
3.24/2.30	o 156
3.54/2.58	c Got one! Elapsed wall clock time (in seconds):2.463
3.54/2.58	o 147
4.06/3.07	c cleaning 6815 clauses out of 13633 with flag 18444/20802
4.17/3.12	c Got one! Elapsed wall clock time (in seconds):2.995
4.17/3.12	o 146
4.17/3.20	c Got one! Elapsed wall clock time (in seconds):3.075
4.17/3.20	o 123
4.27/3.29	c Got one! Elapsed wall clock time (in seconds):3.17
4.27/3.29	o 111
4.47/3.40	c Got one! Elapsed wall clock time (in seconds):3.283
4.47/3.40	o 108
4.58/3.58	c Got one! Elapsed wall clock time (in seconds):3.456
4.58/3.58	o 107
4.68/3.65	c Got one! Elapsed wall clock time (in seconds):3.532
4.68/3.65	o 105
4.98/3.98	c Got one! Elapsed wall clock time (in seconds):3.861
4.98/3.98	o 104
5.08/4.08	c cleaning 8136 clauses out of 16284 with flag 7615/30268
5.66/4.31	c Got one! Elapsed wall clock time (in seconds):4.193
5.66/4.31	o 103
6.22/4.67	c cleaning 6853 clauses out of 13725 with flag 17829/35845
6.52/4.91	c Got one! Elapsed wall clock time (in seconds):4.787
6.52/4.91	o 101
6.72/5.13	c Got one! Elapsed wall clock time (in seconds):5.011
6.72/5.13	o 99
6.82/5.28	c cleaning 6642 clauses out of 13304 with flag 18604/42277
7.24/5.65	c Got one! Elapsed wall clock time (in seconds):5.525
7.24/5.65	o 98
7.33/5.77	c cleaning 5867 clauses out of 11758 with flag 15591/47373
7.43/5.88	c Got one! Elapsed wall clock time (in seconds):5.756
7.43/5.88	o 97
7.84/6.25	c Got one! Elapsed wall clock time (in seconds):6.131
7.84/6.25	o 86
8.04/6.47	c cleaning 6080 clauses out of 12170 with flag 14562/53652
8.75/7.13	c Got one! Elapsed wall clock time (in seconds):7.006
8.75/7.13	o 85
8.75/7.19	c cleaning 5788 clauses out of 11589 with flag 10241/59151
8.96/7.31	c Got one! Elapsed wall clock time (in seconds):7.187
8.96/7.31	o 84
9.16/7.57	c cleaning 5714 clauses out of 11442 with flag 35076/64792
9.38/7.74	c Got one! Elapsed wall clock time (in seconds):7.62
9.38/7.74	o 81
9.57/7.93	c cleaning 5433 clauses out of 10882 with flag 25342/69946
9.87/8.27	c Got one! Elapsed wall clock time (in seconds):8.148
9.87/8.27	o 79
10.07/8.43	c Got one! Elapsed wall clock time (in seconds):8.305
10.07/8.43	o 77
10.07/8.49	c Got one! Elapsed wall clock time (in seconds):8.367
10.07/8.49	o 76
10.37/8.70	c Got one! Elapsed wall clock time (in seconds):8.58
10.37/8.70	o 65
10.48/8.90	c Got one! Elapsed wall clock time (in seconds):8.776
10.48/8.90	o 64
10.67/9.03	c Got one! Elapsed wall clock time (in seconds):8.912
10.67/9.03	o 63
10.77/9.14	c cleaning 9585 clauses out of 19178 with flag 9465/83675
11.29/9.68	c cleaning 7794 clauses out of 15595 with flag 51577/89677
11.39/9.76	c Got one! Elapsed wall clock time (in seconds):9.642
11.39/9.76	o 62
11.61/9.96	c Got one! Elapsed wall clock time (in seconds):9.837
11.61/9.96	o 58
11.81/10.17	c cleaning 6899 clauses out of 13811 with flag 29814/95687
12.11/10.49	c Got one! Elapsed wall clock time (in seconds):10.369
12.11/10.49	o 54
12.51/10.84	c cleaning 8570 clauses out of 17160 with flag 42457/105935
12.91/11.22	c cleaning 7287 clauses out of 14591 with flag 92300/111936
13.02/11.35	c Got one! Elapsed wall clock time (in seconds):11.231
13.02/11.35	o 53
13.31/11.67	c cleaning 6176 clauses out of 12363 with flag 25575/116995
13.43/11.74	c Got one! Elapsed wall clock time (in seconds):11.617
13.43/11.74	o 50
13.63/11.97	c Got one! Elapsed wall clock time (in seconds):11.846
13.63/11.97	o 49
13.83/12.12	c Got one! Elapsed wall clock time (in seconds):11.995
13.83/12.12	o 47
13.93/12.26	c cleaning 6477 clauses out of 12982 with flag 19477/123790
14.14/12.45	c Got one! Elapsed wall clock time (in seconds):12.326
14.14/12.45	o 45
14.36/12.62	c cleaning 5884 clauses out of 11787 with flag 26484/129072
14.46/12.73	c Got one! Elapsed wall clock time (in seconds):12.611
14.46/12.73	o 44
14.66/12.97	c cleaning 5848 clauses out of 11718 with flag 37287/134887
14.97/13.23	c Got one! Elapsed wall clock time (in seconds):13.113
14.97/13.24	o 41
14.97/13.30	c cleaning 5737 clauses out of 11489 with flag 8901/140506
15.36/13.65	c cleaning 5872 clauses out of 11752 with flag 58581/146506
15.76/14.06	c cleaning 6431 clauses out of 12881 with flag 111314/153507
16.17/14.47	c Got one! Elapsed wall clock time (in seconds):14.343
16.17/14.47	o 40
16.27/14.53	c cleaning 6199 clauses out of 12410 with flag 10733/159467
16.67/14.90	c cleaning 6100 clauses out of 12209 with flag 65532/165465
17.08/15.31	c Got one! Elapsed wall clock time (in seconds):15.187
17.08/15.31	o 36
17.18/15.45	c Got one! Elapsed wall clock time (in seconds):15.332
17.18/15.45	o 34
17.28/15.54	c Got one! Elapsed wall clock time (in seconds):15.418
17.28/15.54	o 30
17.38/15.64	c Got one! Elapsed wall clock time (in seconds):15.515
17.38/15.64	o 29
17.48/15.79	c cleaning 9418 clauses out of 18858 with flag 15619/178214
17.68/15.98	c Got one! Elapsed wall clock time (in seconds):15.862
17.68/15.98	o 28
17.88/16.18	c cleaning 7336 clauses out of 14680 with flag 30090/183454
18.39/16.64	c cleaning 6667 clauses out of 13347 with flag 74704/189457
18.49/16.75	c Got one! Elapsed wall clock time (in seconds):16.627
18.49/16.75	o 27
18.79/17.00	c cleaning 5979 clauses out of 11968 with flag 42590/194745
19.09/17.33	c Got one! Elapsed wall clock time (in seconds):17.212
19.09/17.33	o 26
19.40/17.68	c cleaning 8136 clauses out of 16294 with flag 48628/205050
19.79/18.04	c cleaning 7064 clauses out of 14152 with flag 100722/211044
19.92/18.15	c Got one! Elapsed wall clock time (in seconds):18.027
19.92/18.15	o 17
20.22/18.40	c cleaning 6323 clauses out of 12659 with flag 41981/216615
20.53/18.75	c cleaning 6153 clauses out of 12337 with flag 96829/222616
20.94/19.16	c cleaning 6588 clauses out of 13183 with flag 155887/229615
21.48/19.66	c cleaning 7294 clauses out of 14598 with flag 215566/237618
22.08/20.25	c cleaning 8141 clauses out of 16302 with flag 284091/246616
22.70/20.88	c Got one! Elapsed wall clock time (in seconds):20.754
22.70/20.88	o 16
23.00/21.18	c Got one! Elapsed wall clock time (in seconds):21.056
23.00/21.18	o 11
23.10/21.28	c cleaning 11597 clauses out of 23205 with flag 9715/261660
23.51/21.67	c cleaning 8793 clauses out of 17606 with flag 57032/267658
24.04/22.12	c cleaning 7902 clauses out of 15813 with flag 115995/274658
24.55/22.61	c cleaning 7951 clauses out of 15911 with flag 175430/282659
25.07/23.16	c cleaning 8471 clauses out of 16960 with flag 241574/291659
25.67/23.78	c cleaning 9238 clauses out of 18487 with flag 315289/301658
26.07/24.19	c Got one! Elapsed wall clock time (in seconds):24.072
26.07/24.19	o 10
26.47/24.53	c cleaning 10797 clauses out of 21625 with flag 39370/314034
26.87/24.91	c cleaning 8395 clauses out of 16827 with flag 81681/320033
27.17/25.29	c cleaning 7707 clauses out of 15436 with flag 126709/327037
27.68/25.76	c cleaning 7843 clauses out of 15725 with flag 176830/335033
28.28/26.33	c cleaning 8434 clauses out of 16882 with flag 237509/344033
28.28/26.38	c Got one! Elapsed wall clock time (in seconds):26.26
28.28/26.38	o 9
28.59/26.69	c cleaning 6961 clauses out of 13931 with flag 43080/349516
29.00/27.05	c cleaning 6479 clauses out of 12971 with flag 89447/355517
29.52/27.53	c cleaning 6737 clauses out of 13488 with flag 139103/362516
29.92/27.99	c cleaning 7374 clauses out of 14750 with flag 186003/370515
30.54/28.52	c cleaning 8172 clauses out of 16376 with flag 240772/379516
31.14/29.15	c cleaning 9095 clauses out of 18203 with flag 306732/389516
31.87/29.85	c cleaning 10048 clauses out of 20106 with flag 378795/400517
32.68/30.68	c cleaning 11018 clauses out of 22056 with flag 460690/412517
33.21/31.11	c Got one! Elapsed wall clock time (in seconds):30.991
33.21/31.11	o 8
33.61/31.50	c cleaning 11322 clauses out of 22648 with flag 43234/424129
33.93/31.85	c cleaning 8660 clauses out of 17324 with flag 81082/430127
34.34/32.20	c cleaning 7817 clauses out of 15665 with flag 121843/437128
34.75/32.68	c cleaning 7915 clauses out of 15847 with flag 173590/445127
35.35/33.22	c cleaning 8453 clauses out of 16931 with flag 226071/454128
35.85/33.71	c Got one! Elapsed wall clock time (in seconds):33.592
35.85/33.71	o 7
36.26/34.12	c cleaning 10659 clauses out of 21338 with flag 39035/466988
36.66/34.55	c cleaning 8331 clauses out of 16680 with flag 80710/472989
37.16/35.02	c cleaning 7671 clauses out of 15349 with flag 123549/479989
37.47/35.32	c starts		: 214
37.47/35.32	c conflicts		: 484967
37.47/35.32	c decisions		: 869546
37.47/35.32	c propagations		: 39813023
37.47/35.32	c inspects		: 293835567
37.47/35.32	c shortcuts		: 0
37.47/35.32	c learnt literals	: 23
37.47/35.32	c learnt binary clauses	: 35
37.47/35.32	c learnt ternary clauses	: 294
37.47/35.32	c learnt constraints	: 484943
37.47/35.32	c ignored constraints	: 0
37.47/35.32	c root simplifications	: 0
37.47/35.32	c removed literals (reason simplification)	: 0
37.47/35.32	c reason swapping (by a shorter reason)	: 0
37.47/35.34	c Calls to reduceDB	: 62
37.47/35.34	c Number of update (reduction) of LBD	: 202572
37.47/35.34	c number of reductions to clauses (during analyze)	: 0
37.47/35.34	c number of learned constraints concerned by reduction	: 0
37.47/35.34	c number of learning phase by resolution	: 0
37.47/35.34	c number of learning phase by cutting planes	: 0
37.47/35.34	c speed (assignments/second)	: 1138393.1318445657
37.47/35.34	c non guided choices	8811
37.47/35.34	c learnt constraints type 
37.47/35.34	c constraints type 
37.47/35.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
37.47/35.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
37.47/35.34	c ignored satisfied constraints => 1
37.47/35.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
37.47/35.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
37.47/35.34	c 2708 constraints processed.
37.47/35.34	s OPTIMUM FOUND
37.47/35.34	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 
37.47/35.34	c objective function=7
37.47/35.34	c Total wall clock time (in seconds): 35.198

Verifier Data

OK	7

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-3718086-1338251852/watcher-3718086-1338251852 -o /tmp/evaluation-result-3718086-1338251852/solver-3718086-1338251852 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718086-1338251852.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.12 2.18 2.08 3/194 16948
/proc/meminfo: memFree=31857060/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16948/stat : 16948 (java) D 16946 16948 13427 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291313680 9515008 183 33554432000 1073741824 1073778376 140733721874432 140733721865464 270118239925 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2323 183 140 9 0 71 0

[startup+0.103562 s]
/proc/loadavg: 2.12 2.18 2.08 3/194 16948
/proc/meminfo: memFree=31857060/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 4238 0 1 0 8 1 0 0 20 0 18 0 291313680 9787817984 5441 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2389604 5441 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.200326 s]
/proc/loadavg: 2.12 2.18 2.08 3/194 16948
/proc/meminfo: memFree=31857060/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9558416 CPUtime=0.23 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 4680 0 1 0 22 1 0 0 20 0 18 0 291313680 9787817984 6318 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2389604 6318 2182 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558416

[startup+0.300338 s]
/proc/loadavg: 2.12 2.18 2.08 3/194 16948
/proc/meminfo: memFree=31857060/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9558416 CPUtime=0.45 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 5295 0 1 0 43 2 0 0 20 0 18 0 291313680 9787817984 7973 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2389604 7973 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558416

[startup+0.700305 s]
/proc/loadavg: 2.12 2.18 2.08 3/194 16948
/proc/meminfo: memFree=31857060/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9624980 CPUtime=1.59 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 11740 0 1 0 156 3 0 0 20 0 19 0 291313680 9855979520 12179 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2406245 12179 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9624980

[startup+1.50079 s]
/proc/loadavg: 2.11 2.17 2.08 3/213 16967
/proc/meminfo: memFree=31806324/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9624980 CPUtime=2.44 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 11752 0 1 0 240 4 0 0 20 0 19 0 291313680 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2406245 16278 2252 9 0 2396937 0
[pid=16948/tid=16950] ppid=16946 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/16948/task/16950/stat : 16950 (java) R 16946 16948 13427 0 -1 4202560 2479 0 1 0 145 2 0 0 20 0 19 0 291313681 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140169121198392 140168959423813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16951] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16951/stat : 16951 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140169082690088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16952] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16952/stat : 16952 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140169081637288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16953] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16953/stat : 16953 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140169080584488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16954] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16954/stat : 16954 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140169079531688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16955] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16955/stat : 16955 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140169078479912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16956] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16956/stat : 16956 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140169077427112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16957] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16957/stat : 16957 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168958831400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16958] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16958/stat : 16958 (java) S 16946 16948 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168957778600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16959] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16959/stat : 16959 (java) S 16946 16948 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313683 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168945367528 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16960] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16960/stat : 16960 (java) S 16946 16948 13427 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168944313592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16961] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16961/stat : 16961 (java) S 16946 16948 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168943260680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16962] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16962/stat : 16962 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168203856016 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16963] ppid=16946 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/16948/task/16963/stat : 16963 (java) S 16946 16948 13427 0 -1 4202560 4853 0 0 0 47 0 0 0 20 0 19 0 291313686 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168202804152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16964] ppid=16946 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/16948/task/16964/stat : 16964 (java) S 16946 16948 13427 0 -1 4202560 3220 0 0 0 46 0 0 0 20 0 19 0 291313686 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168201751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16965] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16965/stat : 16965 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168200698744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16966] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16966/stat : 16966 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168199646152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16967] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16967/stat : 16967 (java) S 16946 16948 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313715 9855979520 16278 33554432000 1073741824 1073778376 140737146910480 140168197829800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624980

[startup+3.10079 s]
/proc/loadavg: 2.11 2.17 2.08 3/213 16967
/proc/meminfo: memFree=31783052/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9624980 CPUtime=4.17 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 11821 0 1 0 413 4 0 0 20 0 19 0 291313680 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2406245 20933 2279 9 0 2396937 0
[pid=16948/tid=16950] ppid=16946 vsize=9624980 CPUtime=3.03 cores=1,3,5,7
/proc/16948/task/16950/stat : 16950 (java) R 16946 16948 13427 0 -1 4202560 2487 0 1 0 301 2 0 0 20 0 19 0 291313681 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140169121198488 140168959067655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16951] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16951/stat : 16951 (java) S 16946 16948 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140169082690088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16952] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16952/stat : 16952 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140169081637288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16953] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16953/stat : 16953 (java) S 16946 16948 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140169080584488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16954] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16954/stat : 16954 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140169079531688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16955] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16955/stat : 16955 (java) S 16946 16948 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140169078479912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16956] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16956/stat : 16956 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140169077427112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16957] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16957/stat : 16957 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168958831400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16958] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16958/stat : 16958 (java) S 16946 16948 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168957778600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16959] ppid=16946 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16948/task/16959/stat : 16959 (java) S 16946 16948 13427 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 291313683 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168945367528 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16960] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16960/stat : 16960 (java) S 16946 16948 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168944313592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16961] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16961/stat : 16961 (java) S 16946 16948 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168943260680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16962] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16962/stat : 16962 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168203856016 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16963] ppid=16946 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16948/task/16963/stat : 16963 (java) S 16946 16948 13427 0 -1 4202560 4857 0 0 0 55 0 0 0 20 0 19 0 291313686 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168202804152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16964] ppid=16946 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/16948/task/16964/stat : 16964 (java) S 16946 16948 13427 0 -1 4202560 3224 0 0 0 51 0 0 0 20 0 19 0 291313686 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168201751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16965] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16965/stat : 16965 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168200698744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16966] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16966/stat : 16966 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168199646152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16967] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16967/stat : 16967 (java) S 16946 16948 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313715 9855979520 20933 33554432000 1073741824 1073778376 140737146910480 140168197829800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9624980

[startup+6.30069 s]
/proc/loadavg: 2.11 2.17 2.08 3/213 16967
/proc/meminfo: memFree=31766244/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9624980 CPUtime=7.94 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 18024 0 1 0 789 5 0 0 20 0 19 0 291313680 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2406245 24007 2279 9 0 2396937 0
[pid=16948/tid=16950] ppid=16946 vsize=9624980 CPUtime=6.15 cores=1,3,5,7
/proc/16948/task/16950/stat : 16950 (java) R 16946 16948 13427 0 -1 4202560 2491 0 1 0 613 2 0 0 20 0 19 0 291313681 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140169121199208 140168959423095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16951] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16951/stat : 16951 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140169082690088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16952] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16952/stat : 16952 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140169081637288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16953] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16953/stat : 16953 (java) S 16946 16948 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140169080584488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16954] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16954/stat : 16954 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140169079531688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16955] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16955/stat : 16955 (java) S 16946 16948 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140169078479912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16956] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16956/stat : 16956 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140169077427112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16957] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16957/stat : 16957 (java) S 16946 16948 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168958831400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16958] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16958/stat : 16958 (java) S 16946 16948 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291313682 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168957778600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16959] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16959/stat : 16959 (java) S 16946 16948 13427 0 -1 4202560 53 0 0 0 7 0 0 0 20 0 19 0 291313683 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168945367528 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16960] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16960/stat : 16960 (java) S 16946 16948 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168944313592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16961] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16961/stat : 16961 (java) S 16946 16948 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168943260680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16962] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16962/stat : 16962 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168203856016 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16963] ppid=16946 vsize=9624980 CPUtime=1.05 cores=1,3,5,7
/proc/16948/task/16963/stat : 16963 (java) S 16946 16948 13427 0 -1 4202560 10452 0 0 0 103 2 0 0 20 0 19 0 291313686 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168202804152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16964] ppid=16946 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/16948/task/16964/stat : 16964 (java) S 16946 16948 13427 0 -1 4202560 3801 0 0 0 57 0 0 0 20 0 19 0 291313686 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168201751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16965] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16965/stat : 16965 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168200698744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16966] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16966/stat : 16966 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168199646152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16967] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16967/stat : 16967 (java) S 16946 16948 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313715 9855979520 24007 33554432000 1073741824 1073778376 140737146910480 140168197829800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/16948/task/16951/stat : 16951 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169082690088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16952] ppid=16946 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16948/task/16952/stat : 16952 (java) S 16946 16948 13427 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169081637288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16953] ppid=16946 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16948/task/16953/stat : 16953 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169080584488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16954] ppid=16946 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16948/task/16954/stat : 16954 (java) S 16946 16948 13427 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169079531688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16955] ppid=16946 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16948/task/16955/stat : 16955 (java) S 16946 16948 13427 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169078479912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16956] ppid=16946 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16948/task/16956/stat : 16956 (java) S 16946 16948 13427 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169077427112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16957] ppid=16946 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16948/task/16957/stat : 16957 (java) S 16946 16948 13427 0 -1 4202560 4 0 0 0 8 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168958831400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16958] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16958/stat : 16958 (java) S 16946 16948 13427 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168957778600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16959] ppid=16946 vsize=9624980 CPUtime=1.41 cores=1,3,5,7
/proc/16948/task/16959/stat : 16959 (java) S 16946 16948 13427 0 -1 4202560 58 0 0 0 141 0 0 0 20 0 19 0 291313683 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168945367528 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16960] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16960/stat : 16960 (java) S 16946 16948 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168944313592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16961] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16961/stat : 16961 (java) S 16946 16948 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168943260680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16962] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16962/stat : 16962 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168203856016 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16963] ppid=16946 vsize=9624980 CPUtime=1.09 cores=1,3,5,7
/proc/16948/task/16963/stat : 16963 (java) S 16946 16948 13427 0 -1 4202560 10453 0 0 0 107 2 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168202804152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16964] ppid=16946 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/16948/task/16964/stat : 16964 (java) S 16946 16948 13427 0 -1 4202560 3801 0 0 0 61 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168201751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16965] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16965/stat : 16965 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168200698744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16966] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16966/stat : 16966 (java) S 16946 16948 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168199646152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16967] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16967/stat : 16967 (java) S 16946 16948 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313715 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168197829800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.56
Current children cumulated vsize (KiB) 9624980

[startup+34.8007 s]
/proc/loadavg: 2.14 2.17 2.08 3/213 17026
/proc/meminfo: memFree=31793100/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9624980 CPUtime=36.96 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 18118 0 1 0 3688 8 0 0 20 0 19 0 291313680 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2406245 24109 2280 9 0 2396937 0
[pid=16948/tid=16950] ppid=16946 vsize=9624980 CPUtime=32.97 cores=1,3,5,7
/proc/16948/task/16950/stat : 16950 (java) R 16946 16948 13427 0 -1 4202560 2546 0 1 0 3295 2 0 0 20 0 19 0 291313681 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169121198552 140168959422464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16951] ppid=16946 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16948/task/16951/stat : 16951 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169082690088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16952] ppid=16946 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16948/task/16952/stat : 16952 (java) S 16946 16948 13427 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169081637288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16953] ppid=16946 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16948/task/16953/stat : 16953 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169080584488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16954] ppid=16946 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16948/task/16954/stat : 16954 (java) S 16946 16948 13427 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169079531688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16955] ppid=16946 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16948/task/16955/stat : 16955 (java) S 16946 16948 13427 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169078479912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16956] ppid=16946 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16948/task/16956/stat : 16956 (java) S 16946 16948 13427 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169077427112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16957] ppid=16946 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16948/task/16957/stat : 16957 (java) S 16946 16948 13427 0 -1 4202560 4 0 0 0 8 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168958831400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16958] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16958/stat : 16958 (java) S 16946 16948 13427 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168957778600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16959] ppid=16946 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/16948/task/16959/stat : 16959 (java) S 16946 16948 13427 0 -1 4202560 58 0 0 0 143 0 0 0 20 0 19 0 291313683 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168945367528 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16960] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16960/stat : 16960 (java) S 16946 16948 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168944313592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16961] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16961/stat : 16961 (java) S 16946 16948 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168943260680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16962] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16962/stat : 16962 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168203856016 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16963] ppid=16946 vsize=9624980 CPUtime=1.09 cores=1,3,5,7
/proc/16948/task/16963/stat : 16963 (java) S 16946 16948 13427 0 -1 4202560 10453 0 0 0 107 2 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168202804152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16964] ppid=16946 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/16948/task/16964/stat : 16964 (java) S 16946 16948 13427 0 -1 4202560 3801 0 0 0 61 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168201751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16965] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16965/stat : 16965 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168200698744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16966] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16966/stat : 16966 (java) S 16946 16948 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168199646152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16967] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16967/stat : 16967 (java) S 16946 16948 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313715 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168197829800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.96
Current children cumulated vsize (KiB) 9624980

[startup+35.2008 s]
/proc/loadavg: 2.14 2.17 2.08 3/213 17026
/proc/meminfo: memFree=31792976/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9624980 CPUtime=37.37 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 18119 0 1 0 3729 8 0 0 20 0 19 0 291313680 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2406245 24109 2280 9 0 2396937 0
[pid=16948/tid=16950] ppid=16946 vsize=9624980 CPUtime=33.34 cores=1,3,5,7
/proc/16948/task/16950/stat : 16950 (java) R 16946 16948 13427 0 -1 4202560 2547 0 1 0 3332 2 0 0 20 0 19 0 291313681 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169121198552 140168959423717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16951] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16951/stat : 16951 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 7 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169082690088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16952] ppid=16946 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16948/task/16952/stat : 16952 (java) S 16946 16948 13427 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169081637288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16953] ppid=16946 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16948/task/16953/stat : 16953 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169080584488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16954] ppid=16946 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16948/task/16954/stat : 16954 (java) S 16946 16948 13427 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169079531688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16955] ppid=16946 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16948/task/16955/stat : 16955 (java) S 16946 16948 13427 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169078479912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16956] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16956/stat : 16956 (java) S 16946 16948 13427 0 -1 4202560 6 0 0 0 7 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169077427112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16957] ppid=16946 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16948/task/16957/stat : 16957 (java) S 16946 16948 13427 0 -1 4202560 4 0 0 0 8 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168958831400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16958] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16958/stat : 16958 (java) S 16946 16948 13427 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168957778600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16959] ppid=16946 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/16948/task/16959/stat : 16959 (java) S 16946 16948 13427 0 -1 4202560 58 0 0 0 146 0 0 0 20 0 19 0 291313683 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168945367528 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16960] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16960/stat : 16960 (java) S 16946 16948 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168944313592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16961] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16961/stat : 16961 (java) S 16946 16948 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168943260680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16962] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16962/stat : 16962 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168203856016 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16963] ppid=16946 vsize=9624980 CPUtime=1.09 cores=1,3,5,7
/proc/16948/task/16963/stat : 16963 (java) S 16946 16948 13427 0 -1 4202560 10453 0 0 0 107 2 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168202804152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16964] ppid=16946 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/16948/task/16964/stat : 16964 (java) S 16946 16948 13427 0 -1 4202560 3801 0 0 0 61 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168201751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16965] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16965/stat : 16965 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168200698744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16966] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16966/stat : 16966 (java) S 16946 16948 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168199646152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16967] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16967/stat : 16967 (java) S 16946 16948 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313715 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168197829800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 37.37
Current children cumulated vsize (KiB) 9624980

[startup+35.3074 s]
/proc/loadavg: 2.14 2.17 2.08 3/213 17026
/proc/meminfo: memFree=31792976/32873844 swapFree=6872/6872
[pid=16948] ppid=16946 vsize=9624980 CPUtime=37.47 cores=1,3,5,7
/proc/16948/stat : 16948 (java) S 16946 16948 13427 0 -1 4202496 18119 0 1 0 3739 8 0 0 20 0 19 0 291313680 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140737146901616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16948/statm: 2406245 24109 2280 9 0 2396937 0
[pid=16948/tid=16950] ppid=16946 vsize=9624980 CPUtime=33.44 cores=1,3,5,7
/proc/16948/task/16950/stat : 16950 (java) R 16946 16948 13427 0 -1 4202560 2547 0 1 0 3342 2 0 0 20 0 19 0 291313681 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169121198552 140168959742926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16951] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16951/stat : 16951 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 7 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169082690088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16952] ppid=16946 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16948/task/16952/stat : 16952 (java) S 16946 16948 13427 0 -1 4202560 6 0 0 0 8 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169081637288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16953] ppid=16946 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16948/task/16953/stat : 16953 (java) S 16946 16948 13427 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169080584488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16954] ppid=16946 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16948/task/16954/stat : 16954 (java) S 16946 16948 13427 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169079531688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16955] ppid=16946 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16948/task/16955/stat : 16955 (java) S 16946 16948 13427 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169078479912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16956] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16956/stat : 16956 (java) S 16946 16948 13427 0 -1 4202560 6 0 0 0 7 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140169077427112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16957] ppid=16946 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16948/task/16957/stat : 16957 (java) S 16946 16948 13427 0 -1 4202560 4 0 0 0 8 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168958831400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16958] ppid=16946 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16948/task/16958/stat : 16958 (java) S 16946 16948 13427 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 19 0 291313682 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168957778600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16959] ppid=16946 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/16948/task/16959/stat : 16959 (java) S 16946 16948 13427 0 -1 4202560 58 0 0 0 146 0 0 0 20 0 19 0 291313683 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168945367528 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16960] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16960/stat : 16960 (java) S 16946 16948 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168944313592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16961] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16961/stat : 16961 (java) S 16946 16948 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313684 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168943260680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16962] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16962/stat : 16962 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168203856016 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16948/tid=16963] ppid=16946 vsize=9624980 CPUtime=1.09 cores=1,3,5,7
/proc/16948/task/16963/stat : 16963 (java) S 16946 16948 13427 0 -1 4202560 10453 0 0 0 107 2 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168202804152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16948/tid=16964] ppid=16946 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/16948/task/16964/stat : 16964 (java) S 16946 16948 13427 0 -1 4202560 3801 0 0 0 61 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168201751352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16965] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16965/stat : 16965 (java) S 16946 16948 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168200698744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16948/tid=16966] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16966/stat : 16966 (java) S 16946 16948 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313686 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168199646152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16948/tid=16967] ppid=16946 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16967/stat : 16967 (java) S 16946 16948 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313715 9855979520 24109 33554432000 1073741824 1073778376 140737146910480 140168197829800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 37.47
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 35.3483
CPU time (s): 37.4803
CPU user time (s): 37.3153
CPU system time (s): 0.164974
CPU usage (%): 106.031
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3153
system time used= 0.164974
maximum resident set size= 101992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18136
page faults= 1
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2672
involuntary context switches= 2853

runsolver used 0.079987 second user time and 0.189971 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:37:32
IDJOB=3718086
IDBENCH=78913
IDSOLVER=2301
FILE ID=node106/3718086-1338251852
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= c3adda683c0d048bf44386b3ccfc9e41
RANDOM SEED=1565559651

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.065
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.065
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.065
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:        31857588 kB
Buffers:           70984 kB
Cached:            51484 kB
SwapCached:         1836 kB
Active:           184044 kB
Inactive:          34784 kB
Active(anon):      96008 kB
Inactive(anon):     3012 kB
Active(file):      88036 kB
Inactive(file):    31772 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               544 kB
Writeback:             0 kB
AnonPages:        108000 kB
Mapped:            15808 kB
Shmem:                 0 kB
Slab:             651328 kB
SReclaimable:      93484 kB
SUnreclaim:       557844 kB
KernelStack:        1624 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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= 71332 MiB
End job on node106 at 2012-05-29 02:38:07