Trace number 3492715

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 32.2251 31.1507

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227326--soft-0-100-0.wbo
MD5SUM8ce859c9363f1b782ad1721fb9074172
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.84972
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1273
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492715-1307911171.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.30/0.23	c SATISFIABLE
0.30/0.23	c OPTIMIZING...
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.125
0.30/0.23	o 492
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.199
0.53/0.30	o 455
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.217
0.53/0.32	o 433
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.281
0.53/0.38	o 421
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.66/0.48	o 417
0.77/0.54	c cleaning 3155 clauses out of 6318 with flag 1002/6318
0.90/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
0.90/0.61	o 402
0.90/0.66	c Got one! Elapsed wall clock time (in seconds):0.557
0.90/0.66	o 380
1.02/0.73	c Got one! Elapsed wall clock time (in seconds):0.631
1.02/0.73	o 359
1.13/0.82	c cleaning 4987 clauses out of 9979 with flag 2001/13134
1.33/1.10	c cleaning 5493 clauses out of 10991 with flag 8000/19133
1.44/1.19	c Got one! Elapsed wall clock time (in seconds):1.09
1.44/1.19	o 351
1.64/1.34	c cleaning 5613 clauses out of 11232 with flag 4000/24867
1.64/1.37	c Got one! Elapsed wall clock time (in seconds):1.265
1.64/1.37	o 347
1.64/1.40	c Got one! Elapsed wall clock time (in seconds):1.292
1.64/1.40	o 338
1.86/1.52	c Got one! Elapsed wall clock time (in seconds):1.419
1.86/1.52	o 332
1.97/1.61	c cleaning 6074 clauses out of 12163 with flag 2002/31411
2.17/1.85	c cleaning 6033 clauses out of 12087 with flag 8000/37409
2.27/1.96	c Got one! Elapsed wall clock time (in seconds):1.858
2.27/1.96	o 327
2.37/2.03	c Got one! Elapsed wall clock time (in seconds):1.925
2.37/2.03	o 298
2.37/2.07	c cleaning 5973 clauses out of 11955 with flag 1004/43310
2.47/2.16	c Got one! Elapsed wall clock time (in seconds):2.051
2.47/2.16	o 291
2.58/2.26	c cleaning 5583 clauses out of 11176 with flag 3001/48504
2.87/2.56	c cleaning 5783 clauses out of 11592 with flag 9000/54503
3.17/2.84	c cleaning 6403 clauses out of 12812 with flag 16003/61506
3.17/2.89	c Got one! Elapsed wall clock time (in seconds):2.791
3.17/2.89	o 284
3.37/3.04	c Got one! Elapsed wall clock time (in seconds):2.94
3.37/3.04	o 280
3.37/3.09	c cleaning 6138 clauses out of 12288 with flag 1000/67385
3.58/3.23	c Got one! Elapsed wall clock time (in seconds):3.126
3.58/3.23	o 260
3.70/3.32	c cleaning 6043 clauses out of 12095 with flag 2000/73330
3.80/3.45	c Got one! Elapsed wall clock time (in seconds):3.341
3.80/3.45	o 242
3.90/3.52	c cleaning 5987 clauses out of 11983 with flag 2001/79261
4.10/3.72	c cleaning 5995 clauses out of 11996 with flag 8001/85261
4.30/3.99	c cleaning 6499 clauses out of 13003 with flag 15003/92263
4.60/4.27	c Got one! Elapsed wall clock time (in seconds):4.165
4.60/4.27	o 241
4.80/4.46	c cleaning 8799 clauses out of 17607 with flag 5000/103366
4.90/4.59	c Got one! Elapsed wall clock time (in seconds):4.483
4.90/4.59	o 230
5.10/4.70	c cleaning 7247 clauses out of 14504 with flag 3003/109062
5.30/4.91	c cleaning 6625 clauses out of 13254 with flag 9000/115059
5.30/4.99	c Got one! Elapsed wall clock time (in seconds):4.884
5.30/4.99	o 206
5.50/5.12	c cleaning 5923 clauses out of 11855 with flag 4001/120285
5.70/5.33	c cleaning 5961 clauses out of 11932 with flag 10001/126285
6.00/5.60	c cleaning 6478 clauses out of 12970 with flag 17000/133284
6.30/5.94	c cleaning 7237 clauses out of 14492 with flag 25000/141284
6.70/6.31	c cleaning 8124 clauses out of 16255 with flag 34000/150284
6.91/6.59	c Got one! Elapsed wall clock time (in seconds):6.482
6.91/6.59	o 190
7.10/6.78	c cleaning 10089 clauses out of 20190 with flag 5001/162343
7.41/7.00	c cleaning 8046 clauses out of 16100 with flag 11000/168342
7.71/7.30	c cleaning 7513 clauses out of 15055 with flag 18001/175343
8.01/7.70	c cleaning 7748 clauses out of 15542 with flag 26001/183343
8.52/8.12	c cleaning 8389 clauses out of 16794 with flag 35001/192343
8.52/8.14	c Got one! Elapsed wall clock time (in seconds):8.034
8.52/8.14	o 189
8.52/8.19	c Got one! Elapsed wall clock time (in seconds):8.083
8.52/8.19	o 157
8.75/8.31	c Got one! Elapsed wall clock time (in seconds):8.206
8.75/8.31	o 150
8.75/8.36	c cleaning 7303 clauses out of 14611 with flag 1001/198549
8.86/8.43	c Got one! Elapsed wall clock time (in seconds):8.325
8.86/8.43	o 132
8.96/8.57	c cleaning 6525 clauses out of 13067 with flag 4001/204308
9.26/8.83	c cleaning 6267 clauses out of 12542 with flag 10001/210308
9.36/8.94	c Got one! Elapsed wall clock time (in seconds):8.833
9.36/8.94	o 110
9.50/9.03	c cleaning 5977 clauses out of 11967 with flag 3001/216000
9.70/9.23	c cleaning 5988 clauses out of 11992 with flag 9003/222002
9.80/9.31	c Got one! Elapsed wall clock time (in seconds):9.209
9.80/9.31	o 104
9.91/9.45	c cleaning 5966 clauses out of 11938 with flag 4001/227936
10.11/9.66	c cleaning 5980 clauses out of 11971 with flag 10000/233935
10.41/9.94	c cleaning 6491 clauses out of 12991 with flag 17000/240935
10.61/10.15	c Got one! Elapsed wall clock time (in seconds):10.047
10.61/10.15	o 93
10.61/10.19	c cleaning 6236 clauses out of 12490 with flag 1000/246925
10.91/10.41	c cleaning 6124 clauses out of 12258 with flag 7004/252929
11.11/10.65	c cleaning 6560 clauses out of 13130 with flag 14000/259925
11.41/10.93	c cleaning 7278 clauses out of 14570 with flag 22000/267925
11.51/11.01	c Got one! Elapsed wall clock time (in seconds):10.905
11.51/11.01	o 87
11.63/11.10	c cleaning 6160 clauses out of 12330 with flag 3000/272963
11.83/11.30	c cleaning 6081 clauses out of 12171 with flag 9001/278964
12.03/11.52	c cleaning 6541 clauses out of 13090 with flag 16001/285964
12.23/11.78	c cleaning 7267 clauses out of 14548 with flag 24000/293963
12.53/12.10	c cleaning 8136 clauses out of 16281 with flag 33000/302963
12.73/12.29	c Got one! Elapsed wall clock time (in seconds):12.191
12.73/12.29	o 85
12.83/12.33	c cleaning 7011 clauses out of 14041 with flag 1000/308859
13.04/12.58	c cleaning 6512 clauses out of 13031 with flag 7001/314860
13.59/12.82	c Got one! Elapsed wall clock time (in seconds):12.712
13.59/12.82	o 80
13.95/13.01	c cleaning 8777 clauses out of 17561 with flag 5001/325902
14.17/13.23	c cleaning 7385 clauses out of 14786 with flag 11003/331904
14.47/13.52	c cleaning 7194 clauses out of 14398 with flag 18000/338901
14.47/13.57	c Got one! Elapsed wall clock time (in seconds):13.471
14.47/13.57	o 76
14.67/13.70	c cleaning 6269 clauses out of 12546 with flag 4002/344243
14.87/13.91	c cleaning 6135 clauses out of 12277 with flag 10002/350243
15.07/14.15	c cleaning 6561 clauses out of 13140 with flag 17000/357241
15.07/14.17	c Got one! Elapsed wall clock time (in seconds):14.071
15.07/14.18	o 73
15.28/14.33	c cleaning 5933 clauses out of 11880 with flag 5000/362542
15.48/14.52	c cleaning 5970 clauses out of 11947 with flag 11000/368542
15.68/14.75	c cleaning 6482 clauses out of 12977 with flag 18000/375542
15.78/14.86	c Got one! Elapsed wall clock time (in seconds):14.756
15.78/14.86	o 52
15.88/14.93	c cleaning 5810 clauses out of 11629 with flag 2001/380676
16.08/15.13	c cleaning 5905 clauses out of 11818 with flag 8000/386675
16.28/15.35	c cleaning 6452 clauses out of 12913 with flag 15000/393675
16.58/15.61	c cleaning 7225 clauses out of 14461 with flag 23000/401675
16.88/15.93	c cleaning 8112 clauses out of 16236 with flag 32000/410675
17.28/16.30	c cleaning 9054 clauses out of 18124 with flag 42000/420675
17.38/16.41	c Got one! Elapsed wall clock time (in seconds):16.308
17.38/16.41	o 45
17.38/16.49	c cleaning 7131 clauses out of 14267 with flag 2003/425872
17.69/16.70	c cleaning 6563 clauses out of 13133 with flag 8000/431869
17.89/16.93	c cleaning 6777 clauses out of 13570 with flag 15000/438869
18.09/17.19	c cleaning 7394 clauses out of 14794 with flag 23001/446870
18.50/17.51	c cleaning 8196 clauses out of 16399 with flag 32000/455869
18.79/17.86	c cleaning 9097 clauses out of 18203 with flag 42000/465869
19.09/18.14	c Got one! Elapsed wall clock time (in seconds):18.036
19.09/18.14	o 44
19.31/18.35	c cleaning 11152 clauses out of 22311 with flag 5003/479074
19.51/18.57	c cleaning 8575 clauses out of 17156 with flag 11000/485071
19.72/18.74	c Got one! Elapsed wall clock time (in seconds):18.634
19.72/18.74	o 35
19.72/18.78	c cleaning 7254 clauses out of 14516 with flag 1000/491006
19.91/18.98	c cleaning 6627 clauses out of 13262 with flag 7000/497006
20.22/19.21	c cleaning 6814 clauses out of 13636 with flag 14001/504007
20.52/19.50	c cleaning 7410 clauses out of 14825 with flag 22004/512010
20.73/19.79	c cleaning 8203 clauses out of 16413 with flag 31002/521008
20.92/19.95	c Got one! Elapsed wall clock time (in seconds):19.851
20.92/19.95	o 33
21.12/20.14	c cleaning 9343 clauses out of 18697 with flag 5000/531495
21.32/20.34	c cleaning 7675 clauses out of 15356 with flag 11002/537497
21.53/20.56	c cleaning 7336 clauses out of 14680 with flag 18001/544496
21.83/20.83	c cleaning 7661 clauses out of 15343 with flag 26000/552495
21.83/20.86	c Got one! Elapsed wall clock time (in seconds):20.758
21.83/20.86	o 24
22.03/21.02	c cleaning 6706 clauses out of 13421 with flag 5001/558234
22.23/21.21	c cleaning 6353 clauses out of 12715 with flag 11001/564234
22.43/21.42	c cleaning 6677 clauses out of 13361 with flag 18000/571233
22.63/21.68	c cleaning 7338 clauses out of 14684 with flag 26000/579233
22.94/21.99	c cleaning 8171 clauses out of 16347 with flag 35001/588234
23.43/22.40	c cleaning 9087 clauses out of 18179 with flag 45004/598237
23.73/22.75	c cleaning 9541 clauses out of 19088 with flag 55000/608233
24.14/23.13	c cleaning 9769 clauses out of 19550 with flag 65003/618236
24.44/23.47	c cleaning 9887 clauses out of 19780 with flag 75002/628235
24.84/23.81	c cleaning 9935 clauses out of 19891 with flag 85000/638233
24.84/23.87	c Got one! Elapsed wall clock time (in seconds):23.768
24.84/23.87	o 20
25.04/24.01	c cleaning 7895 clauses out of 15798 with flag 4000/644075
25.24/24.21	c cleaning 6950 clauses out of 13903 with flag 10000/650075
25.44/24.43	c cleaning 6971 clauses out of 13953 with flag 17000/657075
25.64/24.69	c cleaning 7486 clauses out of 14982 with flag 25000/665075
25.94/24.98	c cleaning 8242 clauses out of 16496 with flag 34000/674075
26.35/25.31	c cleaning 9123 clauses out of 18255 with flag 44001/684076
26.64/25.65	c cleaning 9561 clauses out of 19131 with flag 54000/694075
26.94/25.99	c cleaning 9780 clauses out of 19570 with flag 64000/704075
27.35/26.32	c cleaning 9894 clauses out of 19792 with flag 74002/714077
27.65/26.66	c cleaning 9943 clauses out of 19896 with flag 84000/724075
27.75/26.72	c Got one! Elapsed wall clock time (in seconds):26.619
27.75/26.72	o 16
27.85/26.86	c cleaning 7886 clauses out of 15781 with flag 4000/729903
28.05/27.06	c cleaning 6942 clauses out of 13895 with flag 10000/735903
28.35/27.30	c cleaning 6974 clauses out of 13955 with flag 17002/742905
28.55/27.55	c cleaning 7485 clauses out of 14979 with flag 25000/750903
28.85/27.84	c cleaning 8244 clauses out of 16495 with flag 34001/759904
29.25/28.20	c cleaning 9122 clauses out of 18250 with flag 44000/769903
29.35/28.30	c Got one! Elapsed wall clock time (in seconds):28.2
29.35/28.30	o 7
29.35/28.37	c cleaning 7218 clauses out of 14452 with flag 2001/775227
29.56/28.55	c cleaning 6615 clauses out of 13235 with flag 8002/781228
29.75/28.76	c cleaning 6805 clauses out of 13619 with flag 15001/788227
29.95/28.99	c cleaning 7404 clauses out of 14813 with flag 23000/796226
30.25/29.27	c cleaning 8201 clauses out of 16410 with flag 32001/805227
30.66/29.60	c cleaning 9097 clauses out of 18208 with flag 42000/815226
30.96/29.91	c cleaning 9552 clauses out of 19112 with flag 52001/825227
31.25/30.23	c cleaning 9774 clauses out of 19559 with flag 62000/835226
31.45/30.40	c Got one! Elapsed wall clock time (in seconds):30.298
31.45/30.40	o 2
31.55/30.59	c cleaning 10313 clauses out of 20636 with flag 5001/846077
31.76/30.78	c cleaning 8159 clauses out of 16323 with flag 11001/852077
32.06/31.02	c cleaning 7576 clauses out of 15164 with flag 18002/859078
32.16/31.14	c starts		: 214
32.16/31.14	c conflicts		: 862993
32.16/31.14	c decisions		: 1397043
32.16/31.14	c propagations		: 21085369
32.16/31.14	c inspects		: 172012541
32.16/31.14	c shortcuts		: 0
32.16/31.14	c learnt literals	: 7
32.16/31.14	c learnt binary clauses	: 41
32.16/31.14	c learnt ternary clauses	: 310
32.16/31.14	c learnt constraints	: 862985
32.16/31.14	c ignored constraints	: 0
32.16/31.14	c root simplifications	: 0
32.16/31.14	c removed literals (reason simplification)	: 4857773
32.16/31.14	c reason swapping (by a shorter reason)	: 0
32.16/31.14	c Calls to reduceDB	: 116
32.16/31.14	c number of reductions to clauses (during analyze)	: 0
32.16/31.14	c number of learned constraints concerned by reduction	: 0
32.16/31.14	c number of learning phase by resolution	: 0
32.16/31.14	c number of learning phase by cutting planes	: 0
32.16/31.14	c speed (assignments/second)	: 2.853229905277402E7
32.16/31.14	c non guided choices	2269
32.16/31.14	c learnt constraints type 
32.16/31.14	c constraints type 
32.16/31.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
32.16/31.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
32.16/31.14	s OPTIMUM FOUND
32.16/31.14	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 
32.16/31.14	c objective function=2
32.16/31.14	c Total wall clock time (in seconds): 31.038

Verifier Data

OK	2

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 /var/tmp/evaluation-result-3492715-1307911171/watcher-3492715-1307911171 -o /var/tmp/evaluation-result-3492715-1307911171/solver-3492715-1307911171 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492715-1307911171.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.01 2.05 2.00 2/195 22257
/proc/meminfo: memFree=1011808/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 1235 0 0 0 0 0 0 0 25 0 2 0 883532579 31260672 952 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 7632 956 730 9 0 383 0
[pid=22257/tid=22258] ppid=22255 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 883532579 31260672 956 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228095450880 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.027562 s]
/proc/loadavg: 2.01 2.05 2.00 2/195 22257
/proc/meminfo: memFree=1011808/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 10720 0 1 0 1 1 0 0 25 0 10 0 883532579 10705932288 10416 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2613753 10420 1515 9 0 2604501 0
[pid=22257/tid=22258] ppid=22255 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 9601 0 1 0 1 0 0 0 25 0 10 0 883532579 10705932288 10421 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 47708203185688 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100807 s]
/proc/loadavg: 2.01 2.05 2.00 2/195 22257
/proc/meminfo: memFree=1011808/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10540144 CPUtime=0.1 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 13107 0 1 0 9 1 0 0 25 0 18 0 883532579 10793107456 12777 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2635036 12777 2092 9 0 2625770 0
[pid=22257/tid=22258] ppid=22255 vsize=10540144 CPUtime=0.09 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 11164 0 1 0 8 1 0 0 18 0 18 0 883532579 10793107456 12777 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 47708203185688 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540144

[startup+0.303528 s]
/proc/loadavg: 2.01 2.05 2.00 2/195 22257
/proc/meminfo: memFree=1011808/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10541624 CPUtime=0.53 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 16358 0 1 0 52 1 0 0 25 0 19 0 883532579 10794622976 15232 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2635406 15232 2214 9 0 2626140 0
[pid=22257/tid=22258] ppid=22255 vsize=10541624 CPUtime=0.29 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 11755 0 1 0 28 1 0 0 19 0 19 0 883532579 10794622976 15232 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10541624

[startup+0.700433 s]
/proc/loadavg: 2.01 2.05 2.00 2/195 22257
/proc/meminfo: memFree=1011808/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10541624 CPUtime=1.02 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 17311 0 1 0 101 1 0 0 25 0 19 0 883532579 10794622976 16179 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2635406 16179 2246 9 0 2626140 0
[pid=22257/tid=22258] ppid=22255 vsize=10541624 CPUtime=0.67 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 12167 0 1 0 66 1 0 0 19 0 19 0 883532579 10794622976 16179 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 46912505554280 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10541624

[startup+1.50129 s]
/proc/loadavg: 2.09 2.07 2.01 3/214 22276
/proc/meminfo: memFree=954752/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10541624 CPUtime=1.86 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 17883 0 1 0 185 1 0 0 25 0 19 0 883532579 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2635406 16748 2247 9 0 2626140 0
[pid=22257/tid=22258] ppid=22255 vsize=10541624 CPUtime=1.43 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 12168 0 1 0 142 1 0 0 18 0 19 0 883532579 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 46912505568678 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 19313 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 883532581 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 19313 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 19313 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 19313 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=10541624 CPUtime=0.04 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 19313 0 -1 4202560 461 0 0 0 4 0 0 0 15 0 19 0 883532582 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 19313 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883532582 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883532582 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532584 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=10541624 CPUtime=0.21 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 19313 0 -1 4202560 1954 0 0 0 21 0 0 0 15 0 19 0 883532584 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=10541624 CPUtime=0.14 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 19313 0 -1 4202560 1529 0 0 0 14 0 0 0 15 0 19 0 883532585 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532585 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532585 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883532595 10794622976 16748 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10541624

[startup+3.10096 s]
/proc/loadavg: 2.09 2.07 2.01 3/214 22276
/proc/meminfo: memFree=953388/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10541624 CPUtime=3.48 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 18044 0 1 0 347 1 0 0 25 0 19 0 883532579 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2635406 16902 2248 9 0 2626140 0
[pid=22257/tid=22258] ppid=22255 vsize=10541624 CPUtime=2.95 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) S 22255 22257 19313 0 -1 4202560 12176 0 1 0 294 1 0 0 19 0 19 0 883532579 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 19313 0 -1 4202560 183 0 0 0 0 0 0 0 16 0 19 0 883532581 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 19313 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 19313 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 19313 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 19313 0 -1 4202560 277 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 19313 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=10541624 CPUtime=0.12 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) R 22255 22257 19313 0 -1 4202560 513 0 0 0 12 0 0 0 15 0 19 0 883532582 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 47708199787607 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 19313 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883532582 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883532582 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532584 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=10541624 CPUtime=0.21 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 19313 0 -1 4202560 1954 0 0 0 21 0 0 0 15 0 19 0 883532584 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=10541624 CPUtime=0.16 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 19313 0 -1 4202560 1531 0 0 0 16 0 0 0 15 0 19 0 883532585 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532585 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532585 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883532595 10794622976 16902 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10541624

[startup+6.30141 s]
/proc/loadavg: 2.09 2.07 2.01 3/214 22276
/proc/meminfo: memFree=952020/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10541624 CPUtime=6.7 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 18292 0 1 0 669 1 0 0 25 0 19 0 883532579 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2635406 17120 2248 9 0 2626140 0
[pid=22257/tid=22258] ppid=22255 vsize=10541624 CPUtime=5.99 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 12189 0 1 0 598 1 0 0 20 0 19 0 883532579 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 46912505530721 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 19313 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 19313 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 19313 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 883532581 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 19313 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 19313 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 19313 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 19 0 883532581 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 19313 0 -1 4202560 139 0 0 0 0 0 0 0 16 0 19 0 883532581 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=10541624 CPUtime=0.26 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 19313 0 -1 4202560 623 0 0 0 26 0 0 0 16 0 19 0 883532582 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 19313 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883532582 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883532582 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=10541624 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532584 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=10541624 CPUtime=0.22 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 19313 0 -1 4202560 1954 0 0 0 22 0 0 0 15 0 19 0 883532584 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=10541624 CPUtime=0.17 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 19313 0 -1 4202560 1541 0 0 0 17 0 0 0 15 0 19 0 883532585 10794622976 17120 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0

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

/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 19313 0 -1 4202560 229 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 19313 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 19313 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 19313 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 19313 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 19313 0 -1 4202560 69 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 19313 0 -1 4202560 318 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=10550192 CPUtime=0.01 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 19313 0 -1 4202560 142 0 0 0 1 0 0 0 15 0 19 0 883532581 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=10550192 CPUtime=1.35 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 19313 0 -1 4202560 851 0 0 0 135 0 0 0 16 0 19 0 883532582 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 19313 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883532582 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883532582 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532584 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=10550192 CPUtime=0.35 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 19313 0 -1 4202560 2058 0 0 0 35 0 0 0 15 0 19 0 883532584 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=10550192 CPUtime=0.61 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 19313 0 -1 4202560 7703 0 0 0 60 1 0 0 15 0 19 0 883532585 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532585 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532585 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883532595 10803396608 19619 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.75
Current children cumulated vsize (KiB) 10550192

[startup+30.301 s]
/proc/loadavg: 2.06 2.06 2.00 3/214 22277
/proc/meminfo: memFree=941088/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10550192 CPUtime=31.35 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 24904 0 1 0 3131 4 0 0 25 0 19 0 883532579 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2637548 19623 2251 9 0 2628282 0
[pid=22257/tid=22258] ppid=22255 vsize=10550192 CPUtime=28.72 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 12282 0 1 0 2871 1 0 0 19 0 19 0 883532579 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 46912505609911 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 19313 0 -1 4202560 229 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 19313 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 19313 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 19313 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 19313 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 19313 0 -1 4202560 69 0 0 0 2 0 0 0 16 0 19 0 883532581 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 19313 0 -1 4202560 318 0 0 0 2 0 0 0 16 0 19 0 883532581 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 19313 0 -1 4202560 142 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=10550192 CPUtime=1.44 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 19313 0 -1 4202560 851 0 0 0 143 1 0 0 16 0 19 0 883532582 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 19313 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883532582 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883532582 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532584 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=10550192 CPUtime=0.35 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 19313 0 -1 4202560 2058 0 0 0 35 0 0 0 15 0 19 0 883532584 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=10550192 CPUtime=0.61 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 19313 0 -1 4202560 7703 0 0 0 60 1 0 0 15 0 19 0 883532585 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532585 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532585 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883532595 10803396608 19623 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.35
Current children cumulated vsize (KiB) 10550192

[startup+30.7009 s]
/proc/loadavg: 2.05 2.06 2.00 3/214 22277
/proc/meminfo: memFree=940948/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10550192 CPUtime=31.76 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 24925 0 1 0 3172 4 0 0 25 0 19 0 883532579 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2637548 19643 2251 9 0 2628282 0
[pid=22257/tid=22258] ppid=22255 vsize=10550192 CPUtime=29.11 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 12283 0 1 0 2910 1 0 0 19 0 19 0 883532579 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 46912505609864 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 19313 0 -1 4202560 229 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 19313 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 19313 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 19313 0 -1 4202560 13 0 0 0 2 0 0 0 16 0 19 0 883532581 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 19313 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 19313 0 -1 4202560 69 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 19313 0 -1 4202560 318 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 19313 0 -1 4202560 142 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=10550192 CPUtime=1.45 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 19313 0 -1 4202560 871 0 0 0 144 1 0 0 16 0 19 0 883532582 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 19313 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883532582 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883532582 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532584 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=10550192 CPUtime=0.35 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 19313 0 -1 4202560 2058 0 0 0 35 0 0 0 15 0 19 0 883532584 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=10550192 CPUtime=0.61 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 19313 0 -1 4202560 7703 0 0 0 60 1 0 0 15 0 19 0 883532585 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532585 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532585 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883532595 10803396608 19643 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (KiB) 10550192

[startup+31.1009 s]
/proc/loadavg: 2.05 2.06 2.00 3/214 22277
/proc/meminfo: memFree=940948/32951124 swapFree=67053956/67111528
[pid=22257] ppid=22255 vsize=10550192 CPUtime=32.16 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 19313 0 -1 4202496 24947 0 1 0 3212 4 0 0 25 0 19 0 883532579 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22257/statm: 2637548 19663 2251 9 0 2628282 0
[pid=22257/tid=22258] ppid=22255 vsize=10550192 CPUtime=29.47 cores=1,3,5,7
/proc/22257/task/22258/stat : 22258 (java) R 22255 22257 19313 0 -1 4202560 12287 0 1 0 2946 1 0 0 20 0 19 0 883532579 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 46912505544251 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 19313 0 -1 4202560 229 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 19313 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 19313 0 -1 4202560 57 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 19313 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 19313 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 19313 0 -1 4202560 69 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 19313 0 -1 4202560 318 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 7 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=10550192 CPUtime=0.02 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 19313 0 -1 4202560 142 0 0 0 2 0 0 0 15 0 19 0 883532581 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=10550192 CPUtime=1.48 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 19313 0 -1 4202560 889 0 0 0 147 1 0 0 16 0 19 0 883532582 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 0 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 19313 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883532582 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 19313 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883532582 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532584 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107274673 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=10550192 CPUtime=0.35 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 19313 0 -1 4202560 2058 0 0 0 35 0 0 0 15 0 19 0 883532584 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=10550192 CPUtime=0.61 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 19313 0 -1 4202560 7703 0 0 0 60 1 0 0 15 0 19 0 883532585 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883532585 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107266969 0 4 0 16800975 18446604468566645440 0 0 -1 3 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883532585 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 5 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) S 22255 22257 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883532595 10803396608 19663 33554432000 1073741824 1073778376 140737129353456 18446744073709551615 228107267584 0 4 0 16800975 18446604468566645440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.16
Current children cumulated vsize (KiB) 10550192

Child status: 30
Real time (s): 31.1507
CPU time (s): 32.2251
CPU user time (s): 32.1711
CPU system time (s): 0.053991
CPU usage (%): 103.449
Max. virtual memory (cumulated for all children) (KiB): 10562892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1711
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24973
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= 4245
involuntary context switches= 1771

runsolver used 0.051992 second user time and 0.12698 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-12 22:39:31
IDJOB=3492715
IDBENCH=79241
IDSOLVER=1982
FILE ID=node142/3492715-1307911171
RUNJOBID= node142-1307908333-21607
PBS_JOBID= 13559566
Free space on /var/tmp= 2908 MiB

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

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

MD5SUM BENCH= 8ce859c9363f1b782ad1721fb9074172
RANDOM SEED=23754778

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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	: 5332.67
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.846
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.81
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.846
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1012716 kB
Buffers:         66472 kB
Cached:       30493680 kB
SwapCached:      10176 kB
Active:       16328012 kB
Inactive:     14661044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1012716 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:             100 kB
Writeback:           0 kB
AnonPages:      427524 kB
Mapped:          21244 kB
Slab:           885668 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10548568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2908 MiB
End job on node142 at 2011-06-12 22:40:02