Trace number 3492663

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 45.1211 43.8773

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-0-100-0.wbo
MD5SUM36573e20f94a233c9b9c8f8613b15785
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.9214
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 1188
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	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.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492663-1307911091.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.29/0.22	c SATISFIABLE
0.29/0.22	c OPTIMIZING...
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.11
0.29/0.22	o 517
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.144
0.29/0.25	o 507
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.159
0.29/0.27	o 503
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.54/0.30	o 481
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.219
0.54/0.33	o 471
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.229
0.54/0.34	o 441
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.264
0.54/0.37	o 438
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.65/0.45	o 418
0.88/0.62	c Got one! Elapsed wall clock time (in seconds):0.511
0.88/0.62	o 382
0.88/0.69	c cleaning 3791 clauses out of 7590 with flag 1000/7590
1.01/0.71	c Got one! Elapsed wall clock time (in seconds):0.602
1.01/0.71	o 352
1.01/0.75	c Got one! Elapsed wall clock time (in seconds):0.64
1.01/0.75	o 324
1.11/0.81	c Got one! Elapsed wall clock time (in seconds):0.706
1.11/0.81	o 322
1.11/0.86	c Got one! Elapsed wall clock time (in seconds):0.752
1.11/0.86	o 319
1.24/0.94	c Got one! Elapsed wall clock time (in seconds):0.837
1.24/0.94	o 302
1.24/1.00	c Got one! Elapsed wall clock time (in seconds):0.89
1.24/1.00	o 246
1.36/1.05	c cleaning 5737 clauses out of 11481 with flag 1002/15272
1.46/1.19	c Got one! Elapsed wall clock time (in seconds):1.079
1.46/1.19	o 234
1.55/1.25	c Got one! Elapsed wall clock time (in seconds):1.142
1.55/1.25	o 233
1.65/1.35	c cleaning 5881 clauses out of 11777 with flag 2002/21305
2.02/1.64	c cleaning 5946 clauses out of 11897 with flag 8003/27306
2.15/1.73	c Got one! Elapsed wall clock time (in seconds):1.622
2.15/1.73	o 214
2.15/1.80	c Got one! Elapsed wall clock time (in seconds):1.69
2.15/1.80	o 186
2.37/1.93	c cleaning 6240 clauses out of 12492 with flag 3001/33847
2.37/1.96	c Got one! Elapsed wall clock time (in seconds):1.852
2.37/1.96	o 178
2.58/2.14	c Got one! Elapsed wall clock time (in seconds):2.035
2.58/2.14	o 177
2.58/2.19	c cleaning 6102 clauses out of 12215 with flag 1001/39810
2.77/2.32	c Got one! Elapsed wall clock time (in seconds):2.211
2.77/2.32	o 172
2.87/2.44	c cleaning 5747 clauses out of 11502 with flag 3000/45199
3.18/2.74	c cleaning 5874 clauses out of 11756 with flag 9001/51200
3.58/3.11	c cleaning 6440 clauses out of 12882 with flag 16001/58200
3.98/3.56	c cleaning 7217 clauses out of 14442 with flag 24001/66200
4.39/3.95	c Got one! Elapsed wall clock time (in seconds):3.846
4.39/3.95	o 158
4.64/4.17	c cleaning 9507 clauses out of 19022 with flag 5000/77997
4.84/4.31	c Got one! Elapsed wall clock time (in seconds):4.201
4.84/4.31	o 155
4.84/4.39	c cleaning 7263 clauses out of 14530 with flag 2002/83012
5.14/4.62	c cleaning 6627 clauses out of 13265 with flag 8000/89010
5.44/4.95	c cleaning 6815 clauses out of 13639 with flag 15001/96011
5.44/4.97	c Got one! Elapsed wall clock time (in seconds):4.866
5.44/4.97	o 152
5.68/5.18	c cleaning 5979 clauses out of 11969 with flag 5000/101156
6.08/5.52	c cleaning 5982 clauses out of 11990 with flag 11000/107156
6.38/5.89	c cleaning 6500 clauses out of 13009 with flag 18001/114157
6.88/6.30	c cleaning 7245 clauses out of 14511 with flag 26003/122159
7.08/6.53	c Got one! Elapsed wall clock time (in seconds):6.419
7.08/6.53	o 149
7.08/6.57	c cleaning 6309 clauses out of 12627 with flag 1000/127520
7.38/6.80	c cleaning 6155 clauses out of 12320 with flag 7002/133522
7.58/7.07	c cleaning 6577 clauses out of 13163 with flag 14000/140520
7.88/7.35	c Got one! Elapsed wall clock time (in seconds):7.242
7.88/7.35	o 126
8.08/7.56	c cleaning 8461 clauses out of 16935 with flag 5001/150869
8.19/7.61	c Got one! Elapsed wall clock time (in seconds):7.506
8.19/7.61	o 122
8.38/7.81	c cleaning 7209 clauses out of 14433 with flag 5002/156828
8.68/8.11	c cleaning 6609 clauses out of 13223 with flag 11001/162827
8.99/8.49	c cleaning 6803 clauses out of 13613 with flag 18000/169826
9.49/8.93	c cleaning 7402 clauses out of 14810 with flag 26000/177826
9.99/9.44	c cleaning 8200 clauses out of 16408 with flag 35000/186826
10.59/10.05	c cleaning 9100 clauses out of 18208 with flag 45000/196826
11.09/10.57	c cleaning 9554 clauses out of 19111 with flag 55003/206829
11.70/11.12	c cleaning 9776 clauses out of 19556 with flag 65002/216828
12.10/11.57	c Got one! Elapsed wall clock time (in seconds):11.463
12.10/11.57	o 119
12.30/11.78	c cleaning 11479 clauses out of 22965 with flag 5001/230013
12.50/11.98	c Got one! Elapsed wall clock time (in seconds):11.872
12.50/11.98	o 81
12.61/12.03	c cleaning 8694 clauses out of 17397 with flag 1003/235924
12.80/12.27	c cleaning 7344 clauses out of 14700 with flag 7000/241921
13.10/12.54	c cleaning 7176 clauses out of 14357 with flag 14001/248922
13.50/12.94	c cleaning 7587 clauses out of 15182 with flag 22002/256923
13.90/13.39	c cleaning 8289 clauses out of 16593 with flag 31000/265921
14.08/13.43	c Got one! Elapsed wall clock time (in seconds):13.323
14.08/13.43	o 66
14.48/13.63	c cleaning 6910 clauses out of 13825 with flag 5001/271442
14.88/13.85	c cleaning 6455 clauses out of 12916 with flag 11002/277443
15.18/14.10	c cleaning 6723 clauses out of 13459 with flag 18000/284441
15.48/14.46	c cleaning 7362 clauses out of 14738 with flag 26002/292443
15.91/14.88	c cleaning 8183 clauses out of 16374 with flag 35000/301441
16.41/15.34	c cleaning 9092 clauses out of 18193 with flag 45002/311443
16.71/15.66	c Got one! Elapsed wall clock time (in seconds):15.554
16.71/15.66	o 61
17.01/15.90	c cleaning 10889 clauses out of 21783 with flag 5000/324125
17.22/16.20	c cleaning 8447 clauses out of 16899 with flag 11005/330130
17.62/16.51	c cleaning 7718 clauses out of 15449 with flag 18002/337127
17.72/16.61	c Got one! Elapsed wall clock time (in seconds):16.503
17.72/16.61	o 58
17.82/16.72	c cleaning 6584 clauses out of 13175 with flag 3000/342571
18.02/16.95	c cleaning 6289 clauses out of 12591 with flag 9000/348571
18.32/17.26	c cleaning 6645 clauses out of 13303 with flag 16001/355572
18.73/17.61	c cleaning 7321 clauses out of 14658 with flag 24001/363572
19.02/17.97	c Got one! Elapsed wall clock time (in seconds):17.868
19.02/17.97	o 49
19.32/18.20	c cleaning 10531 clauses out of 21070 with flag 5000/377305
19.53/18.44	c cleaning 8266 clauses out of 16540 with flag 11001/383306
19.83/18.74	c cleaning 7628 clauses out of 15273 with flag 18000/390305
20.22/19.14	c cleaning 7817 clauses out of 15649 with flag 26004/398309
20.43/19.39	c Got one! Elapsed wall clock time (in seconds):19.281
20.43/19.39	o 29
20.73/19.63	c cleaning 9518 clauses out of 19043 with flag 5003/409520
20.93/19.87	c cleaning 7757 clauses out of 15525 with flag 11003/415520
21.23/20.14	c cleaning 7376 clauses out of 14765 with flag 18000/422517
21.53/20.47	c cleaning 7693 clauses out of 15391 with flag 26002/430519
21.63/20.60	c Got one! Elapsed wall clock time (in seconds):20.489
21.63/20.60	o 24
21.73/20.68	c cleaning 6520 clauses out of 13049 with flag 2000/435870
22.04/20.91	c cleaning 6257 clauses out of 12531 with flag 8002/441872
22.23/21.18	c cleaning 6633 clauses out of 13274 with flag 15002/448872
22.54/21.49	c cleaning 7316 clauses out of 14639 with flag 23000/456870
22.94/21.86	c cleaning 8157 clauses out of 16324 with flag 32001/465871
23.44/22.32	c cleaning 9078 clauses out of 18166 with flag 42000/475870
23.85/22.73	c cleaning 9537 clauses out of 19088 with flag 52000/485870
24.25/23.12	c cleaning 9775 clauses out of 19553 with flag 62002/495872
24.65/23.52	c cleaning 9880 clauses out of 19776 with flag 72000/505870
25.05/23.93	c cleaning 9942 clauses out of 19897 with flag 82001/515871
25.45/24.34	c cleaning 9972 clauses out of 19955 with flag 92001/525871
25.85/24.73	c cleaning 9992 clauses out of 19988 with flag 102006/535876
26.25/25.12	c cleaning 9991 clauses out of 19991 with flag 112001/545871
26.36/25.22	c Got one! Elapsed wall clock time (in seconds):25.115
26.36/25.22	o 14
26.47/25.33	c cleaning 7872 clauses out of 15752 with flag 3001/551623
26.66/25.54	c cleaning 6936 clauses out of 13879 with flag 9000/557622
26.86/25.77	c cleaning 6970 clauses out of 13945 with flag 16002/564624
27.16/26.05	c cleaning 7481 clauses out of 14973 with flag 24000/572622
27.46/26.36	c cleaning 8241 clauses out of 16492 with flag 33000/581622
27.86/26.76	c cleaning 9124 clauses out of 18253 with flag 43002/591624
27.96/26.83	c Got one! Elapsed wall clock time (in seconds):26.725
27.96/26.83	o 5
28.07/26.97	c cleaning 7561 clauses out of 15127 with flag 4001/597622
28.27/27.18	c cleaning 6778 clauses out of 13565 with flag 10000/603621
28.58/27.41	c cleaning 6889 clauses out of 13787 with flag 17000/610621
28.87/27.72	c cleaning 7445 clauses out of 14900 with flag 25002/618623
29.18/28.05	c cleaning 8223 clauses out of 16453 with flag 34000/627621
29.58/28.46	c cleaning 9114 clauses out of 18232 with flag 44002/637623
29.98/28.89	c cleaning 9554 clauses out of 19117 with flag 54001/647622
30.38/29.29	c cleaning 9776 clauses out of 19564 with flag 64002/657623
30.48/29.34	c Got one! Elapsed wall clock time (in seconds):29.231
30.48/29.34	o 4
30.68/29.52	c cleaning 7847 clauses out of 15701 with flag 5001/663536
30.88/29.74	c cleaning 6922 clauses out of 13853 with flag 11000/669535
31.18/30.00	c cleaning 6960 clauses out of 13932 with flag 18001/676536
31.48/30.31	c cleaning 7482 clauses out of 14971 with flag 26000/684535
31.78/30.64	c cleaning 8239 clauses out of 16489 with flag 35000/693535
32.18/31.05	c cleaning 9122 clauses out of 18254 with flag 45004/703539
32.58/31.46	c cleaning 9558 clauses out of 19129 with flag 55001/713536
32.99/31.87	c cleaning 9781 clauses out of 19571 with flag 65001/723536
33.48/32.31	c cleaning 9888 clauses out of 19789 with flag 75000/733535
33.88/32.72	c cleaning 9943 clauses out of 19901 with flag 85000/743535
34.28/33.13	c cleaning 9973 clauses out of 19959 with flag 95001/753536
34.68/33.54	c cleaning 9990 clauses out of 19986 with flag 105001/763536
35.09/33.95	c cleaning 9993 clauses out of 19995 with flag 115000/773535
35.49/34.36	c cleaning 9993 clauses out of 20002 with flag 125000/783535
35.89/34.76	c cleaning 9999 clauses out of 20010 with flag 135001/793536
36.29/35.15	c cleaning 9999 clauses out of 20010 with flag 145000/803535
36.70/35.53	c cleaning 10002 clauses out of 20013 with flag 155002/813537
37.10/35.92	c cleaning 10001 clauses out of 20009 with flag 165000/823535
37.30/36.12	c Got one! Elapsed wall clock time (in seconds):36.012
37.30/36.12	o 3
37.51/36.37	c cleaning 10259 clauses out of 20533 with flag 5001/834060
37.70/36.59	c cleaning 8132 clauses out of 16273 with flag 11000/840059
38.00/36.85	c cleaning 7566 clauses out of 15142 with flag 18001/847060
38.30/37.15	c cleaning 7782 clauses out of 15576 with flag 26001/855060
38.61/37.48	c cleaning 8391 clauses out of 16793 with flag 35000/864059
39.00/37.88	c cleaning 9193 clauses out of 18403 with flag 45001/874060
39.41/38.30	c cleaning 9602 clauses out of 19210 with flag 55001/884060
39.81/38.66	c cleaning 9798 clauses out of 19607 with flag 65000/894059
40.21/39.06	c cleaning 9898 clauses out of 19809 with flag 75000/904059
40.61/39.44	c cleaning 9952 clauses out of 19911 with flag 85000/914059
41.01/39.82	c cleaning 9977 clauses out of 19959 with flag 95000/924059
41.41/40.21	c cleaning 9988 clauses out of 19982 with flag 105000/934059
41.82/40.60	c cleaning 9992 clauses out of 19995 with flag 115001/944060
42.12/40.99	c cleaning 9996 clauses out of 20004 with flag 125002/954061
42.52/41.35	c cleaning 9994 clauses out of 20007 with flag 135001/964060
42.92/41.70	c cleaning 10003 clauses out of 20012 with flag 145000/974059
43.21/42.06	c cleaning 10003 clauses out of 20013 with flag 155004/984063
43.61/42.43	c cleaning 10000 clauses out of 20008 with flag 165002/994061
43.91/42.80	c cleaning 10000 clauses out of 20007 with flag 175001/1004060
44.32/43.20	c cleaning 10001 clauses out of 20008 with flag 185002/1014061
44.82/43.62	c cleaning 10000 clauses out of 20004 with flag 195000/1024059
45.02/43.87	c starts		: 211
45.02/43.87	c conflicts		: 1031074
45.02/43.87	c decisions		: 1574032
45.02/43.87	c propagations		: 26333592
45.02/43.87	c inspects		: 248271550
45.02/43.87	c shortcuts		: 0
45.02/43.87	c learnt literals	: 8
45.02/43.87	c learnt binary clauses	: 28
45.02/43.87	c learnt ternary clauses	: 872
45.02/43.87	c learnt constraints	: 1031065
45.02/43.87	c ignored constraints	: 0
45.02/43.87	c root simplifications	: 0
45.02/43.87	c removed literals (reason simplification)	: 8525015
45.02/43.87	c reason swapping (by a shorter reason)	: 0
45.02/43.87	c Calls to reduceDB	: 123
45.02/43.87	c number of reductions to clauses (during analyze)	: 0
45.02/43.87	c number of learned constraints concerned by reduction	: 0
45.02/43.87	c number of learning phase by resolution	: 0
45.02/43.87	c number of learning phase by cutting planes	: 0
45.02/43.87	c speed (assignments/second)	: 3398321.3317847466
45.02/43.87	c non guided choices	2531
45.02/43.87	c learnt constraints type 
45.02/43.87	c constraints type 
45.02/43.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
45.02/43.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
45.02/43.87	s OPTIMUM FOUND
45.02/43.87	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 
45.02/43.87	c objective function=3
45.02/43.87	c Total wall clock time (in seconds): 43.762

Verifier Data

OK	3

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-3492663-1307911091/watcher-3492663-1307911091 -o /var/tmp/evaluation-result-3492663-1307911091/solver-3492663-1307911091 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492663-1307911091.wbo 

running on 4 cores: 0,2,4,6

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.00 2.01 1.96 2/192 30445
/proc/meminfo: memFree=1427056/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/30445/stat : 30445 (java) R 30443 30445 27812 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 1 0 981339550 23580672 697 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252453103505 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30445/statm: 5757 697 513 9 0 124 0

[startup+0.0919219 s]
/proc/loadavg: 2.00 2.01 1.96 2/192 30445
/proc/meminfo: memFree=1427056/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10540420 CPUtime=0.1 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 12928 0 1 0 8 2 0 0 25 0 18 0 981339550 10793390080 12618 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2635105 12620 2084 9 0 2625839 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540420

[startup+0.100828 s]
/proc/loadavg: 2.00 2.01 1.96 2/192 30445
/proc/meminfo: memFree=1427056/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10540420 CPUtime=0.11 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 13097 0 1 0 9 2 0 0 25 0 18 0 981339550 10793390080 12787 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2635105 12787 2093 9 0 2625839 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540420

[startup+0.301801 s]
/proc/loadavg: 2.00 2.01 1.96 2/192 30445
/proc/meminfo: memFree=1427056/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10544484 CPUtime=0.54 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 15853 0 1 0 52 2 0 0 25 0 19 0 981339550 10797551616 14677 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2636121 14677 2212 9 0 2626855 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544484

[startup+0.70067 s]
/proc/loadavg: 2.00 2.01 1.96 2/192 30445
/proc/meminfo: memFree=1427056/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10544484 CPUtime=1.01 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 16966 0 1 0 99 2 0 0 25 0 19 0 981339550 10797551616 15598 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2636121 15598 2240 9 0 2626855 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10544484

[startup+1.50158 s]
/proc/loadavg: 2.00 2.01 1.96 3/211 30464
/proc/meminfo: memFree=1371812/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10546440 CPUtime=1.92 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 18739 0 1 0 190 2 0 0 25 0 19 0 981339550 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2636610 17099 2250 9 0 2627344 0
[pid=30445/tid=30447] ppid=30443 vsize=10546440 CPUtime=1.44 cores=0,2,4,6
/proc/30445/task/30447/stat : 30447 (java) R 30443 30445 27812 0 -1 4202560 12423 0 1 0 142 2 0 0 25 0 19 0 981339551 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 46912505567719 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30445/tid=30448] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30448/stat : 30448 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30449] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30449/stat : 30449 (java) S 30443 30445 27812 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30450] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30450/stat : 30450 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30451] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30451/stat : 30451 (java) S 30443 30445 27812 0 -1 4202560 193 0 0 0 0 0 0 0 16 0 19 0 981339553 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30452] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30452/stat : 30452 (java) S 30443 30445 27812 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30453] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30453/stat : 30453 (java) S 30443 30445 27812 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30454] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30454/stat : 30454 (java) S 30443 30445 27812 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 19 0 981339553 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30455] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30455/stat : 30455 (java) S 30443 30445 27812 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30456] ppid=30443 vsize=10546440 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30456/stat : 30456 (java) S 30443 30445 27812 0 -1 4202560 528 0 0 0 3 0 0 0 16 0 19 0 981339554 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 0 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30457] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30457/stat : 30457 (java) S 30443 30445 27812 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981339554 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30458] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30458/stat : 30458 (java) S 30443 30445 27812 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981339554 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30459] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30459/stat : 30459 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469889457 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30460] ppid=30443 vsize=10546440 CPUtime=0.27 cores=0,2,4,6
/proc/30445/task/30460/stat : 30460 (java) S 30443 30445 27812 0 -1 4202560 2430 0 0 0 27 0 0 0 15 0 19 0 981339556 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30461] ppid=30443 vsize=10546440 CPUtime=0.15 cores=0,2,4,6
/proc/30445/task/30461/stat : 30461 (java) S 30443 30445 27812 0 -1 4202560 1356 0 0 0 15 0 0 0 15 0 19 0 981339556 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30462] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30462/stat : 30462 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30463] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30463/stat : 30463 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981339556 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30464] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30464/stat : 30464 (java) S 30443 30445 27812 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981339567 10799554560 17099 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10546440

[startup+3.10129 s]
/proc/loadavg: 2.00 2.01 1.96 3/211 30464
/proc/meminfo: memFree=1366100/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10546440 CPUtime=3.58 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 18991 0 1 0 355 3 0 0 25 0 19 0 981339550 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2636610 17346 2250 9 0 2627344 0
[pid=30445/tid=30447] ppid=30443 vsize=10546440 CPUtime=2.97 cores=0,2,4,6
/proc/30445/task/30447/stat : 30447 (java) R 30443 30445 27812 0 -1 4202560 12429 0 1 0 295 2 0 0 25 0 19 0 981339551 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 46912505550191 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30445/tid=30448] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30448/stat : 30448 (java) S 30443 30445 27812 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30449] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30449/stat : 30449 (java) S 30443 30445 27812 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30450] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30450/stat : 30450 (java) S 30443 30445 27812 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30451] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30451/stat : 30451 (java) S 30443 30445 27812 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30452] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30452/stat : 30452 (java) S 30443 30445 27812 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30453] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30453/stat : 30453 (java) S 30443 30445 27812 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30454] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30454/stat : 30454 (java) S 30443 30445 27812 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 19 0 981339553 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30455] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30455/stat : 30455 (java) S 30443 30445 27812 0 -1 4202560 194 0 0 0 0 0 0 0 16 0 19 0 981339553 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30456] ppid=30443 vsize=10546440 CPUtime=0.09 cores=0,2,4,6
/proc/30445/task/30456/stat : 30456 (java) S 30443 30445 27812 0 -1 4202560 560 0 0 0 9 0 0 0 16 0 19 0 981339554 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 0 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30457] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30457/stat : 30457 (java) S 30443 30445 27812 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981339554 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30458] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30458/stat : 30458 (java) S 30443 30445 27812 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981339554 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30459] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30459/stat : 30459 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469889457 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30460] ppid=30443 vsize=10546440 CPUtime=0.31 cores=0,2,4,6
/proc/30445/task/30460/stat : 30460 (java) S 30443 30445 27812 0 -1 4202560 2446 0 0 0 31 0 0 0 15 0 19 0 981339556 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30461] ppid=30443 vsize=10546440 CPUtime=0.16 cores=0,2,4,6
/proc/30445/task/30461/stat : 30461 (java) S 30443 30445 27812 0 -1 4202560 1356 0 0 0 16 0 0 0 15 0 19 0 981339556 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30462] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30462/stat : 30462 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30463] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30463/stat : 30463 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981339556 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30464] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30464/stat : 30464 (java) S 30443 30445 27812 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981339567 10799554560 17346 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 10546440

[startup+6.30067 s]
/proc/loadavg: 2.00 2.01 1.96 3/211 30464
/proc/meminfo: memFree=1363372/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10546440 CPUtime=6.88 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 19738 0 1 0 685 3 0 0 25 0 19 0 981339550 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2636610 17750 2251 9 0 2627344 0
[pid=30445/tid=30447] ppid=30443 vsize=10546440 CPUtime=6.05 cores=0,2,4,6
/proc/30445/task/30447/stat : 30447 (java) R 30443 30445 27812 0 -1 4202560 12439 0 1 0 603 2 0 0 25 0 19 0 981339551 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 46912505731647 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30445/tid=30448] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30448/stat : 30448 (java) S 30443 30445 27812 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30449] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30449/stat : 30449 (java) S 30443 30445 27812 0 -1 4202560 204 0 0 0 0 0 0 0 16 0 19 0 981339553 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30450] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30450/stat : 30450 (java) S 30443 30445 27812 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30451] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30451/stat : 30451 (java) S 30443 30445 27812 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30452] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30452/stat : 30452 (java) S 30443 30445 27812 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30453] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30453/stat : 30453 (java) S 30443 30445 27812 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30454] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30454/stat : 30454 (java) S 30443 30445 27812 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30455] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30455/stat : 30455 (java) S 30443 30445 27812 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 19 0 981339553 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30456] ppid=30443 vsize=10546440 CPUtime=0.2 cores=0,2,4,6
/proc/30445/task/30456/stat : 30456 (java) S 30443 30445 27812 0 -1 4202560 644 0 0 0 20 0 0 0 16 0 19 0 981339554 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 0 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30457] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30457/stat : 30457 (java) S 30443 30445 27812 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981339554 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30458] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30458/stat : 30458 (java) S 30443 30445 27812 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981339554 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30459] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30459/stat : 30459 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469889457 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30460] ppid=30443 vsize=10546440 CPUtime=0.37 cores=0,2,4,6
/proc/30445/task/30460/stat : 30460 (java) S 30443 30445 27812 0 -1 4202560 2479 0 0 0 37 0 0 0 15 0 19 0 981339556 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30461] ppid=30443 vsize=10546440 CPUtime=0.19 cores=0,2,4,6
/proc/30445/task/30461/stat : 30461 (java) S 30443 30445 27812 0 -1 4202560 1972 0 0 0 19 0 0 0 15 0 19 0 981339556 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30462] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30462/stat : 30462 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30463] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30463/stat : 30463 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981339556 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30464] ppid=30443 vsize=10546440 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30464/stat : 30464 (java) S 30443 30445 27812 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981339567 10799554560 17750 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 10546440

[startup+12.7015 s]

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

/proc/30445/task/30448/stat : 30448 (java) S 30443 30445 27812 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30449] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30449/stat : 30449 (java) S 30443 30445 27812 0 -1 4202560 210 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30450] ppid=30443 vsize=10552736 CPUtime=0.02 cores=0,2,4,6
/proc/30445/task/30450/stat : 30450 (java) S 30443 30445 27812 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 981339553 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30451] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30451/stat : 30451 (java) S 30443 30445 27812 0 -1 4202560 197 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30452] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30452/stat : 30452 (java) S 30443 30445 27812 0 -1 4202560 160 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30453] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30453/stat : 30453 (java) S 30443 30445 27812 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30454] ppid=30443 vsize=10552736 CPUtime=0.02 cores=0,2,4,6
/proc/30445/task/30454/stat : 30454 (java) S 30443 30445 27812 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 981339553 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30455] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30455/stat : 30455 (java) S 30443 30445 27812 0 -1 4202560 198 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30456] ppid=30443 vsize=10552736 CPUtime=1.6 cores=0,2,4,6
/proc/30445/task/30456/stat : 30456 (java) S 30443 30445 27812 0 -1 4202560 990 0 0 0 159 1 0 0 16 0 19 0 981339554 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 0 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30457] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30457/stat : 30457 (java) S 30443 30445 27812 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981339554 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30458] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30458/stat : 30458 (java) S 30443 30445 27812 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981339554 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30459] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30459/stat : 30459 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469889457 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30460] ppid=30443 vsize=10552736 CPUtime=0.85 cores=0,2,4,6
/proc/30445/task/30460/stat : 30460 (java) S 30443 30445 27812 0 -1 4202560 7871 0 0 0 85 0 0 0 15 0 19 0 981339556 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30461] ppid=30443 vsize=10552736 CPUtime=0.24 cores=0,2,4,6
/proc/30445/task/30461/stat : 30461 (java) S 30443 30445 27812 0 -1 4202560 2281 0 0 0 24 0 0 0 15 0 19 0 981339556 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30462] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30462/stat : 30462 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30463] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30463/stat : 30463 (java) S 30443 30445 27812 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981339556 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30464] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30464/stat : 30464 (java) S 30443 30445 27812 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981339567 10806001664 19783 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.32
Current children cumulated vsize (KiB) 10552736

[startup+43.5008 s]
/proc/loadavg: 2.00 2.00 1.96 3/211 30467
/proc/meminfo: memFree=1096308/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10552736 CPUtime=44.72 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 25946 0 1 0 4466 6 0 0 25 0 19 0 981339550 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2638184 19788 2252 9 0 2628918 0
[pid=30445/tid=30447] ppid=30443 vsize=10552736 CPUtime=41.69 cores=0,2,4,6
/proc/30445/task/30447/stat : 30447 (java) R 30443 30445 27812 0 -1 4202560 12549 0 1 0 4167 2 0 0 25 0 19 0 981339551 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 46912505595850 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30445/tid=30448] ppid=30443 vsize=10552736 CPUtime=0.04 cores=0,2,4,6
/proc/30445/task/30448/stat : 30448 (java) S 30443 30445 27812 0 -1 4202560 10 0 0 0 4 0 0 0 16 0 19 0 981339553 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30449] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30449/stat : 30449 (java) S 30443 30445 27812 0 -1 4202560 210 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30450] ppid=30443 vsize=10552736 CPUtime=0.02 cores=0,2,4,6
/proc/30445/task/30450/stat : 30450 (java) S 30443 30445 27812 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 981339553 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30451] ppid=30443 vsize=10552736 CPUtime=0.04 cores=0,2,4,6
/proc/30445/task/30451/stat : 30451 (java) S 30443 30445 27812 0 -1 4202560 197 0 0 0 4 0 0 0 15 0 19 0 981339553 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30452] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30452/stat : 30452 (java) S 30443 30445 27812 0 -1 4202560 160 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30453] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30453/stat : 30453 (java) S 30443 30445 27812 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30454] ppid=30443 vsize=10552736 CPUtime=0.02 cores=0,2,4,6
/proc/30445/task/30454/stat : 30454 (java) S 30443 30445 27812 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 981339553 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30455] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30455/stat : 30455 (java) S 30443 30445 27812 0 -1 4202560 198 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30456] ppid=30443 vsize=10552736 CPUtime=1.61 cores=0,2,4,6
/proc/30445/task/30456/stat : 30456 (java) S 30443 30445 27812 0 -1 4202560 993 0 0 0 160 1 0 0 16 0 19 0 981339554 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 0 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30457] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30457/stat : 30457 (java) S 30443 30445 27812 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981339554 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30458] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30458/stat : 30458 (java) S 30443 30445 27812 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981339554 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30459] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30459/stat : 30459 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469889457 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30460] ppid=30443 vsize=10552736 CPUtime=0.85 cores=0,2,4,6
/proc/30445/task/30460/stat : 30460 (java) S 30443 30445 27812 0 -1 4202560 7871 0 0 0 85 0 0 0 15 0 19 0 981339556 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30461] ppid=30443 vsize=10552736 CPUtime=0.24 cores=0,2,4,6
/proc/30445/task/30461/stat : 30461 (java) S 30443 30445 27812 0 -1 4202560 2281 0 0 0 24 0 0 0 15 0 19 0 981339556 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30462] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30462/stat : 30462 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30463] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30463/stat : 30463 (java) S 30443 30445 27812 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981339556 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30464] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30464/stat : 30464 (java) S 30443 30445 27812 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981339567 10806001664 19788 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.72
Current children cumulated vsize (KiB) 10552736

[startup+43.7007 s]
/proc/loadavg: 2.00 2.00 1.96 3/211 30467
/proc/meminfo: memFree=1096308/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10552736 CPUtime=44.92 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 25957 0 1 0 4486 6 0 0 25 0 19 0 981339550 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2638184 19798 2252 9 0 2628918 0
[pid=30445/tid=30447] ppid=30443 vsize=10552736 CPUtime=41.87 cores=0,2,4,6
/proc/30445/task/30447/stat : 30447 (java) R 30443 30445 27812 0 -1 4202560 12550 0 1 0 4185 2 0 0 25 0 19 0 981339551 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 46912505532946 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30445/tid=30448] ppid=30443 vsize=10552736 CPUtime=0.04 cores=0,2,4,6
/proc/30445/task/30448/stat : 30448 (java) S 30443 30445 27812 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30449] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30449/stat : 30449 (java) S 30443 30445 27812 0 -1 4202560 210 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30450] ppid=30443 vsize=10552736 CPUtime=0.02 cores=0,2,4,6
/proc/30445/task/30450/stat : 30450 (java) S 30443 30445 27812 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30451] ppid=30443 vsize=10552736 CPUtime=0.04 cores=0,2,4,6
/proc/30445/task/30451/stat : 30451 (java) S 30443 30445 27812 0 -1 4202560 197 0 0 0 4 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30452] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30452/stat : 30452 (java) S 30443 30445 27812 0 -1 4202560 160 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30453] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30453/stat : 30453 (java) S 30443 30445 27812 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30454] ppid=30443 vsize=10552736 CPUtime=0.02 cores=0,2,4,6
/proc/30445/task/30454/stat : 30454 (java) S 30443 30445 27812 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30455] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30455/stat : 30455 (java) S 30443 30445 27812 0 -1 4202560 198 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30456] ppid=30443 vsize=10552736 CPUtime=1.62 cores=0,2,4,6
/proc/30445/task/30456/stat : 30456 (java) S 30443 30445 27812 0 -1 4202560 1003 0 0 0 161 1 0 0 16 0 19 0 981339554 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 0 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30457] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30457/stat : 30457 (java) S 30443 30445 27812 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981339554 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30458] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30458/stat : 30458 (java) S 30443 30445 27812 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981339554 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30459] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30459/stat : 30459 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469889457 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30460] ppid=30443 vsize=10552736 CPUtime=0.85 cores=0,2,4,6
/proc/30445/task/30460/stat : 30460 (java) S 30443 30445 27812 0 -1 4202560 7871 0 0 0 85 0 0 0 15 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30461] ppid=30443 vsize=10552736 CPUtime=0.24 cores=0,2,4,6
/proc/30445/task/30461/stat : 30461 (java) S 30443 30445 27812 0 -1 4202560 2281 0 0 0 24 0 0 0 15 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30462] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30462/stat : 30462 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30463] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30463/stat : 30463 (java) S 30443 30445 27812 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30464] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30464/stat : 30464 (java) S 30443 30445 27812 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981339567 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.92
Current children cumulated vsize (KiB) 10552736

[startup+43.8007 s]
/proc/loadavg: 2.00 2.00 1.96 3/211 30467
/proc/meminfo: memFree=1096308/32951124 swapFree=67062556/67111528
[pid=30445] ppid=30443 vsize=10552736 CPUtime=45.02 cores=0,2,4,6
/proc/30445/stat : 30445 (java) S 30443 30445 27812 0 -1 4202496 25957 0 1 0 4496 6 0 0 25 0 19 0 981339550 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30445/statm: 2638184 19798 2252 9 0 2628918 0
[pid=30445/tid=30447] ppid=30443 vsize=10552736 CPUtime=41.97 cores=0,2,4,6
/proc/30445/task/30447/stat : 30447 (java) R 30443 30445 27812 0 -1 4202560 12550 0 1 0 4195 2 0 0 25 0 19 0 981339551 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 46912505533674 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30445/tid=30448] ppid=30443 vsize=10552736 CPUtime=0.04 cores=0,2,4,6
/proc/30445/task/30448/stat : 30448 (java) S 30443 30445 27812 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30449] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30449/stat : 30449 (java) S 30443 30445 27812 0 -1 4202560 210 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30450] ppid=30443 vsize=10552736 CPUtime=0.02 cores=0,2,4,6
/proc/30445/task/30450/stat : 30450 (java) S 30443 30445 27812 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30451] ppid=30443 vsize=10552736 CPUtime=0.04 cores=0,2,4,6
/proc/30445/task/30451/stat : 30451 (java) S 30443 30445 27812 0 -1 4202560 197 0 0 0 4 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30452] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30452/stat : 30452 (java) S 30443 30445 27812 0 -1 4202560 160 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30453] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30453/stat : 30453 (java) S 30443 30445 27812 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 6 0 0 0
[pid=30445/tid=30454] ppid=30443 vsize=10552736 CPUtime=0.02 cores=0,2,4,6
/proc/30445/task/30454/stat : 30454 (java) S 30443 30445 27812 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30455] ppid=30443 vsize=10552736 CPUtime=0.03 cores=0,2,4,6
/proc/30445/task/30455/stat : 30455 (java) S 30443 30445 27812 0 -1 4202560 198 0 0 0 3 0 0 0 15 0 19 0 981339553 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30456] ppid=30443 vsize=10552736 CPUtime=1.62 cores=0,2,4,6
/proc/30445/task/30456/stat : 30456 (java) S 30443 30445 27812 0 -1 4202560 1003 0 0 0 161 1 0 0 16 0 19 0 981339554 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 0 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30457] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30457/stat : 30457 (java) S 30443 30445 27812 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981339554 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30458] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30458/stat : 30458 (java) S 30443 30445 27812 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981339554 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30459] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30459/stat : 30459 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469889457 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30460] ppid=30443 vsize=10552736 CPUtime=0.85 cores=0,2,4,6
/proc/30445/task/30460/stat : 30460 (java) S 30443 30445 27812 0 -1 4202560 7871 0 0 0 85 0 0 0 15 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30461] ppid=30443 vsize=10552736 CPUtime=0.24 cores=0,2,4,6
/proc/30445/task/30461/stat : 30461 (java) S 30443 30445 27812 0 -1 4202560 2281 0 0 0 24 0 0 0 15 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 4 0 0 0
[pid=30445/tid=30462] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30462/stat : 30462 (java) S 30443 30445 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469881753 0 4 0 16800975 18446604446611784640 0 0 -1 2 0 0 0
[pid=30445/tid=30463] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30463/stat : 30463 (java) S 30443 30445 27812 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981339556 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
[pid=30445/tid=30464] ppid=30443 vsize=10552736 CPUtime=0 cores=0,2,4,6
/proc/30445/task/30464/stat : 30464 (java) S 30443 30445 27812 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981339567 10806001664 19798 33554432000 1073741824 1073778376 140735851238112 18446744073709551615 252469882368 0 4 0 16800975 18446604446611784640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.02
Current children cumulated vsize (KiB) 10552736

Child status: 30
Real time (s): 43.8773
CPU time (s): 45.1211
CPU user time (s): 45.0492
CPU system time (s): 0.071989
CPU usage (%): 102.835
Max. virtual memory (cumulated for all children) (KiB): 10563076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.0492
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25983
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= 4463
involuntary context switches= 1911

runsolver used 0.076988 second user time and 0.176973 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-12 22:38:11
IDJOB=3492663
IDBENCH=79215
IDSOLVER=1982
FILE ID=node111/3492663-1307911091
RUNJOBID= node111-1307908264-29684
PBS_JOBID= 13559593
Free space on /var/tmp= 2876 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967523--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-3492663-1307911091/watcher-3492663-1307911091 -o /var/tmp/evaluation-result-3492663-1307911091/solver-3492663-1307911091 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492663-1307911091.wbo

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

MD5SUM BENCH= 36573e20f94a233c9b9c8f8613b15785
RANDOM SEED=592865446

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1427360 kB
Buffers:         62792 kB
Cached:       29542500 kB
SwapCached:      11248 kB
Active:       15609796 kB
Inactive:     14983176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1427360 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:      985268 kB
Mapped:          18596 kB
Slab:           865208 kB
PageTables:       6232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10519756 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= 2876 MiB
End job on node111 at 2011-06-12 22:38:55