Trace number 3492695

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 Resolution 2011-06-08OPTIMUM 41.6817 40.5569

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-0-100-0.wbo
MD5SUMc968c5c5686ce999c268d6dcbb002538
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 benchmark2.99354
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1209
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3e34a1fc
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492695-1307911145.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.055s.
0.09/0.16	c #vars     270
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.26/0.23	c SATISFIABLE
0.26/0.23	c OPTIMIZING...
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.118
0.26/0.23	o 735
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.138
0.26/0.25	o 723
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.153
0.26/0.26	o 659
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.161
0.26/0.27	o 637
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.183
0.26/0.29	o 588
0.49/0.30	c Got one! Elapsed wall clock time (in seconds):0.194
0.49/0.30	o 575
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.208
0.49/0.32	o 512
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.49/0.34	o 508
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.249
0.49/0.36	o 502
0.64/0.40	c Got one! Elapsed wall clock time (in seconds):0.288
0.64/0.40	o 442
0.64/0.45	c Got one! Elapsed wall clock time (in seconds):0.345
0.64/0.45	o 429
0.74/0.56	c Got one! Elapsed wall clock time (in seconds):0.451
0.74/0.56	o 426
0.74/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
0.74/0.57	o 403
0.85/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
0.85/0.62	o 355
0.85/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
0.85/0.66	o 344
0.96/0.73	c cleaning 4778 clauses out of 9561 with flag 1002/9561
1.12/0.84	c Got one! Elapsed wall clock time (in seconds):0.733
1.12/0.84	o 341
1.32/1.02	c cleaning 5094 clauses out of 10201 with flag 3000/14979
1.42/1.12	c Got one! Elapsed wall clock time (in seconds):1.007
1.42/1.12	o 340
1.62/1.33	c cleaning 5339 clauses out of 10684 with flag 4003/20556
1.78/1.44	c Got one! Elapsed wall clock time (in seconds):1.328
1.78/1.44	o 339
1.90/1.53	c Got one! Elapsed wall clock time (in seconds):1.42
1.90/1.53	o 321
1.90/1.57	c cleaning 5454 clauses out of 10913 with flag 1000/26124
2.02/1.60	c Got one! Elapsed wall clock time (in seconds):1.495
2.02/1.60	o 320
2.22/1.81	c Got one! Elapsed wall clock time (in seconds):1.698
2.22/1.81	o 279
2.22/1.85	c cleaning 5586 clauses out of 11186 with flag 1003/31851
2.43/2.01	c Got one! Elapsed wall clock time (in seconds):1.905
2.43/2.01	o 231
2.43/2.09	c cleaning 5371 clauses out of 10751 with flag 2001/37002
2.78/2.35	c cleaning 5685 clauses out of 11380 with flag 8001/43002
3.18/2.75	c cleaning 6342 clauses out of 12694 with flag 15000/50001
3.69/3.21	c cleaning 7170 clauses out of 14354 with flag 23002/58003
4.08/3.64	c Got one! Elapsed wall clock time (in seconds):3.529
4.08/3.64	o 218
4.28/3.84	c cleaning 10485 clauses out of 20975 with flag 5000/71794
4.28/3.88	c Got one! Elapsed wall clock time (in seconds):3.773
4.28/3.88	o 215
4.49/4.07	c cleaning 8010 clauses out of 16027 with flag 5000/77331
4.89/4.41	c cleaning 6996 clauses out of 14017 with flag 11000/83331
5.19/4.78	c cleaning 7001 clauses out of 14022 with flag 18001/90332
5.69/5.24	c cleaning 7507 clauses out of 15020 with flag 26000/98331
6.19/5.73	c cleaning 8249 clauses out of 16513 with flag 35000/107331
6.69/6.27	c Got one! Elapsed wall clock time (in seconds):6.158
6.69/6.27	o 189
6.92/6.47	c cleaning 11361 clauses out of 22733 with flag 5000/121800
7.22/6.71	c cleaning 8682 clauses out of 17372 with flag 11000/127800
7.42/6.97	c Got one! Elapsed wall clock time (in seconds):6.861
7.42/6.97	o 184
7.62/7.19	c cleaning 9723 clauses out of 19460 with flag 5000/138570
7.72/7.27	c Got one! Elapsed wall clock time (in seconds):7.159
7.72/7.27	o 178
7.92/7.42	c cleaning 7591 clauses out of 15197 with flag 4000/144030
8.23/7.74	c cleaning 6801 clauses out of 13611 with flag 10005/150035
8.63/8.12	c cleaning 6900 clauses out of 13807 with flag 17002/157032
9.03/8.56	c cleaning 7447 clauses out of 14907 with flag 25002/165032
9.53/9.02	c cleaning 8222 clauses out of 16460 with flag 34002/174032
9.63/9.16	c Got one! Elapsed wall clock time (in seconds):9.048
9.63/9.16	o 175
9.73/9.27	c cleaning 6978 clauses out of 13968 with flag 3001/179762
9.93/9.49	c cleaning 6492 clauses out of 12989 with flag 9000/185761
10.24/9.79	c cleaning 6744 clauses out of 13497 with flag 16000/192761
10.64/10.13	c cleaning 7369 clauses out of 14753 with flag 24000/200761
10.84/10.32	c Got one! Elapsed wall clock time (in seconds):10.214
10.84/10.32	o 173
10.94/10.40	c cleaning 6303 clauses out of 12618 with flag 2002/205995
11.24/10.73	c cleaning 6148 clauses out of 12314 with flag 8001/211994
11.64/11.13	c Got one! Elapsed wall clock time (in seconds):11.021
11.64/11.13	o 170
11.84/11.32	c cleaning 9073 clauses out of 18153 with flag 5002/223981
12.04/11.60	c cleaning 7531 clauses out of 15078 with flag 11000/229979
12.24/11.73	c Got one! Elapsed wall clock time (in seconds):11.626
12.24/11.73	o 166
12.34/11.85	c cleaning 6573 clauses out of 13153 with flag 3000/235585
12.54/12.08	c cleaning 6286 clauses out of 12581 with flag 9001/241586
12.84/12.36	c cleaning 6638 clauses out of 13294 with flag 16000/248585
13.23/12.74	c cleaning 7321 clauses out of 14657 with flag 24001/256586
13.65/13.19	c cleaning 8163 clauses out of 16336 with flag 33001/265586
13.75/13.29	c Got one! Elapsed wall clock time (in seconds):13.186
13.75/13.30	o 149
13.94/13.44	c cleaning 6924 clauses out of 13858 with flag 4000/271271
14.15/13.66	c cleaning 6465 clauses out of 12937 with flag 10003/277274
14.45/13.93	c cleaning 6729 clauses out of 13469 with flag 17000/284271
14.77/14.24	c cleaning 7367 clauses out of 14741 with flag 25001/292272
15.17/14.62	c cleaning 8180 clauses out of 16373 with flag 34000/301271
15.67/15.15	c cleaning 9088 clauses out of 18193 with flag 44000/311271
16.17/15.67	c cleaning 9544 clauses out of 19105 with flag 54000/321271
16.77/16.29	c cleaning 9778 clauses out of 19563 with flag 64002/331273
17.37/16.85	c cleaning 9888 clauses out of 19785 with flag 74002/341273
17.97/17.41	c cleaning 9944 clauses out of 19895 with flag 84000/351271
18.47/17.93	c cleaning 9974 clauses out of 19951 with flag 94000/361271
18.67/18.19	c Got one! Elapsed wall clock time (in seconds):18.083
18.67/18.19	o 143
18.87/18.38	c cleaning 10043 clauses out of 20093 with flag 5002/371387
19.18/18.61	c cleaning 8018 clauses out of 16049 with flag 11001/377386
19.47/18.90	c cleaning 7509 clauses out of 15031 with flag 18001/384386
19.77/19.23	c cleaning 7757 clauses out of 15521 with flag 26000/392385
20.17/19.64	c cleaning 8376 clauses out of 16764 with flag 35000/401385
20.67/20.17	c cleaning 9188 clauses out of 18388 with flag 45000/411385
21.08/20.53	c Got one! Elapsed wall clock time (in seconds):20.421
21.08/20.53	o 118
21.28/20.73	c cleaning 10350 clauses out of 20709 with flag 5001/422894
21.48/20.96	c cleaning 8175 clauses out of 16358 with flag 11000/428893
21.78/21.23	c cleaning 7583 clauses out of 15184 with flag 18001/435894
22.08/21.56	c cleaning 7794 clauses out of 15600 with flag 26000/443893
22.48/21.92	c cleaning 8399 clauses out of 16808 with flag 35002/452895
22.88/22.32	c cleaning 9203 clauses out of 18408 with flag 45001/462894
23.38/22.81	c Got one! Elapsed wall clock time (in seconds):22.701
23.38/22.81	o 107
23.58/23.05	c cleaning 11967 clauses out of 23943 with flag 5002/477632
24.17/23.37	c cleaning 8983 clauses out of 17974 with flag 11000/483630
24.71/23.79	c cleaning 7984 clauses out of 15992 with flag 18001/490631
24.92/23.93	c Got one! Elapsed wall clock time (in seconds):23.817
24.92/23.93	o 98
25.03/24.03	c cleaning 6793 clauses out of 13594 with flag 3001/496217
25.24/24.26	c cleaning 6393 clauses out of 12800 with flag 9000/502216
25.53/24.56	c cleaning 6701 clauses out of 13408 with flag 16001/509217
25.93/24.93	c cleaning 7349 clauses out of 14706 with flag 24000/517216
26.03/25.06	c Got one! Elapsed wall clock time (in seconds):24.953
26.03/25.06	o 93
26.14/25.13	c cleaning 6258 clauses out of 12528 with flag 2000/522387
26.35/25.35	c cleaning 6133 clauses out of 12272 with flag 8002/528389
26.64/25.61	c cleaning 6562 clauses out of 13137 with flag 15000/535387
26.95/25.96	c cleaning 7281 clauses out of 14575 with flag 23000/543387
27.15/26.18	c Got one! Elapsed wall clock time (in seconds):26.071
27.15/26.18	o 76
27.26/26.22	c cleaning 6356 clauses out of 12723 with flag 1000/548816
27.47/26.43	c cleaning 6181 clauses out of 12369 with flag 7002/554818
27.66/26.68	c cleaning 6588 clauses out of 13186 with flag 14000/561816
27.97/26.98	c cleaning 7294 clauses out of 14599 with flag 22001/569817
28.37/27.35	c cleaning 8147 clauses out of 16307 with flag 31003/578819
28.57/27.59	c Got one! Elapsed wall clock time (in seconds):27.476
28.57/27.59	o 75
28.67/27.63	c cleaning 7031 clauses out of 14068 with flag 1001/584727
28.87/27.84	c cleaning 6513 clauses out of 13037 with flag 7001/590727
29.17/28.10	c cleaning 6755 clauses out of 13523 with flag 14000/597726
29.47/28.42	c cleaning 7382 clauses out of 14769 with flag 22001/605727
29.77/28.76	c cleaning 8191 clauses out of 16389 with flag 31003/614729
30.17/29.14	c cleaning 9095 clauses out of 18197 with flag 41002/624728
30.57/29.55	c cleaning 9542 clauses out of 19101 with flag 51001/634727
31.07/30.06	c cleaning 9770 clauses out of 19559 with flag 61001/644727
31.07/30.08	c Got one! Elapsed wall clock time (in seconds):29.975
31.07/30.08	o 65
31.28/30.27	c cleaning 7495 clauses out of 15000 with flag 5000/649938
31.48/30.48	c cleaning 6752 clauses out of 13510 with flag 11005/655943
31.79/30.76	c cleaning 6875 clauses out of 13755 with flag 18002/662940
32.08/31.05	c cleaning 7432 clauses out of 14878 with flag 26000/670938
32.38/31.40	c cleaning 8217 clauses out of 16446 with flag 35000/679938
32.78/31.78	c cleaning 9111 clauses out of 18229 with flag 45000/689938
33.18/32.17	c cleaning 9554 clauses out of 19118 with flag 55000/699938
33.58/32.56	c cleaning 9778 clauses out of 19566 with flag 65002/709940
33.99/32.99	c cleaning 9885 clauses out of 19786 with flag 75000/719938
34.18/33.12	c Got one! Elapsed wall clock time (in seconds):33.006
34.18/33.12	o 31
34.28/33.22	c cleaning 7788 clauses out of 15579 with flag 3001/725616
34.48/33.43	c cleaning 6890 clauses out of 13791 with flag 9001/731616
34.69/33.69	c cleaning 6946 clauses out of 13901 with flag 16001/738616
34.98/33.99	c cleaning 7470 clauses out of 14955 with flag 24001/746616
35.09/34.04	c Got one! Elapsed wall clock time (in seconds):33.929
35.09/34.04	o 27
35.19/34.17	c cleaning 6436 clauses out of 12881 with flag 4000/752012
35.39/34.38	c cleaning 6220 clauses out of 12445 with flag 10000/758012
35.69/34.63	c cleaning 6607 clauses out of 13225 with flag 17000/765012
35.99/34.97	c cleaning 7305 clauses out of 14618 with flag 25000/773012
36.39/35.31	c cleaning 8153 clauses out of 16313 with flag 34000/782012
36.69/35.67	c cleaning 9075 clauses out of 18161 with flag 44001/792013
37.09/36.00	c cleaning 9538 clauses out of 19085 with flag 54000/802012
37.40/36.36	c cleaning 9763 clauses out of 19549 with flag 64002/812014
37.69/36.68	c Got one! Elapsed wall clock time (in seconds):36.576
37.69/36.68	o 21
37.89/36.89	c cleaning 11975 clauses out of 23959 with flag 5006/826187
38.20/37.10	c cleaning 8983 clauses out of 17978 with flag 11000/832181
38.40/37.35	c cleaning 7994 clauses out of 15996 with flag 18001/839182
38.70/37.64	c cleaning 7995 clauses out of 16002 with flag 26001/847182
39.00/37.94	c cleaning 8499 clauses out of 17006 with flag 35000/856181
39.30/38.30	c cleaning 9248 clauses out of 18507 with flag 45000/866181
39.40/38.36	c Got one! Elapsed wall clock time (in seconds):38.25
39.40/38.36	o 1
39.52/38.49	c cleaning 7463 clauses out of 14934 with flag 4003/871856
39.71/38.67	c cleaning 6728 clauses out of 13468 with flag 10000/877853
40.01/38.91	c cleaning 6867 clauses out of 13743 with flag 17003/884856
40.21/39.16	c cleaning 7434 clauses out of 14873 with flag 25000/892853
40.51/39.45	c cleaning 8217 clauses out of 16442 with flag 34003/901856
40.81/39.79	c cleaning 9109 clauses out of 18223 with flag 44001/911854
41.21/40.16	c cleaning 9555 clauses out of 19113 with flag 54000/921853
41.61/40.55	c starts		: 214
41.61/40.55	c conflicts		: 931852
41.61/40.55	c decisions		: 1513721
41.61/40.55	c propagations		: 26245295
41.61/40.55	c inspects		: 205921589
41.61/40.55	c shortcuts		: 0
41.61/40.55	c learnt literals	: 5
41.61/40.55	c learnt binary clauses	: 47
41.61/40.55	c learnt ternary clauses	: 620
41.61/40.55	c learnt constraints	: 931846
41.61/40.55	c ignored constraints	: 0
41.61/40.55	c root simplifications	: 0
41.61/40.55	c removed literals (reason simplification)	: 4907993
41.61/40.55	c reason swapping (by a shorter reason)	: 0
41.61/40.55	c Calls to reduceDB	: 117
41.61/40.55	c number of reductions to clauses (during analyze)	: 0
41.61/40.55	c number of learned constraints concerned by reduction	: 0
41.61/40.55	c number of learning phase by resolution	: 0
41.61/40.55	c number of learning phase by cutting planes	: 0
41.61/40.55	c speed (assignments/second)	: 1.1995107404021937E7
41.61/40.55	c non guided choices	2518
41.61/40.55	c learnt constraints type 
41.61/40.55	c constraints type 
41.61/40.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
41.61/40.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
41.61/40.55	s OPTIMUM FOUND
41.61/40.55	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 
41.61/40.55	c objective function=1
41.61/40.55	c Total wall clock time (in seconds): 40.439

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-3492695-1307911145/watcher-3492695-1307911145 -o /tmp/evaluation-result-3492695-1307911145/solver-3492695-1307911145 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492695-1307911145.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.06 2.02 2.00 2/196 20902
/proc/meminfo: memFree=32313640/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/20902/stat : 20902 (java) R 20900 20902 18875 0 -1 4202496 951 0 0 0 0 0 0 0 25 0 1 0 902712325 23580672 693 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255372338664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20902/statm: 5757 693 509 9 0 124 0

[startup+0.0161941 s]
/proc/loadavg: 2.06 2.02 2.00 2/196 20902
/proc/meminfo: memFree=32313640/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 4603 0 1 0 0 0 0 0 25 0 2 0 902712325 10694979584 4303 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2611079 4323 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.104214 s]
/proc/loadavg: 2.06 2.02 2.00 2/196 20902
/proc/meminfo: memFree=32313640/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10540040 CPUtime=0.09 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 13090 0 1 0 8 1 0 0 25 0 18 0 902712325 10793000960 12785 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2635010 12785 2093 9 0 2625744 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540040

[startup+0.301137 s]
/proc/loadavg: 2.06 2.02 2.00 2/196 20902
/proc/meminfo: memFree=32313640/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10544104 CPUtime=0.49 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 15562 0 1 0 47 2 0 0 25 0 19 0 902712325 10797162496 14703 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2636026 14703 2215 9 0 2626760 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10544104

[startup+0.701063 s]
/proc/loadavg: 2.06 2.02 2.00 2/196 20902
/proc/meminfo: memFree=32313640/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10544104 CPUtime=0.96 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 16430 0 1 0 94 2 0 0 25 0 19 0 902712325 10797162496 15448 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2636026 15448 2220 9 0 2626760 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10544104

[startup+1.50092 s]
/proc/loadavg: 2.05 2.02 2.00 3/215 20921
/proc/meminfo: memFree=32257092/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10544104 CPUtime=1.9 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 18871 0 1 0 188 2 0 0 25 0 19 0 902712325 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2636026 17266 2250 9 0 2626760 0
[pid=20902/tid=20904] ppid=20900 vsize=10544104 CPUtime=1.44 cores=1,3,5,7
/proc/20902/task/20904/stat : 20904 (java) R 20900 20902 18875 0 -1 4202560 12554 0 1 0 142 2 0 0 25 0 19 0 902712325 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 46912505590534 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20902/tid=20905] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20905/stat : 20905 (java) S 20900 20902 18875 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20906] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20906/stat : 20906 (java) S 20900 20902 18875 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 902712327 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20907] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20907/stat : 20907 (java) S 20900 20902 18875 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20908] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20908/stat : 20908 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20909] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20909/stat : 20909 (java) S 20900 20902 18875 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20910] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20910/stat : 20910 (java) S 20900 20902 18875 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20911] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20911/stat : 20911 (java) S 20900 20902 18875 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20912] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20912/stat : 20912 (java) S 20900 20902 18875 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20913] ppid=20900 vsize=10544104 CPUtime=0.03 cores=1,3,5,7
/proc/20902/task/20913/stat : 20913 (java) S 20900 20902 18875 0 -1 4202560 479 0 0 0 3 0 0 0 16 0 19 0 902712328 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 0 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20914] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20914/stat : 20914 (java) S 20900 20902 18875 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902712329 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20915] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20915/stat : 20915 (java) S 20900 20902 18875 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902712329 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20916] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20916/stat : 20916 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389125041 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20917] ppid=20900 vsize=10544104 CPUtime=0.21 cores=1,3,5,7
/proc/20902/task/20917/stat : 20917 (java) S 20900 20902 18875 0 -1 4202560 2008 0 0 0 21 0 0 0 15 0 19 0 902712331 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20918] ppid=20900 vsize=10544104 CPUtime=0.19 cores=1,3,5,7
/proc/20902/task/20918/stat : 20918 (java) S 20900 20902 18875 0 -1 4202560 2056 0 0 0 19 0 0 0 15 0 19 0 902712331 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20919] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20919/stat : 20919 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20920] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20920/stat : 20920 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902712331 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20921] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20921/stat : 20921 (java) S 20900 20902 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902712342 10797162496 17266 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10544104

[startup+3.10062 s]
/proc/loadavg: 2.05 2.02 2.00 3/215 20921
/proc/meminfo: memFree=32252164/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10544104 CPUtime=3.58 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 19006 0 1 0 355 3 0 0 25 0 19 0 902712325 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2636026 17396 2250 9 0 2626760 0
[pid=20902/tid=20904] ppid=20900 vsize=10544104 CPUtime=2.97 cores=1,3,5,7
/proc/20902/task/20904/stat : 20904 (java) R 20900 20902 18875 0 -1 4202560 12559 0 1 0 295 2 0 0 25 0 19 0 902712325 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 46912505598662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20902/tid=20905] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20905/stat : 20905 (java) S 20900 20902 18875 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 902712327 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20906] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20906/stat : 20906 (java) S 20900 20902 18875 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20907] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20907/stat : 20907 (java) S 20900 20902 18875 0 -1 4202560 77 0 0 0 0 0 0 0 16 0 19 0 902712327 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20908] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20908/stat : 20908 (java) S 20900 20902 18875 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20909] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20909/stat : 20909 (java) S 20900 20902 18875 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902712327 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20910] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20910/stat : 20910 (java) S 20900 20902 18875 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20911] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20911/stat : 20911 (java) S 20900 20902 18875 0 -1 4202560 254 0 0 0 0 0 0 0 15 0 19 0 902712327 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20912] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20912/stat : 20912 (java) S 20900 20902 18875 0 -1 4202560 153 0 0 0 0 0 0 0 16 0 19 0 902712327 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20913] ppid=20900 vsize=10544104 CPUtime=0.09 cores=1,3,5,7
/proc/20902/task/20913/stat : 20913 (java) S 20900 20902 18875 0 -1 4202560 488 0 0 0 9 0 0 0 16 0 19 0 902712328 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 0 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20914] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20914/stat : 20914 (java) S 20900 20902 18875 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902712329 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20915] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20915/stat : 20915 (java) S 20900 20902 18875 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902712329 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20916] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20916/stat : 20916 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389125041 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20917] ppid=20900 vsize=10544104 CPUtime=0.28 cores=1,3,5,7
/proc/20902/task/20917/stat : 20917 (java) S 20900 20902 18875 0 -1 4202560 2040 0 0 0 28 0 0 0 15 0 19 0 902712331 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20918] ppid=20900 vsize=10544104 CPUtime=0.19 cores=1,3,5,7
/proc/20902/task/20918/stat : 20918 (java) S 20900 20902 18875 0 -1 4202560 2056 0 0 0 19 0 0 0 15 0 19 0 902712331 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20919] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20919/stat : 20919 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20920] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20920/stat : 20920 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902712331 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20921] ppid=20900 vsize=10544104 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20921/stat : 20921 (java) S 20900 20902 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902712342 10797162496 17396 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 10544104

[startup+6.30098 s]
/proc/loadavg: 2.05 2.02 2.00 3/215 20921
/proc/meminfo: memFree=32245720/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10545900 CPUtime=6.82 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 19797 0 1 0 679 3 0 0 25 0 19 0 902712325 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2636475 18179 2251 9 0 2627209 0
[pid=20902/tid=20904] ppid=20900 vsize=10545900 CPUtime=6.07 cores=1,3,5,7
/proc/20902/task/20904/stat : 20904 (java) R 20900 20902 18875 0 -1 4202560 12567 0 1 0 605 2 0 0 25 0 19 0 902712325 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 46912505537497 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20902/tid=20905] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20905/stat : 20905 (java) S 20900 20902 18875 0 -1 4202560 27 0 0 0 0 0 0 0 16 0 19 0 902712327 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20906] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20906/stat : 20906 (java) S 20900 20902 18875 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 902712327 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20907] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20907/stat : 20907 (java) S 20900 20902 18875 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 902712327 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20908] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20908/stat : 20908 (java) S 20900 20902 18875 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 902712327 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20909] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20909/stat : 20909 (java) S 20900 20902 18875 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902712327 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20910] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20910/stat : 20910 (java) S 20900 20902 18875 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 902712327 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20911] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20911/stat : 20911 (java) S 20900 20902 18875 0 -1 4202560 346 0 0 0 0 0 0 0 16 0 19 0 902712327 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20912] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20912/stat : 20912 (java) S 20900 20902 18875 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 902712327 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20913] ppid=20900 vsize=10545900 CPUtime=0.17 cores=1,3,5,7
/proc/20902/task/20913/stat : 20913 (java) S 20900 20902 18875 0 -1 4202560 684 0 0 0 17 0 0 0 16 0 19 0 902712328 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 0 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20914] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20914/stat : 20914 (java) S 20900 20902 18875 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902712329 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20915] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20915/stat : 20915 (java) S 20900 20902 18875 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902712329 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20916] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20916/stat : 20916 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389125041 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20917] ppid=20900 vsize=10545900 CPUtime=0.29 cores=1,3,5,7
/proc/20902/task/20917/stat : 20917 (java) S 20900 20902 18875 0 -1 4202560 2040 0 0 0 29 0 0 0 15 0 19 0 902712331 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20918] ppid=20900 vsize=10545900 CPUtime=0.22 cores=1,3,5,7
/proc/20902/task/20918/stat : 20918 (java) R 20900 20902 18875 0 -1 4202560 2336 0 0 0 22 0 0 0 15 0 19 0 902712331 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 47716193041328 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20902/tid=20919] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20919/stat : 20919 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20920] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20920/stat : 20920 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902712331 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20921] ppid=20900 vsize=10545900 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20921/stat : 20921 (java) S 20900 20902 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902712342 10799001600 18179 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 10545900

[startup+12.7008 s]

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

/proc/20902/task/20905/stat : 20905 (java) S 20900 20902 18875 0 -1 4202560 32 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20906] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20906/stat : 20906 (java) S 20900 20902 18875 0 -1 4202560 46 0 0 0 2 0 0 0 16 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20907] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20907/stat : 20907 (java) R 20900 20902 18875 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255377254711 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20902/tid=20908] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20908/stat : 20908 (java) R 20900 20902 18875 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255377254711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20902/tid=20909] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20909/stat : 20909 (java) R 20900 20902 18875 0 -1 4202560 60 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255377254711 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20902/tid=20910] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20910/stat : 20910 (java) R 20900 20902 18875 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255377254711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20902/tid=20911] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20911/stat : 20911 (java) R 20900 20902 18875 0 -1 4202560 350 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20902/tid=20912] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20912/stat : 20912 (java) S 20900 20902 18875 0 -1 4202560 234 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20913] ppid=20900 vsize=10554288 CPUtime=1.44 cores=1,3,5,7
/proc/20902/task/20913/stat : 20913 (java) S 20900 20902 18875 0 -1 4202560 1000 0 0 0 143 1 0 0 15 0 19 0 902712328 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 0 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20914] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20914/stat : 20914 (java) S 20900 20902 18875 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902712329 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20915] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20915/stat : 20915 (java) S 20900 20902 18875 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902712329 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20916] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20916/stat : 20916 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389125041 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20917] ppid=20900 vsize=10554288 CPUtime=0.34 cores=1,3,5,7
/proc/20902/task/20917/stat : 20917 (java) S 20900 20902 18875 0 -1 4202560 2049 0 0 0 34 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20918] ppid=20900 vsize=10554288 CPUtime=0.66 cores=1,3,5,7
/proc/20902/task/20918/stat : 20918 (java) S 20900 20902 18875 0 -1 4202560 8689 0 0 0 66 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20919] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20919/stat : 20919 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20920] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20920/stat : 20920 (java) S 20900 20902 18875 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20921] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20921/stat : 20921 (java) S 20900 20902 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902712342 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (KiB) 10554288

[startup+39.9008 s]
/proc/loadavg: 2.03 2.02 2.00 3/215 20922
/proc/meminfo: memFree=32228556/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10554288 CPUtime=41.01 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 26627 0 1 0 4094 7 0 0 25 0 19 0 902712325 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2638572 20812 2252 9 0 2629306 0
[pid=20902/tid=20904] ppid=20900 vsize=10554288 CPUtime=38.2 cores=1,3,5,7
/proc/20902/task/20904/stat : 20904 (java) R 20900 20902 18875 0 -1 4202560 12669 0 1 0 3818 2 0 0 18 0 19 0 902712325 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 46912505605531 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20902/tid=20905] ppid=20900 vsize=10554288 CPUtime=0.03 cores=1,3,5,7
/proc/20902/task/20905/stat : 20905 (java) S 20900 20902 18875 0 -1 4202560 32 0 0 0 3 0 0 0 16 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20906] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20906/stat : 20906 (java) S 20900 20902 18875 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20907] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20907/stat : 20907 (java) S 20900 20902 18875 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20908] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20908/stat : 20908 (java) S 20900 20902 18875 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20909] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20909/stat : 20909 (java) S 20900 20902 18875 0 -1 4202560 60 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20910] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20910/stat : 20910 (java) S 20900 20902 18875 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20911] ppid=20900 vsize=10554288 CPUtime=0.03 cores=1,3,5,7
/proc/20902/task/20911/stat : 20911 (java) S 20900 20902 18875 0 -1 4202560 350 0 0 0 3 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20912] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20912/stat : 20912 (java) S 20900 20902 18875 0 -1 4202560 234 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20913] ppid=20900 vsize=10554288 CPUtime=1.53 cores=1,3,5,7
/proc/20902/task/20913/stat : 20913 (java) S 20900 20902 18875 0 -1 4202560 1000 0 0 0 152 1 0 0 15 0 19 0 902712328 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 0 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20914] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20914/stat : 20914 (java) S 20900 20902 18875 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902712329 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20915] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20915/stat : 20915 (java) S 20900 20902 18875 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902712329 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20916] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20916/stat : 20916 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389125041 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20917] ppid=20900 vsize=10554288 CPUtime=0.34 cores=1,3,5,7
/proc/20902/task/20917/stat : 20917 (java) S 20900 20902 18875 0 -1 4202560 2049 0 0 0 34 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20918] ppid=20900 vsize=10554288 CPUtime=0.66 cores=1,3,5,7
/proc/20902/task/20918/stat : 20918 (java) S 20900 20902 18875 0 -1 4202560 8689 0 0 0 66 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20919] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20919/stat : 20919 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20920] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20920/stat : 20920 (java) S 20900 20902 18875 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20921] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20921/stat : 20921 (java) S 20900 20902 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902712342 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.01
Current children cumulated vsize (KiB) 10554288

[startup+40.3007 s]
/proc/loadavg: 2.03 2.02 2.00 3/215 20922
/proc/meminfo: memFree=32228556/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10554288 CPUtime=41.41 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 26629 0 1 0 4134 7 0 0 25 0 19 0 902712325 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2638572 20812 2252 9 0 2629306 0
[pid=20902/tid=20904] ppid=20900 vsize=10554288 CPUtime=38.58 cores=1,3,5,7
/proc/20902/task/20904/stat : 20904 (java) R 20900 20902 18875 0 -1 4202560 12670 0 1 0 3856 2 0 0 17 0 19 0 902712325 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 46912505543336 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20902/tid=20905] ppid=20900 vsize=10554288 CPUtime=0.03 cores=1,3,5,7
/proc/20902/task/20905/stat : 20905 (java) S 20900 20902 18875 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20906] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20906/stat : 20906 (java) S 20900 20902 18875 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20907] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20907/stat : 20907 (java) S 20900 20902 18875 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20908] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20908/stat : 20908 (java) S 20900 20902 18875 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20909] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20909/stat : 20909 (java) S 20900 20902 18875 0 -1 4202560 60 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20910] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20910/stat : 20910 (java) S 20900 20902 18875 0 -1 4202560 171 0 0 0 2 0 0 0 16 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20911] ppid=20900 vsize=10554288 CPUtime=0.03 cores=1,3,5,7
/proc/20902/task/20911/stat : 20911 (java) S 20900 20902 18875 0 -1 4202560 350 0 0 0 3 0 0 0 16 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20912] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20912/stat : 20912 (java) S 20900 20902 18875 0 -1 4202560 234 0 0 0 2 0 0 0 16 0 19 0 902712327 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20913] ppid=20900 vsize=10554288 CPUtime=1.54 cores=1,3,5,7
/proc/20902/task/20913/stat : 20913 (java) S 20900 20902 18875 0 -1 4202560 1000 0 0 0 153 1 0 0 15 0 19 0 902712328 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 0 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20914] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20914/stat : 20914 (java) S 20900 20902 18875 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902712329 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20915] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20915/stat : 20915 (java) S 20900 20902 18875 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902712329 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20916] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20916/stat : 20916 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389125041 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20917] ppid=20900 vsize=10554288 CPUtime=0.34 cores=1,3,5,7
/proc/20902/task/20917/stat : 20917 (java) S 20900 20902 18875 0 -1 4202560 2049 0 0 0 34 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20918] ppid=20900 vsize=10554288 CPUtime=0.66 cores=1,3,5,7
/proc/20902/task/20918/stat : 20918 (java) S 20900 20902 18875 0 -1 4202560 8690 0 0 0 66 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20919] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20919/stat : 20919 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20920] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20920/stat : 20920 (java) S 20900 20902 18875 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902712331 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20921] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20921/stat : 20921 (java) S 20900 20902 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902712342 10807590912 20812 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.41
Current children cumulated vsize (KiB) 10554288

[startup+40.5007 s]
/proc/loadavg: 2.03 2.02 2.00 3/215 20922
/proc/meminfo: memFree=32228556/32951124 swapFree=67072804/67111528
[pid=20902] ppid=20900 vsize=10554288 CPUtime=41.61 cores=1,3,5,7
/proc/20902/stat : 20902 (java) S 20900 20902 18875 0 -1 4202496 26631 0 1 0 4154 7 0 0 25 0 19 0 902712325 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20902/statm: 2638572 20814 2252 9 0 2629306 0
[pid=20902/tid=20904] ppid=20900 vsize=10554288 CPUtime=38.78 cores=1,3,5,7
/proc/20902/task/20904/stat : 20904 (java) R 20900 20902 18875 0 -1 4202560 12672 0 1 0 3876 2 0 0 18 0 19 0 902712325 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 46912505534733 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20902/tid=20905] ppid=20900 vsize=10554288 CPUtime=0.03 cores=1,3,5,7
/proc/20902/task/20905/stat : 20905 (java) S 20900 20902 18875 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 902712327 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20906] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20906/stat : 20906 (java) S 20900 20902 18875 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20907] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20907/stat : 20907 (java) S 20900 20902 18875 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 3 0 0 0
[pid=20902/tid=20908] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20908/stat : 20908 (java) S 20900 20902 18875 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20909] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20909/stat : 20909 (java) S 20900 20902 18875 0 -1 4202560 60 0 0 0 2 0 0 0 15 0 19 0 902712327 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20910] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20910/stat : 20910 (java) S 20900 20902 18875 0 -1 4202560 171 0 0 0 2 0 0 0 16 0 19 0 902712327 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20911] ppid=20900 vsize=10554288 CPUtime=0.03 cores=1,3,5,7
/proc/20902/task/20911/stat : 20911 (java) S 20900 20902 18875 0 -1 4202560 350 0 0 0 3 0 0 0 16 0 19 0 902712327 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20912] ppid=20900 vsize=10554288 CPUtime=0.02 cores=1,3,5,7
/proc/20902/task/20912/stat : 20912 (java) S 20900 20902 18875 0 -1 4202560 234 0 0 0 2 0 0 0 16 0 19 0 902712327 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20913] ppid=20900 vsize=10554288 CPUtime=1.54 cores=1,3,5,7
/proc/20902/task/20913/stat : 20913 (java) S 20900 20902 18875 0 -1 4202560 1000 0 0 0 153 1 0 0 15 0 19 0 902712328 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 0 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20914] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20914/stat : 20914 (java) S 20900 20902 18875 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902712329 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20915] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20915/stat : 20915 (java) S 20900 20902 18875 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902712329 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20916] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20916/stat : 20916 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389125041 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20917] ppid=20900 vsize=10554288 CPUtime=0.34 cores=1,3,5,7
/proc/20902/task/20917/stat : 20917 (java) S 20900 20902 18875 0 -1 4202560 2049 0 0 0 34 0 0 0 15 0 19 0 902712331 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
[pid=20902/tid=20918] ppid=20900 vsize=10554288 CPUtime=0.66 cores=1,3,5,7
/proc/20902/task/20918/stat : 20918 (java) S 20900 20902 18875 0 -1 4202560 8690 0 0 0 66 0 0 0 15 0 19 0 902712331 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 7 0 0 0
[pid=20902/tid=20919] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20919/stat : 20919 (java) S 20900 20902 18875 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902712331 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117337 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20920] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20920/stat : 20920 (java) S 20900 20902 18875 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902712331 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 1 0 0 0
[pid=20902/tid=20921] ppid=20900 vsize=10554288 CPUtime=0 cores=1,3,5,7
/proc/20902/task/20921/stat : 20921 (java) S 20900 20902 18875 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902712342 10807590912 20814 33554432000 1073741824 1073778376 140734471900576 18446744073709551615 255389117952 0 4 0 16800975 18446604471165531392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.61
Current children cumulated vsize (KiB) 10554288

Child status: 30
Real time (s): 40.5569
CPU time (s): 41.6817
CPU user time (s): 41.6057
CPU system time (s): 0.075988
CPU usage (%): 102.773
Max. virtual memory (cumulated for all children) (KiB): 10565464

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

runsolver used 0.06199 second user time and 0.177972 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-12 22:39:05
IDJOB=3492695
IDBENCH=79231
IDSOLVER=1982
FILE ID=node135/3492695-1307911145
RUNJOBID= node135-1307908879-20391
PBS_JOBID= 13559571
Free space on /tmp= 73888 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972763--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492695-1307911145/watcher-3492695-1307911145 -o /tmp/evaluation-result-3492695-1307911145/solver-3492695-1307911145 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492695-1307911145.wbo

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

MD5SUM BENCH= c968c5c5686ce999c268d6dcbb002538
RANDOM SEED=1242950931

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32313920 kB
Buffers:        124192 kB
Cached:         131364 kB
SwapCached:       6348 kB
Active:         348444 kB
Inactive:       102696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32313920 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:             136 kB
Writeback:           4 kB
AnonPages:      194664 kB
Mapped:          18916 kB
Slab:           122576 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10518196 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73888 MiB
End job on node135 at 2011-06-12 22:39:45