Trace number 2698707

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 63.5503 61.766

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-0-100-0.wbo
MD5SUM4da1e5a9e75693d50d2c099f4fe591bc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.163974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1294
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.2.1.v20100705
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.08	c java.vm.version	11.2-b01
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	32
0.01/0.08	c java.version		1.6.0_12
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		i386
0.01/0.08	c Free memory 		1393557488
0.01/0.08	c Max memory 		1395916800
0.01/0.08	c Total memory 		1395916800
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 Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
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-2698707-1278327485.wbo
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.054s.
0.10/0.15	c #vars     270
0.10/0.15	c #constraints  101
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.146
0.31/0.24	o 831
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.173
0.31/0.27	o 620
0.60/0.30	c Got one! Elapsed wall clock time (in seconds):0.205
0.60/0.30	o 576
0.60/0.32	c Got one! Elapsed wall clock time (in seconds):0.223
0.60/0.32	o 420
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.355
0.73/0.45	o 419
0.85/0.50	c Got one! Elapsed wall clock time (in seconds):0.399
0.85/0.50	o 418
0.85/0.56	c Got one! Elapsed wall clock time (in seconds):0.466
0.85/0.56	o 394
0.98/0.64	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1.21/0.81	c Got one! Elapsed wall clock time (in seconds):0.707
1.21/0.81	o 387
1.41/1.07	c cleaning 4247 clauses out of 8504 with flag 11001/11001
1.54/1.15	c Got one! Elapsed wall clock time (in seconds):1.054
1.54/1.15	o 367
1.73/1.38	c Got one! Elapsed wall clock time (in seconds):1.285
1.73/1.38	o 341
1.83/1.40	c Got one! Elapsed wall clock time (in seconds):1.299
1.83/1.40	o 312
1.93/1.50	c Got one! Elapsed wall clock time (in seconds):1.402
1.93/1.50	o 302
1.93/1.57	c Got one! Elapsed wall clock time (in seconds):1.469
1.93/1.57	o 299
1.93/1.60	c cleaning 5626 clauses out of 11257 with flag 18001/18001
2.14/1.74	c Got one! Elapsed wall clock time (in seconds):1.637
2.14/1.74	o 296
2.24/1.87	c Got one! Elapsed wall clock time (in seconds):1.775
2.24/1.87	o 278
2.45/2.09	c cleaning 6816 clauses out of 13633 with flag 26003/26003
3.07/2.68	c Got one! Elapsed wall clock time (in seconds):2.583
3.07/2.68	o 274
3.17/2.71	c cleaning 7906 clauses out of 15816 with flag 35002/35002
3.27/2.89	c Got one! Elapsed wall clock time (in seconds):2.792
3.27/2.89	o 267
3.80/3.37	c cleaning 8948 clauses out of 17908 with flag 45000/45000
4.00/3.59	c Got one! Elapsed wall clock time (in seconds):3.487
4.00/3.59	o 266
4.52/4.03	c cleaning 9475 clauses out of 18960 with flag 55000/55000
4.83/4.36	c Got one! Elapsed wall clock time (in seconds):4.262
4.83/4.36	o 264
5.22/4.74	c cleaning 9736 clauses out of 19485 with flag 65000/65000
5.82/5.36	c cleaning 9868 clauses out of 19749 with flag 75000/75000
5.93/5.44	c Got one! Elapsed wall clock time (in seconds):5.343
5.93/5.44	o 254
6.43/5.98	c cleaning 9939 clauses out of 19881 with flag 85000/85000
6.84/6.35	c Got one! Elapsed wall clock time (in seconds):6.251
6.84/6.35	o 237
7.15/6.61	c cleaning 9963 clauses out of 19943 with flag 95001/95001
7.25/6.75	c Got one! Elapsed wall clock time (in seconds):6.647
7.25/6.75	o 233
7.45/6.96	c Got one! Elapsed wall clock time (in seconds):6.862
7.45/6.96	o 215
7.75/7.23	c cleaning 9985 clauses out of 19980 with flag 105001/105001
8.06/7.53	c Got one! Elapsed wall clock time (in seconds):7.434
8.06/7.53	o 208
8.36/7.88	c cleaning 9992 clauses out of 19994 with flag 115000/115000
9.06/8.55	c cleaning 9998 clauses out of 20003 with flag 125001/125001
9.27/8.78	c Got one! Elapsed wall clock time (in seconds):8.684
9.27/8.78	o 199
9.70/9.19	c cleaning 10000 clauses out of 20005 with flag 135001/135001
10.21/9.67	c Got one! Elapsed wall clock time (in seconds):9.573
10.21/9.67	o 179
10.31/9.77	c cleaning 9999 clauses out of 20005 with flag 145001/145001
10.72/10.13	c Got one! Elapsed wall clock time (in seconds):10.03
10.72/10.13	o 163
11.28/10.42	c cleaning 9999 clauses out of 20006 with flag 155001/155001
11.89/11.01	c cleaning 10000 clauses out of 20008 with flag 165002/165002
12.59/11.76	c cleaning 9999 clauses out of 20007 with flag 175001/175001
13.19/12.30	c Got one! Elapsed wall clock time (in seconds):12.201
13.19/12.30	o 148
13.29/12.42	c cleaning 10001 clauses out of 20009 with flag 185002/185002
13.79/12.97	c cleaning 10000 clauses out of 20009 with flag 195003/195003
14.39/13.55	c cleaning 10001 clauses out of 20010 with flag 205004/205004
14.88/13.86	c Got one! Elapsed wall clock time (in seconds):13.761
14.88/13.86	o 137
15.24/14.10	c Got one! Elapsed wall clock time (in seconds):14.001
15.24/14.10	o 105
15.24/14.19	c cleaning 10001 clauses out of 20006 with flag 215001/215001
16.14/14.82	c cleaning 9987 clauses out of 20005 with flag 225001/225001
16.98/15.61	c cleaning 10006 clauses out of 20019 with flag 235002/235002
17.40/16.00	c Got one! Elapsed wall clock time (in seconds):15.903
17.40/16.00	o 85
17.60/16.27	c cleaning 10002 clauses out of 20011 with flag 245000/245000
18.10/16.77	c cleaning 9996 clauses out of 20009 with flag 255000/255000
18.80/17.44	c cleaning 10002 clauses out of 20013 with flag 265000/265000
19.41/18.03	c cleaning 10000 clauses out of 20012 with flag 275001/275001
20.12/18.73	c cleaning 9999 clauses out of 20011 with flag 285000/285000
20.72/19.37	c cleaning 10002 clauses out of 20012 with flag 295000/295000
20.82/19.47	c Got one! Elapsed wall clock time (in seconds):19.367
20.82/19.47	o 71
21.32/19.90	c cleaning 10002 clauses out of 20011 with flag 305001/305001
21.82/20.44	c cleaning 10001 clauses out of 20009 with flag 315001/315001
22.33/20.98	c cleaning 10001 clauses out of 20008 with flag 325001/325001
22.73/21.36	c Got one! Elapsed wall clock time (in seconds):21.26
22.73/21.36	o 70
22.93/21.53	c cleaning 10000 clauses out of 20009 with flag 335003/335003
23.03/21.68	c Got one! Elapsed wall clock time (in seconds):21.578
23.03/21.68	o 59
23.44/22.06	c cleaning 9998 clauses out of 20006 with flag 345000/345000
23.94/22.56	c cleaning 9997 clauses out of 20008 with flag 355000/355000
24.34/22.98	c Got one! Elapsed wall clock time (in seconds):22.882
24.34/22.98	o 56
24.44/23.03	c cleaning 10003 clauses out of 20011 with flag 365000/365000
24.94/23.52	c cleaning 10000 clauses out of 20009 with flag 375001/375001
25.45/24.01	c cleaning 9999 clauses out of 20009 with flag 385001/385001
25.95/24.51	c cleaning 10000 clauses out of 20009 with flag 395000/395000
26.38/24.97	c cleaning 10001 clauses out of 20010 with flag 405001/405001
26.49/25.06	c Got one! Elapsed wall clock time (in seconds):24.962
26.49/25.06	o 55
26.89/25.47	c cleaning 9997 clauses out of 20008 with flag 415000/415000
27.39/25.96	c cleaning 10002 clauses out of 20011 with flag 425000/425000
27.90/26.46	c cleaning 9999 clauses out of 20009 with flag 435000/435000
28.30/26.85	c Got one! Elapsed wall clock time (in seconds):26.75
28.30/26.85	o 51
28.40/26.97	c cleaning 10001 clauses out of 20010 with flag 445000/445000
28.91/27.47	c cleaning 9999 clauses out of 20009 with flag 455000/455000
29.41/27.94	c cleaning 9999 clauses out of 20010 with flag 465000/465000
29.91/28.40	c cleaning 10000 clauses out of 20012 with flag 475001/475001
30.32/28.85	c cleaning 10003 clauses out of 20012 with flag 485001/485001
30.73/29.29	c cleaning 10003 clauses out of 20010 with flag 495002/495002
31.23/29.76	c cleaning 9996 clauses out of 20006 with flag 505001/505001
31.53/30.06	c Got one! Elapsed wall clock time (in seconds):29.959
31.53/30.06	o 48
31.74/30.26	c cleaning 10001 clauses out of 20009 with flag 515000/515000
32.25/30.75	c cleaning 9995 clauses out of 20009 with flag 525001/525001
32.85/31.37	c cleaning 10003 clauses out of 20014 with flag 535001/535001
32.96/31.48	c Got one! Elapsed wall clock time (in seconds):31.379
32.96/31.48	o 33
33.36/31.86	c cleaning 10001 clauses out of 20010 with flag 545000/545000
33.87/32.35	c cleaning 10002 clauses out of 20011 with flag 555002/555002
33.97/32.47	c Got one! Elapsed wall clock time (in seconds):32.37
33.97/32.47	o 32
34.37/32.86	c cleaning 9998 clauses out of 20007 with flag 565000/565000
34.87/33.35	c cleaning 10001 clauses out of 20010 with flag 575001/575001
35.37/33.85	c cleaning 10000 clauses out of 20008 with flag 585000/585000
35.78/34.30	c cleaning 10001 clauses out of 20009 with flag 595001/595001
35.98/34.40	c Got one! Elapsed wall clock time (in seconds):34.304
35.98/34.40	o 24
36.28/34.78	c cleaning 9999 clauses out of 20008 with flag 605001/605001
36.79/35.23	c cleaning 10001 clauses out of 20010 with flag 615002/615002
37.28/35.71	c cleaning 10000 clauses out of 20010 with flag 625003/625003
37.69/36.19	c cleaning 10000 clauses out of 20007 with flag 635000/635000
38.21/36.67	c cleaning 9996 clauses out of 20007 with flag 645000/645000
38.81/37.21	c cleaning 10004 clauses out of 20012 with flag 655001/655001
39.11/37.58	c Got one! Elapsed wall clock time (in seconds):37.48
39.11/37.58	o 22
39.21/37.66	c cleaning 10002 clauses out of 20007 with flag 665000/665000
39.71/38.14	c cleaning 9999 clauses out of 20005 with flag 675000/675000
40.21/38.62	c cleaning 9999 clauses out of 20006 with flag 685000/685000
40.71/39.11	c cleaning 9998 clauses out of 20007 with flag 695000/695000
41.12/39.60	c cleaning 10001 clauses out of 20009 with flag 705000/705000
41.61/40.08	c cleaning 10000 clauses out of 20009 with flag 715001/715001
42.12/40.56	c cleaning 9997 clauses out of 20008 with flag 725000/725000
42.63/41.04	c cleaning 10003 clauses out of 20012 with flag 735001/735001
43.13/41.50	c cleaning 9998 clauses out of 20009 with flag 745001/745001
43.53/41.98	c cleaning 10002 clauses out of 20010 with flag 755000/755000
44.04/42.42	c cleaning 10000 clauses out of 20008 with flag 765000/765000
44.44/42.88	c cleaning 9999 clauses out of 20010 with flag 775002/775002
44.94/43.31	c cleaning 9995 clauses out of 20010 with flag 785001/785001
45.34/43.76	c cleaning 10006 clauses out of 20015 with flag 795001/795001
45.85/44.20	c cleaning 9998 clauses out of 20009 with flag 805001/805001
46.25/44.69	c cleaning 10003 clauses out of 20011 with flag 815001/815001
46.77/45.16	c cleaning 9999 clauses out of 20007 with flag 825000/825000
47.17/45.52	c Got one! Elapsed wall clock time (in seconds):45.426
47.17/45.52	o 19
47.27/45.60	c cleaning 9996 clauses out of 20008 with flag 835000/835000
47.67/46.06	c cleaning 10004 clauses out of 20015 with flag 845003/845003
48.17/46.53	c cleaning 10000 clauses out of 20008 with flag 855000/855000
48.67/47.00	c cleaning 10001 clauses out of 20009 with flag 865001/865001
49.07/47.49	c cleaning 10002 clauses out of 20010 with flag 875003/875003
49.58/47.93	c cleaning 9998 clauses out of 20005 with flag 885000/885000
49.98/48.37	c cleaning 9996 clauses out of 20007 with flag 895000/895000
50.08/48.43	c Got one! Elapsed wall clock time (in seconds):48.329
50.08/48.43	o 17
50.48/48.85	c cleaning 10000 clauses out of 20012 with flag 905001/905001
50.98/49.30	c cleaning 10001 clauses out of 20012 with flag 915001/915001
51.38/49.76	c cleaning 10002 clauses out of 20010 with flag 925000/925000
51.89/50.24	c cleaning 9998 clauses out of 20008 with flag 935000/935000
52.38/50.71	c cleaning 10003 clauses out of 20012 with flag 945002/945002
52.79/51.16	c cleaning 9998 clauses out of 20008 with flag 955001/955001
53.19/51.59	c cleaning 9996 clauses out of 20009 with flag 965000/965000
53.69/52.05	c cleaning 10003 clauses out of 20014 with flag 975001/975001
54.10/52.47	c cleaning 10003 clauses out of 20011 with flag 985001/985001
54.60/52.90	c cleaning 10003 clauses out of 20010 with flag 995003/995003
54.70/53.01	c Got one! Elapsed wall clock time (in seconds):52.916
54.70/53.01	o 12
55.00/53.36	c cleaning 9996 clauses out of 20006 with flag 1005002/1005002
55.51/53.81	c cleaning 9998 clauses out of 20008 with flag 1015000/1015000
55.91/54.24	c cleaning 10000 clauses out of 20010 with flag 1025000/1025000
56.32/54.67	c cleaning 9998 clauses out of 20010 with flag 1035000/1035000
56.72/55.08	c cleaning 10000 clauses out of 20012 with flag 1045000/1045000
57.22/55.53	c cleaning 10002 clauses out of 20012 with flag 1055000/1055000
57.63/55.95	c cleaning 9999 clauses out of 20011 with flag 1065001/1065001
58.12/56.40	c cleaning 10002 clauses out of 20012 with flag 1075001/1075001
58.53/56.81	c cleaning 10000 clauses out of 20011 with flag 1085002/1085002
58.93/57.24	c cleaning 9999 clauses out of 20009 with flag 1095000/1095000
59.42/57.70	c cleaning 10003 clauses out of 20013 with flag 1105003/1105003
59.83/58.16	c cleaning 9997 clauses out of 20007 with flag 1115000/1115000
60.24/58.58	c cleaning 10003 clauses out of 20010 with flag 1125000/1125000
60.34/58.63	c Got one! Elapsed wall clock time (in seconds):58.532
60.34/58.63	o 9
60.74/59.03	c cleaning 10000 clauses out of 20007 with flag 1135000/1135000
61.25/59.52	c cleaning 9998 clauses out of 20007 with flag 1145000/1145000
61.65/59.94	c cleaning 10002 clauses out of 20009 with flag 1155000/1155000
62.05/60.38	c cleaning 10002 clauses out of 20008 with flag 1165001/1165001
62.56/60.83	c cleaning 10003 clauses out of 20007 with flag 1175002/1175002
62.96/61.27	c cleaning 9995 clauses out of 20002 with flag 1185000/1185000
63.46/61.73	c cleaning 10002 clauses out of 20005 with flag 1195000/1195000
63.46/61.76	c starts		: 233
63.46/61.76	c conflicts		: 1195132
63.46/61.76	c decisions		: 1982914
63.46/61.76	c propagations		: 29218340
63.46/61.76	c inspects		: 284783616
63.46/61.76	c learnt literals	: 9
63.46/61.76	c learnt binary clauses	: 58
63.46/61.76	c learnt ternary clauses	: 476
63.46/61.76	c learnt clauses	: 1195122
63.46/61.76	c ignored clauses	: 0
63.46/61.76	c root simplifications	: 0
63.46/61.76	c removed literals (reason simplification)	: 7604523
63.46/61.76	c reason swapping (by a shorter reason)	: 0
63.46/61.76	c Calls to reduceDB	: 121
63.46/61.76	c number of reductions to clauses (during analyze)	: 0
63.46/61.76	c number of learned constraints concerned by reduction	: 0
63.46/61.76	c number of learning phase by resolution	: 0
63.46/61.76	c number of learning phase by cutting planes	: 0
63.46/61.76	c speed (assignments/second)	: 9349868.8
63.46/61.76	c non guided choices	2253
63.46/61.76	c learnt constraints type 
63.46/61.76	c constraints type 
63.46/61.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
63.46/61.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
63.46/61.76	s OPTIMUM FOUND
63.46/61.76	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 
63.46/61.76	c objective function=9
63.46/61.76	c Total wall clock time (in seconds): 61.658

Verifier Data

OK	9

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698707-1278327485/watcher-2698707-1278327485 -o /tmp/evaluation-result-2698707-1278327485/solver-2698707-1278327485 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698707-1278327485.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 0.91 1/170 4165
/proc/meminfo: memFree=32405492/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=248 CPUtime=0
/proc/4165/stat : 4165 (java) R 4163 4165 3795 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 962913 253952 28 4089446400 134512640 134550932 4288352848 18446744073709551615 1376852 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4165/statm: 62 28 21 10 0 23 0

[startup+0.0259969 s]
/proc/loadavg: 1.01 1.00 0.91 1/170 4165
/proc/meminfo: memFree=32405492/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1526200 CPUtime=0.01
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 3542 0 1 0 1 0 0 0 18 0 13 0 962913 1562828800 2985 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 381583 2998 997 10 0 378893 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1526200

[startup+0.101141 s]
/proc/loadavg: 1.01 1.00 0.91 1/170 4165
/proc/meminfo: memFree=32405492/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1529428 CPUtime=0.1
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 5184 0 1 0 10 0 0 0 18 0 18 0 962913 1566134272 4621 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 382357 4621 1345 10 0 379660 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529428

[startup+0.301119 s]
/proc/loadavg: 1.01 1.00 0.91 1/170 4165
/proc/meminfo: memFree=32405492/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1533492 CPUtime=0.6
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 6942 0 1 0 59 1 0 0 18 0 19 0 962913 1570295808 6267 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 383373 6268 1421 10 0 380676 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533492

[startup+0.70105 s]
/proc/loadavg: 1.01 1.00 0.91 1/170 4165
/proc/meminfo: memFree=32405492/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1533492 CPUtime=1.11
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 9967 0 1 0 109 2 0 0 18 0 19 0 962913 1570295808 9291 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 383373 9291 1439 10 0 380676 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1533492

[startup+1.50093 s]
/proc/loadavg: 1.01 1.00 0.91 2/189 4184
/proc/meminfo: memFree=32373916/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1533492 CPUtime=1.93
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 10385 0 1 0 191 2 0 0 18 0 19 0 962913 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 383373 9708 1439 10 0 380676 0
[pid=4165/tid=4167] ppid=4163 vsize=1533492 CPUtime=1.46
/proc/4165/task/4167/stat : 4167 (java) R 4163 4165 3795 0 -1 4202560 6719 0 1 0 145 1 0 0 20 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4109722376 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4165/tid=4168] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4168/stat : 4168 (java) S 4163 4165 3795 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4169] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4169/stat : 4169 (java) S 4163 4165 3795 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4170] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4170/stat : 4170 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4171] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4171/stat : 4171 (java) S 4163 4165 3795 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4172] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4172/stat : 4172 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4173] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4173/stat : 4173 (java) S 4163 4165 3795 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4174] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4174/stat : 4174 (java) S 4163 4165 3795 0 -1 4202560 137 0 0 0 0 0 0 0 16 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4175] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4175/stat : 4175 (java) S 4163 4165 3795 0 -1 4202560 94 0 0 0 0 0 0 0 16 0 19 0 962914 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4176] ppid=4163 vsize=1533492 CPUtime=0.01
/proc/4165/task/4176/stat : 4176 (java) S 4163 4165 3795 0 -1 4202560 361 0 0 0 1 0 0 0 15 0 19 0 962915 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4177] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4177/stat : 4177 (java) S 4163 4165 3795 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 962916 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4178] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4178/stat : 4178 (java) S 4163 4165 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 962916 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4179] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4179/stat : 4179 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 962918 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4180] ppid=4163 vsize=1533492 CPUtime=0.18
/proc/4165/task/4180/stat : 4180 (java) S 4163 4165 3795 0 -1 4202560 850 0 0 0 18 0 0 0 15 0 19 0 962918 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4181] ppid=4163 vsize=1533492 CPUtime=0.25
/proc/4165/task/4181/stat : 4181 (java) S 4163 4165 3795 0 -1 4202560 844 0 0 0 25 0 0 0 16 0 19 0 962918 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4182] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4182/stat : 4182 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 962918 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4183] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4183/stat : 4183 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 962918 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4184] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4184/stat : 4184 (java) S 4163 4165 3795 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 962929 1570295808 9708 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1533492

[startup+3.10064 s]
/proc/loadavg: 1.01 1.00 0.91 2/189 4184
/proc/meminfo: memFree=32368584/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1533492 CPUtime=3.6
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 13097 0 1 0 358 2 0 0 18 0 19 0 962913 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 383373 12417 1442 10 0 380676 0
[pid=4165/tid=4167] ppid=4163 vsize=1533492 CPUtime=3.02
/proc/4165/task/4167/stat : 4167 (java) R 4163 4165 3795 0 -1 4202560 8883 0 1 0 301 1 0 0 25 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4109683136 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4165/tid=4168] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4168/stat : 4168 (java) S 4163 4165 3795 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4169] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4169/stat : 4169 (java) S 4163 4165 3795 0 -1 4202560 101 0 0 0 0 0 0 0 16 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4170] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4170/stat : 4170 (java) S 4163 4165 3795 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4171] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4171/stat : 4171 (java) S 4163 4165 3795 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4172] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4172/stat : 4172 (java) S 4163 4165 3795 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4173] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4173/stat : 4173 (java) S 4163 4165 3795 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4174] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4174/stat : 4174 (java) S 4163 4165 3795 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4175] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4175/stat : 4175 (java) S 4163 4165 3795 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 962914 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4176] ppid=4163 vsize=1533492 CPUtime=0.04
/proc/4165/task/4176/stat : 4176 (java) S 4163 4165 3795 0 -1 4202560 538 0 0 0 4 0 0 0 15 0 19 0 962915 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4177] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4177/stat : 4177 (java) S 4163 4165 3795 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 962916 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4178] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4178/stat : 4178 (java) S 4163 4165 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 962916 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4179] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4179/stat : 4179 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 962918 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4180] ppid=4163 vsize=1533492 CPUtime=0.24
/proc/4165/task/4180/stat : 4180 (java) S 4163 4165 3795 0 -1 4202560 904 0 0 0 24 0 0 0 15 0 19 0 962918 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4181] ppid=4163 vsize=1533492 CPUtime=0.26
/proc/4165/task/4181/stat : 4181 (java) S 4163 4165 3795 0 -1 4202560 850 0 0 0 26 0 0 0 15 0 19 0 962918 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4182] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4182/stat : 4182 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 962918 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4183] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4183/stat : 4183 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 962918 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4184] ppid=4163 vsize=1533492 CPUtime=0
/proc/4165/task/4184/stat : 4184 (java) S 4163 4165 3795 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 962929 1570295808 12417 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1533492

[startup+6.30109 s]
/proc/loadavg: 1.01 1.00 0.91 2/189 4184
/proc/meminfo: memFree=32355716/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1533212 CPUtime=6.84
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 14598 0 1 0 682 2 0 0 18 0 19 0 962913 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 383303 13837 1442 10 0 380606 0
[pid=4165/tid=4167] ppid=4163 vsize=1533212 CPUtime=6.16
/proc/4165/task/4167/stat : 4167 (java) R 4163 4165 3795 0 -1 4202560 10193 0 1 0 615 1 0 0 25 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4109791349 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4165/tid=4168] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4168/stat : 4168 (java) S 4163 4165 3795 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4169] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4169/stat : 4169 (java) S 4163 4165 3795 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4170] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4170/stat : 4170 (java) S 4163 4165 3795 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4171] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4171/stat : 4171 (java) S 4163 4165 3795 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4172] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4172/stat : 4172 (java) S 4163 4165 3795 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4173] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4173/stat : 4173 (java) S 4163 4165 3795 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4174] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4174/stat : 4174 (java) S 4163 4165 3795 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4175] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4175/stat : 4175 (java) S 4163 4165 3795 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 962914 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4176] ppid=4163 vsize=1533212 CPUtime=0.09
/proc/4165/task/4176/stat : 4176 (java) S 4163 4165 3795 0 -1 4202560 719 0 0 0 9 0 0 0 15 0 19 0 962915 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4177] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4177/stat : 4177 (java) S 4163 4165 3795 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 962916 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4178] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4178/stat : 4178 (java) S 4163 4165 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 962916 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4179] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4179/stat : 4179 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 962918 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4180] ppid=4163 vsize=1533212 CPUtime=0.26
/proc/4165/task/4180/stat : 4180 (java) S 4163 4165 3795 0 -1 4202560 908 0 0 0 26 0 0 0 15 0 19 0 962918 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4181] ppid=4163 vsize=1533212 CPUtime=0.27
/proc/4165/task/4181/stat : 4181 (java) S 4163 4165 3795 0 -1 4202560 850 0 0 0 27 0 0 0 15 0 19 0 962918 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4182] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4182/stat : 4182 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 962918 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4183] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4183/stat : 4183 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 962918 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4184] ppid=4163 vsize=1533212 CPUtime=0
/proc/4165/task/4184/stat : 4184 (java) S 4163 4165 3795 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 962929 1570009088 13837 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1533212

[startup+12.7009 s]
/proc/loadavg: 1.01 1.00 0.91 2/189 4185
/proc/meminfo: memFree=32348748/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1539356 CPUtime=13.59
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 19277 0 1 0 1356 3 0 0 18 0 19 0 962913 1576300544 15509 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 384839 15509 1444 10 0 382142 0
[pid=4165/tid=4167] ppid=4163 vsize=1539356 CPUtime=12.43
/proc/4165/task/4167/stat : 4167 (java) R 4163 4165 3795 0 -1 4202560 10204 0 1 0 1242 1 0 0 25 0 19 0 962914 1576300544 15509 4089446400 134512640 134550932 4288352848 18446744073709551615 4109722714 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4165/tid=4168] ppid=4163 vsize=1539356 CPUtime=0.01
/proc/4165/task/4168/stat : 4168 (java) S 4163 4165 3795 0 -1 4202560 219 0 0 0 1 0 0 0 15 0 19 0 962914 1576300544 15509 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0

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

/proc/4165/task/4168/stat : 4168 (java) S 4163 4165 3795 0 -1 4202560 228 0 0 0 5 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4169] ppid=4163 vsize=1539356 CPUtime=0.04
/proc/4165/task/4169/stat : 4169 (java) S 4163 4165 3795 0 -1 4202560 111 0 0 0 4 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4170] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4170/stat : 4170 (java) S 4163 4165 3795 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4165/tid=4171] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4171/stat : 4171 (java) S 4163 4165 3795 0 -1 4202560 51 0 0 0 5 1 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4172] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4172/stat : 4172 (java) S 4163 4165 3795 0 -1 4202560 14 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4173] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4173/stat : 4173 (java) S 4163 4165 3795 0 -1 4202560 111 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4174] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4174/stat : 4174 (java) S 4163 4165 3795 0 -1 4202560 232 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4165/tid=4175] ppid=4163 vsize=1539356 CPUtime=0.05
/proc/4165/task/4175/stat : 4175 (java) S 4163 4165 3795 0 -1 4202560 166 0 0 0 5 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4176] ppid=4163 vsize=1539356 CPUtime=1.29
/proc/4165/task/4176/stat : 4176 (java) S 4163 4165 3795 0 -1 4202560 1161 0 0 0 126 3 0 0 16 0 19 0 962915 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4177] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4177/stat : 4177 (java) S 4163 4165 3795 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 962916 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4178] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4178/stat : 4178 (java) S 4163 4165 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 962916 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4179] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4179/stat : 4179 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4180] ppid=4163 vsize=1539356 CPUtime=1.04
/proc/4165/task/4180/stat : 4180 (java) S 4163 4165 3795 0 -1 4202560 7010 0 0 0 104 0 0 0 15 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4181] ppid=4163 vsize=1539356 CPUtime=0.32
/proc/4165/task/4181/stat : 4181 (java) S 4163 4165 3795 0 -1 4202560 853 0 0 0 32 0 0 0 15 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4182] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4182/stat : 4182 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4183] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4183/stat : 4183 (java) S 4163 4165 3795 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4184] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4184/stat : 4184 (java) S 4163 4165 3795 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 962929 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.85
Current children cumulated vsize (KiB) 1539356

[startup+60.7015 s]
/proc/loadavg: 1.04 1.01 0.92 2/189 4186
/proc/meminfo: memFree=32347768/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1539356 CPUtime=62.46
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 21385 0 1 0 6233 13 0 0 18 0 19 0 962913 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 384839 15873 1444 10 0 382142 0
[pid=4165/tid=4167] ppid=4163 vsize=1539356 CPUtime=59.17
/proc/4165/task/4167/stat : 4167 (java) R 4163 4165 3795 0 -1 4202560 10303 0 1 0 5916 1 0 0 25 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4109828420 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4165/tid=4168] ppid=4163 vsize=1539356 CPUtime=0.05
/proc/4165/task/4168/stat : 4168 (java) S 4163 4165 3795 0 -1 4202560 228 0 0 0 5 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4169] ppid=4163 vsize=1539356 CPUtime=0.04
/proc/4165/task/4169/stat : 4169 (java) S 4163 4165 3795 0 -1 4202560 111 0 0 0 4 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4170] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4170/stat : 4170 (java) S 4163 4165 3795 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4165/tid=4171] ppid=4163 vsize=1539356 CPUtime=0.07
/proc/4165/task/4171/stat : 4171 (java) S 4163 4165 3795 0 -1 4202560 51 0 0 0 6 1 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4172] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4172/stat : 4172 (java) S 4163 4165 3795 0 -1 4202560 14 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4173] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4173/stat : 4173 (java) S 4163 4165 3795 0 -1 4202560 111 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4174] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4174/stat : 4174 (java) S 4163 4165 3795 0 -1 4202560 232 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4165/tid=4175] ppid=4163 vsize=1539356 CPUtime=0.05
/proc/4165/task/4175/stat : 4175 (java) S 4163 4165 3795 0 -1 4202560 166 0 0 0 5 0 0 0 15 0 19 0 962914 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4176] ppid=4163 vsize=1539356 CPUtime=1.33
/proc/4165/task/4176/stat : 4176 (java) S 4163 4165 3795 0 -1 4202560 1161 0 0 0 130 3 0 0 15 0 19 0 962915 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4177] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4177/stat : 4177 (java) S 4163 4165 3795 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 962916 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4178] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4178/stat : 4178 (java) S 4163 4165 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 962916 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4179] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4179/stat : 4179 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4180] ppid=4163 vsize=1539356 CPUtime=1.04
/proc/4165/task/4180/stat : 4180 (java) S 4163 4165 3795 0 -1 4202560 7010 0 0 0 104 0 0 0 15 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4181] ppid=4163 vsize=1539356 CPUtime=0.32
/proc/4165/task/4181/stat : 4181 (java) S 4163 4165 3795 0 -1 4202560 853 0 0 0 32 0 0 0 15 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4182] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4182/stat : 4182 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4183] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4183/stat : 4183 (java) S 4163 4165 3795 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 962918 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4184] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4184/stat : 4184 (java) S 4163 4165 3795 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 962929 1576300544 15873 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62.46
Current children cumulated vsize (KiB) 1539356

[startup+61.5014 s]
/proc/loadavg: 1.04 1.01 0.92 2/189 4186
/proc/meminfo: memFree=32347520/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1539356 CPUtime=63.27
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 21404 0 1 0 6314 13 0 0 18 0 19 0 962913 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 384839 15890 1444 10 0 382142 0
[pid=4165/tid=4167] ppid=4163 vsize=1539356 CPUtime=59.95
/proc/4165/task/4167/stat : 4167 (java) R 4163 4165 3795 0 -1 4202560 10305 0 1 0 5994 1 0 0 25 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4109736911 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4165/tid=4168] ppid=4163 vsize=1539356 CPUtime=0.05
/proc/4165/task/4168/stat : 4168 (java) S 4163 4165 3795 0 -1 4202560 228 0 0 0 5 0 0 0 15 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4169] ppid=4163 vsize=1539356 CPUtime=0.04
/proc/4165/task/4169/stat : 4169 (java) S 4163 4165 3795 0 -1 4202560 111 0 0 0 4 0 0 0 15 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4170] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4170/stat : 4170 (java) S 4163 4165 3795 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4165/tid=4171] ppid=4163 vsize=1539356 CPUtime=0.07
/proc/4165/task/4171/stat : 4171 (java) S 4163 4165 3795 0 -1 4202560 51 0 0 0 6 1 0 0 15 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4172] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4172/stat : 4172 (java) S 4163 4165 3795 0 -1 4202560 14 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4173] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4173/stat : 4173 (java) S 4163 4165 3795 0 -1 4202560 111 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4174] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4174/stat : 4174 (java) S 4163 4165 3795 0 -1 4202560 232 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4165/tid=4175] ppid=4163 vsize=1539356 CPUtime=0.05
/proc/4165/task/4175/stat : 4175 (java) S 4163 4165 3795 0 -1 4202560 166 0 0 0 5 0 0 0 15 0 19 0 962914 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4176] ppid=4163 vsize=1539356 CPUtime=1.35
/proc/4165/task/4176/stat : 4176 (java) S 4163 4165 3795 0 -1 4202560 1176 0 0 0 132 3 0 0 15 0 19 0 962915 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4177] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4177/stat : 4177 (java) S 4163 4165 3795 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 962916 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4178] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4178/stat : 4178 (java) S 4163 4165 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 962916 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4179] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4179/stat : 4179 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 962918 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4180] ppid=4163 vsize=1539356 CPUtime=1.05
/proc/4165/task/4180/stat : 4180 (java) S 4163 4165 3795 0 -1 4202560 7010 0 0 0 105 0 0 0 15 0 19 0 962918 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4181] ppid=4163 vsize=1539356 CPUtime=0.32
/proc/4165/task/4181/stat : 4181 (java) S 4163 4165 3795 0 -1 4202560 853 0 0 0 32 0 0 0 15 0 19 0 962918 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4182] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4182/stat : 4182 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 962918 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4183] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4183/stat : 4183 (java) S 4163 4165 3795 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 962918 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4184] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4184/stat : 4184 (java) S 4163 4165 3795 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 962929 1576300544 15890 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.27
Current children cumulated vsize (KiB) 1539356

[startup+61.7013 s]
/proc/loadavg: 1.04 1.01 0.92 2/189 4186
/proc/meminfo: memFree=32347520/32951124 swapFree=67111528/67111528
[pid=4165] ppid=4163 vsize=1539356 CPUtime=63.46
/proc/4165/stat : 4165 (java) S 4163 4165 3795 0 -1 4202496 21405 0 1 0 6333 13 0 0 18 0 19 0 962913 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4165/statm: 384839 15891 1444 10 0 382142 0
[pid=4165/tid=4167] ppid=4163 vsize=1539356 CPUtime=60.15
/proc/4165/task/4167/stat : 4167 (java) R 4163 4165 3795 0 -1 4202560 10306 0 1 0 6014 1 0 0 25 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4110281969 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4165/tid=4168] ppid=4163 vsize=1539356 CPUtime=0.05
/proc/4165/task/4168/stat : 4168 (java) S 4163 4165 3795 0 -1 4202560 228 0 0 0 5 0 0 0 15 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4169] ppid=4163 vsize=1539356 CPUtime=0.04
/proc/4165/task/4169/stat : 4169 (java) S 4163 4165 3795 0 -1 4202560 111 0 0 0 4 0 0 0 15 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4170] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4170/stat : 4170 (java) S 4163 4165 3795 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4165/tid=4171] ppid=4163 vsize=1539356 CPUtime=0.07
/proc/4165/task/4171/stat : 4171 (java) S 4163 4165 3795 0 -1 4202560 51 0 0 0 6 1 0 0 15 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4172] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4172/stat : 4172 (java) S 4163 4165 3795 0 -1 4202560 14 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4165/tid=4173] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4173/stat : 4173 (java) S 4163 4165 3795 0 -1 4202560 111 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4174] ppid=4163 vsize=1539356 CPUtime=0.06
/proc/4165/task/4174/stat : 4174 (java) S 4163 4165 3795 0 -1 4202560 232 0 0 0 6 0 0 0 15 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4165/tid=4175] ppid=4163 vsize=1539356 CPUtime=0.05
/proc/4165/task/4175/stat : 4175 (java) S 4163 4165 3795 0 -1 4202560 166 0 0 0 5 0 0 0 15 0 19 0 962914 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4176] ppid=4163 vsize=1539356 CPUtime=1.35
/proc/4165/task/4176/stat : 4176 (java) S 4163 4165 3795 0 -1 4202560 1176 0 0 0 132 3 0 0 15 0 19 0 962915 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4165/tid=4177] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4177/stat : 4177 (java) S 4163 4165 3795 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 962916 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4178] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4178/stat : 4178 (java) S 4163 4165 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 962916 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4179] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4179/stat : 4179 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 962918 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4180] ppid=4163 vsize=1539356 CPUtime=1.05
/proc/4165/task/4180/stat : 4180 (java) S 4163 4165 3795 0 -1 4202560 7010 0 0 0 105 0 0 0 15 0 19 0 962918 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4165/tid=4181] ppid=4163 vsize=1539356 CPUtime=0.32
/proc/4165/task/4181/stat : 4181 (java) S 4163 4165 3795 0 -1 4202560 853 0 0 0 32 0 0 0 15 0 19 0 962918 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4165/tid=4182] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4182/stat : 4182 (java) S 4163 4165 3795 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 962918 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4165/tid=4183] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4183/stat : 4183 (java) S 4163 4165 3795 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 962918 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4165/tid=4184] ppid=4163 vsize=1539356 CPUtime=0
/proc/4165/task/4184/stat : 4184 (java) S 4163 4165 3795 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 962929 1576300544 15891 4089446400 134512640 134550932 4288352848 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.46
Current children cumulated vsize (KiB) 1539356

Child status: 30
Real time (s): 61.766
CPU time (s): 63.5503
CPU user time (s): 63.4104
CPU system time (s): 0.139978
CPU usage (%): 102.889
Max. virtual memory (cumulated for all children) (KiB): 1543452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.4104
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21422
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= 5043
involuntary context switches= 11849

runsolver used 0.105983 second user time and 0.246962 second system time

The end

Launcher Data

Begin job on node103 at 2010-07-05 12:58:05
IDJOB=2698707
IDBENCH=79240
IDSOLVER=1211
FILE ID=node103/2698707-1278327485
PBS_JOBID= 11207488
Free space on /tmp= 74204 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976157--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698707-1278327485/watcher-2698707-1278327485 -o /tmp/evaluation-result-2698707-1278327485/solver-2698707-1278327485 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698707-1278327485.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4da1e5a9e75693d50d2c099f4fe591bc
RANDOM SEED=316957107

node103.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.793
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.58
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.793
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
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.793
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.793
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.793
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.793
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.82
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.793
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.793
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	: 5408.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32405880 kB
Buffers:         23616 kB
Cached:         362092 kB
SwapCached:          0 kB
Active:         141048 kB
Inactive:       305652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32405880 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       61424 kB
Mapped:          14408 kB
Slab:            35664 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   178628 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 /tmp at the end= 74204 MiB
End job on node103 at 2010-07-05 12:59:07