Trace number 2698621

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 85.0831 83.5981

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212476--soft-0-100-0.wbo
MD5SUM935e196b2e49c7ace79e7b55afc624f4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.307952
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1139
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.10/0.09	c Pseudo Boolean Optimization
0.10/0.09	c --- Begin Solver configuration ---
0.10/0.09	c Stops conflict analysis at the first Unique Implication Point
0.10/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.10/0.09	c Learn all clauses as in MiniSAT
0.10/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.09	c Expensive reason simplification
0.10/0.09	c Armin Biere (Picosat) restarts strategy
0.10/0.09	c Glucose learned constraints deletion strategy
0.10/0.09	c timeout=2147483s
0.10/0.09	c DB Simplification allowed=false
0.10/0.09	c --- End Solver configuration ---
0.10/0.09	c solving HOME/instance-2698621-1278327323.wbo
0.10/0.09	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.054s.
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.33/0.22	c SATISFIABLE
0.33/0.22	c OPTIMIZING...
0.33/0.22	c Got one! Elapsed wall clock time (in seconds):0.133
0.33/0.22	o 1124
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.17
0.33/0.26	o 712
0.62/0.30	c Got one! Elapsed wall clock time (in seconds):0.206
0.62/0.30	o 709
0.62/0.31	c Got one! Elapsed wall clock time (in seconds):0.219
0.62/0.31	o 424
0.77/0.42	c Got one! Elapsed wall clock time (in seconds):0.325
0.77/0.42	o 395
0.77/0.43	c Got one! Elapsed wall clock time (in seconds):0.343
0.77/0.43	o 392
0.77/0.48	c Got one! Elapsed wall clock time (in seconds):0.384
0.77/0.48	o 385
0.91/0.50	c Got one! Elapsed wall clock time (in seconds):0.414
0.91/0.51	o 372
0.91/0.57	c Got one! Elapsed wall clock time (in seconds):0.482
0.91/0.57	o 357
1.03/0.67	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.03/0.69	c Got one! Elapsed wall clock time (in seconds):0.594
1.03/0.69	o 348
1.15/0.77	c Got one! Elapsed wall clock time (in seconds):0.675
1.15/0.77	o 342
1.25/0.86	c Got one! Elapsed wall clock time (in seconds):0.773
1.25/0.86	o 303
1.45/1.09	c cleaning 4247 clauses out of 8503 with flag 11002/11002
1.67/1.23	c Got one! Elapsed wall clock time (in seconds):1.135
1.67/1.23	o 295
1.78/1.31	c Got one! Elapsed wall clock time (in seconds):1.223
1.78/1.31	o 220
1.98/1.58	c cleaning 5624 clauses out of 11255 with flag 18001/18001
2.39/1.91	c Got one! Elapsed wall clock time (in seconds):1.815
2.39/1.91	o 215
2.60/2.13	c cleaning 6811 clauses out of 13630 with flag 26000/26000
3.21/2.75	c cleaning 7905 clauses out of 15819 with flag 35000/35000
3.82/3.38	c Got one! Elapsed wall clock time (in seconds):3.286
3.82/3.38	o 207
3.91/3.47	c cleaning 8955 clauses out of 17914 with flag 45000/45000
4.11/3.61	c Got one! Elapsed wall clock time (in seconds):3.521
4.11/3.61	o 191
4.44/3.94	c Got one! Elapsed wall clock time (in seconds):3.851
4.44/3.94	o 187
4.76/4.23	c cleaning 9476 clauses out of 18960 with flag 55001/55001
5.05/4.50	c Got one! Elapsed wall clock time (in seconds):4.407
5.05/4.50	o 185
5.45/4.90	c cleaning 9740 clauses out of 19485 with flag 65002/65002
6.15/5.61	c cleaning 9859 clauses out of 19743 with flag 75000/75000
6.15/5.68	c Got one! Elapsed wall clock time (in seconds):5.589
6.15/5.68	o 182
6.85/6.37	c cleaning 9938 clauses out of 19884 with flag 85000/85000
7.55/7.02	c cleaning 9964 clauses out of 19948 with flag 95002/95002
8.26/7.71	c cleaning 9989 clauses out of 19985 with flag 105003/105003
8.46/8.00	c Got one! Elapsed wall clock time (in seconds):7.904
8.46/8.00	o 173
8.96/8.42	c cleaning 9993 clauses out of 19993 with flag 115000/115000
9.16/8.63	c Got one! Elapsed wall clock time (in seconds):8.539
9.16/8.63	o 160
9.75/9.20	c cleaning 9994 clauses out of 20000 with flag 125000/125000
10.36/9.84	c cleaning 10001 clauses out of 20006 with flag 135000/135000
10.36/9.87	c Got one! Elapsed wall clock time (in seconds):9.782
10.36/9.87	o 132
10.66/10.10	c Got one! Elapsed wall clock time (in seconds):10.014
10.66/10.10	o 129
11.06/10.56	c cleaning 9999 clauses out of 20005 with flag 145000/145000
11.57/11.06	c Got one! Elapsed wall clock time (in seconds):10.972
11.57/11.06	o 119
11.80/11.25	c cleaning 9999 clauses out of 20006 with flag 155000/155000
12.54/11.85	c Got one! Elapsed wall clock time (in seconds):11.763
12.54/11.85	o 114
12.78/12.03	c cleaning 9997 clauses out of 20007 with flag 165000/165000
13.60/12.73	c cleaning 10001 clauses out of 20010 with flag 175000/175000
13.80/12.99	c Got one! Elapsed wall clock time (in seconds):12.895
13.80/12.99	o 111
14.43/13.51	c cleaning 10002 clauses out of 20011 with flag 185002/185002
15.03/14.14	c cleaning 10002 clauses out of 20010 with flag 195003/195003
15.34/14.47	c Got one! Elapsed wall clock time (in seconds):14.375
15.34/14.47	o 98
16.07/14.89	c cleaning 9997 clauses out of 20006 with flag 205001/205001
16.28/15.07	c Got one! Elapsed wall clock time (in seconds):14.98
16.28/15.07	o 80
16.78/15.53	c cleaning 9998 clauses out of 20008 with flag 215000/215000
17.08/15.88	c Got one! Elapsed wall clock time (in seconds):15.79
17.08/15.88	o 68
17.38/16.16	c cleaning 10001 clauses out of 20011 with flag 225001/225001
18.08/16.84	c cleaning 10000 clauses out of 20009 with flag 235000/235000
18.18/16.92	c Got one! Elapsed wall clock time (in seconds):16.827
18.18/16.92	o 66
18.68/17.50	c cleaning 10002 clauses out of 20010 with flag 245001/245001
19.08/17.82	c Got one! Elapsed wall clock time (in seconds):17.731
19.08/17.82	o 65
19.38/18.11	c cleaning 10000 clauses out of 20007 with flag 255000/255000
19.99/18.74	c cleaning 10000 clauses out of 20007 with flag 265000/265000
20.58/19.34	c cleaning 9996 clauses out of 20007 with flag 275000/275000
20.68/19.45	c Got one! Elapsed wall clock time (in seconds):19.358
20.68/19.45	o 61
21.18/19.97	c cleaning 10001 clauses out of 20011 with flag 285000/285000
21.88/20.61	c cleaning 10003 clauses out of 20011 with flag 295001/295001
22.48/21.28	c cleaning 10002 clauses out of 20007 with flag 305000/305000
22.68/21.40	c Got one! Elapsed wall clock time (in seconds):21.306
22.68/21.40	o 41
22.78/21.57	c Got one! Elapsed wall clock time (in seconds):21.482
22.78/21.57	o 34
23.08/21.87	c cleaning 10001 clauses out of 20005 with flag 315000/315000
23.38/22.15	c Got one! Elapsed wall clock time (in seconds):22.059
23.38/22.15	o 25
23.68/22.46	c cleaning 9998 clauses out of 20004 with flag 325000/325000
24.29/23.09	c cleaning 9999 clauses out of 20007 with flag 335001/335001
24.49/23.21	c Got one! Elapsed wall clock time (in seconds):23.123
24.49/23.21	o 22
24.89/23.69	c cleaning 9998 clauses out of 20007 with flag 345000/345000
25.50/24.24	c cleaning 10003 clauses out of 20010 with flag 355001/355001
26.00/24.78	c cleaning 10001 clauses out of 20008 with flag 365002/365002
26.30/25.03	c Got one! Elapsed wall clock time (in seconds):24.939
26.30/25.03	o 20
26.63/25.33	c cleaning 9997 clauses out of 20005 with flag 375000/375000
27.22/25.91	c cleaning 10001 clauses out of 20009 with flag 385001/385001
27.73/26.47	c cleaning 10001 clauses out of 20007 with flag 395000/395000
28.22/26.96	c cleaning 9993 clauses out of 20006 with flag 405000/405000
28.83/27.51	c cleaning 10006 clauses out of 20017 with flag 415004/415004
29.32/28.08	c cleaning 9999 clauses out of 20008 with flag 425001/425001
29.93/28.63	c cleaning 9997 clauses out of 20008 with flag 435000/435000
30.42/29.15	c cleaning 10001 clauses out of 20011 with flag 445000/445000
30.93/29.67	c cleaning 10003 clauses out of 20010 with flag 455000/455000
31.12/29.88	c Got one! Elapsed wall clock time (in seconds):29.785
31.12/29.88	o 18
31.52/30.23	c cleaning 10000 clauses out of 20008 with flag 465001/465001
32.13/30.83	c cleaning 9999 clauses out of 20007 with flag 475000/475000
32.23/30.92	c Got one! Elapsed wall clock time (in seconds):30.832
32.23/30.92	o 15
32.73/31.42	c cleaning 10001 clauses out of 20009 with flag 485001/485001
33.23/31.92	c cleaning 10000 clauses out of 20007 with flag 495000/495000
33.72/32.44	c cleaning 9998 clauses out of 20009 with flag 505002/505002
34.12/32.81	c Got one! Elapsed wall clock time (in seconds):32.718
34.12/32.81	o 9
34.23/32.97	c cleaning 10001 clauses out of 20011 with flag 515002/515002
34.83/33.51	c cleaning 10001 clauses out of 20008 with flag 525000/525000
35.23/34.00	c cleaning 10000 clauses out of 20008 with flag 535001/535001
35.83/34.50	c cleaning 9992 clauses out of 20009 with flag 545002/545002
36.33/35.06	c cleaning 10004 clauses out of 20015 with flag 555000/555000
36.84/35.55	c cleaning 10000 clauses out of 20013 with flag 565002/565002
37.34/36.06	c cleaning 10002 clauses out of 20013 with flag 575002/575002
37.84/36.54	c cleaning 9999 clauses out of 20010 with flag 585001/585001
38.34/37.06	c cleaning 9999 clauses out of 20012 with flag 595002/595002
38.84/37.54	c cleaning 10000 clauses out of 20011 with flag 605000/605000
39.34/38.01	c cleaning 9999 clauses out of 20012 with flag 615001/615001
39.74/38.47	c cleaning 10002 clauses out of 20013 with flag 625001/625001
40.24/38.91	c cleaning 10002 clauses out of 20011 with flag 635001/635001
40.64/39.35	c cleaning 10002 clauses out of 20009 with flag 645001/645001
40.74/39.40	c Got one! Elapsed wall clock time (in seconds):39.309
40.74/39.40	o 8
41.24/39.93	c cleaning 9999 clauses out of 20007 with flag 655001/655001
41.74/40.42	c cleaning 10001 clauses out of 20009 with flag 665002/665002
42.24/40.92	c cleaning 9998 clauses out of 20006 with flag 675000/675000
42.74/41.47	c cleaning 10001 clauses out of 20011 with flag 685003/685003
43.24/41.97	c cleaning 10000 clauses out of 20007 with flag 695000/695000
43.74/42.44	c cleaning 10002 clauses out of 20009 with flag 705002/705002
44.25/42.91	c cleaning 9999 clauses out of 20005 with flag 715000/715000
44.75/43.43	c cleaning 9996 clauses out of 20006 with flag 725000/725000
45.25/43.92	c cleaning 10003 clauses out of 20012 with flag 735002/735002
45.65/44.40	c cleaning 9999 clauses out of 20009 with flag 745002/745002
46.15/44.84	c cleaning 9996 clauses out of 20008 with flag 755000/755000
46.65/45.31	c cleaning 10002 clauses out of 20012 with flag 765000/765000
47.05/45.76	c cleaning 10001 clauses out of 20012 with flag 775002/775002
47.56/46.20	c cleaning 9999 clauses out of 20010 with flag 785001/785001
47.95/46.64	c cleaning 9998 clauses out of 20010 with flag 795000/795000
48.46/47.11	c cleaning 10002 clauses out of 20012 with flag 805000/805000
48.86/47.55	c cleaning 10002 clauses out of 20012 with flag 815002/815002
49.26/47.98	c cleaning 10000 clauses out of 20008 with flag 825000/825000
49.76/48.47	c cleaning 9998 clauses out of 20008 with flag 835000/835000
50.26/48.94	c cleaning 10002 clauses out of 20010 with flag 845000/845000
50.77/49.42	c cleaning 10000 clauses out of 20009 with flag 855001/855001
51.16/49.87	c cleaning 9998 clauses out of 20009 with flag 865001/865001
51.66/50.33	c cleaning 10001 clauses out of 20010 with flag 875000/875000
52.06/50.78	c cleaning 10002 clauses out of 20011 with flag 885002/885002
52.36/51.08	c Got one! Elapsed wall clock time (in seconds):50.99
52.36/51.08	o 7
52.56/51.29	c cleaning 9999 clauses out of 20010 with flag 895003/895003
53.16/51.81	c cleaning 10002 clauses out of 20009 with flag 905001/905001
53.56/52.29	c cleaning 10000 clauses out of 20007 with flag 915001/915001
54.07/52.78	c cleaning 9999 clauses out of 20006 with flag 925000/925000
54.67/53.35	c cleaning 9999 clauses out of 20009 with flag 935002/935002
55.18/53.85	c cleaning 9998 clauses out of 20008 with flag 945000/945000
55.67/54.33	c cleaning 10002 clauses out of 20013 with flag 955003/955003
56.17/54.83	c cleaning 9998 clauses out of 20008 with flag 965000/965000
56.67/55.31	c cleaning 10001 clauses out of 20011 with flag 975001/975001
57.17/55.82	c cleaning 10001 clauses out of 20011 with flag 985002/985002
57.67/56.31	c cleaning 9998 clauses out of 20008 with flag 995000/995000
58.17/56.81	c cleaning 9998 clauses out of 20010 with flag 1005000/1005000
58.67/57.34	c cleaning 10002 clauses out of 20013 with flag 1015001/1015001
59.18/57.89	c cleaning 9999 clauses out of 20011 with flag 1025001/1025001
59.68/58.38	c cleaning 10003 clauses out of 20013 with flag 1035002/1035002
60.18/58.88	c cleaning 9999 clauses out of 20008 with flag 1045000/1045000
60.68/59.34	c cleaning 10000 clauses out of 20010 with flag 1055001/1055001
61.19/59.86	c cleaning 10003 clauses out of 20010 with flag 1065001/1065001
61.69/60.37	c cleaning 10000 clauses out of 20007 with flag 1075001/1075001
62.19/60.87	c cleaning 9998 clauses out of 20007 with flag 1085001/1085001
62.69/61.34	c cleaning 9999 clauses out of 20008 with flag 1095000/1095000
63.19/61.84	c cleaning 10001 clauses out of 20010 with flag 1105001/1105001
63.70/62.30	c cleaning 10000 clauses out of 20008 with flag 1115000/1115000
64.20/62.80	c cleaning 10000 clauses out of 20008 with flag 1125000/1125000
64.61/63.26	c cleaning 10001 clauses out of 20008 with flag 1135000/1135000
65.11/63.72	c cleaning 9996 clauses out of 20009 with flag 1145002/1145002
65.51/64.18	c cleaning 10002 clauses out of 20011 with flag 1155000/1155000
66.00/64.64	c cleaning 9999 clauses out of 20009 with flag 1165000/1165000
66.51/65.10	c cleaning 10000 clauses out of 20010 with flag 1175000/1175000
66.91/65.55	c cleaning 10002 clauses out of 20010 with flag 1185000/1185000
67.42/66.01	c cleaning 9999 clauses out of 20009 with flag 1195001/1195001
67.81/66.47	c cleaning 10001 clauses out of 20011 with flag 1205002/1205002
68.31/66.93	c cleaning 9999 clauses out of 20008 with flag 1215000/1215000
68.71/67.38	c cleaning 10002 clauses out of 20013 with flag 1225004/1225004
69.22/67.85	c cleaning 9998 clauses out of 20011 with flag 1235004/1235004
69.63/68.29	c cleaning 9998 clauses out of 20009 with flag 1245000/1245000
70.12/68.79	c cleaning 10003 clauses out of 20012 with flag 1255001/1255001
70.63/69.26	c cleaning 10002 clauses out of 20008 with flag 1265000/1265000
71.13/69.71	c cleaning 10000 clauses out of 20006 with flag 1275000/1275000
71.53/70.15	c cleaning 9999 clauses out of 20008 with flag 1285002/1285002
72.03/70.62	c cleaning 9998 clauses out of 20007 with flag 1295000/1295000
72.43/71.07	c cleaning 10002 clauses out of 20010 with flag 1305001/1305001
72.84/71.50	c cleaning 10000 clauses out of 20007 with flag 1315000/1315000
73.33/71.95	c cleaning 10001 clauses out of 20008 with flag 1325001/1325001
73.84/72.40	c cleaning 9996 clauses out of 20007 with flag 1335001/1335001
74.25/72.87	c cleaning 10001 clauses out of 20011 with flag 1345001/1345001
74.75/73.35	c cleaning 10002 clauses out of 20010 with flag 1355001/1355001
75.25/73.80	c cleaning 10001 clauses out of 20008 with flag 1365001/1365001
75.65/74.26	c cleaning 10000 clauses out of 20007 with flag 1375001/1375001
76.16/74.72	c cleaning 9998 clauses out of 20008 with flag 1385002/1385002
76.55/75.15	c cleaning 9996 clauses out of 20008 with flag 1395000/1395000
77.05/75.62	c cleaning 10002 clauses out of 20014 with flag 1405002/1405002
77.46/76.09	c cleaning 10003 clauses out of 20011 with flag 1415001/1415001
77.96/76.53	c cleaning 9998 clauses out of 20007 with flag 1425000/1425000
78.36/76.99	c cleaning 10001 clauses out of 20009 with flag 1435000/1435000
78.86/77.42	c cleaning 10002 clauses out of 20009 with flag 1445001/1445001
79.26/77.87	c cleaning 9997 clauses out of 20006 with flag 1455000/1455000
79.76/78.35	c cleaning 10001 clauses out of 20010 with flag 1465001/1465001
80.26/78.83	c cleaning 10000 clauses out of 20009 with flag 1475001/1475001
80.76/79.30	c cleaning 9998 clauses out of 20008 with flag 1485000/1485000
81.16/79.79	c cleaning 10000 clauses out of 20012 with flag 1495002/1495002
81.77/80.35	c cleaning 10003 clauses out of 20012 with flag 1505002/1505002
82.27/80.83	c cleaning 9997 clauses out of 20009 with flag 1515002/1515002
82.67/81.30	c cleaning 10001 clauses out of 20011 with flag 1525001/1525001
83.07/81.68	c Got one! Elapsed wall clock time (in seconds):81.592
83.07/81.68	o 2
83.27/81.82	c cleaning 10001 clauses out of 20009 with flag 1535000/1535000
83.77/82.32	c cleaning 10000 clauses out of 20009 with flag 1545001/1545001
84.27/82.86	c cleaning 10001 clauses out of 20009 with flag 1555001/1555001
84.87/83.43	c cleaning 10001 clauses out of 20008 with flag 1565001/1565001
85.00/83.57	c starts		: 248
85.00/83.57	c conflicts		: 1568071
85.00/83.57	c decisions		: 2242942
85.00/83.57	c propagations		: 34202338
85.00/83.57	c inspects		: 424744499
85.00/83.57	c learnt literals	: 6
85.00/83.57	c learnt binary clauses	: 53
85.00/83.57	c learnt ternary clauses	: 353
85.00/83.57	c learnt clauses	: 1568064
85.00/83.57	c ignored clauses	: 0
85.00/83.57	c root simplifications	: 0
85.00/83.57	c removed literals (reason simplification)	: 15693312
85.00/83.57	c reason swapping (by a shorter reason)	: 0
85.00/83.57	c Calls to reduceDB	: 158
85.00/83.57	c number of reductions to clauses (during analyze)	: 0
85.00/83.57	c number of learned constraints concerned by reduction	: 0
85.00/83.57	c number of learning phase by resolution	: 0
85.00/83.57	c number of learning phase by cutting planes	: 0
85.00/83.57	c speed (assignments/second)	: 1.813485577942736E7
85.00/83.57	c non guided choices	2407
85.00/83.57	c learnt constraints type 
85.00/83.57	c constraints type 
85.00/83.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
85.00/83.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
85.00/83.57	s OPTIMUM FOUND
85.00/83.57	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 
85.00/83.57	c objective function=2
85.00/83.57	c Total wall clock time (in seconds): 83.48

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698621-1278327323/watcher-2698621-1278327323 -o /tmp/evaluation-result-2698621-1278327323/solver-2698621-1278327323 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698621-1278327323.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 2.00 1.91 3/196 4211
/proc/meminfo: memFree=32404660/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=13684 CPUtime=0
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 1185 0 0 0 0 0 0 0 20 0 2 0 945265 14012416 631 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 3421 631 307 10 0 1206 0
[pid=4211/tid=4212] ppid=4209 vsize=13684 CPUtime=0
/proc/4211/task/4212/stat : 4212 (java) S 4209 4211 3841 0 -1 4202560 142 0 0 0 0 0 0 0 22 0 2 0 945265 14012416 631 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16784584 4098007659242848255 0 0 -1 5 0 0 0

[startup+0.082907 s]
/proc/loadavg: 1.99 2.00 1.91 3/196 4211
/proc/meminfo: memFree=32404660/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1530016 CPUtime=0.1
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 5066 0 1 0 9 1 0 0 20 0 18 0 945265 1566736384 4501 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 382504 4503 1344 10 0 379807 0
[pid=4211/tid=4212] ppid=4209 vsize=1530016 CPUtime=0.06
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 3418 0 1 0 6 0 0 0 19 0 18 0 945265 1566736384 4503 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530016

[startup+0.100932 s]
/proc/loadavg: 1.99 2.00 1.91 3/196 4211
/proc/meminfo: memFree=32404660/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1530148 CPUtime=0.12
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 5245 0 1 0 11 1 0 0 20 0 18 0 945265 1566871552 4680 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 382537 4680 1347 10 0 379840 0
[pid=4211/tid=4212] ppid=4209 vsize=1530148 CPUtime=0.08
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 3581 0 1 0 8 0 0 0 19 0 18 0 945265 1566871552 4680 4089446400 134512640 134550932 4291531824 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) 1530148

[startup+0.300859 s]
/proc/loadavg: 1.99 2.00 1.91 3/196 4211
/proc/meminfo: memFree=32404660/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1532724 CPUtime=0.62
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 7031 0 1 0 61 1 0 0 20 0 19 0 945265 1569509376 6152 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 383181 6152 1421 10 0 380484 0
[pid=4211/tid=4212] ppid=4209 vsize=1532724 CPUtime=0.28
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 4209 0 1 0 28 0 0 0 20 0 19 0 945265 1569509376 6153 4089446400 134512640 134550932 4291531824 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1532724

[startup+0.700794 s]
/proc/loadavg: 1.99 2.00 1.91 3/196 4211
/proc/meminfo: memFree=32404660/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1532588 CPUtime=1.15
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 10556 0 1 0 113 2 0 0 20 0 19 0 945265 1569370112 9637 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 383147 9637 1439 10 0 380450 0
[pid=4211/tid=4212] ppid=4209 vsize=1532588 CPUtime=0.68
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 7182 0 1 0 67 1 0 0 20 0 19 0 945265 1569370112 9637 4089446400 134512640 134550932 4291531824 18446744073709551615 4109348998 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1532588

[startup+1.50061 s]
/proc/loadavg: 1.99 2.00 1.91 3/215 4230
/proc/meminfo: memFree=32372208/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1532588 CPUtime=1.98
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 11186 0 1 0 196 2 0 0 20 0 19 0 945265 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 383147 10266 1439 10 0 380450 0
[pid=4211/tid=4212] ppid=4209 vsize=1532588 CPUtime=1.46
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 7184 0 1 0 145 1 0 0 22 0 19 0 945265 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4109448460 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4211/tid=4214] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4214/stat : 4214 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4215] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4215/stat : 4215 (java) S 4209 4211 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4216] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4216/stat : 4216 (java) S 4209 4211 3841 0 -1 4202560 246 0 0 0 0 0 0 0 16 0 19 0 945266 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4217] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4217/stat : 4217 (java) S 4209 4211 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4218] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4218/stat : 4218 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4219] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4219/stat : 4219 (java) S 4209 4211 3841 0 -1 4202560 237 0 0 0 0 0 0 0 16 0 19 0 945266 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4220] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4220/stat : 4220 (java) S 4209 4211 3841 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4221] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4221/stat : 4221 (java) S 4209 4211 3841 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4222] ppid=4209 vsize=1532588 CPUtime=0.01
/proc/4211/task/4222/stat : 4222 (java) S 4209 4211 3841 0 -1 4202560 391 0 0 0 1 0 0 0 15 0 19 0 945267 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4223] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4223/stat : 4223 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945267 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4224] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4224/stat : 4224 (java) S 4209 4211 3841 0 -1 4202560 14 0 0 0 0 0 0 0 19 0 19 0 945267 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4225] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4225/stat : 4225 (java) S 4209 4211 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 945269 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4226] ppid=4209 vsize=1532588 CPUtime=0.27
/proc/4211/task/4226/stat : 4226 (java) S 4209 4211 3841 0 -1 4202560 896 0 0 0 27 0 0 0 16 0 19 0 945269 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4227] ppid=4209 vsize=1532588 CPUtime=0.2
/proc/4211/task/4227/stat : 4227 (java) S 4209 4211 3841 0 -1 4202560 906 0 0 0 20 0 0 0 15 0 19 0 945269 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4228] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4228/stat : 4228 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945269 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4229] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4229/stat : 4229 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945269 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4230] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4230/stat : 4230 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 945281 1569370112 10266 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1532588

[startup+3.10132 s]
/proc/loadavg: 1.99 2.00 1.91 3/215 4230
/proc/meminfo: memFree=32362536/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1532588 CPUtime=3.61
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 13835 0 1 0 358 3 0 0 20 0 19 0 945265 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 383147 12912 1441 10 0 380450 0
[pid=4211/tid=4212] ppid=4209 vsize=1532588 CPUtime=3.02
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 9459 0 1 0 301 1 0 0 25 0 19 0 945265 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4109351019 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4211/tid=4214] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4214/stat : 4214 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4215] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4215/stat : 4215 (java) S 4209 4211 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4216] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4216/stat : 4216 (java) S 4209 4211 3841 0 -1 4202560 320 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4217] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4217/stat : 4217 (java) S 4209 4211 3841 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 19 0 945266 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4218] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4218/stat : 4218 (java) S 4209 4211 3841 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 945266 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4219] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4219/stat : 4219 (java) S 4209 4211 3841 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4220] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4220/stat : 4220 (java) S 4209 4211 3841 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4221] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4221/stat : 4221 (java) S 4209 4211 3841 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4222] ppid=4209 vsize=1532588 CPUtime=0.04
/proc/4211/task/4222/stat : 4222 (java) S 4209 4211 3841 0 -1 4202560 557 0 0 0 4 0 0 0 15 0 19 0 945267 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4223] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4223/stat : 4223 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945267 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4224] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4224/stat : 4224 (java) S 4209 4211 3841 0 -1 4202560 14 0 0 0 0 0 0 0 19 0 19 0 945267 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4225] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4225/stat : 4225 (java) S 4209 4211 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 945269 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4226] ppid=4209 vsize=1532588 CPUtime=0.29
/proc/4211/task/4226/stat : 4226 (java) S 4209 4211 3841 0 -1 4202560 907 0 0 0 29 0 0 0 15 0 19 0 945269 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4227] ppid=4209 vsize=1532588 CPUtime=0.21
/proc/4211/task/4227/stat : 4227 (java) S 4209 4211 3841 0 -1 4202560 906 0 0 0 21 0 0 0 15 0 19 0 945269 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4228] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4228/stat : 4228 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945269 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4229] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4229/stat : 4229 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945269 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4230] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4230/stat : 4230 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 945281 1569370112 12912 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1532588

[startup+6.30078 s]
/proc/loadavg: 1.99 2.00 1.91 3/215 4230
/proc/meminfo: memFree=32352740/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1532588 CPUtime=6.85
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 15835 0 1 0 682 3 0 0 20 0 19 0 945265 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 383147 14838 1442 10 0 380450 0
[pid=4211/tid=4212] ppid=4209 vsize=1532588 CPUtime=6.17
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 10858 0 1 0 615 2 0 0 18 0 19 0 945265 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4109362744 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4211/tid=4214] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4214/stat : 4214 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4215] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4215/stat : 4215 (java) S 4209 4211 3841 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4216] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4216/stat : 4216 (java) S 4209 4211 3841 0 -1 4202560 398 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4217] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4217/stat : 4217 (java) S 4209 4211 3841 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4218] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4218/stat : 4218 (java) S 4209 4211 3841 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 945266 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4219] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4219/stat : 4219 (java) S 4209 4211 3841 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4220] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4220/stat : 4220 (java) S 4209 4211 3841 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4221] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4221/stat : 4221 (java) S 4209 4211 3841 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 945266 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4222] ppid=4209 vsize=1532588 CPUtime=0.08
/proc/4211/task/4222/stat : 4222 (java) S 4209 4211 3841 0 -1 4202560 785 0 0 0 8 0 0 0 16 0 19 0 945267 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4223] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4223/stat : 4223 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945267 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4224] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4224/stat : 4224 (java) S 4209 4211 3841 0 -1 4202560 14 0 0 0 0 0 0 0 19 0 19 0 945267 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4225] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4225/stat : 4225 (java) S 4209 4211 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 945269 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4226] ppid=4209 vsize=1532588 CPUtime=0.34
/proc/4211/task/4226/stat : 4226 (java) S 4209 4211 3841 0 -1 4202560 982 0 0 0 34 0 0 0 16 0 19 0 945269 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4227] ppid=4209 vsize=1532588 CPUtime=0.21
/proc/4211/task/4227/stat : 4227 (java) S 4209 4211 3841 0 -1 4202560 906 0 0 0 21 0 0 0 16 0 19 0 945269 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4228] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4228/stat : 4228 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945269 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4229] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4229/stat : 4229 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 945269 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4230] ppid=4209 vsize=1532588 CPUtime=0
/proc/4211/task/4230/stat : 4230 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 945281 1569370112 14838 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1532588


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

/proc/4211/task/4214/stat : 4214 (java) S 4209 4211 3841 0 -1 4202560 19 0 0 0 5 0 0 0 15 0 19 0 945266 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4215] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4215/stat : 4215 (java) S 4209 4211 3841 0 -1 4202560 85 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4216] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4216/stat : 4216 (java) S 4209 4211 3841 0 -1 4202560 405 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4217] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4217/stat : 4217 (java) S 4209 4211 3841 0 -1 4202560 87 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4218] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4218/stat : 4218 (java) S 4209 4211 3841 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4219] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4219/stat : 4219 (java) S 4209 4211 3841 0 -1 4202560 344 0 0 0 4 0 0 0 16 0 19 0 945266 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4220] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4220/stat : 4220 (java) S 4209 4211 3841 0 -1 4202560 297 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4221] ppid=4209 vsize=1540836 CPUtime=0.03
/proc/4211/task/4221/stat : 4221 (java) S 4209 4211 3841 0 -1 4202560 111 0 0 0 3 0 0 0 15 0 19 0 945266 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4222] ppid=4209 vsize=1540836 CPUtime=1.74
/proc/4211/task/4222/stat : 4222 (java) S 4209 4211 3841 0 -1 4202560 1352 0 0 0 171 3 0 0 15 0 19 0 945267 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4223] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4223/stat : 4223 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945267 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4224] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4224/stat : 4224 (java) S 4209 4211 3841 0 -1 4202560 14 0 0 0 0 0 0 0 19 0 19 0 945267 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4225] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4225/stat : 4225 (java) S 4209 4211 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 945269 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4226] ppid=4209 vsize=1540836 CPUtime=0.76
/proc/4211/task/4226/stat : 4226 (java) S 4209 4211 3841 0 -1 4202560 4428 0 0 0 76 0 0 0 15 0 19 0 945269 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4227] ppid=4209 vsize=1540836 CPUtime=0.54
/proc/4211/task/4227/stat : 4227 (java) S 4209 4211 3841 0 -1 4202560 4150 0 0 0 54 0 0 0 15 0 19 0 945269 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4228] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4228/stat : 4228 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945269 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4229] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4229/stat : 4229 (java) S 4209 4211 3841 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 945269 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4230] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4230/stat : 4230 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 945281 1577816064 17955 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 82.97
Current children cumulated vsize (KiB) 1540836

[startup+82.301 s]
/proc/loadavg: 2.00 2.01 1.91 3/215 4278
/proc/meminfo: memFree=32333796/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1540836 CPUtime=83.77
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 23893 0 1 0 8367 10 0 0 20 0 19 0 945265 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 385209 17959 1444 10 0 382512 0
[pid=4211/tid=4212] ppid=4209 vsize=1540836 CPUtime=80.28
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 11521 0 1 0 8026 2 0 0 24 0 19 0 945265 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4159454989 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4211/tid=4214] ppid=4209 vsize=1540836 CPUtime=0.05
/proc/4211/task/4214/stat : 4214 (java) S 4209 4211 3841 0 -1 4202560 19 0 0 0 5 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4215] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4215/stat : 4215 (java) S 4209 4211 3841 0 -1 4202560 85 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4216] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4216/stat : 4216 (java) S 4209 4211 3841 0 -1 4202560 405 0 0 0 4 0 0 0 16 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4217] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4217/stat : 4217 (java) S 4209 4211 3841 0 -1 4202560 87 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4218] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4218/stat : 4218 (java) S 4209 4211 3841 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4219] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4219/stat : 4219 (java) S 4209 4211 3841 0 -1 4202560 344 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4220] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4220/stat : 4220 (java) S 4209 4211 3841 0 -1 4202560 297 0 0 0 4 0 0 0 16 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4221] ppid=4209 vsize=1540836 CPUtime=0.03
/proc/4211/task/4221/stat : 4221 (java) S 4209 4211 3841 0 -1 4202560 111 0 0 0 3 0 0 0 16 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4222] ppid=4209 vsize=1540836 CPUtime=1.75
/proc/4211/task/4222/stat : 4222 (java) S 4209 4211 3841 0 -1 4202560 1356 0 0 0 172 3 0 0 15 0 19 0 945267 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4223] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4223/stat : 4223 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945267 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4224] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4224/stat : 4224 (java) S 4209 4211 3841 0 -1 4202560 14 0 0 0 0 0 0 0 19 0 19 0 945267 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4225] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4225/stat : 4225 (java) S 4209 4211 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4226] ppid=4209 vsize=1540836 CPUtime=0.76
/proc/4211/task/4226/stat : 4226 (java) S 4209 4211 3841 0 -1 4202560 4428 0 0 0 76 0 0 0 15 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4227] ppid=4209 vsize=1540836 CPUtime=0.54
/proc/4211/task/4227/stat : 4227 (java) S 4209 4211 3841 0 -1 4202560 4150 0 0 0 54 0 0 0 15 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4228] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4228/stat : 4228 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4229] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4229/stat : 4229 (java) S 4209 4211 3841 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4230] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4230/stat : 4230 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 945281 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.77
Current children cumulated vsize (KiB) 1540836

[startup+83.1008 s]
/proc/loadavg: 2.00 2.01 1.91 3/215 4278
/proc/meminfo: memFree=32333920/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1540836 CPUtime=84.57
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 23895 0 1 0 8447 10 0 0 20 0 19 0 945265 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 385209 17959 1444 10 0 382512 0
[pid=4211/tid=4212] ppid=4209 vsize=1540836 CPUtime=81.05
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 11523 0 1 0 8103 2 0 0 25 0 19 0 945265 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4109362605 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4211/tid=4214] ppid=4209 vsize=1540836 CPUtime=0.05
/proc/4211/task/4214/stat : 4214 (java) S 4209 4211 3841 0 -1 4202560 19 0 0 0 5 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4215] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4215/stat : 4215 (java) S 4209 4211 3841 0 -1 4202560 85 0 0 0 4 0 0 0 16 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4216] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4216/stat : 4216 (java) S 4209 4211 3841 0 -1 4202560 405 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4217] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4217/stat : 4217 (java) S 4209 4211 3841 0 -1 4202560 87 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4218] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4218/stat : 4218 (java) S 4209 4211 3841 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4219] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4219/stat : 4219 (java) S 4209 4211 3841 0 -1 4202560 344 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4220] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4220/stat : 4220 (java) S 4209 4211 3841 0 -1 4202560 297 0 0 0 4 0 0 0 16 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4221] ppid=4209 vsize=1540836 CPUtime=0.03
/proc/4211/task/4221/stat : 4221 (java) S 4209 4211 3841 0 -1 4202560 111 0 0 0 3 0 0 0 15 0 19 0 945266 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4222] ppid=4209 vsize=1540836 CPUtime=1.78
/proc/4211/task/4222/stat : 4222 (java) S 4209 4211 3841 0 -1 4202560 1356 0 0 0 175 3 0 0 15 0 19 0 945267 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4223] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4223/stat : 4223 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945267 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4224] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4224/stat : 4224 (java) S 4209 4211 3841 0 -1 4202560 14 0 0 0 0 0 0 0 19 0 19 0 945267 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4225] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4225/stat : 4225 (java) S 4209 4211 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4226] ppid=4209 vsize=1540836 CPUtime=0.76
/proc/4211/task/4226/stat : 4226 (java) S 4209 4211 3841 0 -1 4202560 4428 0 0 0 76 0 0 0 15 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4227] ppid=4209 vsize=1540836 CPUtime=0.54
/proc/4211/task/4227/stat : 4227 (java) S 4209 4211 3841 0 -1 4202560 4150 0 0 0 54 0 0 0 15 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4228] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4228/stat : 4228 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4229] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4229/stat : 4229 (java) S 4209 4211 3841 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 945269 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4230] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4230/stat : 4230 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 945281 1577816064 17959 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.57
Current children cumulated vsize (KiB) 1540836

[startup+83.5008 s]
/proc/loadavg: 2.00 2.01 1.91 3/215 4278
/proc/meminfo: memFree=32333548/32951124 swapFree=67111528/67111528
[pid=4211] ppid=4209 vsize=1540836 CPUtime=85
/proc/4211/stat : 4211 (java) S 4209 4211 3841 0 -1 4202496 23906 0 1 0 8490 10 0 0 20 0 19 0 945265 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4211/statm: 385209 17969 1444 10 0 382512 0
[pid=4211/tid=4212] ppid=4209 vsize=1540836 CPUtime=81.44
/proc/4211/task/4212/stat : 4212 (java) R 4209 4211 3841 0 -1 4202560 11525 0 1 0 8142 2 0 0 25 0 19 0 945265 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4109373562 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4211/tid=4214] ppid=4209 vsize=1540836 CPUtime=0.05
/proc/4211/task/4214/stat : 4214 (java) S 4209 4211 3841 0 -1 4202560 19 0 0 0 5 0 0 0 15 0 19 0 945266 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4215] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4215/stat : 4215 (java) S 4209 4211 3841 0 -1 4202560 85 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4216] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4216/stat : 4216 (java) S 4209 4211 3841 0 -1 4202560 405 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4217] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4217/stat : 4217 (java) S 4209 4211 3841 0 -1 4202560 87 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4218] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4218/stat : 4218 (java) S 4209 4211 3841 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4219] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4219/stat : 4219 (java) S 4209 4211 3841 0 -1 4202560 344 0 0 0 4 0 0 0 15 0 19 0 945266 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4220] ppid=4209 vsize=1540836 CPUtime=0.04
/proc/4211/task/4220/stat : 4220 (java) S 4209 4211 3841 0 -1 4202560 297 0 0 0 4 0 0 0 16 0 19 0 945266 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4221] ppid=4209 vsize=1540836 CPUtime=0.03
/proc/4211/task/4221/stat : 4221 (java) S 4209 4211 3841 0 -1 4202560 111 0 0 0 3 0 0 0 15 0 19 0 945266 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4222] ppid=4209 vsize=1540836 CPUtime=1.79
/proc/4211/task/4222/stat : 4222 (java) S 4209 4211 3841 0 -1 4202560 1365 0 0 0 176 3 0 0 15 0 19 0 945267 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 0 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4223] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4223/stat : 4223 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 945267 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4224] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4224/stat : 4224 (java) S 4209 4211 3841 0 -1 4202560 14 0 0 0 0 0 0 0 19 0 19 0 945267 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 2 0 0 0
[pid=4211/tid=4225] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4225/stat : 4225 (java) S 4209 4211 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 945269 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
[pid=4211/tid=4226] ppid=4209 vsize=1540836 CPUtime=0.76
/proc/4211/task/4226/stat : 4226 (java) S 4209 4211 3841 0 -1 4202560 4428 0 0 0 76 0 0 0 15 0 19 0 945269 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4227] ppid=4209 vsize=1540836 CPUtime=0.56
/proc/4211/task/4227/stat : 4227 (java) S 4209 4211 3841 0 -1 4202560 4150 0 0 0 56 0 0 0 16 0 19 0 945269 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 7 0 0 0
[pid=4211/tid=4228] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4228/stat : 4228 (java) S 4209 4211 3841 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 945269 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 3 0 0 0
[pid=4211/tid=4229] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4229/stat : 4229 (java) S 4209 4211 3841 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 945269 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 5 0 0 0
[pid=4211/tid=4230] ppid=4209 vsize=1540836 CPUtime=0
/proc/4211/task/4230/stat : 4230 (java) S 4209 4211 3841 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 945281 1577816064 17969 4089446400 134512640 134550932 4291531824 18446744073709551615 4294960144 0 4 0 16800975 18446604471046704192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 85
Current children cumulated vsize (KiB) 1540836

Child status: 30
Real time (s): 83.5981
CPU time (s): 85.0831
CPU user time (s): 84.9711
CPU system time (s): 0.111982
CPU usage (%): 101.776
Max. virtual memory (cumulated for all children) (KiB): 1547048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.9711
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23921
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= 5999
involuntary context switches= 25062

runsolver used 0.153976 second user time and 0.317951 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-05 12:55:23
IDJOB=2698621
IDBENCH=79197
IDSOLVER=1211
FILE ID=node142/2698621-1278327323
PBS_JOBID= 11207420
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.1111212476--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-2698621-1278327323/watcher-2698621-1278327323 -o /tmp/evaluation-result-2698621-1278327323/solver-2698621-1278327323 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698621-1278327323.wbo

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

MD5SUM BENCH= 935e196b2e49c7ace79e7b55afc624f4
RANDOM SEED=518910962

node142.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.874
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.74
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.874
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.75
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.874
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.874
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.79
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.874
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	: 5311.06
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.874
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.874
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.874
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:      32405412 kB
Buffers:         24456 kB
Cached:         303304 kB
SwapCached:          0 kB
Active:         198232 kB
Inactive:       247080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32405412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1072 kB
Writeback:           0 kB
AnonPages:      118112 kB
Mapped:          20244 kB
Slab:            36212 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1637460 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 node142 at 2010-07-05 12:56:47