Trace number 1110723

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM1 490.947 494.167

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark415.382
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.05/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Sat Jul 12 05:16:21 2008
0.05/0.07	c 0	PID 14922
0.05/0.08	c 0	HOST node27.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1110723-1215832581.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110723-1215832581.xml' 'HOME/temp.csp'
0.06/0.62	c 1	1 domains, 9 variables, 2 predicates, 0 relations, 582 constraints
0.06/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.63/1.00	c 1	Parsing HOME/temp.csp
0.73/1.15	c 1	parsed 594 expressions
0.73/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.73/1.17	c 1	MAX CSP: 582 constraints
0.73/1.17	c 1	Converting to clausal form CSP
0.82/1.22	c 1	converted 118 (10%) expressions
0.82/1.26	c 1	converted 236 (20%) expressions
0.82/1.28	c 1	converted 354 (30%) expressions
0.92/1.37	c 2	converted 472 (40%) expressions
1.02/1.42	c 2	converted 590 (50%) expressions
1.02/1.45	c 2	converted 708 (60%) expressions
1.02/1.47	c 2	converted 826 (70%) expressions
1.12/1.50	c 2	converted 944 (80%) expressions
1.12/1.52	c 2	converted 1062 (90%) expressions
1.12/1.57	c 2	converted 1179 (100%) expressions
1.12/1.57	c 2	CSP : 2685 integers, 0 booleans, 4769 clauses, largest domain size 874
1.12/1.57	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.57	c 2	Propagation in CSP
1.21/1.64	c 2	578 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.65	c 2	CSP : 2685 integers, 0 booleans, 4769 clauses, largest domain size 583
1.21/1.65	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.21/1.66	c 2	CSP : 2685 integers, 1092 booleans, 5861 clauses, largest domain size 583
1.21/1.66	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.71	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.73	c 2	269 (10%) CSP integer variables are encoded (3245 clauses, 40486 bytes)
1.32/1.75	c 2	537 (20%) CSP integer variables are encoded (17650 clauses, 243828 bytes)
1.32/1.77	c 2	806 (30%) CSP integer variables are encoded (32055 clauses, 459903 bytes)
1.32/1.79	c 2	1074 (40%) CSP integer variables are encoded (46393 clauses, 674973 bytes)
1.42/1.81	c 2	1343 (50%) CSP integer variables are encoded (60865 clauses, 892053 bytes)
1.42/1.83	c 2	1611 (60%) CSP integer variables are encoded (75203 clauses, 1107123 bytes)
1.42/1.85	c 2	1880 (70%) CSP integer variables are encoded (89608 clauses, 1323198 bytes)
1.42/1.87	c 2	2148 (80%) CSP integer variables are encoded (102362 clauses, 1523305 bytes)
1.42/1.88	c 2	2417 (90%) CSP integer variables are encoded (109022 clauses, 1636525 bytes)
1.42/1.89	c 2	2685 (100%) CSP integer variables are encoded (111058 clauses, 1671137 bytes)
1.82/2.26	c 2	587 (10%) CSP clauses are encoded (264746 clauses, 4704521 bytes)
2.72/3.18	c 3	1173 (20%) CSP clauses are encoded (794761 clauses, 12941699 bytes)
3.71/4.12	c 4	1759 (30%) CSP clauses are encoded (1323621 clauses, 21558084 bytes)
4.60/5.04	c 5	2345 (40%) CSP clauses are encoded (1851258 clauses, 30371551 bytes)
5.52/5.95	c 6	2931 (50%) CSP clauses are encoded (2381273 clauses, 39096391 bytes)
6.46/6.91	c 7	3517 (60%) CSP clauses are encoded (2911288 clauses, 48017652 bytes)
7.36/7.85	c 8	4103 (70%) CSP clauses are encoded (3438993 clauses, 56924721 bytes)
8.30/8.86	c 9	4689 (80%) CSP clauses are encoded (3967785 clauses, 66169823 bytes)
8.60/9.13	c 9	5275 (90%) CSP clauses are encoded (4076352 clauses, 68703051 bytes)
9.29/9.82	c 10	5861 (100%) CSP clauses are encoded (4417587 clauses, 76988451 bytes)
9.29/9.82	c 10	5861 CSP clauses encoded
9.29/9.82	c 10	Writing map file : HOME/temp.map
9.29/9.83	c 10	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.29/9.83	c 10	SAT : 114835 SAT variables, 4417587 SAT clauses, 76988451 bytes
9.29/9.83	c 10	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.29/9.87	c 10	OBJECTIVE minimize _COST
9.29/9.87	c 10	SOLVING HOME/temp.cnf
9.29/9.87	c 10	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
9.29/9.87	c 10	This is MiniSat 2.0 beta incremental
9.29/9.87	c 10	WARNING: for repeatability, setting FPU to use double precision
9.29/9.87	c 10	============================[ Problem Statistics ]=============================
9.29/9.87	c 10	|                                                                             |
9.29/9.88	c 10	|  Number of variables:  114835                                               |
9.29/9.88	c 10	|  Number of clauses:    4417587                                              |
11.33/11.93	c 12	|  Parsing time:         1.68         s                                       |
11.44/12.04	c 12	OK
11.44/12.04	c 12	OBJECTIVE BOUND: 0 <= _COST <= 
11.44/12.04	c 12	SEARCHING: _COST <= 291
11.44/12.04	c 12	============================[ Search Statistics ]==============================
11.44/12.04	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.44/12.04	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.44/12.04	c 12	===============================================================================
11.44/12.04	c 12	|         0 |  114835  4417587 13011423 |  1472529        0    nan |  0.000 % |
14.52/15.18	c 15	===============================================================================
14.52/15.19	c 15	restarts              : 1
14.52/15.19	c 15	conflicts             : 60            (12 /sec)
14.52/15.19	c 15	decisions             : 758           (1.85 % random) (155 /sec)
14.52/15.19	c 15	propagations          : 659430         (134984 /sec)
14.52/15.19	c 15	conflict literals     : 1035           (9.84 % deleted)
14.52/15.19	c 15	Memory used           : 192.90 MB
14.52/15.19	c 15	CPU time              : 4.88526 s
14.52/15.19	c 15	
14.52/15.19	c 15	SATISFIABLE
14.62/15.23	c 15	OK
14.62/15.23	c 15	FOUND: _COST <= 291
14.62/15.23	s SATISFIABLE
14.62/15.23	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.62/15.23	c 15	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.71/15.33	c 15	Decoding HOME/temp.out
14.90/15.54	c 16	OBJECTIVE _COST 291
14.90/15.54	o 291
14.90/15.54	v 1 5 25 26 11 31 33 12 34
14.90/15.54	c 16	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
14.90/15.55	c 16	OK
14.90/15.55	c 16	OBJECTIVE BOUND: 0 <= _COST <= 291
14.90/15.55	c 16	SEARCHING: _COST <= 145
14.90/15.55	c 16	============================[ Search Statistics ]==============================
14.90/15.56	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.90/15.56	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.90/15.56	c 16	===============================================================================
14.90/15.56	c 16	|        60 |  114835  4417587 13011423 |  1472529       60     17 |  0.000 % |
15.41/16.02	c 16	===============================================================================
15.41/16.03	c 16	restarts              : 2
15.41/16.03	c 16	conflicts             : 60            (11 /sec)
15.41/16.03	c 16	decisions             : 958           (1.46 % random) (178 /sec)
15.41/16.03	c 16	propagations          : 774265         (143484 /sec)
15.41/16.03	c 16	conflict literals     : 1035           (9.84 % deleted)
15.41/16.03	c 16	Memory used           : 194.84 MB
15.41/16.03	c 16	CPU time              : 5.39618 s
15.41/16.03	c 16	
15.41/16.03	c 16	SATISFIABLE
15.41/16.07	c 16	OK
15.41/16.07	c 16	FOUND: _COST <= 145
15.41/16.07	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.41/16.07	c 16	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.48/16.15	c 16	Decoding HOME/temp.out
15.48/16.34	c 17	OBJECTIVE _COST 145
15.48/16.34	o 145
15.48/16.34	v 6 7 34 31 27 34 34 21 34
15.48/16.35	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
15.48/16.39	c 17	OK
15.48/16.39	c 17	OBJECTIVE BOUND: 0 <= _COST <= 145
15.48/16.39	c 17	SEARCHING: _COST <= 72
15.48/16.39	c 17	============================[ Search Statistics ]==============================
15.48/16.39	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.48/16.39	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.48/16.39	c 17	===============================================================================
15.48/16.39	c 17	|        60 |  111925  4417587 13011423 |  1472529       60     17 |  0.000 % |
15.87/16.59	c 17	===============================================================================
15.97/16.60	c 17	restarts              : 3
15.97/16.60	c 17	conflicts             : 61            (11 /sec)
15.97/16.60	c 17	decisions             : 1091          (1.28 % random) (193 /sec)
15.97/16.60	c 17	propagations          : 886768         (157224 /sec)
15.97/16.60	c 17	conflict literals     : 1057           (9.66 % deleted)
15.97/16.60	c 17	Memory used           : 195.09 MB
15.97/16.60	c 17	CPU time              : 5.64014 s
15.97/16.60	c 17	
15.97/16.60	c 17	SATISFIABLE
15.97/16.64	c 17	OK
15.97/16.64	c 17	FOUND: _COST <= 72
15.97/16.64	c 17	DECODING HOME/temp.out WITH HOME/temp.map
15.97/16.64	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.01/16.73	c 17	Decoding HOME/temp.out
16.01/16.94	c 17	OBJECTIVE _COST 72
16.01/16.94	o 72
16.01/16.94	v 6 7 34 31 27 33 34 21 34
16.01/16.95	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.01/16.96	c 17	OK
16.01/16.96	c 17	OBJECTIVE BOUND: 0 <= _COST <= 72
16.01/16.96	c 17	SEARCHING: _COST <= 36
16.01/16.97	c 17	============================[ Search Statistics ]==============================
16.01/16.98	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.01/16.98	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.01/16.98	c 17	===============================================================================
16.01/16.98	c 17	|        61 |  110317  4417587 13011423 |  1472529       61     17 |  0.000 % |
16.96/17.62	c 18	===============================================================================
16.96/17.62	c 18	restarts              : 4
16.96/17.62	c 18	conflicts             : 87            (14 /sec)
16.96/17.62	c 18	decisions             : 1227          (1.14 % random) (194 /sec)
16.96/17.62	c 18	propagations          : 1084623        (171345 /sec)
16.96/17.62	c 18	conflict literals     : 1398           (9.86 % deleted)
16.96/17.62	c 18	Memory used           : 195.23 MB
16.96/17.62	c 18	CPU time              : 6.33004 s
16.96/17.62	c 18	
16.96/17.62	c 18	SATISFIABLE
16.96/17.66	c 18	OK
16.96/17.66	c 18	FOUND: _COST <= 36
16.96/17.66	c 18	DECODING HOME/temp.out WITH HOME/temp.map
16.96/17.66	c 18	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.01/17.74	c 18	Decoding HOME/temp.out
17.02/18.04	c 18	OBJECTIVE _COST 36
17.02/18.04	o 36
17.02/18.05	v 6 7 31 29 24 33 34 18 34
17.02/18.05	c 18	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.02/18.09	c 18	OK
17.02/18.09	c 18	OBJECTIVE BOUND: 0 <= _COST <= 36
17.02/18.09	c 18	SEARCHING: _COST <= 18
17.02/18.09	c 18	============================[ Search Statistics ]==============================
17.02/18.09	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.02/18.09	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.02/18.09	c 18	===============================================================================
17.02/18.09	c 18	|        87 |  109289  4417587 13011423 |  1472529       87     16 |  0.000 % |
18.91/19.67	c 20	===============================================================================
18.91/19.68	c 20	restarts              : 5
18.91/19.68	c 20	conflicts             : 137           (17 /sec)
18.91/19.68	c 20	decisions             : 1334          (1.05 % random) (168 /sec)
18.91/19.68	c 20	propagations          : 1522049        (191337 /sec)
18.91/19.68	c 20	conflict literals     : 2158           (15.27 % deleted)
18.91/19.68	c 20	Memory used           : 196.15 MB
18.91/19.68	c 20	CPU time              : 7.95479 s
18.91/19.68	c 20	
18.91/19.68	c 20	SATISFIABLE
19.01/19.72	c 20	OK
19.01/19.72	c 20	FOUND: _COST <= 18
19.01/19.72	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.01/19.72	c 20	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.03/19.80	c 20	Decoding HOME/temp.out
19.03/20.00	c 20	OBJECTIVE _COST 18
19.03/20.00	o 18
19.03/20.00	v 9 23 31 29 33 34 34 22 34
19.03/20.00	c 20	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
19.03/20.03	c 20	OK
19.03/20.03	c 20	OBJECTIVE BOUND: 0 <= _COST <= 18
19.03/20.03	c 20	SEARCHING: _COST <= 9
19.03/20.04	c 20	============================[ Search Statistics ]==============================
19.03/20.04	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.03/20.04	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.03/20.04	c 20	===============================================================================
19.03/20.04	c 20	|       137 |  108527  4417587 13011423 |  1472529      137     16 |  0.000 % |
21.98/22.76	c 23	===============================================================================
21.98/22.76	c 23	restarts              : 6
21.98/22.76	c 23	conflicts             : 211           (20 /sec)
21.98/22.76	c 23	decisions             : 1511          (0.93 % random) (141 /sec)
21.98/22.76	c 23	propagations          : 2539507        (237152 /sec)
21.98/22.76	c 23	conflict literals     : 2940           (16.43 % deleted)
21.98/22.76	c 23	Memory used           : 197.73 MB
21.98/22.76	c 23	CPU time              : 10.7084 s
21.98/22.76	c 23	
21.98/22.77	c 23	SATISFIABLE
22.08/22.81	c 23	OK
22.08/22.81	c 23	FOUND: _COST <= 9
22.08/22.81	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.08/22.81	c 23	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.08/22.89	c 23	Decoding HOME/temp.out
22.27/23.09	c 23	OBJECTIVE _COST 9
22.27/23.09	o 9
22.27/23.09	v 0 6 33 25 34 18 29 32 34
22.27/23.09	c 23	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
22.35/23.13	c 23	OK
22.35/23.13	c 23	OBJECTIVE BOUND: 0 <= _COST <= 9
22.35/23.13	c 23	SEARCHING: _COST <= 4
22.35/23.13	c 23	============================[ Search Statistics ]==============================
22.35/23.13	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.35/23.13	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.35/23.13	c 23	===============================================================================
22.35/23.13	c 23	|       211 |  107873  4417587 13011423 |  1472529      211     14 |  0.000 % |
24.95/25.70	c 26	|       311 |  107873  4417587 13011423 |  1619781      311     13 |  6.593 % |
25.85/26.68	c 27	===============================================================================
25.85/26.69	c 27	restarts              : 8
25.85/26.69	c 27	conflicts             : 363           (25 /sec)
25.85/26.69	c 27	decisions             : 1842          (0.87 % random) (129 /sec)
25.85/26.69	c 27	propagations          : 3616649        (252863 /sec)
25.85/26.69	c 27	conflict literals     : 4887           (13.21 % deleted)
25.85/26.69	c 27	Memory used           : 198.29 MB
25.85/26.69	c 27	CPU time              : 14.3028 s
25.85/26.69	c 27	
25.85/26.69	c 27	SATISFIABLE
25.94/26.73	c 27	OK
25.94/26.73	c 27	FOUND: _COST <= 4
25.94/26.73	c 27	DECODING HOME/temp.out WITH HOME/temp.map
25.94/26.73	c 27	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.98/26.81	c 27	Decoding HOME/temp.out
25.98/27.02	c 27	OBJECTIVE _COST 4
25.98/27.02	o 4
25.98/27.02	v 0 10 18 27 31 29 33 34 34
25.98/27.03	c 27	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
25.98/27.04	c 27	OK
25.98/27.04	c 27	OBJECTIVE BOUND: 0 <= _COST <= 4
25.98/27.04	c 27	SEARCHING: _COST <= 2
25.98/27.04	c 27	============================[ Search Statistics ]==============================
25.98/27.04	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.98/27.04	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.98/27.04	c 27	===============================================================================
25.98/27.04	c 27	|       363 |  107264  4417587 13011423 |  1472529      363     13 |  6.593 % |
29.22/30.03	c 30	|       465 |  107264  4417587 13011423 |  1619781      465     14 |  7.220 % |
33.59/34.48	c 35	|       615 |  107264  4417587 13011423 |  1781760      615     15 |  7.220 % |
39.53/40.42	c 41	|       840 |  107264  4417587 13011423 |  1959936      840     15 |  7.220 % |
46.77/47.74	c 48	|      1177 |  107264  4417587 13011423 |  2155929     1177     16 |  7.220 % |
53.03/54.03	c 54	===============================================================================
53.03/54.03	c 54	restarts              : 13
53.03/54.03	c 54	conflicts             : 1454          (35 /sec)
53.03/54.03	c 54	decisions             : 3692          (0.51 % random) (90 /sec)
53.03/54.03	c 54	propagations          : 11782060       (286754 /sec)
53.03/54.03	c 54	conflict literals     : 24235          (12.41 % deleted)
53.03/54.03	c 54	Memory used           : 199.14 MB
53.03/54.03	c 54	CPU time              : 41.0878 s
53.03/54.03	c 54	
53.03/54.03	c 54	SATISFIABLE
53.03/54.07	c 54	OK
53.03/54.07	c 54	FOUND: _COST <= 2
53.03/54.07	c 54	DECODING HOME/temp.out WITH HOME/temp.map
53.03/54.07	c 54	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
53.10/54.15	c 54	Decoding HOME/temp.out
53.10/54.55	c 55	OBJECTIVE _COST 2
53.10/54.55	o 2
53.10/54.55	v 0 6 10 26 19 31 33 34 34
53.10/54.55	c 55	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
53.10/54.60	c 55	OK
53.10/54.60	c 55	OBJECTIVE BOUND: 0 <= _COST <= 2
53.10/54.60	c 55	SEARCHING: _COST <= 1
53.10/54.60	c 55	============================[ Search Statistics ]==============================
53.10/54.60	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.10/54.60	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.10/54.60	c 55	===============================================================================
53.10/54.60	c 55	|      1454 |  106544  4417587 13011423 |  1472529     1454     17 |  7.220 % |
56.16/57.27	c 57	|      1555 |  106544  4417587 13011423 |  1619781     1555     17 |  8.022 % |
59.53/60.68	c 61	|      1705 |  106544  4417587 13011423 |  1781760     1705     17 |  8.022 % |
61.82/62.97	c 63	===============================================================================
61.82/62.98	c 63	restarts              : 16
61.82/62.98	c 63	conflicts             : 1774          (36 /sec)
61.82/62.98	c 63	decisions             : 4158          (0.46 % random) (84 /sec)
61.82/62.98	c 63	propagations          : 13966105       (282409 /sec)
61.82/62.98	c 63	conflict literals     : 30522          (13.09 % deleted)
61.82/62.98	c 63	Memory used           : 199.14 MB
61.82/62.98	c 63	CPU time              : 49.4535 s
61.82/62.98	c 63	
61.82/62.98	c 63	SATISFIABLE
61.92/63.02	c 63	OK
61.92/63.02	c 63	FOUND: _COST <= 1
61.92/63.02	c 63	DECODING HOME/temp.out WITH HOME/temp.map
61.92/63.02	c 63	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
61.93/63.10	c 63	Decoding HOME/temp.out
61.93/63.30	c 63	OBJECTIVE _COST 1
61.93/63.30	o 1
61.93/63.30	v 0 2 12 19 25 30 33 34 34
61.93/63.30	c 63	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
61.93/63.33	c 63	OK
61.93/63.33	c 63	OBJECTIVE BOUND: 0 <= _COST <= 1
61.93/63.33	c 63	SEARCHING: _COST <= 0
61.93/63.34	c 63	============================[ Search Statistics ]==============================
61.93/63.34	c 63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
61.93/63.34	c 63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
61.93/63.34	c 63	===============================================================================
61.93/63.34	c 63	|      1774 |  105623  3958025 11660084 |  1319341     1693     17 |  8.022 % |
63.77/64.92	c 65	|      1874 |  105621  3958025 11660084 |  1451275     1793     17 |  9.703 % |
68.25/69.42	c 70	|      2025 |  105621  3958025 11660084 |  1596403     1944     17 |  9.703 % |
74.21/75.45	c 76	|      2251 |  105621  3958025 11660084 |  1756043     2170     18 |  9.703 % |
82.17/83.42	c 84	|      2588 |  105621  3958025 11660084 |  1931648     2507     18 |  9.703 % |
94.01/95.31	c 95	|      3094 |  105621  3958025 11660084 |  2124812     3013     21 |  9.703 % |
112.22/113.66	c 114	|      3853 |  105621  3958025 11660084 |  2337294     3772     24 |  9.703 % |
143.85/145.47	c 146	|      4992 |  103693  3900915 11495292 |  2571023     4446     26 |  9.703 % |
184.54/186.35	c 187	|      6705 |  103693  3900915 11495292 |  2828126     6159     25 |  9.703 % |
243.16/245.24	c 245	|      9268 |  103693  3900915 11495292 |  3110938     8722     36 |  9.703 % |
336.31/338.88	c 339	|     13112 |  103693  3900915 11495292 |  3422032    12566     40 |  9.703 % |
479.22/482.40	c 483	|     18878 |  103693  3900915 11495292 |  3764235    18332     46 |  9.703 % |
490.76/494.09	c 494	===============================================================================
490.76/494.09	c 494	restarts              : 28
490.76/494.09	c 494	conflicts             : 19281         (40 /sec)
490.76/494.09	c 494	decisions             : 25921         (0.25 % random) (54 /sec)
490.76/494.09	c 494	propagations          : 114748308      (240005 /sec)
490.76/494.09	c 494	conflict literals     : 874606         (5.99 % deleted)
490.76/494.09	c 494	Memory used           : 199.32 MB
490.76/494.09	c 494	CPU time              : 478.107 s
490.76/494.09	c 494	
490.76/494.09	c 494	UNSATISFIABLE
490.76/494.09	c 494	OK
490.76/494.09	c 494	NOT FOUND: _COST <= 0
490.76/494.09	c 494	OK
490.76/494.09	c 494	OBJECTIVE _COST 1
490.76/494.09	s OPTIMUM FOUND
490.86/494.16	c 494	CPU 489.34 (0.07 0.03 489.27 1.51)
490.86/494.16	c 494	END Sat Jul 12 05:24:35 2008

Verifier Data (download as text)

OK	1	581
1 unsatisfied constraints, 581 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110723-1215832581/watcher-1110723-1215832581 -o /tmp/evaluation-result-1110723-1215832581/solver-1110723-1215832581 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110723-1215832581.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.91 3.11 3.15 5/80 14922
/proc/meminfo: memFree=1754752/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=18572 CPUtime=0
/proc/14922/stat : 14922 (runsolver) R 14920 14922 14126 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 39832562 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14922/statm: 4643 292 257 25 0 2626 0

[startup+0.0602249 s]
/proc/loadavg: 2.91 3.11 3.15 5/80 14922
/proc/meminfo: memFree=1754752/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16080 CPUtime=0.05
/proc/14922/stat : 14922 (sugar++) R 14920 14922 14126 0 -1 4194304 917 0 0 0 4 1 0 0 20 0 1 0 39832562 16465920 885 996147200 4194304 4206940 548682068528 18446744073709551615 233606704621 0 0 4224 0 0 0 0 17 0 0 0
/proc/14922/statm: 4020 885 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.10123 s]
/proc/loadavg: 2.91 3.11 3.15 5/80 14922
/proc/meminfo: memFree=1754752/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16740 CPUtime=0.06
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1219 128 0 0 5 1 0 0 20 0 1 0 39832562 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14922/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301241 s]
/proc/loadavg: 2.91 3.11 3.15 5/80 14922
/proc/meminfo: memFree=1754752/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16740 CPUtime=0.06
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1219 128 0 0 5 1 0 0 20 0 1 0 39832562 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14922/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701438 s]
/proc/loadavg: 2.91 3.11 3.15 5/80 14922
/proc/meminfo: memFree=1754752/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16740 CPUtime=0.56
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1279 4543 0 1 5 1 47 3 16 0 1 0 39832562 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16740

[startup+1.50137 s]
/proc/loadavg: 2.91 3.11 3.15 4/91 14944
/proc/meminfo: memFree=1747432/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16740 CPUtime=0.56
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1296 4543 0 1 5 1 47 3 15 0 1 0 39832562 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14922/statm: 4185 1104 409 3 0 764 0
[pid=14935] ppid=14922 vsize=5356 CPUtime=0
/proc/14935/stat : 14935 (sh) S 14922 14922 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39832629 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14935/statm: 1339 233 193 169 0 50 0
[pid=14936] ppid=14935 vsize=868380 CPUtime=0.56
/proc/14936/stat : 14936 (java) S 14935 14922 14126 0 -1 0 5286 0 1 0 53 3 0 0 18 0 9 0 39832630 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14936/statm: 217095 4712 1732 9 0 211670 0
[pid=14936/tid=14937] ppid=14935 vsize=868380 CPUtime=0.32
/proc/14936/task/14937/stat : 14937 (java) R 14935 14922 14126 0 -1 64 2644 0 1 0 31 1 0 0 25 0 9 0 39832631 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14938] ppid=14935 vsize=868380 CPUtime=0.02
/proc/14936/task/14938/stat : 14938 (java) R 14935 14922 14126 0 -1 64 502 0 0 0 2 0 0 0 16 0 9 0 39832657 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 102723001 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14939] ppid=14935 vsize=868380 CPUtime=0
/proc/14936/task/14939/stat : 14939 (java) S 14935 14922 14126 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 39832657 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14940] ppid=14935 vsize=868380 CPUtime=0
/proc/14936/task/14940/stat : 14940 (java) S 14935 14922 14126 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 39832657 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14941] ppid=14935 vsize=868380 CPUtime=0
/proc/14936/task/14941/stat : 14941 (java) S 14935 14922 14126 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 39832659 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14942] ppid=14935 vsize=868380 CPUtime=0.18
/proc/14936/task/14942/stat : 14942 (java) S 14935 14922 14126 0 -1 64 1448 0 0 0 18 0 0 0 16 0 9 0 39832659 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14943] ppid=14935 vsize=868380 CPUtime=0
/proc/14936/task/14943/stat : 14943 (java) S 14935 14922 14126 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 39832659 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14944] ppid=14935 vsize=868380 CPUtime=0
/proc/14936/task/14944/stat : 14944 (java) S 14935 14922 14126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39832659 889221120 4712 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 890476

[startup+3.10267 s]
/proc/loadavg: 2.91 3.11 3.15 4/91 14944
/proc/meminfo: memFree=1733608/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16740 CPUtime=0.57
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1297 4543 0 1 6 1 47 3 15 0 1 0 39832562 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14922/statm: 4185 1104 409 3 0 764 0
[pid=14935] ppid=14922 vsize=5356 CPUtime=0
/proc/14935/stat : 14935 (sh) S 14922 14922 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39832629 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14935/statm: 1339 233 193 169 0 50 0
[pid=14936] ppid=14935 vsize=868492 CPUtime=2.15
/proc/14936/stat : 14936 (java) S 14935 14922 14126 0 -1 0 7307 0 1 0 201 14 0 0 18 0 9 0 39832630 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14936/statm: 217123 6128 2562 9 0 211670 0
[pid=14936/tid=14937] ppid=14935 vsize=868492 CPUtime=1.67
/proc/14936/task/14937/stat : 14937 (java) R 14935 14922 14126 0 -1 64 3122 0 1 0 159 8 0 0 25 0 9 0 39832631 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14938] ppid=14935 vsize=868492 CPUtime=0.19
/proc/14936/task/14938/stat : 14938 (java) S 14935 14922 14126 0 -1 64 2008 0 0 0 16 3 0 0 15 0 9 0 39832657 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14939] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14939/stat : 14939 (java) S 14935 14922 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39832657 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14940] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14940/stat : 14940 (java) S 14935 14922 14126 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39832657 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14941] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14941/stat : 14941 (java) S 14935 14922 14126 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 39832659 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14942] ppid=14935 vsize=868492 CPUtime=0.24
/proc/14936/task/14942/stat : 14942 (java) S 14935 14922 14126 0 -1 64 1483 0 0 0 24 0 0 0 16 0 9 0 39832659 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14943] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14943/stat : 14943 (java) S 14935 14922 14126 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 39832659 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14944] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14944/stat : 14944 (java) S 14935 14922 14126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39832659 889335808 6128 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 890588

[startup+6.30285 s]
/proc/loadavg: 2.83 3.09 3.14 2/81 14947
/proc/meminfo: memFree=1769656/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16740 CPUtime=0.57
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1297 4543 0 1 6 1 47 3 16 0 1 0 39832562 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14922/statm: 4185 1104 409 3 0 764 0
[pid=14935] ppid=14922 vsize=5356 CPUtime=0
/proc/14935/stat : 14935 (sh) S 14922 14922 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39832629 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14935/statm: 1339 233 193 169 0 50 0
[pid=14936] ppid=14935 vsize=868492 CPUtime=5.34
/proc/14936/stat : 14936 (java) S 14935 14922 14126 0 -1 0 8301 0 1 0 492 42 0 0 18 0 9 0 39832630 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14936/statm: 217123 6131 2562 9 0 211670 0
[pid=14936/tid=14937] ppid=14935 vsize=868492 CPUtime=4.63
/proc/14936/task/14937/stat : 14937 (java) R 14935 14922 14126 0 -1 64 4113 0 1 0 432 31 0 0 16 0 9 0 39832631 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4126532855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14938] ppid=14935 vsize=868492 CPUtime=0.44
/proc/14936/task/14938/stat : 14938 (java) S 14935 14922 14126 0 -1 64 2008 0 0 0 35 9 0 0 16 0 9 0 39832657 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14936/tid=14939] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14939/stat : 14939 (java) S 14935 14922 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39832657 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14940] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14940/stat : 14940 (java) S 14935 14922 14126 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39832657 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14941] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14941/stat : 14941 (java) S 14935 14922 14126 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 39832659 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14942] ppid=14935 vsize=868492 CPUtime=0.25
/proc/14936/task/14942/stat : 14942 (java) S 14935 14922 14126 0 -1 64 1486 0 0 0 24 1 0 0 16 0 9 0 39832659 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14943] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14943/stat : 14943 (java) S 14935 14922 14126 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 39832659 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14936/tid=14944] ppid=14935 vsize=868492 CPUtime=0
/proc/14936/task/14944/stat : 14944 (java) S 14935 14922 14126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39832659 889335808 6131 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 890588

[startup+12.7015 s]
/proc/loadavg: 2.85 3.09 3.14 3/72 14957
/proc/meminfo: memFree=1561912/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=9.35
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1479 14180 0 2 6 2 854 73 15 0 1 0 39832562 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1129 414 3 0 797 0
[pid=14951] ppid=14922 vsize=189628 CPUtime=2.78
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 44801 0 0 0 241 37 0 0 25 0 1 0 39833550 194179072 44749 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 47407 44749 69 151 0 47253 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 206500

[startup+25.5028 s]
/proc/loadavg: 2.66 3.03 3.12 3/72 15017
/proc/meminfo: memFree=1543416/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=11.23
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1915 37439 0 8 7 3 1020 93 15 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=203048 CPUtime=13.52
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47801 0 0 0 1311 41 0 0 25 0 1 0 39833550 207921152 47737 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 50762 47737 78 151 0 50608 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 219920

[startup+51.1024 s]
/proc/loadavg: 2.59 2.98 3.10 3/76 15068
/proc/meminfo: memFree=1306568/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=11.53
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 1985 41318 0 9 7 3 1047 96 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=203912 CPUtime=38.62
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47949 0 0 0 3817 45 0 0 25 0 1 0 39833550 208805888 47883 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 50978 47883 79 151 0 50824 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 220784

[startup+102.308 s]
/proc/loadavg: 2.20 2.81 3.04 3/76 15148
/proc/meminfo: memFree=1310472/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=203912 CPUtime=88.69
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47981 0 0 0 8823 46 0 0 25 0 1 0 39833550 208805888 47911 996147200 134512640 135134323 4294956192 18446744073709551615 134531949 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 50978 47911 79 151 0 50824 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 220784

[startup+162.303 s]
/proc/loadavg: 2.07 2.66 2.97 3/76 15184
/proc/meminfo: memFree=1309840/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=203912 CPUtime=148.37
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47981 0 0 0 14791 46 0 0 25 0 1 0 39833550 208805888 47911 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 50978 47911 79 151 0 50824 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 220784

[startup+222.303 s]
/proc/loadavg: 2.02 2.54 2.90 3/76 15196
/proc/meminfo: memFree=1309072/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=203912 CPUtime=208.08
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47981 0 0 0 20762 46 0 0 25 0 1 0 39833550 208805888 47911 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 50978 47911 79 151 0 50824 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 220784

[startup+282.303 s]
/proc/loadavg: 2.01 2.44 2.85 3/76 15196
/proc/meminfo: memFree=1309008/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=203912 CPUtime=267.79
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47981 0 0 0 26733 46 0 0 25 0 1 0 39833550 208805888 47911 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 50978 47911 79 151 0 50824 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (KiB) 220784

[startup+342.302 s]
/proc/loadavg: 2.00 2.36 2.79 3/76 15196
/proc/meminfo: memFree=1308880/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=327.5
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47995 0 0 0 32704 46 0 0 25 0 1 0 39833550 208994304 47925 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47925 79 151 0 50870 0
Current children cumulated CPU time (s) 339.79
Current children cumulated vsize (KiB) 220968

[startup+402.302 s]
/proc/loadavg: 2.00 2.29 2.74 3/76 15196
/proc/meminfo: memFree=1308816/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=387.22
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47997 0 0 0 38676 46 0 0 25 0 1 0 39833550 208994304 47927 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47927 79 151 0 50870 0
Current children cumulated CPU time (s) 399.51
Current children cumulated vsize (KiB) 220968

[startup+462.301 s]
/proc/loadavg: 2.05 2.25 2.69 3/76 15196
/proc/meminfo: memFree=1308816/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=446.92
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47999 0 0 0 44646 46 0 0 25 0 1 0 39833550 208994304 47929 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47929 79 151 0 50870 0
Current children cumulated CPU time (s) 459.21
Current children cumulated vsize (KiB) 220968

Solver just ended. Dumping a history of the last processes samples

[startup+473.501 s]
/proc/loadavg: 2.04 2.24 2.69 3/76 15196
/proc/meminfo: memFree=1308816/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=458.07
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 47999 0 0 0 45761 46 0 0 25 0 1 0 39833550 208994304 47929 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47929 79 151 0 50870 0
Current children cumulated CPU time (s) 470.36
Current children cumulated vsize (KiB) 220968

[startup+486.303 s]
/proc/loadavg: 2.11 2.24 2.68 3/76 15196
/proc/meminfo: memFree=1308752/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=470.81
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 48000 0 0 0 47035 46 0 0 25 0 1 0 39833550 208994304 47930 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47930 79 151 0 50870 0
Current children cumulated CPU time (s) 483.1
Current children cumulated vsize (KiB) 220968

[startup+489.507 s]
/proc/loadavg: 2.10 2.24 2.68 3/76 15196
/proc/meminfo: memFree=1308752/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=474
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 48001 0 0 0 47354 46 0 0 25 0 1 0 39833550 208994304 47931 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47931 79 151 0 50870 0
Current children cumulated CPU time (s) 486.29
Current children cumulated vsize (KiB) 220968

[startup+492.701 s]
/proc/loadavg: 2.10 2.24 2.68 3/76 15196
/proc/meminfo: memFree=1308760/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=477.19
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 48001 0 0 0 47673 46 0 0 25 0 1 0 39833550 208994304 47931 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47931 79 151 0 50870 0
Current children cumulated CPU time (s) 489.48
Current children cumulated vsize (KiB) 220968

[startup+493.501 s]
/proc/loadavg: 2.10 2.24 2.68 3/76 15196
/proc/meminfo: memFree=1308760/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=477.98
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 48001 0 0 0 47752 46 0 0 25 0 1 0 39833550 208994304 47931 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47931 79 151 0 50870 0
Current children cumulated CPU time (s) 490.27
Current children cumulated vsize (KiB) 220968

[startup+493.906 s]
/proc/loadavg: 2.09 2.24 2.67 3/76 15196
/proc/meminfo: memFree=1308760/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2126 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=204096 CPUtime=478.38
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194304 48001 0 0 0 47792 46 0 0 25 0 1 0 39833550 208994304 47931 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 51024 47931 79 151 0 50870 0
Current children cumulated CPU time (s) 490.67
Current children cumulated vsize (KiB) 220968

[startup+494.102 s]
/proc/loadavg: 2.09 2.24 2.67 3/76 15196
/proc/meminfo: memFree=1308760/2055920 swapFree=4178780/4192956
[pid=14922] ppid=14920 vsize=16872 CPUtime=12.29
/proc/14922/stat : 14922 (sugar++) S 14920 14922 14126 0 -1 4194304 2142 49070 0 11 7 3 1117 102 16 0 1 0 39832562 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 233597616020 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 4218 1130 414 3 0 797 0
[pid=14951] ppid=14922 vsize=0 CPUtime=478.57
/proc/14951/stat : 14951 (minisat-inc) R 14922 14922 14126 0 -1 4194308 48003 0 0 0 47810 47 0 0 25 0 1 0 39833550 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14951/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 490.86
Current children cumulated vsize (KiB) 16872

Child status: 0
Real time (s): 494.167
CPU time (s): 490.947
CPU user time (s): 489.353
CPU system time (s): 1.59476
CPU usage (%): 99.3484
Max. virtual memory (cumulated for all children) (KiB): 890588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.353
system time used= 1.59476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99277
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19630
involuntary context switches= 25435

runsolver used 0.58591 second user time and 1.69374 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 05:16:21
IDJOB=1110723
IDBENCH=61143
IDSOLVER=367
FILE ID=node27/1110723-1215832581
PBS_JOBID= 7903344
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110723-1215832581/watcher-1110723-1215832581 -o /tmp/evaluation-result-1110723-1215832581/solver-1110723-1215832581 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110723-1215832581.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=1692841464

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755232 kB
Buffers:         31180 kB
Cached:         114892 kB
SwapCached:       7540 kB
Active:         150832 kB
Inactive:        87204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755232 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:            1004 kB
Writeback:           0 kB
Mapped:         107792 kB
Slab:            47592 kB
Committed_AS:   946464 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node27 at 2008-07-12 05:24:35