Trace number 2698641

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 92.01 90.4791

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-0-100-0.wbo
MD5SUM2aecdb7c21b6040137fec95add861f35
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.192969
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 1270
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.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.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698641-1278327358.wbo
0.00/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.32/0.23	c SATISFIABLE
0.32/0.23	c OPTIMIZING...
0.32/0.23	c Got one! Elapsed wall clock time (in seconds):0.141
0.32/0.23	o 703
0.32/0.27	c Got one! Elapsed wall clock time (in seconds):0.179
0.32/0.27	o 630
0.61/0.31	c Got one! Elapsed wall clock time (in seconds):0.212
0.61/0.31	o 627
0.61/0.34	c Got one! Elapsed wall clock time (in seconds):0.249
0.61/0.34	o 622
0.61/0.36	c Got one! Elapsed wall clock time (in seconds):0.271
0.61/0.36	o 560
0.61/0.38	c Got one! Elapsed wall clock time (in seconds):0.285
0.61/0.38	o 554
0.79/0.40	c Got one! Elapsed wall clock time (in seconds):0.305
0.79/0.40	o 553
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.35
0.79/0.44	o 538
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.373
0.79/0.47	o 506
0.94/0.50	c Got one! Elapsed wall clock time (in seconds):0.404
0.94/0.50	o 426
0.94/0.54	c Got one! Elapsed wall clock time (in seconds):0.446
0.94/0.54	o 405
0.94/0.56	c Got one! Elapsed wall clock time (in seconds):0.471
0.94/0.56	o 401
0.94/0.58	c Got one! Elapsed wall clock time (in seconds):0.491
0.94/0.58	o 356
1.04/0.64	c cleaning 2499 clauses out of 5003 with flag 5003/5003
1.04/0.65	c Got one! Elapsed wall clock time (in seconds):0.555
1.04/0.65	o 345
1.04/0.69	c Got one! Elapsed wall clock time (in seconds):0.594
1.04/0.69	o 313
1.27/0.88	c Got one! Elapsed wall clock time (in seconds):0.786
1.27/0.88	o 309
1.37/0.95	c Got one! Elapsed wall clock time (in seconds):0.858
1.37/0.95	o 306
1.53/1.02	c Got one! Elapsed wall clock time (in seconds):0.928
1.53/1.02	o 295
1.53/1.03	c cleaning 4249 clauses out of 8502 with flag 11001/11001
1.53/1.06	c Got one! Elapsed wall clock time (in seconds):0.967
1.53/1.06	o 261
1.75/1.21	c Got one! Elapsed wall clock time (in seconds):1.121
1.75/1.21	o 259
1.75/1.30	c Got one! Elapsed wall clock time (in seconds):1.203
1.75/1.30	o 243
1.95/1.44	c cleaning 5619 clauses out of 11256 with flag 18004/18004
1.95/1.49	c Got one! Elapsed wall clock time (in seconds):1.395
1.95/1.49	o 239
2.06/1.54	c Got one! Elapsed wall clock time (in seconds):1.445
2.06/1.54	o 235
2.62/1.81	c Got one! Elapsed wall clock time (in seconds):1.714
2.62/1.81	o 214
2.86/1.94	c cleaning 6813 clauses out of 13634 with flag 26001/26001
3.38/2.45	c cleaning 7905 clauses out of 15820 with flag 35000/35000
4.08/3.11	c cleaning 8953 clauses out of 17915 with flag 45000/45000
4.08/3.15	c Got one! Elapsed wall clock time (in seconds):3.061
4.08/3.15	o 213
4.38/3.46	c Got one! Elapsed wall clock time (in seconds):3.366
4.38/3.46	o 203
4.68/3.74	c cleaning 9477 clauses out of 18962 with flag 55000/55000
4.90/3.95	c Got one! Elapsed wall clock time (in seconds):3.855
4.90/3.95	o 198
5.42/4.41	c cleaning 9740 clauses out of 19486 with flag 65001/65001
5.83/4.82	c Got one! Elapsed wall clock time (in seconds):4.727
5.83/4.82	o 175
6.13/5.11	c cleaning 9867 clauses out of 19745 with flag 75000/75000
6.53/5.52	c Got one! Elapsed wall clock time (in seconds):5.432
6.53/5.53	o 158
6.73/5.74	c cleaning 9938 clauses out of 19879 with flag 85001/85001
6.82/5.89	c Got one! Elapsed wall clock time (in seconds):5.802
6.82/5.89	o 143
7.32/6.37	c cleaning 9965 clauses out of 19942 with flag 95002/95002
8.02/7.02	c cleaning 9979 clauses out of 19976 with flag 105001/105001
8.63/7.67	c cleaning 9996 clauses out of 19997 with flag 115001/115001
9.33/8.36	c cleaning 9996 clauses out of 20001 with flag 125001/125001
9.83/8.85	c Got one! Elapsed wall clock time (in seconds):8.762
9.83/8.85	o 138
10.03/9.06	c cleaning 10000 clauses out of 20008 with flag 135004/135004
10.63/9.64	c cleaning 9998 clauses out of 20004 with flag 145000/145000
11.23/10.28	c cleaning 10004 clauses out of 20011 with flag 155005/155005
11.84/10.83	c Got one! Elapsed wall clock time (in seconds):10.737
11.84/10.83	o 127
11.84/10.88	c cleaning 9999 clauses out of 20003 with flag 165001/165001
12.45/11.44	c Got one! Elapsed wall clock time (in seconds):11.35
12.45/11.44	o 126
12.45/11.48	c cleaning 9996 clauses out of 20003 with flag 175000/175000
13.16/12.16	c cleaning 10001 clauses out of 20007 with flag 185000/185000
13.85/12.86	c cleaning 9994 clauses out of 20007 with flag 195001/195001
14.26/13.29	c Got one! Elapsed wall clock time (in seconds):13.195
14.26/13.29	o 123
14.55/13.50	c cleaning 10002 clauses out of 20012 with flag 205000/205000
15.16/14.13	c cleaning 10002 clauses out of 20011 with flag 215001/215001
15.76/14.74	c cleaning 9999 clauses out of 20008 with flag 225000/225000
16.36/15.38	c cleaning 10002 clauses out of 20009 with flag 235000/235000
17.06/16.07	c cleaning 9992 clauses out of 20009 with flag 245002/245002
17.76/16.74	c cleaning 9995 clauses out of 20016 with flag 255001/255001
18.46/17.47	c cleaning 10001 clauses out of 20020 with flag 265000/265000
19.16/18.18	c cleaning 10003 clauses out of 20020 with flag 275001/275001
19.46/18.43	c Got one! Elapsed wall clock time (in seconds):18.339
19.46/18.43	o 121
19.86/18.81	c cleaning 10003 clauses out of 20016 with flag 285000/285000
20.46/19.49	c cleaning 10000 clauses out of 20016 with flag 295003/295003
21.32/20.22	c cleaning 10007 clauses out of 20020 with flag 305007/305007
21.75/20.55	c Got one! Elapsed wall clock time (in seconds):20.458
21.75/20.55	o 108
22.06/20.85	c cleaning 10000 clauses out of 20007 with flag 315001/315001
22.93/21.51	c cleaning 10000 clauses out of 20007 with flag 325001/325001
23.43/22.07	c cleaning 9997 clauses out of 20006 with flag 335000/335000
24.13/22.71	c cleaning 10003 clauses out of 20009 with flag 345000/345000
24.83/23.41	c cleaning 9993 clauses out of 20006 with flag 355000/355000
25.53/24.12	c cleaning 10006 clauses out of 20014 with flag 365001/365001
26.13/24.73	c Got one! Elapsed wall clock time (in seconds):24.639
26.13/24.73	o 95
26.24/24.83	c cleaning 10001 clauses out of 20008 with flag 375001/375001
26.76/25.39	c cleaning 9999 clauses out of 20008 with flag 385002/385002
27.55/26.11	c cleaning 9999 clauses out of 20007 with flag 395000/395000
28.15/26.77	c cleaning 9994 clauses out of 20008 with flag 405000/405000
28.65/27.29	c Got one! Elapsed wall clock time (in seconds):27.201
28.65/27.29	o 88
28.87/27.47	c cleaning 10001 clauses out of 20014 with flag 415000/415000
29.47/28.02	c cleaning 10003 clauses out of 20015 with flag 425002/425002
30.08/28.61	c cleaning 10003 clauses out of 20012 with flag 435002/435002
30.57/29.17	c cleaning 9997 clauses out of 20007 with flag 445000/445000
30.67/29.22	c Got one! Elapsed wall clock time (in seconds):29.128
30.67/29.22	o 72
31.18/29.71	c cleaning 10002 clauses out of 20011 with flag 455001/455001
31.77/30.30	c cleaning 10002 clauses out of 20012 with flag 465004/465004
32.28/30.83	c cleaning 9999 clauses out of 20006 with flag 475000/475000
32.77/31.36	c cleaning 10002 clauses out of 20009 with flag 485002/485002
33.38/31.92	c cleaning 9997 clauses out of 20010 with flag 495005/495005
33.97/32.50	c cleaning 9998 clauses out of 20008 with flag 505000/505000
34.57/33.14	c cleaning 9999 clauses out of 20010 with flag 515000/515000
35.28/33.84	c cleaning 10005 clauses out of 20015 with flag 525004/525004
35.38/33.99	c Got one! Elapsed wall clock time (in seconds):33.893
35.38/33.99	o 69
35.78/34.37	c cleaning 9998 clauses out of 20006 with flag 535000/535000
36.38/34.92	c cleaning 9998 clauses out of 20008 with flag 545000/545000
36.98/35.50	c cleaning 10002 clauses out of 20014 with flag 555004/555004
36.98/35.53	c Got one! Elapsed wall clock time (in seconds):35.435
36.98/35.53	o 65
37.48/36.02	c cleaning 9999 clauses out of 20008 with flag 565000/565000
38.08/36.62	c cleaning 9999 clauses out of 20009 with flag 575000/575000
38.48/37.01	c Got one! Elapsed wall clock time (in seconds):36.919
38.48/37.01	o 56
38.58/37.19	c cleaning 10004 clauses out of 20010 with flag 585000/585000
39.18/37.72	c cleaning 9999 clauses out of 20007 with flag 595001/595001
39.78/38.31	c cleaning 10000 clauses out of 20009 with flag 605002/605002
40.28/38.82	c cleaning 10001 clauses out of 20010 with flag 615003/615003
40.88/39.41	c cleaning 9995 clauses out of 20008 with flag 625002/625002
41.39/39.96	c cleaning 9999 clauses out of 20011 with flag 635000/635000
41.99/40.53	c cleaning 10001 clauses out of 20013 with flag 645001/645001
42.59/41.15	c cleaning 9997 clauses out of 20012 with flag 655001/655001
43.19/41.79	c cleaning 10005 clauses out of 20017 with flag 665003/665003
43.89/42.46	c cleaning 10000 clauses out of 20010 with flag 675001/675001
44.49/43.07	c cleaning 9999 clauses out of 20010 with flag 685001/685001
44.59/43.12	c Got one! Elapsed wall clock time (in seconds):43.03
44.59/43.12	o 54
45.09/43.61	c cleaning 10000 clauses out of 20012 with flag 695002/695002
45.69/44.21	c cleaning 9999 clauses out of 20011 with flag 705001/705001
46.19/44.71	c cleaning 10001 clauses out of 20011 with flag 715000/715000
46.69/45.23	c cleaning 10001 clauses out of 20010 with flag 725000/725000
47.19/45.74	c cleaning 10001 clauses out of 20010 with flag 735001/735001
47.70/46.28	c cleaning 10000 clauses out of 20011 with flag 745003/745003
48.29/46.84	c cleaning 10001 clauses out of 20010 with flag 755002/755002
48.89/47.46	c cleaning 9998 clauses out of 20008 with flag 765001/765001
49.49/48.01	c cleaning 9998 clauses out of 20009 with flag 775000/775000
50.09/48.60	c cleaning 9997 clauses out of 20013 with flag 785002/785002
50.59/49.19	c cleaning 9993 clauses out of 20014 with flag 795000/795000
51.00/49.57	c Got one! Elapsed wall clock time (in seconds):49.476
51.00/49.57	o 51
51.20/49.76	c cleaning 10008 clauses out of 20023 with flag 805002/805002
51.70/50.26	c cleaning 10004 clauses out of 20013 with flag 815000/815000
52.20/50.77	c cleaning 9999 clauses out of 20010 with flag 825001/825001
52.70/51.30	c cleaning 10000 clauses out of 20012 with flag 835002/835002
53.30/51.81	c cleaning 9997 clauses out of 20010 with flag 845000/845000
53.80/52.35	c cleaning 10004 clauses out of 20015 with flag 855002/855002
54.40/52.94	c cleaning 9998 clauses out of 20011 with flag 865002/865002
54.90/53.49	c cleaning 10003 clauses out of 20016 with flag 875005/875005
55.31/53.87	c Got one! Elapsed wall clock time (in seconds):53.778
55.31/53.87	o 50
55.50/54.03	c cleaning 10000 clauses out of 20008 with flag 885000/885000
56.00/54.54	c cleaning 9999 clauses out of 20009 with flag 895001/895001
56.50/55.07	c cleaning 10002 clauses out of 20011 with flag 905002/905002
56.99/55.57	c cleaning 10000 clauses out of 20007 with flag 915000/915000
57.50/56.07	c cleaning 10001 clauses out of 20008 with flag 925001/925001
58.09/56.68	c cleaning 9995 clauses out of 20008 with flag 935002/935002
58.70/57.24	c cleaning 9998 clauses out of 20011 with flag 945000/945000
59.19/57.79	c cleaning 10001 clauses out of 20014 with flag 955001/955001
59.80/58.37	c cleaning 10001 clauses out of 20013 with flag 965001/965001
60.39/58.92	c cleaning 10003 clauses out of 20016 with flag 975005/975005
60.80/59.37	c Got one! Elapsed wall clock time (in seconds):59.282
60.80/59.37	o 46
61.00/59.50	c cleaning 10000 clauses out of 20008 with flag 985000/985000
61.40/59.99	c cleaning 10001 clauses out of 20009 with flag 995001/995001
62.00/60.54	c cleaning 10000 clauses out of 20007 with flag 1005000/1005000
62.50/61.03	c cleaning 10001 clauses out of 20008 with flag 1015001/1015001
63.01/61.53	c cleaning 10001 clauses out of 20008 with flag 1025002/1025002
63.50/62.06	c cleaning 9999 clauses out of 20006 with flag 1035001/1035001
64.00/62.56	c cleaning 10000 clauses out of 20007 with flag 1045001/1045001
64.50/63.07	c cleaning 9998 clauses out of 20007 with flag 1055001/1055001
65.10/63.64	c cleaning 9995 clauses out of 20008 with flag 1065000/1065000
65.60/64.18	c cleaning 9999 clauses out of 20014 with flag 1075001/1075001
66.20/64.76	c cleaning 10001 clauses out of 20014 with flag 1085000/1085000
66.80/65.31	c cleaning 9998 clauses out of 20014 with flag 1095001/1095001
67.31/65.85	c cleaning 10001 clauses out of 20015 with flag 1105000/1105000
67.91/66.45	c cleaning 10002 clauses out of 20017 with flag 1115003/1115003
68.41/67.00	c cleaning 9997 clauses out of 20012 with flag 1125000/1125000
68.81/67.31	c Got one! Elapsed wall clock time (in seconds):67.216
68.81/67.31	o 42
69.01/67.54	c cleaning 10003 clauses out of 20018 with flag 1135003/1135003
69.51/68.03	c cleaning 10002 clauses out of 20013 with flag 1145001/1145001
70.01/68.52	c cleaning 10001 clauses out of 20011 with flag 1155001/1155001
70.51/69.01	c cleaning 9999 clauses out of 20009 with flag 1165000/1165000
70.92/69.49	c cleaning 9999 clauses out of 20010 with flag 1175000/1175000
71.42/69.96	c cleaning 10003 clauses out of 20012 with flag 1185001/1185001
71.93/70.43	c cleaning 10001 clauses out of 20009 with flag 1195001/1195001
72.41/70.90	c cleaning 9997 clauses out of 20008 with flag 1205001/1205001
72.82/71.39	c cleaning 10001 clauses out of 20011 with flag 1215001/1215001
73.42/71.90	c cleaning 9999 clauses out of 20010 with flag 1225001/1225001
73.92/72.41	c cleaning 10005 clauses out of 20011 with flag 1235001/1235001
74.42/72.91	c cleaning 9993 clauses out of 20005 with flag 1245000/1245000
74.72/73.26	c Got one! Elapsed wall clock time (in seconds):73.171
74.72/73.26	o 40
74.92/73.45	c cleaning 10005 clauses out of 20014 with flag 1255002/1255002
75.42/73.91	c cleaning 9997 clauses out of 20008 with flag 1265001/1265001
75.82/74.39	c cleaning 9999 clauses out of 20010 with flag 1275000/1275000
76.42/74.97	c cleaning 9999 clauses out of 20012 with flag 1285001/1285001
76.92/75.48	c cleaning 10003 clauses out of 20012 with flag 1295000/1295000
77.42/75.99	c cleaning 10001 clauses out of 20012 with flag 1305003/1305003
77.93/76.45	c cleaning 10000 clauses out of 20009 with flag 1315001/1315001
78.44/76.92	c cleaning 10000 clauses out of 20010 with flag 1325002/1325002
78.93/77.44	c cleaning 10000 clauses out of 20009 with flag 1335001/1335001
79.43/77.98	c cleaning 9999 clauses out of 20011 with flag 1345003/1345003
79.73/78.23	c Got one! Elapsed wall clock time (in seconds):78.137
79.73/78.23	o 39
79.94/78.47	c cleaning 10003 clauses out of 20011 with flag 1355002/1355002
80.44/78.96	c cleaning 9999 clauses out of 20008 with flag 1365002/1365002
80.94/79.46	c cleaning 10000 clauses out of 20007 with flag 1375000/1375000
81.44/79.94	c cleaning 10000 clauses out of 20007 with flag 1385000/1385000
81.95/80.40	c cleaning 9998 clauses out of 20007 with flag 1395000/1395000
82.35/80.89	c cleaning 9997 clauses out of 20009 with flag 1405000/1405000
82.85/81.40	c cleaning 10002 clauses out of 20013 with flag 1415001/1415001
83.45/81.91	c cleaning 9997 clauses out of 20012 with flag 1425002/1425002
83.95/82.44	c cleaning 10002 clauses out of 20017 with flag 1435004/1435004
84.45/82.94	c cleaning 9999 clauses out of 20011 with flag 1445000/1445000
84.85/83.31	c Got one! Elapsed wall clock time (in seconds):83.216
84.85/83.31	o 30
84.95/83.44	c cleaning 10003 clauses out of 20013 with flag 1455001/1455001
85.45/83.90	c cleaning 9996 clauses out of 20009 with flag 1465000/1465000
85.95/84.41	c cleaning 10001 clauses out of 20013 with flag 1475000/1475000
86.35/84.89	c cleaning 10003 clauses out of 20014 with flag 1485002/1485002
86.85/85.37	c cleaning 9998 clauses out of 20009 with flag 1495000/1495000
87.36/85.84	c cleaning 10000 clauses out of 20011 with flag 1505000/1505000
87.86/86.31	c cleaning 9999 clauses out of 20013 with flag 1515002/1515002
88.36/86.82	c cleaning 10001 clauses out of 20012 with flag 1525000/1525000
88.66/87.13	c Got one! Elapsed wall clock time (in seconds):87.04
88.66/87.13	o 29
88.86/87.35	c cleaning 10003 clauses out of 20012 with flag 1535001/1535001
89.36/87.84	c cleaning 10002 clauses out of 20010 with flag 1545002/1545002
89.87/88.34	c cleaning 10000 clauses out of 20007 with flag 1555001/1555001
90.37/88.82	c cleaning 10000 clauses out of 20009 with flag 1565003/1565003
90.77/89.29	c cleaning 9998 clauses out of 20006 with flag 1575000/1575000
91.37/89.81	c cleaning 9997 clauses out of 20008 with flag 1585000/1585000
91.77/90.26	c cleaning 10000 clauses out of 20012 with flag 1595001/1595001
91.97/90.41	c Got one! Elapsed wall clock time (in seconds):90.318
91.97/90.41	o 1
91.97/90.42	c starts		: 240
91.97/90.42	c conflicts		: 1598471
91.97/90.42	c decisions		: 2661875
91.97/90.42	c propagations		: 43073635
91.97/90.42	c inspects		: 405899820
91.97/90.42	c learnt literals	: 0
91.97/90.42	c learnt binary clauses	: 29
91.97/90.42	c learnt ternary clauses	: 926
91.97/90.42	c learnt clauses	: 1598471
91.97/90.42	c ignored clauses	: 0
91.97/90.42	c root simplifications	: 0
91.97/90.42	c removed literals (reason simplification)	: 8861009
91.97/90.42	c reason swapping (by a shorter reason)	: 0
91.97/90.42	c Calls to reduceDB	: 161
91.97/90.42	c number of reductions to clauses (during analyze)	: 0
91.97/90.42	c number of learned constraints concerned by reduction	: 0
91.97/90.42	c number of learning phase by resolution	: 0
91.97/90.42	c number of learning phase by cutting planes	: 0
91.97/90.42	c speed (assignments/second)	: 3.5894695833333335E9
91.97/90.42	c non guided choices	3158
91.97/90.42	c learnt constraints type 
91.97/90.42	c constraints type 
91.97/90.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
91.97/90.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
91.97/90.42	s OPTIMUM FOUND
91.97/90.43	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 
91.97/90.43	c objective function=1
91.97/90.43	c Total wall clock time (in seconds): 90.332

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698641-1278327358/watcher-2698641-1278327358 -o /tmp/evaluation-result-2698641-1278327358/solver-2698641-1278327358 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698641-1278327358.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.95 1.98 1.91 3/196 5127
/proc/meminfo: memFree=32197916/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=13736 CPUtime=0
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 1169 0 0 0 0 0 0 0 20 0 2 0 948263 14065664 624 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 3421 621 297 10 0 1206 0
[pid=5127/tid=5128] ppid=5125 vsize=13684 CPUtime=0
/proc/5127/task/5128/stat : 5128 (java) S 5125 5127 3791 0 -1 4202560 142 0 0 0 0 0 0 0 22 0 2 0 948263 14012416 631 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16784584 3338316592705437695 0 0 -1 5 0 0 0

[startup+0.00788911 s]
/proc/loadavg: 1.95 1.98 1.91 3/196 5127
/proc/meminfo: memFree=32197916/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1517068 CPUtime=0
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 1459 0 1 0 0 0 0 0 20 0 2 0 948263 1553477632 904 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 379267 930 412 10 0 376978 0
[pid=5127/tid=5128] ppid=5125 vsize=1517068 CPUtime=0
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 454 0 1 0 0 0 0 0 21 0 2 0 948263 1553477632 940 4089446400 134512640 134550932 4292318096 18446744073709551615 7877383 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1517068

[startup+0.10086 s]
/proc/loadavg: 1.95 1.98 1.91 3/196 5127
/proc/meminfo: memFree=32197916/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1529712 CPUtime=0.11
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 5223 0 1 0 10 1 0 0 20 0 18 0 948263 1566425088 4661 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 382428 4661 1347 10 0 379731 0
[pid=5127/tid=5128] ppid=5125 vsize=1529712 CPUtime=0.08
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 3565 0 1 0 8 0 0 0 18 0 18 0 948263 1566425088 4661 4089446400 134512640 134550932 4292318096 18446744073709551615 4109157300 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529712

[startup+0.300815 s]
/proc/loadavg: 1.95 1.98 1.91 3/196 5127
/proc/meminfo: memFree=32197916/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1534584 CPUtime=0.61
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 6985 0 1 0 60 1 0 0 20 0 19 0 948263 1571414016 6423 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 383646 6424 1422 10 0 380949 0
[pid=5127/tid=5128] ppid=5125 vsize=1534584 CPUtime=0.28
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 4199 0 1 0 28 0 0 0 19 0 19 0 948263 1571414016 6424 4089446400 134512640 134550932 4292318096 18446744073709551615 4109463604 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1534584

[startup+0.70075 s]
/proc/loadavg: 1.95 1.98 1.91 3/196 5127
/proc/meminfo: memFree=32197916/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1534584 CPUtime=1.17
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 9956 0 1 0 115 2 0 0 20 0 19 0 948263 1571414016 9392 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 383646 9392 1442 10 0 380949 0
[pid=5127/tid=5128] ppid=5125 vsize=1534584 CPUtime=0.67
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 6649 0 1 0 66 1 0 0 19 0 19 0 948263 1571414016 9392 4089446400 134512640 134550932 4292318096 18446744073709551615 4109536152 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1534584

[startup+1.50056 s]
/proc/loadavg: 1.96 1.98 1.91 3/215 5146
/proc/meminfo: memFree=32166456/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1534584 CPUtime=2.06
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 10789 0 1 0 204 2 0 0 20 0 19 0 948263 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 383646 10221 1443 10 0 380949 0
[pid=5127/tid=5128] ppid=5125 vsize=1534584 CPUtime=1.45
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 6731 0 1 0 144 1 0 0 20 0 19 0 948263 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4109474931 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3791 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 19 0 948264 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3791 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 19 0 948264 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 948264 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 948264 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3791 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 948264 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3791 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 948264 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 948264 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5137] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5137/stat : 5137 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 948264 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5138] ppid=5125 vsize=1534584 CPUtime=0.02
/proc/5127/task/5138/stat : 5138 (java) S 5125 5127 3791 0 -1 4202560 485 0 0 0 2 0 0 0 15 0 19 0 948265 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5139] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5139/stat : 5139 (java) S 5125 5127 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 948265 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5140] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5140/stat : 5140 (java) S 5125 5127 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 948265 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5141] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5141/stat : 5141 (java) S 5125 5127 3791 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 948267 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5142] ppid=5125 vsize=1534584 CPUtime=0.24
/proc/5127/task/5142/stat : 5142 (java) S 5125 5127 3791 0 -1 4202560 645 0 0 0 24 0 0 0 15 0 19 0 948267 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 0 0 0 0
[pid=5127/tid=5143] ppid=5125 vsize=1534584 CPUtime=0.31
/proc/5127/task/5143/stat : 5143 (java) S 5125 5127 3791 0 -1 4202560 1112 0 0 0 31 0 0 0 15 0 19 0 948267 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5144] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5144/stat : 5144 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 948267 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5145] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5145/stat : 5145 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 948267 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5146] ppid=5125 vsize=1534584 CPUtime=0
/proc/5127/task/5146/stat : 5146 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 948279 1571414016 10221 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1534584

[startup+3.10129 s]
/proc/loadavg: 1.96 1.98 1.91 3/215 5146
/proc/meminfo: memFree=32149220/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1544944 CPUtime=4.08
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 19670 0 1 0 404 4 0 0 20 0 19 0 948263 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 386236 16351 1442 10 0 383539 0
[pid=5127/tid=5128] ppid=5125 vsize=1544944 CPUtime=3.02
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 10065 0 1 0 301 1 0 0 25 0 19 0 948263 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4159586483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3791 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3791 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3791 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 948264 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3791 0 -1 4202560 150 0 0 0 0 0 0 0 16 0 19 0 948264 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3791 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 948264 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5137] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5137/stat : 5137 (java) S 5125 5127 3791 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5138] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5138/stat : 5138 (java) S 5125 5127 3791 0 -1 4202560 520 0 0 0 4 0 0 0 16 0 19 0 948265 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5139] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5139/stat : 5139 (java) S 5125 5127 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5140] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5140/stat : 5140 (java) S 5125 5127 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5141] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5141/stat : 5141 (java) S 5125 5127 3791 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 948267 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5142] ppid=5125 vsize=1544944 CPUtime=0.29
/proc/5127/task/5142/stat : 5142 (java) S 5125 5127 3791 0 -1 4202560 1125 0 0 0 29 0 0 0 15 0 19 0 948267 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 0 0 0 0
[pid=5127/tid=5143] ppid=5125 vsize=1544944 CPUtime=0.68
/proc/5127/task/5143/stat : 5143 (java) S 5125 5127 3791 0 -1 4202560 6030 0 0 0 67 1 0 0 15 0 19 0 948267 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5144] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5144/stat : 5144 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 948267 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5145] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5145/stat : 5145 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 948267 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5146] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5146/stat : 5146 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 948279 1582022656 16351 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1544944

[startup+6.30069 s]
/proc/loadavg: 1.96 1.98 1.91 3/215 5147
/proc/meminfo: memFree=32136620/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1544944 CPUtime=7.32
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 20126 0 1 0 728 4 0 0 20 0 19 0 948263 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 386236 16798 1444 10 0 383539 0
[pid=5127/tid=5128] ppid=5125 vsize=1544944 CPUtime=6.15
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 10071 0 1 0 614 1 0 0 25 0 19 0 948263 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4109483940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3791 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3791 0 -1 4202560 334 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3791 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3791 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3791 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3791 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5137] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5137/stat : 5137 (java) S 5125 5127 3791 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 948264 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5138] ppid=5125 vsize=1544944 CPUtime=0.09
/proc/5127/task/5138/stat : 5138 (java) S 5125 5127 3791 0 -1 4202560 744 0 0 0 9 0 0 0 16 0 19 0 948265 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5139] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5139/stat : 5139 (java) S 5125 5127 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5140] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5140/stat : 5140 (java) S 5125 5127 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5141] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5141/stat : 5141 (java) S 5125 5127 3791 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 948267 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5142] ppid=5125 vsize=1544944 CPUtime=0.34
/proc/5127/task/5142/stat : 5142 (java) S 5125 5127 3791 0 -1 4202560 1136 0 0 0 34 0 0 0 15 0 19 0 948267 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 0 0 0 0
[pid=5127/tid=5143] ppid=5125 vsize=1544944 CPUtime=0.68
/proc/5127/task/5143/stat : 5143 (java) S 5125 5127 3791 0 -1 4202560 6030 0 0 0 67 1 0 0 15 0 19 0 948267 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5144] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5144/stat : 5144 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 948267 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5145] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5145/stat : 5145 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 948267 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5146] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5146/stat : 5146 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 948279 1582022656 16798 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1544944


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

/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3791 0 -1 4202560 230 0 0 0 4 0 0 0 16 0 19 0 948264 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3791 0 -1 4202560 341 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=1544944 CPUtime=0.03
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3791 0 -1 4202560 14 0 0 0 3 0 0 0 15 0 19 0 948264 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3791 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3791 0 -1 4202560 180 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=1544944 CPUtime=0.03
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3791 0 -1 4202560 178 0 0 0 3 0 0 0 15 0 19 0 948264 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3791 0 -1 4202560 106 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5137] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5137/stat : 5137 (java) S 5125 5127 3791 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5138] ppid=5125 vsize=1544944 CPUtime=1.79
/proc/5127/task/5138/stat : 5138 (java) S 5125 5127 3791 0 -1 4202560 1304 0 0 0 176 3 0 0 15 0 19 0 948265 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5139] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5139/stat : 5139 (java) S 5125 5127 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5140] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5140/stat : 5140 (java) S 5125 5127 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5141] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5141/stat : 5141 (java) S 5125 5127 3791 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 948267 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5142] ppid=5125 vsize=1544944 CPUtime=0.41
/proc/5127/task/5142/stat : 5142 (java) S 5125 5127 3791 0 -1 4202560 1137 0 0 0 41 0 0 0 15 0 19 0 948267 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 0 0 0 0
[pid=5127/tid=5143] ppid=5125 vsize=1544944 CPUtime=1.03
/proc/5127/task/5143/stat : 5143 (java) S 5125 5127 3791 0 -1 4202560 6130 0 0 0 102 1 0 0 15 0 19 0 948267 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5144] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5144/stat : 5144 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 948267 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5145] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5145/stat : 5145 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 948267 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5146] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5146/stat : 5146 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 948279 1582022656 17676 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.07
Current children cumulated vsize (KiB) 1544944

[startup+89.901 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 5149
/proc/meminfo: memFree=32048760/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1544944 CPUtime=91.47
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 21167 0 1 0 9137 10 0 0 20 0 19 0 948263 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 386236 17677 1444 10 0 383539 0
[pid=5127/tid=5128] ppid=5125 vsize=1544944 CPUtime=87.8
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 10340 0 1 0 8778 2 0 0 25 0 19 0 948263 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4109499124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3791 0 -1 4202560 230 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3791 0 -1 4202560 341 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=1544944 CPUtime=0.03
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3791 0 -1 4202560 14 0 0 0 3 0 0 0 16 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3791 0 -1 4202560 13 0 0 0 4 0 0 0 16 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=1544944 CPUtime=0.05
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3791 0 -1 4202560 180 0 0 0 5 0 0 0 16 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=1544944 CPUtime=0.03
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3791 0 -1 4202560 178 0 0 0 3 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3791 0 -1 4202560 106 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5137] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5137/stat : 5137 (java) S 5125 5127 3791 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5138] ppid=5125 vsize=1544944 CPUtime=1.8
/proc/5127/task/5138/stat : 5138 (java) S 5125 5127 3791 0 -1 4202560 1304 0 0 0 177 3 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5139] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5139/stat : 5139 (java) S 5125 5127 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5140] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5140/stat : 5140 (java) S 5125 5127 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5141] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5141/stat : 5141 (java) S 5125 5127 3791 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5142] ppid=5125 vsize=1544944 CPUtime=0.41
/proc/5127/task/5142/stat : 5142 (java) S 5125 5127 3791 0 -1 4202560 1137 0 0 0 41 0 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 0 0 0 0
[pid=5127/tid=5143] ppid=5125 vsize=1544944 CPUtime=1.03
/proc/5127/task/5143/stat : 5143 (java) S 5125 5127 3791 0 -1 4202560 6130 0 0 0 102 1 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5144] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5144/stat : 5144 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5145] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5145/stat : 5145 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5146] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5146/stat : 5146 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 948279 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.47
Current children cumulated vsize (KiB) 1544944

[startup+90.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 5149
/proc/meminfo: memFree=32048636/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1544944 CPUtime=91.87
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 21168 0 1 0 9177 10 0 0 20 0 19 0 948263 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 386236 17677 1444 10 0 383539 0
[pid=5127/tid=5128] ppid=5125 vsize=1544944 CPUtime=88.19
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 10341 0 1 0 8817 2 0 0 25 0 19 0 948263 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4109257570 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3791 0 -1 4202560 230 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3791 0 -1 4202560 341 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=1544944 CPUtime=0.03
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3791 0 -1 4202560 14 0 0 0 3 0 0 0 16 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3791 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=1544944 CPUtime=0.05
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3791 0 -1 4202560 180 0 0 0 5 0 0 0 16 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=1544944 CPUtime=0.03
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3791 0 -1 4202560 178 0 0 0 3 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3791 0 -1 4202560 106 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5137] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5137/stat : 5137 (java) S 5125 5127 3791 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5138] ppid=5125 vsize=1544944 CPUtime=1.81
/proc/5127/task/5138/stat : 5138 (java) S 5125 5127 3791 0 -1 4202560 1304 0 0 0 178 3 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5139] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5139/stat : 5139 (java) S 5125 5127 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5140] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5140/stat : 5140 (java) S 5125 5127 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5141] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5141/stat : 5141 (java) S 5125 5127 3791 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5142] ppid=5125 vsize=1544944 CPUtime=0.41
/proc/5127/task/5142/stat : 5142 (java) S 5125 5127 3791 0 -1 4202560 1137 0 0 0 41 0 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 0 0 0 0
[pid=5127/tid=5143] ppid=5125 vsize=1544944 CPUtime=1.03
/proc/5127/task/5143/stat : 5143 (java) S 5125 5127 3791 0 -1 4202560 6130 0 0 0 102 1 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5144] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5144/stat : 5144 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5145] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5145/stat : 5145 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5146] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5146/stat : 5146 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 948279 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.87
Current children cumulated vsize (KiB) 1544944

[startup+90.4009 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 5149
/proc/meminfo: memFree=32048636/32951124 swapFree=67111528/67111528
[pid=5127] ppid=5125 vsize=1544944 CPUtime=91.97
/proc/5127/stat : 5127 (java) S 5125 5127 3791 0 -1 4202496 21168 0 1 0 9187 10 0 0 20 0 19 0 948263 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5127/statm: 386236 17677 1444 10 0 383539 0
[pid=5127/tid=5128] ppid=5125 vsize=1544944 CPUtime=88.29
/proc/5127/task/5128/stat : 5128 (java) R 5125 5127 3791 0 -1 4202560 10341 0 1 0 8827 2 0 0 25 0 19 0 948263 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4109461356 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5127/tid=5130] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5130/stat : 5130 (java) S 5125 5127 3791 0 -1 4202560 230 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5131] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5131/stat : 5131 (java) S 5125 5127 3791 0 -1 4202560 341 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5132] ppid=5125 vsize=1544944 CPUtime=0.03
/proc/5127/task/5132/stat : 5132 (java) S 5125 5127 3791 0 -1 4202560 14 0 0 0 3 0 0 0 16 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 5 0 0 0
[pid=5127/tid=5133] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5133/stat : 5133 (java) S 5125 5127 3791 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5134] ppid=5125 vsize=1544944 CPUtime=0.05
/proc/5127/task/5134/stat : 5134 (java) S 5125 5127 3791 0 -1 4202560 180 0 0 0 5 0 0 0 16 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5135] ppid=5125 vsize=1544944 CPUtime=0.03
/proc/5127/task/5135/stat : 5135 (java) S 5125 5127 3791 0 -1 4202560 178 0 0 0 3 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5136] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5136/stat : 5136 (java) S 5125 5127 3791 0 -1 4202560 106 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5137] ppid=5125 vsize=1544944 CPUtime=0.04
/proc/5127/task/5137/stat : 5137 (java) S 5125 5127 3791 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 948264 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5138] ppid=5125 vsize=1544944 CPUtime=1.81
/proc/5127/task/5138/stat : 5138 (java) S 5125 5127 3791 0 -1 4202560 1304 0 0 0 178 3 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 0 0 16800975 18446604470869824832 0 0 -1 7 0 0 0
[pid=5127/tid=5139] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5139/stat : 5139 (java) S 5125 5127 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5140] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5140/stat : 5140 (java) S 5125 5127 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 948265 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5141] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5141/stat : 5141 (java) S 5125 5127 3791 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5142] ppid=5125 vsize=1544944 CPUtime=0.41
/proc/5127/task/5142/stat : 5142 (java) S 5125 5127 3791 0 -1 4202560 1137 0 0 0 41 0 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 0 0 0 0
[pid=5127/tid=5143] ppid=5125 vsize=1544944 CPUtime=1.03
/proc/5127/task/5143/stat : 5143 (java) S 5125 5127 3791 0 -1 4202560 6130 0 0 0 102 1 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5144] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5144/stat : 5144 (java) S 5125 5127 3791 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 3 0 0 0
[pid=5127/tid=5145] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5145/stat : 5145 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 948267 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
[pid=5127/tid=5146] ppid=5125 vsize=1544944 CPUtime=0
/proc/5127/task/5146/stat : 5146 (java) S 5125 5127 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 948279 1582022656 17677 4089446400 134512640 134550932 4292318096 18446744073709551615 4294960144 0 4 0 16800975 18446604470869824832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.97
Current children cumulated vsize (KiB) 1544944

Child status: 30
Real time (s): 90.4791
CPU time (s): 92.01
CPU user time (s): 91.904
CPU system time (s): 0.105983
CPU usage (%): 101.692
Max. virtual memory (cumulated for all children) (KiB): 1544944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.904
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21182
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= 6216
involuntary context switches= 21965

runsolver used 0.165974 second user time and 0.345947 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-05 12:55:58
IDJOB=2698641
IDBENCH=79207
IDSOLVER=1211
FILE ID=node139/2698641-1278327358
PBS_JOBID= 11207424
Free space on /tmp= 74208 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.1111226368--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-2698641-1278327358/watcher-2698641-1278327358 -o /tmp/evaluation-result-2698641-1278327358/solver-2698641-1278327358 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698641-1278327358.wbo

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

MD5SUM BENCH= 2aecdb7c21b6040137fec95add861f35
RANDOM SEED=286959796

node139.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.841
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.68
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.841
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.83
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.841
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.841
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.83
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.841
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.841
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.841
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.841
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32198544 kB
Buffers:         26060 kB
Cached:         324888 kB
SwapCached:          0 kB
Active:         383944 kB
Inactive:       267764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32198544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             588 kB
Writeback:           0 kB
AnonPages:      300520 kB
Mapped:          20352 kB
Slab:            36356 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1643152 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= 74208 MiB
End job on node139 at 2010-07-05 12:57:28