Trace number 3492533

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 44.6092 43.6054

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-33-100-0.wbo
MD5SUMae60804d96363031fd1d95f40cdae528
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1.53777
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/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-3492533-1307909934.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     238
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 => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.147
0.28/0.25	o 627
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.165
0.28/0.27	o 585
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.199
0.54/0.30	o 573
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.229
0.54/0.33	o 546
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.281
0.54/0.38	o 541
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.298
0.68/0.40	o 537
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.345
0.68/0.45	o 451
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.68/0.48	o 424
0.78/0.52	c Got one! Elapsed wall clock time (in seconds):0.42
0.78/0.52	o 421
0.88/0.62	c cleaning 4880 clauses out of 9762 with flag 2000/9762
0.88/0.64	c Got one! Elapsed wall clock time (in seconds):0.542
0.88/0.64	o 417
0.88/0.68	c Got one! Elapsed wall clock time (in seconds):0.579
0.88/0.68	o 346
1.13/0.81	c cleaning 5215 clauses out of 10446 with flag 4000/15326
1.13/0.83	c Got one! Elapsed wall clock time (in seconds):0.729
1.13/0.83	o 340
1.34/1.01	c cleaning 5264 clauses out of 10537 with flag 5001/20632
1.34/1.05	c Got one! Elapsed wall clock time (in seconds):0.943
1.34/1.05	o 334
1.46/1.13	c Got one! Elapsed wall clock time (in seconds):1.029
1.46/1.13	o 333
1.56/1.23	c cleaning 5902 clauses out of 11807 with flag 3000/27166
1.56/1.26	c Got one! Elapsed wall clock time (in seconds):1.158
1.56/1.26	o 304
1.66/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
1.66/1.30	o 276
1.76/1.42	c cleaning 5756 clauses out of 11517 with flag 4004/32778
1.87/1.58	c Got one! Elapsed wall clock time (in seconds):1.479
1.87/1.58	o 246
2.07/1.76	c cleaning 7880 clauses out of 15769 with flag 5000/42786
2.27/1.97	c cleaning 6939 clauses out of 13889 with flag 11000/48786
2.57/2.22	c cleaning 6968 clauses out of 13951 with flag 18001/55787
2.67/2.38	c Got one! Elapsed wall clock time (in seconds):2.276
2.67/2.38	o 232
2.77/2.48	c cleaning 6458 clauses out of 12923 with flag 3002/61727
2.97/2.68	c cleaning 6228 clauses out of 12463 with flag 9000/67725
3.27/2.96	c cleaning 6607 clauses out of 13236 with flag 16001/74726
3.58/3.23	c cleaning 7309 clauses out of 14630 with flag 24002/82727
3.78/3.49	c cleaning 8157 clauses out of 16320 with flag 33001/91726
4.18/3.89	c cleaning 9077 clauses out of 18163 with flag 43001/101726
4.48/4.17	c Got one! Elapsed wall clock time (in seconds):4.065
4.48/4.17	o 228
4.69/4.38	c cleaning 11532 clauses out of 23074 with flag 5000/115714
4.88/4.58	c cleaning 8764 clauses out of 17544 with flag 11002/121716
5.18/4.83	c cleaning 7883 clauses out of 15779 with flag 18001/128715
5.39/5.09	c cleaning 7945 clauses out of 15896 with flag 26001/136715
5.69/5.38	c cleaning 8473 clauses out of 16951 with flag 35001/145715
6.09/5.77	c cleaning 9234 clauses out of 18477 with flag 45000/155714
6.29/5.99	c Got one! Elapsed wall clock time (in seconds):5.887
6.29/5.99	o 200
6.49/6.18	c cleaning 9949 clauses out of 19904 with flag 5001/166375
6.69/6.40	c cleaning 7972 clauses out of 15956 with flag 11002/172376
7.00/6.63	c cleaning 7486 clauses out of 14982 with flag 18000/179374
7.00/6.67	c Got one! Elapsed wall clock time (in seconds):6.563
7.00/6.67	o 155
7.23/6.83	c cleaning 6553 clauses out of 13115 with flag 5000/184993
7.43/7.03	c cleaning 6276 clauses out of 12562 with flag 11000/190993
7.63/7.27	c cleaning 6639 clauses out of 13287 with flag 18001/197994
7.93/7.53	c cleaning 7309 clauses out of 14648 with flag 26001/205994
8.23/7.82	c Got one! Elapsed wall clock time (in seconds):7.713
8.23/7.82	o 152
8.43/8.04	c cleaning 10431 clauses out of 20867 with flag 5001/219522
8.53/8.19	c Got one! Elapsed wall clock time (in seconds):8.091
8.53/8.19	o 125
8.83/8.41	c cleaning 10364 clauses out of 20738 with flag 5000/229824
9.03/8.61	c cleaning 8185 clauses out of 16376 with flag 11002/235826
9.24/8.87	c cleaning 7591 clauses out of 15190 with flag 18001/242825
9.82/9.18	c cleaning 7797 clauses out of 15598 with flag 26000/250824
10.36/9.56	c cleaning 8397 clauses out of 16802 with flag 35001/259825
10.77/9.95	c cleaning 9197 clauses out of 18406 with flag 45002/269826
11.17/10.38	c cleaning 9594 clauses out of 19207 with flag 55000/279824
11.37/10.59	c Got one! Elapsed wall clock time (in seconds):10.487
11.37/10.59	o 112
11.47/10.63	c cleaning 7752 clauses out of 15509 with flag 1003/285720
11.67/10.83	c cleaning 6871 clauses out of 13755 with flag 7001/291718
11.87/11.08	c cleaning 6939 clauses out of 13883 with flag 14000/298717
12.17/11.37	c cleaning 7465 clauses out of 14944 with flag 22000/306717
12.47/11.68	c cleaning 8235 clauses out of 16482 with flag 31003/315720
12.87/12.04	c cleaning 9120 clauses out of 18245 with flag 41001/325718
13.17/12.34	c Got one! Elapsed wall clock time (in seconds):12.237
13.17/12.34	o 95
13.37/12.55	c cleaning 10838 clauses out of 21683 with flag 5001/338276
13.57/12.77	c cleaning 8417 clauses out of 16844 with flag 11000/344275
13.87/13.06	c cleaning 7702 clauses out of 15429 with flag 18002/351277
14.19/13.38	c cleaning 7860 clauses out of 15726 with flag 26001/359276
14.59/13.74	c cleaning 8429 clauses out of 16866 with flag 35001/368276
14.99/14.17	c cleaning 9212 clauses out of 18436 with flag 45000/378275
15.49/14.62	c cleaning 9607 clauses out of 19225 with flag 55001/388276
15.89/15.03	c cleaning 9804 clauses out of 19618 with flag 65001/398276
16.30/15.44	c cleaning 9901 clauses out of 19815 with flag 75002/408277
16.69/15.88	c cleaning 9952 clauses out of 19912 with flag 85000/418275
17.19/16.30	c cleaning 9973 clauses out of 19962 with flag 95002/428277
17.60/16.72	c cleaning 9990 clauses out of 19987 with flag 105000/438275
18.00/17.13	c cleaning 9996 clauses out of 19999 with flag 115002/448277
18.40/17.53	c cleaning 9992 clauses out of 20002 with flag 125001/458276
18.80/17.91	c cleaning 10000 clauses out of 20010 with flag 135001/468276
19.10/18.29	c cleaning 10000 clauses out of 20009 with flag 145000/478275
19.51/18.67	c cleaning 10001 clauses out of 20009 with flag 155000/488275
19.90/19.08	c cleaning 10000 clauses out of 20008 with flag 165000/498275
20.30/19.49	c cleaning 10001 clauses out of 20008 with flag 175000/508275
20.40/19.53	c Got one! Elapsed wall clock time (in seconds):19.423
20.40/19.53	o 79
20.50/19.70	c cleaning 7827 clauses out of 15660 with flag 5001/513928
20.82/19.91	c cleaning 6912 clauses out of 13832 with flag 11000/519927
21.02/20.15	c cleaning 6957 clauses out of 13923 with flag 18003/526930
21.32/20.42	c cleaning 7476 clauses out of 14963 with flag 26000/534927
21.62/20.77	c cleaning 8241 clauses out of 16489 with flag 35002/543929
22.02/21.18	c cleaning 9120 clauses out of 18246 with flag 45000/553927
22.42/21.59	c cleaning 9556 clauses out of 19126 with flag 55000/563927
22.83/21.96	c cleaning 9779 clauses out of 19570 with flag 65000/573927
23.23/22.33	c cleaning 9893 clauses out of 19791 with flag 75000/583927
23.63/22.72	c cleaning 9942 clauses out of 19898 with flag 85000/593927
23.93/23.10	c cleaning 9970 clauses out of 19956 with flag 95000/603927
24.33/23.40	c Got one! Elapsed wall clock time (in seconds):23.297
24.33/23.40	o 68
24.53/23.62	c cleaning 11378 clauses out of 22769 with flag 5000/616710
24.73/23.84	c cleaning 8694 clauses out of 17391 with flag 11000/622710
24.93/24.10	c cleaning 7844 clauses out of 15697 with flag 18000/629710
25.24/24.38	c cleaning 7923 clauses out of 15855 with flag 26002/637712
25.54/24.69	c cleaning 8461 clauses out of 16930 with flag 35000/646710
25.94/25.03	c cleaning 9233 clauses out of 18471 with flag 45002/656712
26.25/25.40	c cleaning 9616 clauses out of 19237 with flag 55001/666711
26.64/25.75	c cleaning 9807 clauses out of 19620 with flag 65000/676710
27.04/26.12	c cleaning 9902 clauses out of 19814 with flag 75001/686711
27.35/26.49	c cleaning 9950 clauses out of 19912 with flag 85001/696711
27.74/26.84	c cleaning 9977 clauses out of 19962 with flag 95001/706711
28.14/27.20	c cleaning 9990 clauses out of 19984 with flag 105000/716710
28.54/27.63	c cleaning 9992 clauses out of 19994 with flag 115000/726710
28.94/28.04	c cleaning 9996 clauses out of 20002 with flag 125000/736710
29.34/28.46	c cleaning 9997 clauses out of 20006 with flag 135000/746710
29.75/28.83	c cleaning 9997 clauses out of 20009 with flag 145000/756710
30.15/29.21	c cleaning 10004 clauses out of 20013 with flag 155001/766711
30.45/29.56	c cleaning 9996 clauses out of 20009 with flag 165001/776711
30.85/29.92	c cleaning 10001 clauses out of 20013 with flag 175001/786711
31.15/30.29	c cleaning 10001 clauses out of 20011 with flag 185000/796710
31.55/30.65	c cleaning 10001 clauses out of 20010 with flag 195000/806710
31.95/31.04	c cleaning 10005 clauses out of 20014 with flag 205005/816715
32.35/31.44	c cleaning 9997 clauses out of 20004 with flag 215000/826710
32.76/31.82	c cleaning 9995 clauses out of 20008 with flag 225001/836711
32.95/32.04	c Got one! Elapsed wall clock time (in seconds):31.939
32.95/32.04	o 60
33.15/32.24	c cleaning 10703 clauses out of 21413 with flag 5000/848111
33.35/32.45	c cleaning 8349 clauses out of 16710 with flag 11000/854111
33.66/32.71	c cleaning 7677 clauses out of 15361 with flag 18000/861111
33.86/32.97	c cleaning 7838 clauses out of 15684 with flag 26000/869111
34.17/33.28	c cleaning 8420 clauses out of 16847 with flag 35001/878112
34.57/33.62	c cleaning 9209 clauses out of 18426 with flag 45000/888111
34.98/34.00	c cleaning 9606 clauses out of 19217 with flag 55000/898111
35.27/34.35	c cleaning 9800 clauses out of 19611 with flag 65000/908111
35.67/34.74	c cleaning 9901 clauses out of 19811 with flag 75000/918111
35.87/34.96	c Got one! Elapsed wall clock time (in seconds):34.854
35.87/34.96	o 43
36.08/35.15	c cleaning 10469 clauses out of 20946 with flag 5001/929147
36.27/35.36	c cleaning 8234 clauses out of 16477 with flag 11001/935147
36.57/35.61	c cleaning 7616 clauses out of 15242 with flag 18000/942146
36.87/35.90	c cleaning 7811 clauses out of 15627 with flag 26001/950147
37.18/36.21	c cleaning 8405 clauses out of 16817 with flag 35002/959148
37.47/36.57	c cleaning 9195 clauses out of 18411 with flag 45001/969147
37.88/36.92	c cleaning 9602 clauses out of 19217 with flag 55002/979148
38.18/37.28	c cleaning 9803 clauses out of 19614 with flag 65001/989147
38.58/37.65	c cleaning 9900 clauses out of 19811 with flag 75001/999147
38.88/37.99	c cleaning 9951 clauses out of 19911 with flag 85001/1009147
39.28/38.35	c cleaning 9975 clauses out of 19960 with flag 95001/1019147
39.68/38.71	c cleaning 9990 clauses out of 19984 with flag 105000/1029146
39.89/38.99	c Got one! Elapsed wall clock time (in seconds):38.888
39.89/38.99	o 15
40.19/39.20	c cleaning 11792 clauses out of 23593 with flag 5000/1042745
40.39/39.41	c cleaning 8893 clauses out of 17803 with flag 11002/1048747
40.59/39.63	c cleaning 7952 clauses out of 15909 with flag 18001/1055746
40.89/39.90	c cleaning 7976 clauses out of 15956 with flag 26000/1063745
41.09/40.18	c cleaning 8485 clauses out of 16981 with flag 35001/1072746
41.39/40.48	c cleaning 9244 clauses out of 18495 with flag 45000/1082745
41.79/40.80	c cleaning 9620 clauses out of 19253 with flag 55002/1092747
42.09/41.16	c cleaning 9814 clauses out of 19634 with flag 65003/1102748
42.49/41.51	c cleaning 9904 clauses out of 19817 with flag 75000/1112745
42.80/41.85	c cleaning 9954 clauses out of 19914 with flag 85001/1122746
43.09/42.18	c cleaning 9975 clauses out of 19960 with flag 95001/1132746
43.49/42.50	c cleaning 9990 clauses out of 19985 with flag 105001/1142746
43.80/42.83	c cleaning 9996 clauses out of 19997 with flag 115003/1152748
44.09/43.18	c cleaning 9995 clauses out of 19998 with flag 125000/1162745
44.50/43.53	c cleaning 10000 clauses out of 20003 with flag 135001/1172746
44.50/43.59	c starts		: 218
44.50/43.59	c conflicts		: 1174244
44.50/43.59	c decisions		: 1985586
44.50/43.59	c propagations		: 31072122
44.50/43.59	c inspects		: 249490071
44.50/43.59	c shortcuts		: 0
44.50/43.59	c learnt literals	: 8
44.50/43.59	c learnt binary clauses	: 91
44.50/43.59	c learnt ternary clauses	: 1007
44.50/43.59	c learnt constraints	: 1174235
44.50/43.59	c ignored constraints	: 0
44.50/43.60	c root simplifications	: 0
44.50/43.60	c removed literals (reason simplification)	: 6312190
44.50/43.60	c reason swapping (by a shorter reason)	: 0
44.50/43.60	c Calls to reduceDB	: 131
44.50/43.60	c number of reductions to clauses (during analyze)	: 0
44.50/43.60	c number of learned constraints concerned by reduction	: 0
44.50/43.60	c number of learning phase by resolution	: 0
44.50/43.60	c number of learning phase by cutting planes	: 0
44.50/43.60	c speed (assignments/second)	: 6747474.918566775
44.50/43.60	c non guided choices	1310
44.50/43.60	c learnt constraints type 
44.50/43.60	c constraints type 
44.50/43.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
44.50/43.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
44.50/43.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
44.50/43.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
44.50/43.60	s OPTIMUM FOUND
44.50/43.60	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 
44.50/43.60	c objective function=15
44.50/43.60	c Total wall clock time (in seconds): 43.494

Verifier Data

OK	15

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-3492533-1307909934/watcher-3492533-1307909934 -o /var/tmp/evaluation-result-3492533-1307909934/solver-3492533-1307909934 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492533-1307909934.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: 1.88 1.97 1.91 2/195 16195
/proc/meminfo: memFree=1557332/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 1246 0 0 0 0 0 0 0 25 0 2 0 902593171 31268864 963 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 7634 963 736 9 0 385 0
[pid=16195/tid=16196] ppid=16193 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) S 16193 16195 14274 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 902593171 31268864 963 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237273955975 0 2147483391 0 16784584 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.0201879 s]
/proc/loadavg: 1.88 1.97 1.91 2/195 16195
/proc/meminfo: memFree=1557332/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10445508 CPUtime=0.01 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 9847 0 1 0 0 1 0 0 25 0 3 0 902593171 10696200192 9548 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2611634 9552 928 9 0 2602790 0
[pid=16195/tid=16196] ppid=16193 vsize=10447564 CPUtime=0.01 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 8735 0 1 0 0 1 0 0 25 0 5 0 902593171 10698305536 9554 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290705589 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10445508

[startup+0.100177 s]
/proc/loadavg: 1.88 1.97 1.91 2/195 16195
/proc/meminfo: memFree=1557332/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10540052 CPUtime=0.1 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 13112 0 1 0 9 1 0 0 25 0 18 0 902593171 10793013248 12807 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2635013 12807 2092 9 0 2625747 0
[pid=16195/tid=16196] ppid=16193 vsize=10540052 CPUtime=0.08 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 11213 0 1 0 7 1 0 0 25 0 18 0 902593171 10793013248 12807 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 47027546149778 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540052

[startup+0.300141 s]
/proc/loadavg: 1.88 1.97 1.91 2/195 16195
/proc/meminfo: memFree=1557332/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10544928 CPUtime=0.54 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 15924 0 1 0 52 2 0 0 25 0 19 0 902593171 10798006272 14866 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2636232 14866 2214 9 0 2626966 0
[pid=16195/tid=16196] ppid=16193 vsize=10544928 CPUtime=0.28 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 11830 0 1 0 27 1 0 0 25 0 19 0 902593171 10798006272 14866 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 46912505558039 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10544928

[startup+0.701125 s]
/proc/loadavg: 1.88 1.97 1.91 2/195 16195
/proc/meminfo: memFree=1557332/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10545224 CPUtime=1.03 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 17177 0 1 0 101 2 0 0 25 0 19 0 902593171 10798309376 16116 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2636306 16116 2246 9 0 2627040 0
[pid=16195/tid=16196] ppid=16193 vsize=10545224 CPUtime=0.67 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 12367 0 1 0 66 1 0 0 25 0 19 0 902593171 10798309376 16116 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 46912505609920 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10545224

[startup+1.50093 s]
/proc/loadavg: 1.88 1.97 1.91 3/214 16214
/proc/meminfo: memFree=1500784/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10545224 CPUtime=1.87 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 17751 0 1 0 185 2 0 0 25 0 19 0 902593171 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2636306 16464 2247 9 0 2627040 0
[pid=16195/tid=16196] ppid=16193 vsize=10545224 CPUtime=1.42 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 12372 0 1 0 141 1 0 0 25 0 19 0 902593171 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 46912505626148 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16195/tid=16198] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16198/stat : 16198 (java) S 16193 16195 14274 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16199] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16199/stat : 16199 (java) S 16193 16195 14274 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16200] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16200/stat : 16200 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16201] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16201/stat : 16201 (java) S 16193 16195 14274 0 -1 4202560 62 0 0 0 0 0 0 0 16 0 19 0 902593173 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16202] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16202/stat : 16202 (java) S 16193 16195 14274 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16203] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16203/stat : 16203 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902593173 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16204] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16204/stat : 16204 (java) S 16193 16195 14274 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16205] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16205/stat : 16205 (java) S 16193 16195 14274 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16206] ppid=16193 vsize=10545224 CPUtime=0.05 cores=1,3,5,7
/proc/16195/task/16206/stat : 16206 (java) S 16193 16195 14274 0 -1 4202560 428 0 0 0 5 0 0 0 16 0 19 0 902593174 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 0 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16207] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16207/stat : 16207 (java) S 16193 16195 14274 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593174 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16208] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16208/stat : 16208 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593174 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16209] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16209/stat : 16209 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290703281 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16210] ppid=16193 vsize=10545224 CPUtime=0.16 cores=1,3,5,7
/proc/16195/task/16210/stat : 16210 (java) S 16193 16195 14274 0 -1 4202560 1180 0 0 0 16 0 0 0 16 0 19 0 902593176 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16211] ppid=16193 vsize=10545224 CPUtime=0.19 cores=1,3,5,7
/proc/16195/task/16211/stat : 16211 (java) S 16193 16195 14274 0 -1 4202560 2084 0 0 0 19 0 0 0 19 0 19 0 902593176 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16212] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16212/stat : 16212 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16213] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16213/stat : 16213 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593176 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16214] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16214/stat : 16214 (java) S 16193 16195 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593187 10798309376 16464 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10545224

[startup+3.10064 s]
/proc/loadavg: 1.88 1.97 1.91 3/214 16214
/proc/meminfo: memFree=1500412/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10545224 CPUtime=3.48 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 18095 0 1 0 346 2 0 0 25 0 19 0 902593171 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2636306 16802 2247 9 0 2627040 0
[pid=16195/tid=16196] ppid=16193 vsize=10545224 CPUtime=2.94 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 12378 0 1 0 293 1 0 0 25 0 19 0 902593171 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 46912505514849 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16195/tid=16198] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16198/stat : 16198 (java) S 16193 16195 14274 0 -1 4202560 160 0 0 0 0 0 0 0 16 0 19 0 902593173 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16199] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16199/stat : 16199 (java) S 16193 16195 14274 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16200] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16200/stat : 16200 (java) S 16193 16195 14274 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16201] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16201/stat : 16201 (java) S 16193 16195 14274 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16202] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16202/stat : 16202 (java) S 16193 16195 14274 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16203] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16203/stat : 16203 (java) S 16193 16195 14274 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16204] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16204/stat : 16204 (java) S 16193 16195 14274 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16205] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16205/stat : 16205 (java) S 16193 16195 14274 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16206] ppid=16193 vsize=10545224 CPUtime=0.12 cores=1,3,5,7
/proc/16195/task/16206/stat : 16206 (java) S 16193 16195 14274 0 -1 4202560 553 0 0 0 12 0 0 0 16 0 19 0 902593174 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 0 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16207] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16207/stat : 16207 (java) S 16193 16195 14274 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593174 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16208] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16208/stat : 16208 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593174 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16209] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16209/stat : 16209 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290703281 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16210] ppid=16193 vsize=10545224 CPUtime=0.17 cores=1,3,5,7
/proc/16195/task/16210/stat : 16210 (java) S 16193 16195 14274 0 -1 4202560 1180 0 0 0 17 0 0 0 15 0 19 0 902593176 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16211] ppid=16193 vsize=10545224 CPUtime=0.19 cores=1,3,5,7
/proc/16195/task/16211/stat : 16211 (java) S 16193 16195 14274 0 -1 4202560 2084 0 0 0 19 0 0 0 19 0 19 0 902593176 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16212] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16212/stat : 16212 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16213] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16213/stat : 16213 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593176 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16214] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16214/stat : 16214 (java) S 16193 16195 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593187 10798309376 16802 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10545224

[startup+6.30107 s]
/proc/loadavg: 1.89 1.97 1.91 3/214 16214
/proc/meminfo: memFree=1498468/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10545224 CPUtime=6.69 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 18368 0 1 0 667 2 0 0 25 0 19 0 902593171 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2636306 17055 2247 9 0 2627040 0
[pid=16195/tid=16196] ppid=16193 vsize=10545224 CPUtime=6.01 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 12389 0 1 0 600 1 0 0 25 0 19 0 902593171 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 46912505612981 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16195/tid=16198] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16198/stat : 16198 (java) S 16193 16195 14274 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16199] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16199/stat : 16199 (java) S 16193 16195 14274 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16200] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16200/stat : 16200 (java) S 16193 16195 14274 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16201] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16201/stat : 16201 (java) S 16193 16195 14274 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16202] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16202/stat : 16202 (java) S 16193 16195 14274 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 902593173 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16203] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16203/stat : 16203 (java) S 16193 16195 14274 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16204] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16204/stat : 16204 (java) S 16193 16195 14274 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16205] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16205/stat : 16205 (java) S 16193 16195 14274 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 902593173 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16206] ppid=16193 vsize=10545224 CPUtime=0.24 cores=1,3,5,7
/proc/16195/task/16206/stat : 16206 (java) S 16193 16195 14274 0 -1 4202560 658 0 0 0 24 0 0 0 16 0 19 0 902593174 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 0 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16207] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16207/stat : 16207 (java) S 16193 16195 14274 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593174 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16208] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16208/stat : 16208 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593174 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16209] ppid=16193 vsize=10545224 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16209/stat : 16209 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290703281 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16210] ppid=16193 vsize=10545224 CPUtime=0.17 cores=1,3,5,7
/proc/16195/task/16210/stat : 16210 (java) S 16193 16195 14274 0 -1 4202560 1180 0 0 0 17 0 0 0 15 0 19 0 902593176 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16211] ppid=16193 vsize=10545224 CPUtime=0.19 cores=1,3,5,7
/proc/16195/task/16211/stat : 16211 (java) S 16193 16195 14274 0 -1 4202560 2084 0 0 0 19 0 0 0 19 0 19 0 902593176 10798309376 17055 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0

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

[pid=16195/tid=16209] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16209/stat : 16209 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10804293632 18970 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290703281 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16210] ppid=16193 vsize=10551068 CPUtime=0.22 cores=1,3,5,7
/proc/16195/task/16210/stat : 16210 (java) S 16193 16195 14274 0 -1 4202560 1374 0 0 0 22 0 0 0 15 0 19 0 902593176 10804293632 18970 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16211] ppid=16193 vsize=10551068 CPUtime=0.62 cores=1,3,5,7
/proc/16195/task/16211/stat : 16211 (java) S 16193 16195 14274 0 -1 4202560 7853 0 0 0 62 0 0 0 15 0 19 0 902593176 10804293632 18970 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16212] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16212/stat : 16212 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10804293632 18970 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16213] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16213/stat : 16213 (java) S 16193 16195 14274 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902593176 10804293632 18970 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16214] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16214/stat : 16214 (java) S 16193 16195 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593187 10804293632 18970 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.49
Current children cumulated vsize (KiB) 10551068

[startup+42.3007 s]
/proc/loadavg: 1.94 1.97 1.91 3/214 16215
/proc/meminfo: memFree=1489608/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10551068 CPUtime=43.29 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 24801 0 1 0 4324 5 0 0 25 0 19 0 902593171 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2637767 18984 2249 9 0 2628501 0
[pid=16195/tid=16196] ppid=16193 vsize=10551068 CPUtime=40.46 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 12496 0 1 0 4045 1 0 0 25 0 19 0 902593171 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 46912505597367 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16195/tid=16198] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16198/stat : 16198 (java) S 16193 16195 14274 0 -1 4202560 176 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16199] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16199/stat : 16199 (java) S 16193 16195 14274 0 -1 4202560 203 0 0 0 3 0 0 0 16 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16200] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16200/stat : 16200 (java) S 16193 16195 14274 0 -1 4202560 142 0 0 0 3 0 0 0 16 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16201] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16201/stat : 16201 (java) S 16193 16195 14274 0 -1 4202560 164 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16202] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16202/stat : 16202 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16203] ppid=16193 vsize=10551068 CPUtime=0.02 cores=1,3,5,7
/proc/16195/task/16203/stat : 16203 (java) S 16193 16195 14274 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16204] ppid=16193 vsize=10551068 CPUtime=0.04 cores=1,3,5,7
/proc/16195/task/16204/stat : 16204 (java) S 16193 16195 14274 0 -1 4202560 63 0 0 0 4 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16205] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16205/stat : 16205 (java) S 16193 16195 14274 0 -1 4202560 131 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16206] ppid=16193 vsize=10551068 CPUtime=1.66 cores=1,3,5,7
/proc/16195/task/16206/stat : 16206 (java) S 16193 16195 14274 0 -1 4202560 968 0 0 0 166 0 0 0 15 0 19 0 902593174 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 0 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16207] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16207/stat : 16207 (java) S 16193 16195 14274 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593174 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16208] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16208/stat : 16208 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593174 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16209] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16209/stat : 16209 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290703281 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16210] ppid=16193 vsize=10551068 CPUtime=0.22 cores=1,3,5,7
/proc/16195/task/16210/stat : 16210 (java) S 16193 16195 14274 0 -1 4202560 1374 0 0 0 22 0 0 0 15 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16211] ppid=16193 vsize=10551068 CPUtime=0.62 cores=1,3,5,7
/proc/16195/task/16211/stat : 16211 (java) S 16193 16195 14274 0 -1 4202560 7853 0 0 0 62 0 0 0 15 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16212] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16212/stat : 16212 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16213] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16213/stat : 16213 (java) S 16193 16195 14274 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16214] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16214/stat : 16214 (java) S 16193 16195 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593187 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 43.29
Current children cumulated vsize (KiB) 10551068

[startup+43.1005 s]
/proc/loadavg: 1.94 1.97 1.91 3/214 16215
/proc/meminfo: memFree=1489360/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10551068 CPUtime=44.09 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 24803 0 1 0 4404 5 0 0 25 0 19 0 902593171 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2637767 18984 2249 9 0 2628501 0
[pid=16195/tid=16196] ppid=16193 vsize=10551068 CPUtime=41.23 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 12498 0 1 0 4122 1 0 0 25 0 19 0 902593171 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 46912505536712 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16195/tid=16198] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16198/stat : 16198 (java) S 16193 16195 14274 0 -1 4202560 176 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16199] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16199/stat : 16199 (java) S 16193 16195 14274 0 -1 4202560 203 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16200] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16200/stat : 16200 (java) S 16193 16195 14274 0 -1 4202560 142 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16201] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16201/stat : 16201 (java) S 16193 16195 14274 0 -1 4202560 164 0 0 0 3 0 0 0 16 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16202] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16202/stat : 16202 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16203] ppid=16193 vsize=10551068 CPUtime=0.02 cores=1,3,5,7
/proc/16195/task/16203/stat : 16203 (java) S 16193 16195 14274 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16204] ppid=16193 vsize=10551068 CPUtime=0.04 cores=1,3,5,7
/proc/16195/task/16204/stat : 16204 (java) S 16193 16195 14274 0 -1 4202560 63 0 0 0 4 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16205] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16205/stat : 16205 (java) S 16193 16195 14274 0 -1 4202560 131 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16206] ppid=16193 vsize=10551068 CPUtime=1.69 cores=1,3,5,7
/proc/16195/task/16206/stat : 16206 (java) S 16193 16195 14274 0 -1 4202560 968 0 0 0 169 0 0 0 15 0 19 0 902593174 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 0 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16207] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16207/stat : 16207 (java) S 16193 16195 14274 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593174 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16208] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16208/stat : 16208 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593174 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16209] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16209/stat : 16209 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290703281 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16210] ppid=16193 vsize=10551068 CPUtime=0.22 cores=1,3,5,7
/proc/16195/task/16210/stat : 16210 (java) S 16193 16195 14274 0 -1 4202560 1374 0 0 0 22 0 0 0 15 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16211] ppid=16193 vsize=10551068 CPUtime=0.62 cores=1,3,5,7
/proc/16195/task/16211/stat : 16211 (java) S 16193 16195 14274 0 -1 4202560 7853 0 0 0 62 0 0 0 15 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16212] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16212/stat : 16212 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16213] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16213/stat : 16213 (java) S 16193 16195 14274 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902593176 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16214] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16214/stat : 16214 (java) S 16193 16195 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593187 10804293632 18984 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.09
Current children cumulated vsize (KiB) 10551068

[startup+43.5014 s]
/proc/loadavg: 1.94 1.97 1.91 3/214 16215
/proc/meminfo: memFree=1489360/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10551068 CPUtime=44.5 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 24806 0 1 0 4445 5 0 0 25 0 19 0 902593171 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2637767 18986 2249 9 0 2628501 0
[pid=16195/tid=16196] ppid=16193 vsize=10551068 CPUtime=41.61 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) R 16193 16195 14274 0 -1 4202560 12501 0 1 0 4160 1 0 0 25 0 19 0 902593171 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 46912505597367 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16195/tid=16198] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16198/stat : 16198 (java) S 16193 16195 14274 0 -1 4202560 176 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16199] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16199/stat : 16199 (java) S 16193 16195 14274 0 -1 4202560 203 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16200] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16200/stat : 16200 (java) S 16193 16195 14274 0 -1 4202560 142 0 0 0 3 0 0 0 16 0 19 0 902593173 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16201] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16201/stat : 16201 (java) S 16193 16195 14274 0 -1 4202560 164 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16202] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16202/stat : 16202 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902593173 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16203] ppid=16193 vsize=10551068 CPUtime=0.02 cores=1,3,5,7
/proc/16195/task/16203/stat : 16203 (java) S 16193 16195 14274 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 902593173 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16204] ppid=16193 vsize=10551068 CPUtime=0.04 cores=1,3,5,7
/proc/16195/task/16204/stat : 16204 (java) S 16193 16195 14274 0 -1 4202560 63 0 0 0 4 0 0 0 15 0 19 0 902593173 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16205] ppid=16193 vsize=10551068 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16205/stat : 16205 (java) S 16193 16195 14274 0 -1 4202560 131 0 0 0 3 0 0 0 16 0 19 0 902593173 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16206] ppid=16193 vsize=10551068 CPUtime=1.7 cores=1,3,5,7
/proc/16195/task/16206/stat : 16206 (java) S 16193 16195 14274 0 -1 4202560 968 0 0 0 170 0 0 0 15 0 19 0 902593174 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 0 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16207] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16207/stat : 16207 (java) S 16193 16195 14274 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593174 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16208] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16208/stat : 16208 (java) S 16193 16195 14274 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593174 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16209] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16209/stat : 16209 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290703281 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16210] ppid=16193 vsize=10551068 CPUtime=0.22 cores=1,3,5,7
/proc/16195/task/16210/stat : 16210 (java) S 16193 16195 14274 0 -1 4202560 1374 0 0 0 22 0 0 0 15 0 19 0 902593176 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16211] ppid=16193 vsize=10551068 CPUtime=0.62 cores=1,3,5,7
/proc/16195/task/16211/stat : 16211 (java) S 16193 16195 14274 0 -1 4202560 7853 0 0 0 62 0 0 0 15 0 19 0 902593176 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16212] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16212/stat : 16212 (java) S 16193 16195 14274 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593176 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 1 0 0 0
[pid=16195/tid=16213] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16213/stat : 16213 (java) S 16193 16195 14274 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902593176 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16214] ppid=16193 vsize=10551068 CPUtime=0 cores=1,3,5,7
/proc/16195/task/16214/stat : 16214 (java) S 16193 16195 14274 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902593187 10804293632 18986 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290696192 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.5
Current children cumulated vsize (KiB) 10551068

[startup+43.6014 s]
/proc/loadavg: 1.94 1.97 1.91 3/214 16215
/proc/meminfo: memFree=1489360/32950904 swapFree=67055440/67111528
[pid=16195] ppid=16193 vsize=10552096 CPUtime=44.59 cores=1,3,5,7
/proc/16195/stat : 16195 (java) S 16193 16195 14274 0 -1 4202496 24827 0 1 0 4454 5 0 0 25 0 18 0 902593171 10805346304 19005 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16195/statm: 2638024 19006 2251 9 0 2628758 0
[pid=16195/tid=16196] ppid=16193 vsize=10552096 CPUtime=41.7 cores=1,3,5,7
/proc/16195/task/16196/stat : 16196 (java) S 16193 16195 14274 0 -1 4202560 12506 0 1 0 4169 1 0 0 25 0 18 0 902593171 10805346304 19006 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 5 0 0 0
[pid=16195/tid=16198] ppid=16193 vsize=10552096 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16198/stat : 16198 (java) S 16193 16195 14274 0 -1 4202560 176 0 0 0 3 0 0 0 15 0 18 0 902593173 10805346304 19006 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 7 0 0 0
[pid=16195/tid=16199] ppid=16193 vsize=10552096 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16199/stat : 16199 (java) S 16193 16195 14274 0 -1 4202560 203 0 0 0 3 0 0 0 15 0 18 0 902593173 10805346304 19006 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16200] ppid=16193 vsize=10552096 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16200/stat : 16200 (java) S 16193 16195 14274 0 -1 4202560 142 0 0 0 3 0 0 0 15 0 18 0 902593173 10805346304 19006 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16201] ppid=16193 vsize=10552096 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16201/stat : 16201 (java) S 16193 16195 14274 0 -1 4202560 164 0 0 0 3 0 0 0 15 0 18 0 902593173 10805346304 19006 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 0 4 0 16800975 18446604464328641280 0 0 -1 3 0 0 0
[pid=16195/tid=16202] ppid=16193 vsize=10552096 CPUtime=0.03 cores=1,3,5,7
/proc/16195/task/16202/stat : 16202 (java) R 16193 16195 14274 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 12 0 902593173 10805346304 19006 33554432000 1073741824 1073778376 140735855679024 18446744073709551615 237290695577 256 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.59
Current children cumulated vsize (KiB) 10552096

Child status: 30
Real time (s): 43.6054
CPU time (s): 44.6092
CPU user time (s): 44.5492
CPU system time (s): 0.05999
CPU usage (%): 102.302
Max. virtual memory (cumulated for all children) (KiB): 10564680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.5492
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24829
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= 4523
involuntary context switches= 1966

runsolver used 0.073988 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-12 22:18:54
IDJOB=3492533
IDBENCH=78863
IDSOLVER=1982
FILE ID=node121/3492533-1307909934
RUNJOBID= node121-1307908110-15572
PBS_JOBID= 13559585
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= ae60804d96363031fd1d95f40cdae528
RANDOM SEED=570302021

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.75
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.817
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:     32950904 kB
MemFree:       1557852 kB
Buffers:         63908 kB
Cached:       30302404 kB
SwapCached:       9696 kB
Active:       15197624 kB
Inactive:     15250212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       1557852 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:             704 kB
Writeback:           0 kB
AnonPages:       78692 kB
Mapped:          21256 kB
Slab:           882296 kB
PageTables:       4904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 10545300 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= 2892 MiB
End job on node121 at 2011-06-12 22:19:38