Trace number 2698705

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 103.661 102.108

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-0-100-0.wbo
MD5SUM4e22340b84333f0476155fff0e8b142d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.290954
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.07/0.07	c version 2.2.1.v20100705
0.07/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.07	c java.vm.version	11.2-b01
0.07/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.07	c sun.arch.data.model	32
0.07/0.07	c java.version		1.6.0_12
0.07/0.07	c os.name		Linux
0.07/0.07	c os.version		2.6.18-164.el5
0.07/0.07	c os.arch		i386
0.07/0.07	c Free memory 		1393557488
0.07/0.07	c Max memory 		1395916800
0.07/0.07	c Total memory 		1395916800
0.07/0.07	c Number of processors 	8
0.07/0.09	c Pseudo Boolean Optimization
0.07/0.09	c --- Begin Solver configuration ---
0.07/0.09	c Stops conflict analysis at the first Unique Implication Point
0.07/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.07/0.09	c Learn all clauses as in MiniSAT
0.07/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.09	c Expensive reason simplification
0.07/0.09	c Armin Biere (Picosat) restarts strategy
0.07/0.09	c Glucose learned constraints deletion strategy
0.07/0.09	c timeout=2147483s
0.07/0.09	c DB Simplification allowed=false
0.07/0.09	c --- End Solver configuration ---
0.07/0.09	c solving HOME/instance-2698705-1278327483.wbo
0.07/0.09	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.055s.
0.12/0.15	c #vars     270
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.32/0.22	c SATISFIABLE
0.32/0.22	c OPTIMIZING...
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.129
0.32/0.22	o 1010
0.32/0.26	c Got one! Elapsed wall clock time (in seconds):0.172
0.32/0.26	o 729
0.60/0.31	c Got one! Elapsed wall clock time (in seconds):0.216
0.60/0.31	o 600
0.60/0.34	c Got one! Elapsed wall clock time (in seconds):0.243
0.60/0.34	o 555
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.259
0.60/0.35	o 489
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.278
0.60/0.37	o 459
0.81/0.42	c Got one! Elapsed wall clock time (in seconds):0.329
0.81/0.42	o 444
0.81/0.48	c Got one! Elapsed wall clock time (in seconds):0.384
0.81/0.48	o 442
0.95/0.50	c Got one! Elapsed wall clock time (in seconds):0.406
0.95/0.50	o 427
0.95/0.56	c Got one! Elapsed wall clock time (in seconds):0.47
0.95/0.56	o 421
1.08/0.61	c Got one! Elapsed wall clock time (in seconds):0.514
1.08/0.61	o 400
1.08/0.70	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.20/0.76	c Got one! Elapsed wall clock time (in seconds):0.669
1.20/0.76	o 357
1.40/0.90	c Got one! Elapsed wall clock time (in seconds):0.807
1.40/0.90	o 353
1.40/0.95	c Got one! Elapsed wall clock time (in seconds):0.859
1.40/0.95	o 324
1.64/1.13	c cleaning 4248 clauses out of 8503 with flag 11000/11000
1.83/1.32	c Got one! Elapsed wall clock time (in seconds):1.225
1.83/1.32	o 323
1.93/1.43	c Got one! Elapsed wall clock time (in seconds):1.335
1.93/1.43	o 272
2.13/1.66	c cleaning 5624 clauses out of 11256 with flag 18001/18001
2.44/1.90	c Got one! Elapsed wall clock time (in seconds):1.806
2.44/1.90	o 239
2.78/2.22	c cleaning 6814 clauses out of 13634 with flag 26003/26003
3.28/2.78	c Got one! Elapsed wall clock time (in seconds):2.688
3.28/2.78	o 238
3.50/2.94	c cleaning 7906 clauses out of 15817 with flag 35000/35000
4.20/3.62	c cleaning 8944 clauses out of 17911 with flag 45000/45000
4.20/3.63	c Got one! Elapsed wall clock time (in seconds):3.534
4.20/3.63	o 211
4.41/3.88	c Got one! Elapsed wall clock time (in seconds):3.792
4.41/3.88	o 189
5.02/4.40	c cleaning 9482 clauses out of 18967 with flag 55000/55000
5.71/5.12	c cleaning 9734 clauses out of 19486 with flag 65001/65001
6.32/5.79	c cleaning 9872 clauses out of 19752 with flag 75001/75001
6.43/5.85	c Got one! Elapsed wall clock time (in seconds):5.754
6.43/5.85	o 182
7.14/6.51	c cleaning 9940 clauses out of 19881 with flag 85002/85002
7.33/6.76	c Got one! Elapsed wall clock time (in seconds):6.664
7.33/6.76	o 178
7.74/7.19	c cleaning 9965 clauses out of 19939 with flag 95000/95000
8.44/7.89	c cleaning 9984 clauses out of 19974 with flag 105000/105000
9.14/8.55	c cleaning 9990 clauses out of 19991 with flag 115001/115001
9.84/9.28	c cleaning 9998 clauses out of 20001 with flag 125001/125001
10.55/9.96	c cleaning 9993 clauses out of 20003 with flag 135001/135001
11.24/10.65	c cleaning 10001 clauses out of 20010 with flag 145001/145001
11.94/11.37	c cleaning 9998 clauses out of 20008 with flag 155000/155000
12.44/11.81	c Got one! Elapsed wall clock time (in seconds):11.719
12.44/11.81	o 174
12.84/12.08	c cleaning 10003 clauses out of 20011 with flag 165001/165001
13.63/12.76	c cleaning 9994 clauses out of 20007 with flag 175000/175000
13.63/12.79	c Got one! Elapsed wall clock time (in seconds):12.7
13.63/12.79	o 145
14.43/13.49	c cleaning 10003 clauses out of 20014 with flag 185001/185001
15.03/14.08	c cleaning 10004 clauses out of 20010 with flag 195000/195000
15.73/14.76	c cleaning 9999 clauses out of 20007 with flag 205001/205001
16.44/15.41	c cleaning 10003 clauses out of 20009 with flag 215002/215002
17.13/16.11	c cleaning 9997 clauses out of 20008 with flag 225004/225004
17.24/16.28	c Got one! Elapsed wall clock time (in seconds):16.192
17.24/16.28	o 119
17.84/16.81	c cleaning 9999 clauses out of 20008 with flag 235001/235001
18.47/17.46	c cleaning 9999 clauses out of 20008 with flag 245000/245000
19.48/18.22	c cleaning 9998 clauses out of 20009 with flag 255000/255000
20.19/18.90	c cleaning 9998 clauses out of 20011 with flag 265000/265000
20.89/19.61	c cleaning 10000 clauses out of 20016 with flag 275003/275003
21.59/20.32	c cleaning 10000 clauses out of 20013 with flag 285000/285000
22.29/21.00	c cleaning 10003 clauses out of 20016 with flag 295003/295003
22.99/21.72	c cleaning 10000 clauses out of 20010 with flag 305000/305000
23.09/21.89	c Got one! Elapsed wall clock time (in seconds):21.798
23.09/21.89	o 114
23.59/22.31	c cleaning 10004 clauses out of 20014 with flag 315004/315004
23.90/22.64	c Got one! Elapsed wall clock time (in seconds):22.545
23.90/22.64	o 113
24.20/22.99	c cleaning 9999 clauses out of 20006 with flag 325000/325000
24.90/23.62	c cleaning 10001 clauses out of 20008 with flag 335001/335001
25.60/24.32	c cleaning 9994 clauses out of 20006 with flag 345000/345000
26.30/25.00	c cleaning 10003 clauses out of 20013 with flag 355001/355001
26.30/25.06	c Got one! Elapsed wall clock time (in seconds):24.966
26.30/25.06	o 100
26.90/25.61	c cleaning 10002 clauses out of 20012 with flag 365003/365003
27.50/26.25	c cleaning 10000 clauses out of 20009 with flag 375002/375002
28.10/26.82	c cleaning 10002 clauses out of 20009 with flag 385002/385002
28.71/27.50	c cleaning 9992 clauses out of 20005 with flag 395000/395000
29.40/28.19	c cleaning 9997 clauses out of 20015 with flag 405002/405002
29.50/28.23	c Got one! Elapsed wall clock time (in seconds):28.134
29.50/28.23	o 90
30.01/28.79	c cleaning 10006 clauses out of 20017 with flag 415001/415001
30.61/29.39	c cleaning 10000 clauses out of 20010 with flag 425000/425000
31.21/29.98	c cleaning 9999 clauses out of 20010 with flag 435000/435000
31.81/30.53	c cleaning 10001 clauses out of 20013 with flag 445002/445002
32.41/31.15	c cleaning 10000 clauses out of 20011 with flag 455001/455001
32.73/31.45	c Got one! Elapsed wall clock time (in seconds):31.352
32.73/31.45	o 87
33.03/31.76	c cleaning 10001 clauses out of 20014 with flag 465004/465004
33.73/32.40	c cleaning 9999 clauses out of 20009 with flag 475000/475000
33.83/32.57	c Got one! Elapsed wall clock time (in seconds):32.48
33.83/32.57	o 79
34.24/33.00	c cleaning 10001 clauses out of 20010 with flag 485000/485000
34.83/33.52	c Got one! Elapsed wall clock time (in seconds):33.428
34.83/33.52	o 74
34.93/33.70	c cleaning 10003 clauses out of 20011 with flag 495002/495002
35.54/34.29	c cleaning 9997 clauses out of 20006 with flag 505000/505000
36.24/34.96	c cleaning 9999 clauses out of 20009 with flag 515000/515000
36.24/34.98	c Got one! Elapsed wall clock time (in seconds):34.884
36.24/34.98	o 71
36.85/35.54	c cleaning 10001 clauses out of 20013 with flag 525003/525003
37.45/36.10	c cleaning 10003 clauses out of 20010 with flag 535001/535001
37.45/36.13	c Got one! Elapsed wall clock time (in seconds):36.042
37.45/36.13	o 61
37.96/36.69	c cleaning 10000 clauses out of 20008 with flag 545002/545002
38.56/37.28	c cleaning 10000 clauses out of 20006 with flag 555000/555000
39.16/37.81	c cleaning 9998 clauses out of 20006 with flag 565000/565000
39.36/38.07	c Got one! Elapsed wall clock time (in seconds):37.98
39.36/38.07	o 51
39.76/38.47	c cleaning 10002 clauses out of 20010 with flag 575002/575002
40.36/39.04	c cleaning 9999 clauses out of 20007 with flag 585001/585001
40.87/39.55	c cleaning 10001 clauses out of 20009 with flag 595002/595002
41.47/40.10	c cleaning 9999 clauses out of 20006 with flag 605000/605000
41.97/40.61	c cleaning 10000 clauses out of 20009 with flag 615002/615002
42.57/41.25	c cleaning 9998 clauses out of 20007 with flag 625000/625000
43.17/41.81	c cleaning 9997 clauses out of 20009 with flag 635000/635000
43.77/42.40	c cleaning 10003 clauses out of 20012 with flag 645000/645000
44.27/42.94	c cleaning 10000 clauses out of 20009 with flag 655000/655000
44.87/43.53	c cleaning 9998 clauses out of 20012 with flag 665003/665003
45.38/44.07	c cleaning 9992 clauses out of 20011 with flag 675000/675000
45.57/44.25	c Got one! Elapsed wall clock time (in seconds):44.16
45.57/44.25	o 43
45.87/44.58	c cleaning 10007 clauses out of 20019 with flag 685000/685000
46.48/45.12	c cleaning 10003 clauses out of 20012 with flag 695000/695000
46.97/45.63	c cleaning 10000 clauses out of 20009 with flag 705000/705000
47.48/46.18	c cleaning 9996 clauses out of 20009 with flag 715000/715000
47.97/46.67	c cleaning 10004 clauses out of 20013 with flag 725000/725000
48.47/47.20	c cleaning 10001 clauses out of 20011 with flag 735002/735002
49.07/47.71	c cleaning 10001 clauses out of 20009 with flag 745001/745001
49.47/48.19	c cleaning 10002 clauses out of 20007 with flag 755000/755000
49.98/48.67	c cleaning 9992 clauses out of 20005 with flag 765000/765000
50.58/49.21	c cleaning 9999 clauses out of 20013 with flag 775000/775000
51.08/49.71	c cleaning 9997 clauses out of 20014 with flag 785000/785000
51.48/50.15	c cleaning 10002 clauses out of 20017 with flag 795000/795000
51.98/50.65	c cleaning 10004 clauses out of 20015 with flag 805000/805000
52.48/51.14	c cleaning 9999 clauses out of 20012 with flag 815001/815001
52.99/51.63	c cleaning 10001 clauses out of 20013 with flag 825001/825001
53.18/51.89	c Got one! Elapsed wall clock time (in seconds):51.797
53.18/51.89	o 33
53.49/52.10	c cleaning 9997 clauses out of 20011 with flag 835000/835000
53.99/52.63	c cleaning 10004 clauses out of 20014 with flag 845000/845000
54.49/53.13	c cleaning 10003 clauses out of 20012 with flag 855002/855002
54.99/53.61	c cleaning 9994 clauses out of 20007 with flag 865000/865000
55.39/54.07	c cleaning 10001 clauses out of 20014 with flag 875001/875001
55.89/54.58	c cleaning 10000 clauses out of 20013 with flag 885001/885001
56.39/55.03	c cleaning 10004 clauses out of 20016 with flag 895004/895004
56.90/55.50	c cleaning 10001 clauses out of 20012 with flag 905004/905004
57.30/55.95	c cleaning 10000 clauses out of 20007 with flag 915000/915000
57.70/56.39	c cleaning 9998 clauses out of 20007 with flag 925000/925000
58.20/56.84	c cleaning 10001 clauses out of 20010 with flag 935001/935001
58.61/57.26	c cleaning 10000 clauses out of 20010 with flag 945002/945002
59.10/57.72	c cleaning 9998 clauses out of 20008 with flag 955000/955000
59.50/58.15	c cleaning 9996 clauses out of 20012 with flag 965002/965002
60.00/58.60	c cleaning 10000 clauses out of 20014 with flag 975000/975000
60.40/59.03	c cleaning 10001 clauses out of 20014 with flag 985000/985000
60.81/59.50	c cleaning 9999 clauses out of 20013 with flag 995000/995000
61.30/59.93	c cleaning 10004 clauses out of 20014 with flag 1005000/1005000
61.70/60.39	c cleaning 10001 clauses out of 20011 with flag 1015001/1015001
61.91/60.59	c Got one! Elapsed wall clock time (in seconds):60.494
61.91/60.59	o 32
62.21/60.88	c cleaning 10000 clauses out of 20009 with flag 1025000/1025000
62.81/61.40	c cleaning 10000 clauses out of 20009 with flag 1035000/1035000
63.21/61.88	c cleaning 10004 clauses out of 20013 with flag 1045004/1045004
63.81/62.43	c cleaning 9997 clauses out of 20005 with flag 1055000/1055000
64.31/62.91	c cleaning 9998 clauses out of 20010 with flag 1065002/1065002
64.81/63.42	c cleaning 10002 clauses out of 20012 with flag 1075002/1075002
65.31/63.90	c cleaning 10000 clauses out of 20008 with flag 1085000/1085000
65.71/64.38	c cleaning 10000 clauses out of 20008 with flag 1095000/1095000
66.22/64.86	c cleaning 9997 clauses out of 20008 with flag 1105000/1105000
66.72/65.32	c cleaning 10003 clauses out of 20013 with flag 1115002/1115002
67.12/65.75	c cleaning 10000 clauses out of 20010 with flag 1125002/1125002
67.52/66.18	c cleaning 9999 clauses out of 20009 with flag 1135001/1135001
68.12/66.71	c cleaning 10001 clauses out of 20009 with flag 1145000/1145000
68.53/67.16	c cleaning 9998 clauses out of 20009 with flag 1155001/1155001
68.72/67.38	c Got one! Elapsed wall clock time (in seconds):67.292
68.72/67.38	o 15
69.02/67.67	c cleaning 10002 clauses out of 20011 with flag 1165001/1165001
69.53/68.14	c cleaning 9997 clauses out of 20008 with flag 1175000/1175000
70.03/68.60	c cleaning 10002 clauses out of 20011 with flag 1185000/1185000
70.43/69.06	c cleaning 10000 clauses out of 20010 with flag 1195001/1195001
70.93/69.53	c cleaning 9998 clauses out of 20010 with flag 1205001/1205001
71.34/69.95	c cleaning 10000 clauses out of 20011 with flag 1215000/1215000
71.74/70.37	c cleaning 10005 clauses out of 20013 with flag 1225002/1225002
72.23/70.80	c cleaning 10002 clauses out of 20009 with flag 1235003/1235003
72.63/71.22	c cleaning 9998 clauses out of 20004 with flag 1245000/1245000
73.14/71.70	c cleaning 9999 clauses out of 20006 with flag 1255000/1255000
73.54/72.12	c cleaning 10000 clauses out of 20007 with flag 1265000/1265000
73.95/72.55	c cleaning 9998 clauses out of 20007 with flag 1275000/1275000
74.34/72.97	c cleaning 10002 clauses out of 20010 with flag 1285001/1285001
74.84/73.40	c cleaning 9998 clauses out of 20008 with flag 1295001/1295001
75.15/73.75	c Got one! Elapsed wall clock time (in seconds):73.655
75.15/73.75	o 14
75.24/73.83	c cleaning 10003 clauses out of 20011 with flag 1305002/1305002
75.74/74.32	c cleaning 10001 clauses out of 20007 with flag 1315001/1315001
76.15/74.77	c cleaning 9999 clauses out of 20005 with flag 1325000/1325000
76.65/75.26	c cleaning 10000 clauses out of 20007 with flag 1335001/1335001
77.15/75.70	c cleaning 9998 clauses out of 20006 with flag 1345000/1345000
77.55/76.15	c cleaning 10001 clauses out of 20011 with flag 1355003/1355003
78.05/76.60	c cleaning 9998 clauses out of 20007 with flag 1365000/1365000
78.46/77.03	c cleaning 9999 clauses out of 20009 with flag 1375000/1375000
78.85/77.45	c cleaning 9998 clauses out of 20011 with flag 1385001/1385001
79.25/77.87	c cleaning 10005 clauses out of 20015 with flag 1395003/1395003
79.75/78.32	c cleaning 10000 clauses out of 20008 with flag 1405001/1405001
80.15/78.78	c cleaning 9999 clauses out of 20007 with flag 1415000/1415000
80.67/79.20	c cleaning 10000 clauses out of 20008 with flag 1425000/1425000
81.06/79.64	c cleaning 10002 clauses out of 20009 with flag 1435001/1435001
81.46/80.05	c cleaning 9994 clauses out of 20006 with flag 1445000/1445000
81.86/80.46	c cleaning 10003 clauses out of 20020 with flag 1455008/1455008
82.16/80.77	c Got one! Elapsed wall clock time (in seconds):80.679
82.16/80.77	o 6
82.36/80.90	c cleaning 10002 clauses out of 20010 with flag 1465001/1465001
82.77/81.38	c cleaning 10000 clauses out of 20007 with flag 1475000/1475000
83.26/81.81	c cleaning 10001 clauses out of 20008 with flag 1485001/1485001
83.66/82.27	c cleaning 9999 clauses out of 20009 with flag 1495003/1495003
84.17/82.70	c cleaning 9997 clauses out of 20007 with flag 1505000/1505000
84.56/83.18	c cleaning 10003 clauses out of 20011 with flag 1515001/1515001
85.07/83.63	c cleaning 9999 clauses out of 20008 with flag 1525001/1525001
85.47/84.06	c cleaning 9995 clauses out of 20008 with flag 1535000/1535000
85.87/84.48	c cleaning 10002 clauses out of 20013 with flag 1545000/1545000
86.36/84.97	c cleaning 10001 clauses out of 20011 with flag 1555000/1555000
86.87/85.45	c cleaning 10001 clauses out of 20012 with flag 1565002/1565002
87.07/85.60	c Got one! Elapsed wall clock time (in seconds):85.508
87.07/85.60	o 4
87.37/85.98	c cleaning 9999 clauses out of 20009 with flag 1575000/1575000
87.88/86.44	c cleaning 10000 clauses out of 20010 with flag 1585000/1585000
88.28/86.86	c cleaning 10003 clauses out of 20011 with flag 1595001/1595001
88.78/87.31	c cleaning 9998 clauses out of 20008 with flag 1605001/1605001
89.18/87.75	c cleaning 9998 clauses out of 20009 with flag 1615000/1615000
89.68/88.22	c cleaning 10005 clauses out of 20011 with flag 1625000/1625000
90.08/88.67	c cleaning 9997 clauses out of 20006 with flag 1635000/1635000
90.49/89.10	c cleaning 10001 clauses out of 20009 with flag 1645000/1645000
90.99/89.58	c cleaning 10003 clauses out of 20009 with flag 1655001/1655001
91.49/90.00	c cleaning 9999 clauses out of 20007 with flag 1665002/1665002
91.90/90.45	c cleaning 9998 clauses out of 20006 with flag 1675000/1675000
92.40/90.93	c cleaning 10001 clauses out of 20009 with flag 1685001/1685001
92.81/91.35	c cleaning 10001 clauses out of 20007 with flag 1695000/1695000
93.20/91.79	c cleaning 9999 clauses out of 20009 with flag 1705003/1705003
93.71/92.21	c cleaning 10000 clauses out of 20008 with flag 1715001/1715001
94.11/92.67	c cleaning 9999 clauses out of 20008 with flag 1725001/1725001
94.61/93.11	c cleaning 10000 clauses out of 20008 with flag 1735000/1735000
95.02/93.54	c cleaning 9998 clauses out of 20009 with flag 1745001/1745001
95.42/93.96	c cleaning 10001 clauses out of 20014 with flag 1755004/1755004
95.92/94.44	c cleaning 10000 clauses out of 20011 with flag 1765002/1765002
96.32/94.87	c cleaning 9998 clauses out of 20010 with flag 1775001/1775001
96.83/95.33	c cleaning 10002 clauses out of 20011 with flag 1785000/1785000
97.24/95.80	c cleaning 9999 clauses out of 20009 with flag 1795000/1795000
97.74/96.27	c cleaning 10001 clauses out of 20010 with flag 1805000/1805000
98.25/96.71	c cleaning 9999 clauses out of 20009 with flag 1815000/1815000
98.65/97.17	c cleaning 10004 clauses out of 20013 with flag 1825003/1825003
99.04/97.59	c cleaning 10001 clauses out of 20009 with flag 1835003/1835003
99.55/98.05	c cleaning 9996 clauses out of 20005 with flag 1845000/1845000
99.95/98.47	c cleaning 10000 clauses out of 20010 with flag 1855001/1855001
100.45/98.92	c cleaning 10001 clauses out of 20011 with flag 1865002/1865002
100.85/99.37	c cleaning 10001 clauses out of 20011 with flag 1875003/1875003
101.35/99.83	c cleaning 10000 clauses out of 20007 with flag 1885000/1885000
101.85/100.30	c cleaning 9999 clauses out of 20008 with flag 1895001/1895001
102.26/100.77	c cleaning 10002 clauses out of 20009 with flag 1905001/1905001
102.77/101.25	c cleaning 9997 clauses out of 20006 with flag 1915000/1915000
103.26/101.74	c cleaning 10005 clauses out of 20009 with flag 1925000/1925000
103.57/102.07	c starts		: 250
103.57/102.07	c conflicts		: 1932061
103.57/102.07	c decisions		: 3024918
103.57/102.07	c propagations		: 46532742
103.57/102.07	c inspects		: 475302885
103.57/102.07	c learnt literals	: 5
103.57/102.07	c learnt binary clauses	: 80
103.57/102.07	c learnt ternary clauses	: 927
103.57/102.07	c learnt clauses	: 1932055
103.57/102.07	c ignored clauses	: 0
103.57/102.07	c root simplifications	: 0
103.57/102.07	c removed literals (reason simplification)	: 13599932
103.57/102.07	c reason swapping (by a shorter reason)	: 0
103.57/102.07	c Calls to reduceDB	: 194
103.57/102.07	c number of reductions to clauses (during analyze)	: 0
103.57/102.07	c number of learned constraints concerned by reduction	: 0
103.57/102.07	c number of learning phase by resolution	: 0
103.57/102.07	c number of learning phase by cutting planes	: 0
103.57/102.07	c speed (assignments/second)	: 2826161.0689341025
103.57/102.07	c non guided choices	2694
103.57/102.07	c learnt constraints type 
103.57/102.07	c constraints type 
103.57/102.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
103.57/102.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
103.57/102.07	s OPTIMUM FOUND
103.57/102.07	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 
103.57/102.07	c objective function=4
103.57/102.07	c Total wall clock time (in seconds): 101.974

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698705-1278327483/watcher-2698705-1278327483 -o /tmp/evaluation-result-2698705-1278327483/solver-2698705-1278327483 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698705-1278327483.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.99 1.98 1.91 2/196 4435
/proc/meminfo: memFree=32152720/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=13472 CPUtime=0
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 1092 0 0 0 0 0 0 0 25 0 2 0 961468 13795328 566 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 3368 567 255 10 0 1202 0
[pid=4435/tid=4436] ppid=4433 vsize=13472 CPUtime=0
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 59 0 0 0 0 0 0 0 25 0 2 0 961468 13795328 573 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0762181 s]
/proc/loadavg: 1.99 1.98 1.91 2/196 4435
/proc/meminfo: memFree=32152720/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1529592 CPUtime=0.07
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 4847 0 1 0 7 0 0 0 25 0 18 0 961468 1566302208 4283 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 382434 4367 1328 10 0 379737 0
[pid=4435/tid=4436] ppid=4433 vsize=1529736 CPUtime=0.05
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 3361 0 1 0 5 0 0 0 18 0 18 0 961468 1566449664 4374 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1529592

[startup+0.104248 s]
/proc/loadavg: 1.99 1.98 1.91 2/196 4435
/proc/meminfo: memFree=32152720/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1530016 CPUtime=0.12
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 5265 0 1 0 11 1 0 0 25 0 18 0 961468 1566736384 4701 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 382504 4701 1347 10 0 379807 0
[pid=4435/tid=4436] ppid=4433 vsize=1530016 CPUtime=0.09
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 3597 0 1 0 8 1 0 0 18 0 18 0 961468 1566736384 4701 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530016

[startup+0.300218 s]
/proc/loadavg: 1.99 1.98 1.91 2/196 4435
/proc/meminfo: memFree=32152720/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1533512 CPUtime=0.6
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 6907 0 1 0 59 1 0 0 25 0 19 0 961468 1570316288 6163 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 383378 6163 1418 10 0 380681 0
[pid=4435/tid=4436] ppid=4433 vsize=1533512 CPUtime=0.28
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 4150 0 1 0 27 1 0 0 19 0 19 0 961468 1570316288 6163 4089446400 134512640 134550932 4288936608 18446744073709551615 106547968 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533512

[startup+0.703189 s]
/proc/loadavg: 1.99 1.98 1.91 2/196 4435
/proc/meminfo: memFree=32152720/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1533512 CPUtime=1.2
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 10038 0 1 0 118 2 0 0 25 0 19 0 961468 1570316288 9293 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 383378 9293 1433 10 0 380681 0
[pid=4435/tid=4436] ppid=4433 vsize=1533512 CPUtime=0.67
/proc/4435/task/4436/stat : 4436 (java) S 4433 4435 3845 0 -1 4202560 6996 0 1 0 66 1 0 0 19 0 19 0 961468 1570316288 9293 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1533512

[startup+1.50104 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4454
/proc/meminfo: memFree=32120268/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1533512 CPUtime=2.03
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 10808 0 1 0 201 2 0 0 25 0 19 0 961468 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 383378 10061 1440 10 0 380681 0
[pid=4435/tid=4436] ppid=4433 vsize=1533512 CPUtime=1.45
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 6999 0 1 0 144 1 0 0 20 0 19 0 961468 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4108770500 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4435/tid=4438] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4438/stat : 4438 (java) S 4433 4435 3845 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4439] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4439/stat : 4439 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4440] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4440/stat : 4440 (java) S 4433 4435 3845 0 -1 4202560 199 0 0 0 0 0 0 0 16 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4441] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4441/stat : 4441 (java) S 4433 4435 3845 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4442] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4442/stat : 4442 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4443] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4443/stat : 4443 (java) S 4433 4435 3845 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4444] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4444/stat : 4444 (java) S 4433 4435 3845 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4445] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4445/stat : 4445 (java) S 4433 4435 3845 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4446] ppid=4433 vsize=1533512 CPUtime=0.01
/proc/4435/task/4446/stat : 4446 (java) S 4433 4435 3845 0 -1 4202560 372 0 0 0 1 0 0 0 15 0 19 0 961469 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4447] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4447/stat : 4447 (java) S 4433 4435 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 961470 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4448] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4448/stat : 4448 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 961470 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4449] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4449/stat : 4449 (java) S 4433 4435 3845 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 961472 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4450] ppid=4433 vsize=1533512 CPUtime=0.29
/proc/4435/task/4450/stat : 4450 (java) S 4433 4435 3845 0 -1 4202560 867 0 0 0 29 0 0 0 15 0 19 0 961472 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4451] ppid=4433 vsize=1533512 CPUtime=0.24
/proc/4435/task/4451/stat : 4451 (java) S 4433 4435 3845 0 -1 4202560 861 0 0 0 24 0 0 0 16 0 19 0 961472 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4452] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4452/stat : 4452 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 961472 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4453] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4453/stat : 4453 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961472 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4454] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4454/stat : 4454 (java) S 4433 4435 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 961483 1570316288 10061 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1533512

[startup+3.10076 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4454
/proc/meminfo: memFree=32115804/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1533512 CPUtime=3.71
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 13311 0 1 0 369 2 0 0 25 0 19 0 961468 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 383378 12561 1440 10 0 380681 0
[pid=4435/tid=4436] ppid=4433 vsize=1533512 CPUtime=3.03
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 8998 0 1 0 301 2 0 0 25 0 19 0 961468 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4109135180 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4435/tid=4438] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4438/stat : 4438 (java) S 4433 4435 3845 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4439] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4439/stat : 4439 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4440] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4440/stat : 4440 (java) S 4433 4435 3845 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4441] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4441/stat : 4441 (java) S 4433 4435 3845 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4442] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4442/stat : 4442 (java) S 4433 4435 3845 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4443] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4443/stat : 4443 (java) S 4433 4435 3845 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4444] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4444/stat : 4444 (java) S 4433 4435 3845 0 -1 4202560 283 0 0 0 0 0 0 0 16 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4445] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4445/stat : 4445 (java) S 4433 4435 3845 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4446] ppid=4433 vsize=1533512 CPUtime=0.04
/proc/4435/task/4446/stat : 4446 (java) S 4433 4435 3845 0 -1 4202560 565 0 0 0 4 0 0 0 15 0 19 0 961469 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4447] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4447/stat : 4447 (java) S 4433 4435 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 961470 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4448] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4448/stat : 4448 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 961470 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4449] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4449/stat : 4449 (java) S 4433 4435 3845 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 961472 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4450] ppid=4433 vsize=1533512 CPUtime=0.3
/proc/4435/task/4450/stat : 4450 (java) S 4433 4435 3845 0 -1 4202560 868 0 0 0 30 0 0 0 15 0 19 0 961472 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4451] ppid=4433 vsize=1533512 CPUtime=0.31
/proc/4435/task/4451/stat : 4451 (java) S 4433 4435 3845 0 -1 4202560 870 0 0 0 31 0 0 0 15 0 19 0 961472 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4452] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4452/stat : 4452 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 961472 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4453] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4453/stat : 4453 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961472 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4454] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4454/stat : 4454 (java) S 4433 4435 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 961483 1570316288 12561 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1533512

[startup+6.30122 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4454
/proc/meminfo: memFree=32102004/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1533512 CPUtime=6.93
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 14815 0 1 0 690 3 0 0 25 0 19 0 961468 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 383378 14059 1440 10 0 380681 0
[pid=4435/tid=4436] ppid=4433 vsize=1533512 CPUtime=6.17
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 9986 0 1 0 615 2 0 0 25 0 19 0 961468 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4109184063 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4435/tid=4438] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4438/stat : 4438 (java) S 4433 4435 3845 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4439] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4439/stat : 4439 (java) S 4433 4435 3845 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4440] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4440/stat : 4440 (java) S 4433 4435 3845 0 -1 4202560 354 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4441] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4441/stat : 4441 (java) S 4433 4435 3845 0 -1 4202560 60 0 0 0 0 0 0 0 16 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4442] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4442/stat : 4442 (java) S 4433 4435 3845 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4443] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4443/stat : 4443 (java) S 4433 4435 3845 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4444] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4444/stat : 4444 (java) S 4433 4435 3845 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4445] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4445/stat : 4445 (java) S 4433 4435 3845 0 -1 4202560 351 0 0 0 0 0 0 0 16 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4446] ppid=4433 vsize=1533512 CPUtime=0.08
/proc/4435/task/4446/stat : 4446 (java) S 4433 4435 3845 0 -1 4202560 776 0 0 0 8 0 0 0 15 0 19 0 961469 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4447] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4447/stat : 4447 (java) S 4433 4435 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 961470 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4448] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4448/stat : 4448 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 961470 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4449] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4449/stat : 4449 (java) S 4433 4435 3845 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 961472 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4450] ppid=4433 vsize=1533512 CPUtime=0.3
/proc/4435/task/4450/stat : 4450 (java) S 4433 4435 3845 0 -1 4202560 868 0 0 0 30 0 0 0 15 0 19 0 961472 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4451] ppid=4433 vsize=1533512 CPUtime=0.33
/proc/4435/task/4451/stat : 4451 (java) S 4433 4435 3845 0 -1 4202560 877 0 0 0 33 0 0 0 15 0 19 0 961472 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4452] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4452/stat : 4452 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 961472 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4453] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4453/stat : 4453 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961472 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4454] ppid=4433 vsize=1533512 CPUtime=0
/proc/4435/task/4454/stat : 4454 (java) S 4433 4435 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 961483 1570316288 14059 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 1533512


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

/proc/4435/task/4438/stat : 4438 (java) S 4433 4435 3845 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4439] ppid=4433 vsize=1537336 CPUtime=0.05
/proc/4435/task/4439/stat : 4439 (java) S 4433 4435 3845 0 -1 4202560 116 0 0 0 5 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4440] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4440/stat : 4440 (java) S 4433 4435 3845 0 -1 4202560 362 0 0 0 6 0 0 0 16 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4441] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4441/stat : 4441 (java) S 4433 4435 3845 0 -1 4202560 72 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4442] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4442/stat : 4442 (java) S 4433 4435 3845 0 -1 4202560 40 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4443] ppid=4433 vsize=1537336 CPUtime=0.05
/proc/4435/task/4443/stat : 4443 (java) S 4433 4435 3845 0 -1 4202560 57 0 0 0 5 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4444] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4444/stat : 4444 (java) S 4433 4435 3845 0 -1 4202560 297 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4445] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4445/stat : 4445 (java) S 4433 4435 3845 0 -1 4202560 357 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 5 0 0 0
[pid=4435/tid=4446] ppid=4433 vsize=1537336 CPUtime=2.11
/proc/4435/task/4446/stat : 4446 (java) S 4433 4435 3845 0 -1 4202560 1446 0 0 0 208 3 0 0 16 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4447] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4447/stat : 4447 (java) S 4433 4435 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 961470 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4448] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4448/stat : 4448 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 961470 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4449] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4449/stat : 4449 (java) S 4433 4435 3845 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4450] ppid=4433 vsize=1537336 CPUtime=0.42
/proc/4435/task/4450/stat : 4450 (java) S 4433 4435 3845 0 -1 4202560 904 0 0 0 42 0 0 0 15 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4451] ppid=4433 vsize=1537336 CPUtime=0.9
/proc/4435/task/4451/stat : 4451 (java) S 4433 4435 3845 0 -1 4202560 5195 0 0 0 90 0 0 0 15 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4452] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4452/stat : 4452 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4453] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4453/stat : 4453 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4454] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4454/stat : 4454 (java) S 4433 4435 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 961483 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1537336

[startup+101.501 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4457
/proc/meminfo: memFree=32087896/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1537336 CPUtime=103.06
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 21839 0 1 0 10295 11 0 0 25 0 19 0 961468 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 384334 17567 1444 10 0 381637 0
[pid=4435/tid=4436] ppid=4433 vsize=1537336 CPUtime=99.03
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 11903 0 1 0 9901 2 0 0 25 0 19 0 961468 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4109135199 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4435/tid=4438] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4438/stat : 4438 (java) S 4433 4435 3845 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4439] ppid=4433 vsize=1537336 CPUtime=0.05
/proc/4435/task/4439/stat : 4439 (java) S 4433 4435 3845 0 -1 4202560 116 0 0 0 5 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4440] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4440/stat : 4440 (java) S 4433 4435 3845 0 -1 4202560 362 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4441] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4441/stat : 4441 (java) S 4433 4435 3845 0 -1 4202560 72 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4442] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4442/stat : 4442 (java) S 4433 4435 3845 0 -1 4202560 40 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4443] ppid=4433 vsize=1537336 CPUtime=0.05
/proc/4435/task/4443/stat : 4443 (java) S 4433 4435 3845 0 -1 4202560 57 0 0 0 5 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4444] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4444/stat : 4444 (java) S 4433 4435 3845 0 -1 4202560 297 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4445] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4445/stat : 4445 (java) S 4433 4435 3845 0 -1 4202560 357 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 5 0 0 0
[pid=4435/tid=4446] ppid=4433 vsize=1537336 CPUtime=2.14
/proc/4435/task/4446/stat : 4446 (java) S 4433 4435 3845 0 -1 4202560 1446 0 0 0 210 4 0 0 16 0 19 0 961469 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4447] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4447/stat : 4447 (java) S 4433 4435 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 961470 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4448] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4448/stat : 4448 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 961470 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4449] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4449/stat : 4449 (java) S 4433 4435 3845 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4450] ppid=4433 vsize=1537336 CPUtime=0.42
/proc/4435/task/4450/stat : 4450 (java) S 4433 4435 3845 0 -1 4202560 904 0 0 0 42 0 0 0 15 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4451] ppid=4433 vsize=1537336 CPUtime=0.9
/proc/4435/task/4451/stat : 4451 (java) S 4433 4435 3845 0 -1 4202560 5195 0 0 0 90 0 0 0 15 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4452] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4452/stat : 4452 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4453] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4453/stat : 4453 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 961472 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4454] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4454/stat : 4454 (java) S 4433 4435 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 961483 1574232064 17567 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 103.06
Current children cumulated vsize (KiB) 1537336

[startup+101.901 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4457
/proc/meminfo: memFree=32087896/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1537336 CPUtime=103.46
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 21841 0 1 0 10335 11 0 0 25 0 19 0 961468 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 384334 17568 1444 10 0 381637 0
[pid=4435/tid=4436] ppid=4433 vsize=1537336 CPUtime=99.41
/proc/4435/task/4436/stat : 4436 (java) R 4433 4435 3845 0 -1 4202560 11905 0 1 0 9939 2 0 0 25 0 19 0 961468 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4108806516 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4435/tid=4438] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4438/stat : 4438 (java) S 4433 4435 3845 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4439] ppid=4433 vsize=1537336 CPUtime=0.05
/proc/4435/task/4439/stat : 4439 (java) S 4433 4435 3845 0 -1 4202560 116 0 0 0 5 0 0 0 15 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4440] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4440/stat : 4440 (java) S 4433 4435 3845 0 -1 4202560 362 0 0 0 6 0 0 0 16 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4441] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4441/stat : 4441 (java) S 4433 4435 3845 0 -1 4202560 72 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4442] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4442/stat : 4442 (java) S 4433 4435 3845 0 -1 4202560 40 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4443] ppid=4433 vsize=1537336 CPUtime=0.05
/proc/4435/task/4443/stat : 4443 (java) S 4433 4435 3845 0 -1 4202560 57 0 0 0 5 0 0 0 15 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4444] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4444/stat : 4444 (java) S 4433 4435 3845 0 -1 4202560 297 0 0 0 6 0 0 0 15 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4445] ppid=4433 vsize=1537336 CPUtime=0.06
/proc/4435/task/4445/stat : 4445 (java) S 4433 4435 3845 0 -1 4202560 357 0 0 0 6 0 0 0 16 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 5 0 0 0
[pid=4435/tid=4446] ppid=4433 vsize=1537336 CPUtime=2.15
/proc/4435/task/4446/stat : 4446 (java) S 4433 4435 3845 0 -1 4202560 1446 0 0 0 211 4 0 0 16 0 19 0 961469 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4447] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4447/stat : 4447 (java) S 4433 4435 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 961470 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4448] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4448/stat : 4448 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 961470 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4449] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4449/stat : 4449 (java) S 4433 4435 3845 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 961472 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4450] ppid=4433 vsize=1537336 CPUtime=0.42
/proc/4435/task/4450/stat : 4450 (java) S 4433 4435 3845 0 -1 4202560 904 0 0 0 42 0 0 0 15 0 19 0 961472 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4451] ppid=4433 vsize=1537336 CPUtime=0.9
/proc/4435/task/4451/stat : 4451 (java) S 4433 4435 3845 0 -1 4202560 5195 0 0 0 90 0 0 0 15 0 19 0 961472 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4452] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4452/stat : 4452 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 961472 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4453] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4453/stat : 4453 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 961472 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4454] ppid=4433 vsize=1537336 CPUtime=0
/proc/4435/task/4454/stat : 4454 (java) S 4433 4435 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 961483 1574232064 17568 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 103.46
Current children cumulated vsize (KiB) 1537336

[startup+102.101 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4457
/proc/meminfo: memFree=32087896/32951124 swapFree=67111528/67111528
[pid=4435] ppid=4433 vsize=1537660 CPUtime=103.65
/proc/4435/stat : 4435 (java) S 4433 4435 3845 0 -1 4202496 21852 0 1 0 10354 11 0 0 25 0 19 0 961468 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4435/statm: 384415 17579 1445 10 0 381718 0
[pid=4435/tid=4436] ppid=4433 vsize=1537660 CPUtime=99.58
/proc/4435/task/4436/stat : 4436 (java) S 4433 4435 3845 0 -1 4202560 11910 0 1 0 9956 2 0 0 25 0 19 0 961468 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4438] ppid=4433 vsize=1537660 CPUtime=0.06
/proc/4435/task/4438/stat : 4438 (java) S 4433 4435 3845 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4439] ppid=4433 vsize=1537660 CPUtime=0.05
/proc/4435/task/4439/stat : 4439 (java) S 4433 4435 3845 0 -1 4202560 116 0 0 0 5 0 0 0 15 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 4 0 0 0
[pid=4435/tid=4440] ppid=4433 vsize=1537660 CPUtime=0.06
/proc/4435/task/4440/stat : 4440 (java) S 4433 4435 3845 0 -1 4202560 362 0 0 0 6 0 0 0 16 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4441] ppid=4433 vsize=1537660 CPUtime=0.06
/proc/4435/task/4441/stat : 4441 (java) S 4433 4435 3845 0 -1 4202560 72 0 0 0 6 0 0 0 15 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
[pid=4435/tid=4442] ppid=4433 vsize=1537660 CPUtime=0.06
/proc/4435/task/4442/stat : 4442 (java) S 4433 4435 3845 0 -1 4202560 40 0 0 0 6 0 0 0 15 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4443] ppid=4433 vsize=1537660 CPUtime=0.05
/proc/4435/task/4443/stat : 4443 (java) S 4433 4435 3845 0 -1 4202560 57 0 0 0 5 0 0 0 15 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4444] ppid=4433 vsize=1537660 CPUtime=0.06
/proc/4435/task/4444/stat : 4444 (java) S 4433 4435 3845 0 -1 4202560 297 0 0 0 6 0 0 0 15 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4445] ppid=4433 vsize=1537660 CPUtime=0.06
/proc/4435/task/4445/stat : 4445 (java) S 4433 4435 3845 0 -1 4202560 357 0 0 0 6 0 0 0 16 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 5 0 0 0
[pid=4435/tid=4446] ppid=4433 vsize=1537660 CPUtime=2.15
/proc/4435/task/4446/stat : 4446 (java) S 4433 4435 3845 0 -1 4202560 1446 0 0 0 211 4 0 0 16 0 19 0 961469 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 0 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4447] ppid=4433 vsize=1537660 CPUtime=0
/proc/4435/task/4447/stat : 4447 (java) S 4433 4435 3845 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 961470 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4448] ppid=4433 vsize=1537660 CPUtime=0
/proc/4435/task/4448/stat : 4448 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 961470 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4449] ppid=4433 vsize=1537660 CPUtime=0
/proc/4435/task/4449/stat : 4449 (java) S 4433 4435 3845 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 961472 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4450] ppid=4433 vsize=1537660 CPUtime=0.42
/proc/4435/task/4450/stat : 4450 (java) S 4433 4435 3845 0 -1 4202560 904 0 0 0 42 0 0 0 15 0 19 0 961472 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 6 0 0 0
[pid=4435/tid=4451] ppid=4433 vsize=1537660 CPUtime=0.91
/proc/4435/task/4451/stat : 4451 (java) S 4433 4435 3845 0 -1 4202560 5195 0 0 0 91 0 0 0 15 0 19 0 961472 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 7 0 0 0
[pid=4435/tid=4452] ppid=4433 vsize=1537660 CPUtime=0
/proc/4435/task/4452/stat : 4452 (java) S 4433 4435 3845 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 961472 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 2 0 0 0
[pid=4435/tid=4453] ppid=4433 vsize=1537660 CPUtime=0
/proc/4435/task/4453/stat : 4453 (java) S 4433 4435 3845 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 961472 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 1 0 0 0
[pid=4435/tid=4454] ppid=4433 vsize=1537660 CPUtime=0
/proc/4435/task/4454/stat : 4454 (java) S 4433 4435 3845 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 961483 1574563840 17579 4089446400 134512640 134550932 4288936608 18446744073709551615 4294960144 0 4 0 16800975 18446604471135360320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 103.65
Current children cumulated vsize (KiB) 1537660

Child status: 30
Real time (s): 102.108
CPU time (s): 103.661
CPU user time (s): 103.541
CPU system time (s): 0.119981
CPU usage (%): 101.521
Max. virtual memory (cumulated for all children) (KiB): 1544056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.541
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21852
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= 7471
involuntary context switches= 29448

runsolver used 0.178972 second user time and 0.39294 second system time

The end

Launcher Data

Begin job on node130 at 2010-07-05 12:58:03
IDJOB=2698705
IDBENCH=79239
IDSOLVER=1211
FILE ID=node130/2698705-1278327483
PBS_JOBID= 11207439
Free space on /tmp= 74184 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.1110971363--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-2698705-1278327483/watcher-2698705-1278327483 -o /tmp/evaluation-result-2698705-1278327483/solver-2698705-1278327483 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698705-1278327483.wbo

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

MD5SUM BENCH= 4e22340b84333f0476155fff0e8b142d
RANDOM SEED=2118498347

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.68
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32153224 kB
Buffers:         24448 kB
Cached:         325844 kB
SwapCached:          0 kB
Active:         428772 kB
Inactive:       269236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32153224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             192 kB
Writeback:           0 kB
AnonPages:      347376 kB
Mapped:          20544 kB
Slab:            35956 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1650912 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= 74184 MiB
End job on node130 at 2010-07-05 12:59:45