Trace number 2698322

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 105.508 104.096

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-33-100-0.wbo
MD5SUMe6f21b791cbec43296f2521eec73463c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.212966
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.2.1.v20100705
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.09	c java.vm.version	11.2-b01
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	32
0.04/0.09	c java.version		1.6.0_12
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		i386
0.04/0.09	c Free memory 		1393557488
0.04/0.09	c Max memory 		1395916800
0.04/0.09	c Total memory 		1395916800
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-2698322-1278325534.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.06s.
0.09/0.17	c #vars     238
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.24/0.28	c SATISFIABLE
0.24/0.28	c OPTIMIZING...
0.24/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.24/0.28	o 614
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.23
0.53/0.34	o 604
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.253
0.53/0.36	o 573
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.281
0.53/0.39	o 436
0.76/0.43	c Got one! Elapsed wall clock time (in seconds):0.319
0.76/0.43	o 433
0.76/0.46	c Got one! Elapsed wall clock time (in seconds):0.345
0.76/0.46	o 397
0.88/0.57	c cleaning 2498 clauses out of 5002 with flag 5002/5002
0.88/0.59	c Got one! Elapsed wall clock time (in seconds):0.483
0.88/0.59	o 379
1.13/0.75	c Got one! Elapsed wall clock time (in seconds):0.634
1.13/0.75	o 378
1.23/0.85	c Got one! Elapsed wall clock time (in seconds):0.735
1.23/0.85	o 364
1.23/0.87	c cleaning 4247 clauses out of 8503 with flag 11001/11001
1.35/0.92	c Got one! Elapsed wall clock time (in seconds):0.806
1.35/0.92	o 357
1.56/1.14	c Got one! Elapsed wall clock time (in seconds):1.024
1.56/1.14	o 340
1.56/1.16	c cleaning 5626 clauses out of 11257 with flag 18002/18002
1.76/1.36	c Got one! Elapsed wall clock time (in seconds):1.245
1.76/1.36	o 337
1.96/1.53	c cleaning 6812 clauses out of 13629 with flag 26000/26000
2.17/1.71	c Got one! Elapsed wall clock time (in seconds):1.602
2.17/1.71	o 316
2.27/1.87	c Got one! Elapsed wall clock time (in seconds):1.757
2.27/1.87	o 302
2.37/1.95	c cleaning 7906 clauses out of 15817 with flag 35000/35000
2.48/2.06	c Got one! Elapsed wall clock time (in seconds):1.953
2.48/2.06	o 273
2.89/2.47	c cleaning 8954 clauses out of 17912 with flag 45001/45001
3.19/2.74	c Got one! Elapsed wall clock time (in seconds):2.629
3.19/2.74	o 251
3.39/2.99	c cleaning 9474 clauses out of 18957 with flag 55000/55000
3.80/3.32	c Got one! Elapsed wall clock time (in seconds):3.204
3.80/3.32	o 234
3.89/3.46	c cleaning 9734 clauses out of 19484 with flag 65001/65001
3.99/3.59	c Got one! Elapsed wall clock time (in seconds):3.478
3.99/3.59	o 222
4.39/3.92	c cleaning 9873 clauses out of 19750 with flag 75001/75001
4.50/4.03	c Got one! Elapsed wall clock time (in seconds):3.914
4.50/4.03	o 200
4.91/4.44	c cleaning 9935 clauses out of 19876 with flag 85000/85000
5.01/4.53	c Got one! Elapsed wall clock time (in seconds):4.419
5.01/4.53	o 176
5.51/5.01	c cleaning 9966 clauses out of 19942 with flag 95001/95001
5.91/5.43	c Got one! Elapsed wall clock time (in seconds):5.318
5.91/5.43	o 152
5.91/5.49	c cleaning 9982 clauses out of 19976 with flag 105001/105001
6.43/5.98	c cleaning 9994 clauses out of 19994 with flag 115001/115001
6.93/6.48	c cleaning 9994 clauses out of 19999 with flag 125000/125000
7.53/7.06	c cleaning 9995 clauses out of 20005 with flag 135000/135000
8.13/7.61	c cleaning 10001 clauses out of 20012 with flag 145002/145002
8.63/8.18	c cleaning 9999 clauses out of 20009 with flag 155000/155000
9.13/8.69	c cleaning 10001 clauses out of 20016 with flag 165006/165006
9.64/9.16	c cleaning 9999 clauses out of 20009 with flag 175000/175000
10.14/9.67	c cleaning 9993 clauses out of 20012 with flag 185002/185002
10.75/10.21	c cleaning 10006 clauses out of 20018 with flag 195001/195001
11.24/10.72	c cleaning 10002 clauses out of 20011 with flag 205000/205000
11.74/11.27	c cleaning 9996 clauses out of 20009 with flag 215000/215000
12.25/11.76	c cleaning 10002 clauses out of 20014 with flag 225001/225001
12.75/12.22	c cleaning 10002 clauses out of 20015 with flag 235004/235004
13.36/12.80	c cleaning 9998 clauses out of 20010 with flag 245001/245001
13.77/13.27	c cleaning 10003 clauses out of 20011 with flag 255000/255000
14.27/13.79	c cleaning 9991 clauses out of 20010 with flag 265002/265002
14.87/14.35	c cleaning 10002 clauses out of 20017 with flag 275000/275000
15.37/14.88	c cleaning 10003 clauses out of 20017 with flag 285002/285002
15.88/15.32	c cleaning 10002 clauses out of 20012 with flag 295000/295000
16.27/15.78	c cleaning 9994 clauses out of 20012 with flag 305002/305002
16.78/16.25	c Got one! Elapsed wall clock time (in seconds):16.143
16.78/16.25	o 141
16.88/16.30	c cleaning 10006 clauses out of 20016 with flag 315000/315000
17.38/16.84	c cleaning 10002 clauses out of 20011 with flag 325001/325001
17.89/17.34	c cleaning 9998 clauses out of 20008 with flag 335000/335000
18.39/17.83	c cleaning 10001 clauses out of 20011 with flag 345001/345001
18.89/18.31	c cleaning 10001 clauses out of 20009 with flag 355000/355000
19.39/18.81	c cleaning 9997 clauses out of 20008 with flag 365000/365000
19.89/19.32	c cleaning 10003 clauses out of 20011 with flag 375000/375000
20.40/19.85	c cleaning 9998 clauses out of 20009 with flag 385001/385001
20.60/20.07	c Got one! Elapsed wall clock time (in seconds):19.956
20.60/20.07	o 121
20.90/20.38	c cleaning 10002 clauses out of 20010 with flag 395000/395000
21.51/20.91	c cleaning 9995 clauses out of 20008 with flag 405000/405000
22.00/21.41	c cleaning 10002 clauses out of 20013 with flag 415000/415000
22.51/21.91	c cleaning 10000 clauses out of 20011 with flag 425000/425000
23.06/22.43	c cleaning 10003 clauses out of 20011 with flag 435000/435000
23.51/22.76	c Got one! Elapsed wall clock time (in seconds):22.649
23.51/22.76	o 119
23.83/23.08	c cleaning 9996 clauses out of 20008 with flag 445000/445000
24.41/23.62	c cleaning 10004 clauses out of 20013 with flag 455001/455001
24.93/24.11	c cleaning 9993 clauses out of 20008 with flag 465000/465000
25.43/24.68	c cleaning 10002 clauses out of 20015 with flag 475000/475000
26.04/25.24	c cleaning 10004 clauses out of 20013 with flag 485000/485000
26.65/25.87	c cleaning 9995 clauses out of 20010 with flag 495001/495001
27.16/26.37	c cleaning 10008 clauses out of 20023 with flag 505009/505009
27.76/26.94	c cleaning 9993 clauses out of 20009 with flag 515003/515003
28.27/27.43	c cleaning 10003 clauses out of 20014 with flag 525001/525001
28.76/27.98	c cleaning 10001 clauses out of 20011 with flag 535001/535001
29.37/28.51	c cleaning 9999 clauses out of 20010 with flag 545001/545001
29.87/29.06	c cleaning 9995 clauses out of 20012 with flag 555002/555002
30.37/29.56	c cleaning 10000 clauses out of 20015 with flag 565000/565000
30.87/30.06	c cleaning 10002 clauses out of 20016 with flag 575001/575001
31.37/30.58	c cleaning 9999 clauses out of 20014 with flag 585001/585001
31.98/31.12	c cleaning 10003 clauses out of 20014 with flag 595000/595000
32.49/31.67	c cleaning 10003 clauses out of 20012 with flag 605001/605001
33.09/32.23	c cleaning 9996 clauses out of 20009 with flag 615001/615001
33.60/32.76	c cleaning 10004 clauses out of 20013 with flag 625001/625001
33.71/32.88	c Got one! Elapsed wall clock time (in seconds):32.773
33.71/32.88	o 110
34.11/33.27	c cleaning 10001 clauses out of 20009 with flag 635001/635001
34.70/33.87	c cleaning 10001 clauses out of 20011 with flag 645004/645004
35.21/34.37	c cleaning 9998 clauses out of 20006 with flag 655000/655000
35.71/34.89	c cleaning 10002 clauses out of 20009 with flag 665001/665001
36.21/35.39	c cleaning 9997 clauses out of 20007 with flag 675001/675001
36.71/35.89	c cleaning 9998 clauses out of 20009 with flag 685000/685000
37.22/36.38	c cleaning 9999 clauses out of 20011 with flag 695000/695000
37.82/36.91	c cleaning 10005 clauses out of 20012 with flag 705000/705000
38.33/37.43	c cleaning 9997 clauses out of 20007 with flag 715000/715000
38.83/37.94	c cleaning 10002 clauses out of 20011 with flag 725001/725001
39.34/38.45	c cleaning 9998 clauses out of 20009 with flag 735001/735001
39.83/38.99	c cleaning 9995 clauses out of 20010 with flag 745000/745000
39.93/39.06	c Got one! Elapsed wall clock time (in seconds):38.949
39.93/39.06	o 107
40.44/39.53	c cleaning 10004 clauses out of 20016 with flag 755001/755001
41.04/40.12	c cleaning 10001 clauses out of 20014 with flag 765003/765003
41.55/40.69	c cleaning 9998 clauses out of 20011 with flag 775001/775001
42.24/41.31	c cleaning 10001 clauses out of 20013 with flag 785001/785001
42.84/41.91	c cleaning 10000 clauses out of 20011 with flag 795000/795000
43.45/42.51	c cleaning 10002 clauses out of 20013 with flag 805002/805002
44.06/43.11	c cleaning 9998 clauses out of 20009 with flag 815000/815000
44.56/43.65	c cleaning 9997 clauses out of 20012 with flag 825001/825001
45.16/44.22	c cleaning 10005 clauses out of 20015 with flag 835001/835001
45.56/44.65	c Got one! Elapsed wall clock time (in seconds):44.54
45.56/44.65	o 102
45.66/44.76	c cleaning 10003 clauses out of 20009 with flag 845000/845000
46.27/45.31	c cleaning 9999 clauses out of 20006 with flag 855000/855000
46.77/45.88	c cleaning 10000 clauses out of 20008 with flag 865001/865001
47.38/46.40	c cleaning 9998 clauses out of 20007 with flag 875000/875000
47.88/46.97	c cleaning 10001 clauses out of 20010 with flag 885001/885001
48.38/47.44	c cleaning 9996 clauses out of 20009 with flag 895001/895001
48.88/47.93	c cleaning 10002 clauses out of 20013 with flag 905001/905001
49.39/48.44	c cleaning 10000 clauses out of 20010 with flag 915000/915000
49.89/48.98	c cleaning 10001 clauses out of 20011 with flag 925001/925001
50.50/49.54	c cleaning 10001 clauses out of 20009 with flag 935000/935000
51.10/50.16	c cleaning 10001 clauses out of 20009 with flag 945001/945001
51.70/50.77	c cleaning 9998 clauses out of 20008 with flag 955001/955001
52.31/51.38	c cleaning 9998 clauses out of 20009 with flag 965000/965000
52.90/51.92	c cleaning 10002 clauses out of 20012 with flag 975001/975001
53.41/52.45	c cleaning 9998 clauses out of 20009 with flag 985000/985000
53.91/52.98	c cleaning 9998 clauses out of 20012 with flag 995001/995001
54.52/53.56	c cleaning 9997 clauses out of 20016 with flag 1005003/1005003
54.83/53.87	c Got one! Elapsed wall clock time (in seconds):53.755
54.83/53.87	o 84
55.02/54.07	c cleaning 10006 clauses out of 20017 with flag 1015001/1015001
55.62/54.60	c cleaning 10000 clauses out of 20015 with flag 1025005/1025005
56.12/55.14	c cleaning 10000 clauses out of 20010 with flag 1035000/1035000
56.73/55.77	c cleaning 9994 clauses out of 20010 with flag 1045000/1045000
57.23/56.28	c cleaning 10005 clauses out of 20016 with flag 1055000/1055000
57.84/56.85	c cleaning 10003 clauses out of 20013 with flag 1065002/1065002
58.44/57.42	c cleaning 9997 clauses out of 20012 with flag 1075004/1075004
58.44/57.45	c Got one! Elapsed wall clock time (in seconds):57.339
58.44/57.45	o 75
58.94/57.97	c cleaning 10001 clauses out of 20012 with flag 1085001/1085001
59.55/58.51	c cleaning 10002 clauses out of 20012 with flag 1095002/1095002
59.95/58.99	c cleaning 10000 clauses out of 20008 with flag 1105000/1105000
60.55/59.52	c cleaning 9998 clauses out of 20008 with flag 1115000/1115000
61.06/60.00	c cleaning 9999 clauses out of 20010 with flag 1125000/1125000
61.47/60.50	c cleaning 10000 clauses out of 20013 with flag 1135002/1135002
61.97/60.94	c cleaning 10004 clauses out of 20014 with flag 1145003/1145003
62.47/61.43	c cleaning 9999 clauses out of 20008 with flag 1155001/1155001
62.97/61.93	c cleaning 9995 clauses out of 20008 with flag 1165000/1165000
63.47/62.45	c cleaning 10002 clauses out of 20014 with flag 1175001/1175001
63.97/62.93	c cleaning 9996 clauses out of 20011 with flag 1185000/1185000
64.47/63.43	c cleaning 10004 clauses out of 20018 with flag 1195003/1195003
64.97/63.97	c cleaning 10001 clauses out of 20012 with flag 1205001/1205001
65.58/64.51	c cleaning 10001 clauses out of 20010 with flag 1215000/1215000
65.99/64.97	c cleaning 10002 clauses out of 20011 with flag 1225002/1225002
66.49/65.44	c cleaning 9999 clauses out of 20008 with flag 1235001/1235001
67.00/65.93	c cleaning 9998 clauses out of 20008 with flag 1245000/1245000
67.49/66.43	c cleaning 9997 clauses out of 20010 with flag 1255000/1255000
68.00/66.93	c cleaning 9997 clauses out of 20013 with flag 1265000/1265000
68.10/67.04	c Got one! Elapsed wall clock time (in seconds):66.929
68.10/67.04	o 71
68.50/67.46	c cleaning 10005 clauses out of 20016 with flag 1275000/1275000
69.00/67.97	c cleaning 10002 clauses out of 20011 with flag 1285000/1285000
69.51/68.45	c cleaning 10001 clauses out of 20009 with flag 1295000/1295000
70.01/68.93	c cleaning 10002 clauses out of 20010 with flag 1305002/1305002
70.42/69.40	c cleaning 9998 clauses out of 20007 with flag 1315001/1315001
70.92/69.87	c cleaning 9999 clauses out of 20010 with flag 1325002/1325002
71.43/70.33	c cleaning 9998 clauses out of 20009 with flag 1335000/1335000
71.83/70.80	c cleaning 10001 clauses out of 20011 with flag 1345000/1345000
72.33/71.30	c cleaning 10000 clauses out of 20011 with flag 1355001/1355001
72.84/71.79	c cleaning 10001 clauses out of 20010 with flag 1365000/1365000
73.45/72.31	c cleaning 9995 clauses out of 20010 with flag 1375001/1375001
73.95/72.85	c cleaning 9998 clauses out of 20015 with flag 1385001/1385001
74.45/73.37	c cleaning 9998 clauses out of 20016 with flag 1395000/1395000
74.65/73.56	c Got one! Elapsed wall clock time (in seconds):73.444
74.65/73.56	o 53
74.99/73.86	c cleaning 10001 clauses out of 20018 with flag 1405000/1405000
75.49/74.37	c cleaning 10005 clauses out of 20018 with flag 1415001/1415001
76.00/74.84	c cleaning 10003 clauses out of 20013 with flag 1425001/1425001
76.49/75.31	c cleaning 10000 clauses out of 20009 with flag 1435000/1435000
76.90/75.78	c cleaning 9999 clauses out of 20009 with flag 1445000/1445000
77.40/76.26	c cleaning 10002 clauses out of 20011 with flag 1455001/1455001
77.91/76.72	c cleaning 9999 clauses out of 20008 with flag 1465000/1465000
78.32/77.20	c cleaning 9998 clauses out of 20009 with flag 1475000/1475000
78.82/77.68	c cleaning 10002 clauses out of 20011 with flag 1485000/1485000
79.33/78.17	c cleaning 9997 clauses out of 20009 with flag 1495000/1495000
79.83/78.67	c cleaning 10001 clauses out of 20012 with flag 1505000/1505000
80.34/79.16	c cleaning 10001 clauses out of 20011 with flag 1515000/1515000
80.84/79.61	c cleaning 9997 clauses out of 20010 with flag 1525000/1525000
81.24/80.05	c cleaning 10000 clauses out of 20016 with flag 1535003/1535003
81.74/80.51	c cleaning 10003 clauses out of 20013 with flag 1545000/1545000
82.14/80.99	c cleaning 10002 clauses out of 20012 with flag 1555002/1555002
82.65/81.44	c cleaning 9998 clauses out of 20008 with flag 1565000/1565000
83.15/81.94	c cleaning 10000 clauses out of 20012 with flag 1575002/1575002
83.66/82.41	c cleaning 10002 clauses out of 20011 with flag 1585001/1585001
84.06/82.85	c cleaning 10001 clauses out of 20009 with flag 1595001/1595001
84.56/83.30	c cleaning 10001 clauses out of 20010 with flag 1605003/1605003
84.86/83.66	c Got one! Elapsed wall clock time (in seconds):83.552
84.86/83.66	o 27
84.96/83.77	c cleaning 10002 clauses out of 20008 with flag 1615002/1615002
85.46/84.23	c cleaning 9997 clauses out of 20005 with flag 1625001/1625001
85.87/84.69	c cleaning 10000 clauses out of 20007 with flag 1635000/1635000
86.37/85.12	c cleaning 9999 clauses out of 20010 with flag 1645003/1645003
86.77/85.57	c cleaning 9999 clauses out of 20008 with flag 1655000/1655000
87.17/85.96	c Got one! Elapsed wall clock time (in seconds):85.852
87.17/85.97	o 25
87.27/86.02	c cleaning 10003 clauses out of 20009 with flag 1665000/1665000
87.68/86.47	c cleaning 9997 clauses out of 20006 with flag 1675000/1675000
88.18/86.93	c cleaning 10002 clauses out of 20009 with flag 1685000/1685000
88.58/87.37	c cleaning 10000 clauses out of 20007 with flag 1695000/1695000
89.08/87.82	c cleaning 10003 clauses out of 20011 with flag 1705004/1705004
89.48/88.24	c cleaning 9998 clauses out of 20006 with flag 1715002/1715002
89.89/88.63	c cleaning 10000 clauses out of 20007 with flag 1725001/1725001
90.30/89.05	c cleaning 9997 clauses out of 20006 with flag 1735000/1735000
90.70/89.45	c cleaning 9997 clauses out of 20011 with flag 1745002/1745002
91.20/89.90	c cleaning 9998 clauses out of 20013 with flag 1755001/1755001
91.61/90.32	c cleaning 10001 clauses out of 20014 with flag 1765000/1765000
92.01/90.77	c cleaning 10003 clauses out of 20014 with flag 1775001/1775001
92.51/91.22	c cleaning 9998 clauses out of 20010 with flag 1785000/1785000
92.92/91.62	c cleaning 10001 clauses out of 20012 with flag 1795000/1795000
93.32/92.03	c cleaning 9998 clauses out of 20011 with flag 1805000/1805000
93.73/92.48	c cleaning 10003 clauses out of 20014 with flag 1815001/1815001
94.23/92.94	c cleaning 9995 clauses out of 20010 with flag 1825000/1825000
94.63/93.38	c cleaning 10006 clauses out of 20020 with flag 1835005/1835005
95.14/93.82	c cleaning 10001 clauses out of 20010 with flag 1845001/1845001
95.54/94.25	c cleaning 9998 clauses out of 20008 with flag 1855000/1855000
95.95/94.66	c cleaning 10004 clauses out of 20012 with flag 1865002/1865002
96.44/95.10	c cleaning 9997 clauses out of 20007 with flag 1875001/1875001
96.85/95.52	c cleaning 10000 clauses out of 20012 with flag 1885003/1885003
97.05/95.78	c Got one! Elapsed wall clock time (in seconds):95.672
97.05/95.78	o 19
97.35/96.00	c cleaning 10002 clauses out of 20012 with flag 1895003/1895003
97.75/96.44	c cleaning 9999 clauses out of 20007 with flag 1905000/1905000
98.16/96.89	c cleaning 9996 clauses out of 20010 with flag 1915002/1915002
98.66/97.33	c cleaning 10001 clauses out of 20012 with flag 1925000/1925000
99.06/97.76	c cleaning 10000 clauses out of 20012 with flag 1935001/1935001
99.46/98.20	c cleaning 9998 clauses out of 20011 with flag 1945000/1945000
99.96/98.64	c cleaning 10005 clauses out of 20017 with flag 1955004/1955004
100.37/99.08	c cleaning 10000 clauses out of 20009 with flag 1965001/1965001
100.87/99.51	c cleaning 10000 clauses out of 20009 with flag 1975001/1975001
101.27/99.96	c cleaning 9997 clauses out of 20010 with flag 1985002/1985002
101.67/100.39	c cleaning 10002 clauses out of 20011 with flag 1995000/1995000
102.17/100.85	c cleaning 10001 clauses out of 20010 with flag 2005001/2005001
102.59/101.28	c cleaning 9999 clauses out of 20008 with flag 2015000/2015000
103.09/101.71	c cleaning 9998 clauses out of 20009 with flag 2025000/2025000
103.49/102.13	c cleaning 9995 clauses out of 20011 with flag 2035000/2035000
103.89/102.53	c cleaning 10003 clauses out of 20016 with flag 2045000/2045000
104.29/102.97	c cleaning 9998 clauses out of 20013 with flag 2055000/2055000
104.80/103.42	c cleaning 10001 clauses out of 20015 with flag 2065000/2065000
105.20/103.87	c cleaning 10003 clauses out of 20015 with flag 2075002/2075002
105.40/104.08	c starts		: 244
105.40/104.08	c conflicts		: 2080326
105.40/104.08	c decisions		: 3546974
105.40/104.08	c propagations		: 56155809
105.40/104.08	c inspects		: 466533598
105.40/104.08	c learnt literals	: 6
105.40/104.08	c learnt binary clauses	: 95
105.40/104.08	c learnt ternary clauses	: 1912
105.40/104.08	c learnt clauses	: 2080319
105.40/104.08	c ignored clauses	: 0
105.40/104.08	c root simplifications	: 0
105.40/104.08	c removed literals (reason simplification)	: 11929170
105.40/104.08	c reason swapping (by a shorter reason)	: 0
105.40/104.08	c Calls to reduceDB	: 209
105.40/104.08	c number of reductions to clauses (during analyze)	: 0
105.40/104.08	c number of learned constraints concerned by reduction	: 0
105.40/104.08	c number of learning phase by resolution	: 0
105.40/104.08	c number of learning phase by cutting planes	: 0
105.40/104.08	c speed (assignments/second)	: 6765760.120481927
105.40/104.08	c non guided choices	1737
105.40/104.08	c learnt constraints type 
105.40/104.08	c constraints type 
105.40/104.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
105.40/104.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
105.40/104.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
105.40/104.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
105.40/104.08	s OPTIMUM FOUND
105.40/104.09	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 
105.40/104.09	c objective function=19
105.40/104.09	c Total wall clock time (in seconds): 103.973

Verifier Data

OK	19

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698322-1278325534/watcher-2698322-1278325534 -o /tmp/evaluation-result-2698322-1278325534/solver-2698322-1278325534 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698322-1278325534.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.77 1.95 1.67 3/196 4096
/proc/meminfo: memFree=32419640/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=13652 CPUtime=0
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 1128 0 0 0 0 0 0 0 17 0 2 0 765944 13979648 596 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 3413 596 276 10 0 1206 0
[pid=4096/tid=4097] ppid=4094 vsize=13604 CPUtime=0
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 101 0 0 0 0 0 0 0 18 0 2 0 765945 13930496 606 4089446400 134512640 134550932 4288780944 18446744073709551615 9927552 0 0 0 16784584 0 0 0 -1 7 0 0 0

[startup+0.0723151 s]
/proc/loadavg: 1.77 1.95 1.67 3/196 4096
/proc/meminfo: memFree=32419640/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1528568 CPUtime=0.04
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 4164 0 1 0 4 0 0 0 17 0 18 0 765944 1565253632 3602 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 382142 3602 1081 10 0 379445 0
[pid=4096/tid=4097] ppid=4094 vsize=1528568 CPUtime=0.04
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 3077 0 1 0 4 0 0 0 25 0 18 0 765945 1565253632 3603 4089446400 134512640 134550932 4288780944 18446744073709551615 105776770 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528568

[startup+0.100302 s]
/proc/loadavg: 1.77 1.95 1.67 3/196 4096
/proc/meminfo: memFree=32419640/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1529560 CPUtime=0.09
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 5032 0 1 0 8 1 0 0 17 0 18 0 765944 1566269440 4468 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 382390 4468 1339 10 0 379693 0
[pid=4096/tid=4097] ppid=4094 vsize=1529560 CPUtime=0.06
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 3409 0 1 0 6 0 0 0 25 0 18 0 765945 1566269440 4468 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1529560

[startup+0.300296 s]
/proc/loadavg: 1.77 1.95 1.67 3/196 4096
/proc/meminfo: memFree=32419640/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1534236 CPUtime=0.53
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 6992 0 1 0 52 1 0 0 17 0 19 0 765944 1571057664 6279 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 383559 6279 1416 10 0 380862 0
[pid=4096/tid=4097] ppid=4094 vsize=1534236 CPUtime=0.27
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 4074 0 1 0 26 1 0 0 25 0 19 0 765945 1571057664 6279 4089446400 134512640 134550932 4288780944 18446744073709551615 4109307464 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1534236

[startup+0.701195 s]
/proc/loadavg: 1.77 1.95 1.67 3/196 4096
/proc/meminfo: memFree=32419640/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1534236 CPUtime=1.13
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 9283 0 1 0 111 2 0 0 17 0 19 0 765944 1571057664 8489 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 383559 8489 1439 10 0 380862 0
[pid=4096/tid=4097] ppid=4094 vsize=1534236 CPUtime=0.65
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 5830 0 1 0 64 1 0 0 25 0 19 0 765945 1571057664 8489 4089446400 134512640 134550932 4288780944 18446744073709551615 4109307125 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1534236

[startup+1.50105 s]
/proc/loadavg: 1.77 1.95 1.67 3/215 4115
/proc/meminfo: memFree=32386320/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1534236 CPUtime=1.96
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 9833 0 1 0 194 2 0 0 17 0 19 0 765944 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 383559 9037 1439 10 0 380862 0
[pid=4096/tid=4097] ppid=4094 vsize=1534236 CPUtime=1.43
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 5832 0 1 0 142 1 0 0 25 0 19 0 765945 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4109307140 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4096/tid=4099] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4099/stat : 4099 (java) S 4094 4096 3837 0 -1 4202560 158 0 0 0 0 0 0 0 16 0 19 0 765947 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4100] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4100/stat : 4100 (java) S 4094 4096 3837 0 -1 4202560 304 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4101] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4101/stat : 4101 (java) S 4094 4096 3837 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4102] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4102/stat : 4102 (java) S 4094 4096 3837 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 19 0 765947 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4103] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4103/stat : 4103 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4104] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4104/stat : 4104 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4105] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4105/stat : 4105 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4106] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4106/stat : 4106 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4107] ppid=4094 vsize=1534236 CPUtime=0.02
/proc/4096/task/4107/stat : 4107 (java) S 4094 4096 3837 0 -1 4202560 422 0 0 0 2 0 0 0 15 0 19 0 765948 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4108] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4108/stat : 4108 (java) S 4094 4096 3837 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 765948 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4109] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4109/stat : 4109 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765948 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4110] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4110/stat : 4110 (java) S 4094 4096 3837 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 765950 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4111] ppid=4094 vsize=1534236 CPUtime=0.24
/proc/4096/task/4111/stat : 4111 (java) S 4094 4096 3837 0 -1 4202560 1119 0 0 0 24 0 0 0 15 0 19 0 765950 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4112] ppid=4094 vsize=1534236 CPUtime=0.23
/proc/4096/task/4112/stat : 4112 (java) S 4094 4096 3837 0 -1 4202560 852 0 0 0 23 0 0 0 18 0 19 0 765950 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4113] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4113/stat : 4113 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 765950 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4114] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4114/stat : 4114 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 765950 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4115] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4115/stat : 4115 (java) S 4094 4096 3837 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 765963 1571057664 9037 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1534236

[startup+3.10066 s]
/proc/loadavg: 1.77 1.95 1.67 3/215 4115
/proc/meminfo: memFree=32381964/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1534236 CPUtime=3.59
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 11110 0 1 0 357 2 0 0 17 0 19 0 765944 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 383559 10285 1439 10 0 380862 0
[pid=4096/tid=4097] ppid=4094 vsize=1534236 CPUtime=2.98
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 6568 0 1 0 297 1 0 0 25 0 19 0 765945 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4109301904 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4096/tid=4099] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4099/stat : 4099 (java) S 4094 4096 3837 0 -1 4202560 292 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4100] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4100/stat : 4100 (java) S 4094 4096 3837 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4101] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4101/stat : 4101 (java) S 4094 4096 3837 0 -1 4202560 34 0 0 0 0 0 0 0 16 0 19 0 765947 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4102] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4102/stat : 4102 (java) S 4094 4096 3837 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4103] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4103/stat : 4103 (java) S 4094 4096 3837 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4104] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4104/stat : 4104 (java) S 4094 4096 3837 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4105] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4105/stat : 4105 (java) S 4094 4096 3837 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 765947 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4106] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4106/stat : 4106 (java) S 4094 4096 3837 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 765947 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4107] ppid=4094 vsize=1534236 CPUtime=0.05
/proc/4096/task/4107/stat : 4107 (java) S 4094 4096 3837 0 -1 4202560 662 0 0 0 5 0 0 0 15 0 19 0 765948 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4108] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4108/stat : 4108 (java) S 4094 4096 3837 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 765948 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4109] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4109/stat : 4109 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765948 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4110] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4110/stat : 4110 (java) S 4094 4096 3837 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 765950 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4111] ppid=4094 vsize=1534236 CPUtime=0.27
/proc/4096/task/4111/stat : 4111 (java) S 4094 4096 3837 0 -1 4202560 1157 0 0 0 27 0 0 0 15 0 19 0 765950 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4112] ppid=4094 vsize=1534236 CPUtime=0.23
/proc/4096/task/4112/stat : 4112 (java) S 4094 4096 3837 0 -1 4202560 853 0 0 0 23 0 0 0 15 0 19 0 765950 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4113] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4113/stat : 4113 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 765950 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4114] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4114/stat : 4114 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 765950 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4115] ppid=4094 vsize=1534236 CPUtime=0
/proc/4096/task/4115/stat : 4115 (java) S 4094 4096 3837 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 765963 1571057664 10285 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1534236

[startup+6.3011 s]
/proc/loadavg: 1.79 1.95 1.68 3/215 4115
/proc/meminfo: memFree=32377252/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1533428 CPUtime=6.83
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 11771 0 1 0 680 3 0 0 17 0 19 0 765944 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 383357 10745 1439 10 0 380660 0
[pid=4096/tid=4097] ppid=4094 vsize=1533428 CPUtime=6.11
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 7107 0 1 0 610 1 0 0 20 0 19 0 765945 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4109339943 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4096/tid=4099] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4099/stat : 4099 (java) S 4094 4096 3837 0 -1 4202560 300 0 0 0 0 0 0 0 15 0 19 0 765947 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4100] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4100/stat : 4100 (java) S 4094 4096 3837 0 -1 4202560 308 0 0 0 0 0 0 0 15 0 19 0 765947 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4101] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4101/stat : 4101 (java) S 4094 4096 3837 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 765947 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4102] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4102/stat : 4102 (java) S 4094 4096 3837 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 765947 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4103] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4103/stat : 4103 (java) S 4094 4096 3837 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 765947 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4104] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4104/stat : 4104 (java) S 4094 4096 3837 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 765947 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 5 0 0 0
[pid=4096/tid=4105] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4105/stat : 4105 (java) S 4094 4096 3837 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 765947 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4106] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4106/stat : 4106 (java) S 4094 4096 3837 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 19 0 765947 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4107] ppid=4094 vsize=1533428 CPUtime=0.11
/proc/4096/task/4107/stat : 4107 (java) S 4094 4096 3837 0 -1 4202560 711 0 0 0 11 0 0 0 15 0 19 0 765948 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4108] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4108/stat : 4108 (java) S 4094 4096 3837 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 765948 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4109] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4109/stat : 4109 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765948 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4110] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4110/stat : 4110 (java) S 4094 4096 3837 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 765950 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4111] ppid=4094 vsize=1533428 CPUtime=0.28
/proc/4096/task/4111/stat : 4111 (java) S 4094 4096 3837 0 -1 4202560 1157 0 0 0 28 0 0 0 16 0 19 0 765950 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4112] ppid=4094 vsize=1533428 CPUtime=0.24
/proc/4096/task/4112/stat : 4112 (java) S 4094 4096 3837 0 -1 4202560 854 0 0 0 24 0 0 0 15 0 19 0 765950 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4113] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4113/stat : 4113 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 765950 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4114] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4114/stat : 4114 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 765950 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4115] ppid=4094 vsize=1533428 CPUtime=0
/proc/4096/task/4115/stat : 4115 (java) S 4094 4096 3837 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 765963 1570230272 10745 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 1533428


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

/proc/4096/task/4099/stat : 4099 (java) S 4094 4096 3837 0 -1 4202560 313 0 0 0 12 1 0 0 15 0 19 0 765947 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4100] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4100/stat : 4100 (java) S 4094 4096 3837 0 -1 4202560 321 0 0 0 10 1 0 0 15 0 19 0 765947 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4101] ppid=4094 vsize=1541620 CPUtime=0.09
/proc/4096/task/4101/stat : 4101 (java) S 4094 4096 3837 0 -1 4202560 47 0 0 0 9 0 0 0 15 0 19 0 765947 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4102] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4102/stat : 4102 (java) S 4094 4096 3837 0 -1 4202560 167 0 0 0 11 1 0 0 15 0 19 0 765947 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 7 0 0 0
[pid=4096/tid=4103] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4103/stat : 4103 (java) S 4094 4096 3837 0 -1 4202560 30 0 0 0 11 1 0 0 15 0 19 0 765947 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 7 0 0 0
[pid=4096/tid=4104] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4104/stat : 4104 (java) S 4094 4096 3837 0 -1 4202560 20 0 0 0 10 1 0 0 16 0 19 0 765947 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4105] ppid=4094 vsize=1541620 CPUtime=0.1
/proc/4096/task/4105/stat : 4105 (java) S 4094 4096 3837 0 -1 4202560 25 0 0 0 9 1 0 0 15 0 19 0 765947 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 5 0 0 0
[pid=4096/tid=4106] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4106/stat : 4106 (java) S 4094 4096 3837 0 -1 4202560 35 0 0 0 10 1 0 0 15 0 19 0 765947 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4107] ppid=4094 vsize=1541620 CPUtime=2.42
/proc/4096/task/4107/stat : 4107 (java) S 4094 4096 3837 0 -1 4202560 1411 0 0 0 236 6 0 0 16 0 19 0 765948 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4108] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4108/stat : 4108 (java) S 4094 4096 3837 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 765948 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4109] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4109/stat : 4109 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765948 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4110] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4110/stat : 4110 (java) S 4094 4096 3837 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 765950 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4111] ppid=4094 vsize=1541620 CPUtime=0.54
/proc/4096/task/4111/stat : 4111 (java) S 4094 4096 3837 0 -1 4202560 4076 0 0 0 53 1 0 0 15 0 19 0 765950 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4112] ppid=4094 vsize=1541620 CPUtime=0.28
/proc/4096/task/4112/stat : 4112 (java) S 4094 4096 3837 0 -1 4202560 875 0 0 0 28 0 0 0 16 0 19 0 765950 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4113] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4113/stat : 4113 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 765950 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4114] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4114/stat : 4114 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765950 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4115] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4115/stat : 4115 (java) S 4094 4096 3837 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 765963 1578618880 15272 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 104.49
Current children cumulated vsize (KiB) 1541620

[startup+103.501 s]
/proc/loadavg: 1.95 1.96 1.70 3/215 4210
/proc/meminfo: memFree=32358772/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1541620 CPUtime=104.9
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 17545 0 1 0 10468 22 0 0 17 0 19 0 765944 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 385405 15273 1442 10 0 382708 0
[pid=4096/tid=4097] ppid=4094 vsize=1541620 CPUtime=100.63
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 9149 0 1 0 10061 2 0 0 25 0 19 0 765945 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4109426502 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4096/tid=4099] ppid=4094 vsize=1541620 CPUtime=0.13
/proc/4096/task/4099/stat : 4099 (java) S 4094 4096 3837 0 -1 4202560 313 0 0 0 12 1 0 0 15 0 19 0 765947 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4100] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4100/stat : 4100 (java) S 4094 4096 3837 0 -1 4202560 321 0 0 0 10 1 0 0 15 0 19 0 765947 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4101] ppid=4094 vsize=1541620 CPUtime=0.09
/proc/4096/task/4101/stat : 4101 (java) S 4094 4096 3837 0 -1 4202560 47 0 0 0 9 0 0 0 15 0 19 0 765947 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4102] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4102/stat : 4102 (java) S 4094 4096 3837 0 -1 4202560 167 0 0 0 11 1 0 0 15 0 19 0 765947 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 7 0 0 0
[pid=4096/tid=4103] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4103/stat : 4103 (java) S 4094 4096 3837 0 -1 4202560 30 0 0 0 11 1 0 0 15 0 19 0 765947 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 7 0 0 0
[pid=4096/tid=4104] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4104/stat : 4104 (java) S 4094 4096 3837 0 -1 4202560 20 0 0 0 10 1 0 0 15 0 19 0 765947 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4105] ppid=4094 vsize=1541620 CPUtime=0.1
/proc/4096/task/4105/stat : 4105 (java) S 4094 4096 3837 0 -1 4202560 25 0 0 0 9 1 0 0 15 0 19 0 765947 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 5 0 0 0
[pid=4096/tid=4106] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4106/stat : 4106 (java) S 4094 4096 3837 0 -1 4202560 36 0 0 0 10 1 0 0 16 0 19 0 765947 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 5 0 0 0
[pid=4096/tid=4107] ppid=4094 vsize=1541620 CPUtime=2.43
/proc/4096/task/4107/stat : 4107 (java) S 4094 4096 3837 0 -1 4202560 1411 0 0 0 237 6 0 0 16 0 19 0 765948 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4108] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4108/stat : 4108 (java) S 4094 4096 3837 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 765948 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4109] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4109/stat : 4109 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765948 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4110] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4110/stat : 4110 (java) S 4094 4096 3837 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 765950 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4111] ppid=4094 vsize=1541620 CPUtime=0.54
/proc/4096/task/4111/stat : 4111 (java) S 4094 4096 3837 0 -1 4202560 4076 0 0 0 53 1 0 0 15 0 19 0 765950 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4112] ppid=4094 vsize=1541620 CPUtime=0.28
/proc/4096/task/4112/stat : 4112 (java) S 4094 4096 3837 0 -1 4202560 875 0 0 0 28 0 0 0 16 0 19 0 765950 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4113] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4113/stat : 4113 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 765950 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4114] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4114/stat : 4114 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765950 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4115] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4115/stat : 4115 (java) S 4094 4096 3837 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 765963 1578618880 15273 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 104.9
Current children cumulated vsize (KiB) 1541620

[startup+103.901 s]
/proc/loadavg: 1.95 1.96 1.70 3/215 4210
/proc/meminfo: memFree=32358772/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1541620 CPUtime=105.3
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 17547 0 1 0 10508 22 0 0 17 0 19 0 765944 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 385405 15274 1442 10 0 382708 0
[pid=4096/tid=4097] ppid=4094 vsize=1541620 CPUtime=101.02
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 9151 0 1 0 10100 2 0 0 25 0 19 0 765945 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4109294569 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4096/tid=4099] ppid=4094 vsize=1541620 CPUtime=0.13
/proc/4096/task/4099/stat : 4099 (java) S 4094 4096 3837 0 -1 4202560 313 0 0 0 12 1 0 0 16 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4100] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4100/stat : 4100 (java) S 4094 4096 3837 0 -1 4202560 321 0 0 0 10 2 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4101] ppid=4094 vsize=1541620 CPUtime=0.09
/proc/4096/task/4101/stat : 4101 (java) S 4094 4096 3837 0 -1 4202560 47 0 0 0 9 0 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4102] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4102/stat : 4102 (java) S 4094 4096 3837 0 -1 4202560 167 0 0 0 11 1 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 7 0 0 0
[pid=4096/tid=4103] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4103/stat : 4103 (java) S 4094 4096 3837 0 -1 4202560 30 0 0 0 11 1 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 7 0 0 0
[pid=4096/tid=4104] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4104/stat : 4104 (java) S 4094 4096 3837 0 -1 4202560 20 0 0 0 10 1 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4105] ppid=4094 vsize=1541620 CPUtime=0.1
/proc/4096/task/4105/stat : 4105 (java) S 4094 4096 3837 0 -1 4202560 25 0 0 0 9 1 0 0 16 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 5 0 0 0
[pid=4096/tid=4106] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4106/stat : 4106 (java) S 4094 4096 3837 0 -1 4202560 36 0 0 0 10 1 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4107] ppid=4094 vsize=1541620 CPUtime=2.45
/proc/4096/task/4107/stat : 4107 (java) S 4094 4096 3837 0 -1 4202560 1411 0 0 0 239 6 0 0 15 0 19 0 765948 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4108] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4108/stat : 4108 (java) S 4094 4096 3837 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 765948 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4109] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4109/stat : 4109 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765948 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4110] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4110/stat : 4110 (java) S 4094 4096 3837 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4111] ppid=4094 vsize=1541620 CPUtime=0.54
/proc/4096/task/4111/stat : 4111 (java) S 4094 4096 3837 0 -1 4202560 4076 0 0 0 53 1 0 0 15 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4112] ppid=4094 vsize=1541620 CPUtime=0.28
/proc/4096/task/4112/stat : 4112 (java) S 4094 4096 3837 0 -1 4202560 875 0 0 0 28 0 0 0 16 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4113] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4113/stat : 4113 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4114] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4114/stat : 4114 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4115] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4115/stat : 4115 (java) S 4094 4096 3837 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 765963 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 105.3
Current children cumulated vsize (KiB) 1541620

[startup+104.001 s]
/proc/loadavg: 1.95 1.96 1.70 3/215 4210
/proc/meminfo: memFree=32358772/32950928 swapFree=67111528/67111528
[pid=4096] ppid=4094 vsize=1541620 CPUtime=105.4
/proc/4096/stat : 4096 (java) S 4094 4096 3837 0 -1 4202496 17547 0 1 0 10518 22 0 0 17 0 19 0 765944 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4096/statm: 385405 15274 1442 10 0 382708 0
[pid=4096/tid=4097] ppid=4094 vsize=1541620 CPUtime=101.12
/proc/4096/task/4097/stat : 4097 (java) R 4094 4096 3837 0 -1 4202560 9151 0 1 0 10110 2 0 0 25 0 19 0 765945 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4109350515 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4096/tid=4099] ppid=4094 vsize=1541620 CPUtime=0.13
/proc/4096/task/4099/stat : 4099 (java) S 4094 4096 3837 0 -1 4202560 313 0 0 0 12 1 0 0 16 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4100] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4100/stat : 4100 (java) S 4094 4096 3837 0 -1 4202560 321 0 0 0 10 2 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4101] ppid=4094 vsize=1541620 CPUtime=0.09
/proc/4096/task/4101/stat : 4101 (java) S 4094 4096 3837 0 -1 4202560 47 0 0 0 9 0 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4102] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4102/stat : 4102 (java) S 4094 4096 3837 0 -1 4202560 167 0 0 0 11 1 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 7 0 0 0
[pid=4096/tid=4103] ppid=4094 vsize=1541620 CPUtime=0.12
/proc/4096/task/4103/stat : 4103 (java) S 4094 4096 3837 0 -1 4202560 30 0 0 0 11 1 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 7 0 0 0
[pid=4096/tid=4104] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4104/stat : 4104 (java) S 4094 4096 3837 0 -1 4202560 20 0 0 0 10 1 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4105] ppid=4094 vsize=1541620 CPUtime=0.1
/proc/4096/task/4105/stat : 4105 (java) S 4094 4096 3837 0 -1 4202560 25 0 0 0 9 1 0 0 16 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 5 0 0 0
[pid=4096/tid=4106] ppid=4094 vsize=1541620 CPUtime=0.11
/proc/4096/task/4106/stat : 4106 (java) S 4094 4096 3837 0 -1 4202560 36 0 0 0 10 1 0 0 15 0 19 0 765947 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4107] ppid=4094 vsize=1541620 CPUtime=2.45
/proc/4096/task/4107/stat : 4107 (java) S 4094 4096 3837 0 -1 4202560 1411 0 0 0 239 6 0 0 15 0 19 0 765948 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 0 0 16800975 18446604471065287552 0 0 -1 3 0 0 0
[pid=4096/tid=4108] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4108/stat : 4108 (java) S 4094 4096 3837 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 765948 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4109] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4109/stat : 4109 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765948 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 1 0 0 0
[pid=4096/tid=4110] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4110/stat : 4110 (java) S 4094 4096 3837 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4111] ppid=4094 vsize=1541620 CPUtime=0.54
/proc/4096/task/4111/stat : 4111 (java) S 4094 4096 3837 0 -1 4202560 4076 0 0 0 53 1 0 0 15 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 4 0 0 0
[pid=4096/tid=4112] ppid=4094 vsize=1541620 CPUtime=0.28
/proc/4096/task/4112/stat : 4112 (java) S 4094 4096 3837 0 -1 4202560 875 0 0 0 28 0 0 0 16 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 2 0 0 0
[pid=4096/tid=4113] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4113/stat : 4113 (java) S 4094 4096 3837 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
[pid=4096/tid=4114] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4114/stat : 4114 (java) S 4094 4096 3837 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 765950 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 0 0 0 0
[pid=4096/tid=4115] ppid=4094 vsize=1541620 CPUtime=0
/proc/4096/task/4115/stat : 4115 (java) S 4094 4096 3837 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 765963 1578618880 15274 4089446400 134512640 134550932 4288780944 18446744073709551615 4294960144 0 4 0 16800975 18446604471065287552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 105.4
Current children cumulated vsize (KiB) 1541620

Child status: 30
Real time (s): 104.096
CPU time (s): 105.508
CPU user time (s): 105.279
CPU system time (s): 0.228965
CPU usage (%): 101.357
Max. virtual memory (cumulated for all children) (KiB): 1541620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.279
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17559
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= 8659
involuntary context switches= 46823

runsolver used 0.178972 second user time and 0.406938 second system time

The end

Launcher Data

Begin job on node148 at 2010-07-05 12:25:34
IDJOB=2698322
IDBENCH=78756
IDSOLVER=1211
FILE ID=node148/2698322-1278325534
PBS_JOBID= 11207409
Free space on /tmp= 74176 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970631--soft-33-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-2698322-1278325534/watcher-2698322-1278325534 -o /tmp/evaluation-result-2698322-1278325534/solver-2698322-1278325534 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698322-1278325534.wbo

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

MD5SUM BENCH= e6f21b791cbec43296f2521eec73463c
RANDOM SEED=1655023335

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.75
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.825
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.83
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32420168 kB
Buffers:         21692 kB
Cached:         320876 kB
SwapCached:          0 kB
Active:         168840 kB
Inactive:       261888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32420168 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             924 kB
Writeback:           0 kB
AnonPages:       88272 kB
Mapped:          20160 kB
Slab:            36168 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1636056 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= 74176 MiB
End job on node148 at 2010-07-05 12:27:18