Trace number 1113831

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-incMSAT (TO)3 3600.19 3604.73

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-14.xml
MD5SUM6c0880b040fe6260481479fcc94ce736
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints1582
Maximum constraint arity2
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1582
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.04/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.24	c 0	BEGIN Sat Jul 12 21:50:01 2008
0.04/0.24	c 0	PID 21989
0.04/0.26	c 0	HOST node92.alineos.net
0.04/0.26	c 0	CONVERTING HOME/instance-1113831-1215892201.xml TO HOME/temp.csp
0.04/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113831-1215892201.xml' 'HOME/temp.csp'
0.51/1.12	c 1	1 domains, 56 variables, 2 predicates, 0 relations, 1582 constraints
0.51/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.51/1.14	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.52/1.22	c 1	Parsing HOME/temp.csp
0.52/1.38	c 1	parsed 1641 expressions
0.52/1.39	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/1.41	c 1	MAX CSP: 1582 constraints
0.52/1.41	c 1	Converting to clausal form CSP
0.52/1.50	c 1	converted 323 (10%) expressions
0.52/1.58	c 1	converted 646 (20%) expressions
0.52/1.61	c 1	converted 968 (30%) expressions
0.52/1.63	c 1	converted 1291 (40%) expressions
0.52/1.64	c 2	converted 1613 (50%) expressions
0.52/1.65	c 2	converted 1936 (60%) expressions
0.52/1.66	c 2	converted 2259 (70%) expressions
0.52/1.67	c 2	converted 2581 (80%) expressions
0.52/1.68	c 2	converted 2904 (90%) expressions
0.52/1.87	c 2	converted 3226 (100%) expressions
0.52/1.87	c 2	CSP : 3220 integers, 42 booleans, 4829 clauses, largest domain size 2374
0.52/1.87	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.52/1.87	c 2	Propagation in CSP
0.52/1.95	c 2	1576 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.52/1.95	c 2	CSP : 3220 integers, 42 booleans, 4829 clauses, largest domain size 1583
0.52/1.95	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.52/1.96	c 2	Simplifing CSP by introducing new Boolean variables
0.52/1.98	c 2	CSP : 3220 integers, 3122 booleans, 7909 clauses, largest domain size 1583
0.52/1.98	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.52/2.02	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.52/2.07	c 2	322 (10%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
0.52/2.07	c 2	644 (20%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
0.52/2.07	c 2	966 (30%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
0.52/2.07	c 2	1288 (40%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
0.52/2.07	c 2	1610 (50%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
0.52/2.08	c 2	1932 (60%) CSP integer variables are encoded (6354 clauses, 80493 bytes)
0.52/2.08	c 2	2254 (70%) CSP integer variables are encoded (9057 clauses, 117927 bytes)
1.43/2.12	c 2	2576 (80%) CSP integer variables are encoded (26490 clauses, 379422 bytes)
1.43/2.12	c 2	2898 (90%) CSP integer variables are encoded (29120 clauses, 418872 bytes)
1.43/2.13	c 2	3220 (100%) CSP integer variables are encoded (32623 clauses, 471417 bytes)
1.43/2.21	c 2	791 (10%) CSP clauses are encoded (62414 clauses, 1011593 bytes)
1.53/2.27	c 2	1582 (20%) CSP clauses are encoded (92100 clauses, 1564263 bytes)
1.62/2.34	c 2	2373 (30%) CSP clauses are encoded (121750 clauses, 2120217 bytes)
1.71/2.40	c 2	3164 (40%) CSP clauses are encoded (151469 clauses, 2701091 bytes)
1.71/2.46	c 2	3955 (50%) CSP clauses are encoded (181097 clauses, 3287899 bytes)
1.81/2.53	c 2	4746 (60%) CSP clauses are encoded (210675 clauses, 3873707 bytes)
2.11/2.81	c 3	5537 (70%) CSP clauses are encoded (373994 clauses, 6857170 bytes)
6.17/7.03	c 7	6328 (80%) CSP clauses are encoded (2757243 clauses, 56729578 bytes)
6.47/7.33	c 7	7119 (90%) CSP clauses are encoded (2920562 clauses, 60194280 bytes)
7.24/8.19	c 8	7909 (100%) CSP clauses are encoded (3398278 clauses, 70402467 bytes)
7.24/8.19	c 8	7909 CSP clauses encoded
7.24/8.19	c 8	Writing map file : HOME/temp.map
7.34/8.24	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.34/8.24	c 8	SAT : 38965 SAT variables, 3398278 SAT clauses, 70402467 bytes
7.34/8.24	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.41/8.30	c 8	OBJECTIVE minimize _COST
7.41/8.30	c 8	SOLVING HOME/temp.cnf
7.41/8.30	c 8	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.41/9.53	c 9	This is MiniSat 2.0 beta incremental
7.41/9.53	c 9	WARNING: for repeatability, setting FPU to use double precision
7.41/9.53	c 9	============================[ Problem Statistics ]=============================
7.41/9.53	c 9	|                                                                             |
7.41/9.53	c 9	|  Number of variables:  38965                                                |
7.41/9.53	c 9	|  Number of clauses:    3398278                                              |
8.89/11.04	c 11	|  Parsing time:         1.26         s                                       |
8.97/11.11	c 11	OK
8.97/11.11	c 11	OBJECTIVE BOUND: 0 <= _COST <= 
8.97/11.11	c 11	SEARCHING: _COST <= 791
8.97/11.11	c 11	============================[ Search Statistics ]==============================
8.97/11.11	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.97/11.11	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.97/11.11	c 11	===============================================================================
8.97/11.11	c 11	|         0 |   38965  3398278 10095145 |  1132759        0    nan |  0.000 % |
9.36/11.51	c 11	===============================================================================
9.36/11.51	c 11	restarts              : 1
9.36/11.51	c 11	conflicts             : 14            (8 /sec)
9.36/11.51	c 11	decisions             : 1178          (1.02 % random) (685 /sec)
9.36/11.52	c 11	propagations          : 57899          (33687 /sec)
9.36/11.52	c 11	conflict literals     : 285            (13.37 % deleted)
9.36/11.52	c 11	Memory used           : 134.90 MB
9.36/11.52	c 11	CPU time              : 1.71874 s
9.36/11.52	c 11	
9.36/11.52	c 11	SATISFIABLE
9.36/11.53	c 11	OK
9.36/11.53	c 11	FOUND: _COST <= 791
9.36/11.53	s SATISFIABLE
9.36/11.53	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.36/11.53	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.39/11.61	c 11	Decoding HOME/temp.out
9.39/11.81	c 12	OBJECTIVE _COST 489
9.39/11.81	o 489
9.39/11.82	v 15 29 34 34 48 45 16 28 26 22 19 27 18 17 31 32 38 39 54 52 39 37 36 33 31 40 32 32 33 35 42 44 43 46 47 46 43 44 43 53 41 40 55 55 46 49 49 53 55 55 53 55 55 55 55 55
9.39/11.82	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.39/11.85	c 12	OK
9.39/11.85	c 12	OBJECTIVE BOUND: 0 <= _COST <= 489
9.39/11.85	c 12	SEARCHING: _COST <= 244
9.39/11.86	c 12	============================[ Search Statistics ]==============================
9.39/11.87	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.39/11.87	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.39/11.87	c 12	===============================================================================
9.39/11.87	c 12	|        14 |   38965  3398278 10095145 |  1132759       14     20 |  0.000 % |
9.73/11.99	c 12	===============================================================================
9.73/11.99	c 12	restarts              : 2
9.73/11.99	c 12	conflicts             : 22            (12 /sec)
9.73/11.99	c 12	decisions             : 1904          (0.74 % random) (1011 /sec)
9.73/11.99	c 12	propagations          : 101028         (53661 /sec)
9.73/11.99	c 12	conflict literals     : 376            (10.69 % deleted)
9.73/11.99	c 12	Memory used           : 136.06 MB
9.73/11.99	c 12	CPU time              : 1.88271 s
9.73/11.99	c 12	
9.73/11.99	c 12	SATISFIABLE
9.73/12.01	c 12	OK
9.73/12.01	c 12	FOUND: _COST <= 244
9.73/12.01	c 12	DECODING HOME/temp.out WITH HOME/temp.map
9.73/12.01	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.84/12.09	c 12	Decoding HOME/temp.out
9.84/12.28	c 12	OBJECTIVE _COST 244
9.84/12.28	o 244
9.84/12.28	v 40 39 43 46 24 29 33 28 38 31 23 39 35 7 32 37 42 51 30 51 41 47 48 33 51 52 44 22 34 40 54 49 36 48 45 45 51 44 46 50 51 37 46 43 47 54 49 55 53 54 50 55 52 49 55 52
9.84/12.28	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.84/12.34	c 12	OK
9.84/12.34	c 12	OBJECTIVE BOUND: 0 <= _COST <= 244
9.84/12.34	c 12	SEARCHING: _COST <= 122
9.84/12.34	c 12	============================[ Search Statistics ]==============================
9.84/12.34	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.84/12.34	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.84/12.34	c 12	===============================================================================
9.84/12.34	c 12	|        22 |   26640  3398278 10095145 |  1132759       22     17 |  0.000 % |
10.18/12.43	c 12	===============================================================================
10.18/12.43	c 12	restarts              : 3
10.18/12.43	c 12	conflicts             : 26            (13 /sec)
10.18/12.43	c 12	decisions             : 2176          (0.69 % random) (1091 /sec)
10.18/12.43	c 12	propagations          : 129109         (64726 /sec)
10.18/12.43	c 12	conflict literals     : 406            (10.57 % deleted)
10.18/12.43	c 12	Memory used           : 136.45 MB
10.18/12.43	c 12	CPU time              : 1.9947 s
10.18/12.43	c 12	
10.18/12.43	c 12	SATISFIABLE
10.18/12.44	c 12	OK
10.18/12.44	c 12	FOUND: _COST <= 122
10.18/12.44	c 12	DECODING HOME/temp.out WITH HOME/temp.map
10.18/12.44	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.23/12.52	c 12	Decoding HOME/temp.out
10.23/12.73	c 13	OBJECTIVE _COST 122
10.23/12.73	o 122
10.23/12.73	v 24 31 39 50 12 38 46 5 39 21 45 6 22 8 26 34 43 55 18 43 41 11 49 32 51 19 36 23 28 37 47 44 24 48 46 20 42 43 45 32 48 38 30 40 51 49 10 55 54 29 52 54 53 45 27 53
10.23/12.74	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.23/12.77	c 13	OK
10.23/12.77	c 13	OBJECTIVE BOUND: 0 <= _COST <= 122
10.23/12.77	c 13	SEARCHING: _COST <= 61
10.23/12.78	c 13	============================[ Search Statistics ]==============================
10.23/12.79	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.23/12.79	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.23/12.79	c 13	===============================================================================
10.23/12.79	c 13	|        26 |   23245  3398278 10095145 |  1132759       26     16 |  0.000 % |
10.57/12.83	c 13	===============================================================================
10.57/12.83	c 13	restarts              : 4
10.57/12.83	c 13	conflicts             : 30            (14 /sec)
10.57/12.83	c 13	decisions             : 2343          (0.64 % random) (1128 /sec)
10.57/12.83	c 13	propagations          : 153253         (73761 /sec)
10.57/12.83	c 13	conflict literals     : 487            (9.98 % deleted)
10.57/12.83	c 13	Memory used           : 136.58 MB
10.57/12.83	c 13	CPU time              : 2.07768 s
10.57/12.83	c 13	
10.57/12.83	c 13	SATISFIABLE
10.57/12.84	c 13	OK
10.57/12.84	c 13	FOUND: _COST <= 61
10.57/12.84	c 13	DECODING HOME/temp.out WITH HOME/temp.map
10.57/12.84	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.61/12.92	c 13	Decoding HOME/temp.out
11.02/13.33	c 13	OBJECTIVE _COST 61
11.02/13.33	o 61
11.02/13.33	v 51 43 36 48 4 50 34 32 3 9 26 2 27 9 33 46 40 53 10 53 42 14 13 20 44 15 41 24 35 49 44 25 16 47 50 23 45 31 51 28 38 39 37 52 48 30 22 55 55 32 55 42 54 30 52 54
11.02/13.34	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.02/13.39	c 13	OK
11.02/13.39	c 13	OBJECTIVE BOUND: 0 <= _COST <= 61
11.02/13.39	c 13	SEARCHING: _COST <= 30
11.02/13.39	c 13	============================[ Search Statistics ]==============================
11.10/13.40	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.10/13.40	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.10/13.40	c 13	===============================================================================
11.10/13.40	c 13	|        30 |   20884  3398278 10095145 |  1132759       30     16 |  0.000 % |
11.20/13.51	c 13	|       131 |   20880  3398278 10095145 |  1246035      131     26 | 51.308 % |
11.30/13.61	c 13	===============================================================================
11.30/13.61	c 13	restarts              : 6
11.30/13.61	c 13	conflicts             : 149           (64 /sec)
11.30/13.61	c 13	decisions             : 2697          (0.59 % random) (1161 /sec)
11.30/13.61	c 13	propagations          : 321855         (138573 /sec)
11.30/13.61	c 13	conflict literals     : 3758           (11.47 % deleted)
11.30/13.61	c 13	Memory used           : 136.58 MB
11.30/13.61	c 13	CPU time              : 2.32265 s
11.30/13.61	c 13	
11.30/13.61	c 13	SATISFIABLE
11.30/13.63	c 13	OK
11.30/13.63	c 13	FOUND: _COST <= 30
11.30/13.63	c 13	DECODING HOME/temp.out WITH HOME/temp.map
11.30/13.63	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.33/13.71	c 14	Decoding HOME/temp.out
11.33/13.91	c 14	OBJECTIVE _COST 30
11.33/13.91	o 30
11.33/13.91	v 5 50 43 37 6 34 38 4 29 3 23 19 2 0 7 53 47 42 12 41 46 13 39 14 35 32 16 15 9 51 17 47 18 48 54 22 54 25 49 28 40 30 11 54 21 52 24 55 33 31 10 36 27 44 49 45
11.33/13.92	c 14	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.33/13.95	c 14	OK
11.33/13.95	c 14	OBJECTIVE BOUND: 0 <= _COST <= 30
11.33/13.95	c 14	SEARCHING: _COST <= 15
11.33/13.95	c 14	============================[ Search Statistics ]==============================
11.33/13.96	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.33/13.96	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.33/13.96	c 14	===============================================================================
11.33/13.96	c 14	|       149 |   18973  3398278 10095145 |  1132759      149     25 | 51.308 % |
11.68/14.06	c 14	===============================================================================
11.68/14.06	c 14	restarts              : 7
11.68/14.06	c 14	conflicts             : 225           (92 /sec)
11.68/14.06	c 14	decisions             : 2859          (0.59 % random) (1164 /sec)
11.68/14.06	c 14	propagations          : 390355         (158899 /sec)
11.68/14.06	c 14	conflict literals     : 9226           (7.72 % deleted)
11.68/14.06	c 14	Memory used           : 136.71 MB
11.68/14.06	c 14	CPU time              : 2.45663 s
11.68/14.06	c 14	
11.68/14.06	c 14	SATISFIABLE
11.68/14.07	c 14	OK
11.68/14.07	c 14	FOUND: _COST <= 15
11.68/14.07	c 14	DECODING HOME/temp.out WITH HOME/temp.map
11.68/14.07	c 14	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.75/14.17	c 14	Decoding HOME/temp.out
11.94/14.37	c 14	OBJECTIVE _COST 15
11.94/14.37	o 15
11.94/14.37	v 8 51 44 20 22 36 39 0 3 4 5 6 7 1 10 54 48 25 28 43 47 9 13 15 17 19 21 16 12 54 52 30 34 50 55 18 23 26 29 32 35 31 14 53 55 54 40 55 42 27 33 37 41 45 49 46
11.94/14.38	c 14	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.94/14.40	c 14	OK
11.94/14.40	c 14	OBJECTIVE BOUND: 0 <= _COST <= 15
11.94/14.40	c 14	SEARCHING: _COST <= 7
11.94/14.40	c 14	============================[ Search Statistics ]==============================
11.94/14.40	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.94/14.40	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.94/14.40	c 14	===============================================================================
11.94/14.40	c 14	|       225 |   17223  3398278 10095145 |  1132759      225     41 | 51.308 % |
12.13/14.56	c 14	|       325 |   17223  3398278 10095145 |  1246035      325     60 | 59.990 % |
12.33/14.74	c 15	|       477 |   17223  3398278 10095145 |  1370638      477     72 | 59.990 % |
12.43/14.81	c 15	===============================================================================
12.43/14.81	c 15	restarts              : 10
12.43/14.81	c 15	conflicts             : 497           (172 /sec)
12.43/14.81	c 15	decisions             : 3435          (0.52 % random) (1188 /sec)
12.43/14.81	c 15	propagations          : 644142         (222843 /sec)
12.43/14.81	c 15	conflict literals     : 36583          (3.93 % deleted)
12.43/14.82	c 15	Memory used           : 136.84 MB
12.43/14.82	c 15	CPU time              : 2.89056 s
12.43/14.82	c 15	
12.43/14.82	c 15	SATISFIABLE
12.43/14.83	c 15	OK
12.43/14.83	c 15	FOUND: _COST <= 7
12.43/14.83	c 15	DECODING HOME/temp.out WITH HOME/temp.map
12.43/14.83	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'
12.47/14.91	c 15	Decoding HOME/temp.out
12.47/15.11	c 15	OBJECTIVE _COST 7
12.47/15.11	o 7
12.47/15.11	v 36 45 1 2 8 28 5 9 23 19 3 11 18 10 38 48 47 7 14 35 13 44 33 30 15 24 32 25 4 51 34 12 20 42 21 22 43 41 27 37 46 40 6 54 16 17 26 49 29 31 53 52 39 50 0 55
12.47/15.12	c 15	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.47/15.14	c 15	OK
12.47/15.14	c 15	OBJECTIVE BOUND: 0 <= _COST <= 7
12.47/15.14	c 15	SEARCHING: _COST <= 3
12.47/15.15	c 15	============================[ Search Statistics ]==============================
12.47/15.16	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.47/15.16	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.47/15.16	c 15	===============================================================================
12.47/15.16	c 15	|       497 |   15590  3398278 10095145 |  1132759      497     74 | 59.990 % |
12.81/15.29	c 15	|       597 |   15590  3398278 10095145 |  1246035      597     78 | 64.427 % |
13.02/15.48	c 15	|       748 |   15590  3398278 10095145 |  1370638      748     83 | 64.427 % |
13.40/15.83	c 16	|       973 |   15590  3398278 10095145 |  1507702      973     91 | 64.427 % |
13.80/16.29	c 16	|      1312 |   15590  3398278 10095145 |  1658472     1312    102 | 64.427 % |
14.70/17.13	c 17	|      1818 |   15590  3398278 10095145 |  1824320     1818    108 | 64.427 % |
15.60/18.08	c 18	|      2577 |   15590  3398278 10095145 |  2006752     2577    105 | 64.427 % |
17.00/19.44	c 19	|      3716 |   15590  3398278 10095145 |  2207427     3716    106 | 64.427 % |
19.51/21.95	c 22	|      5427 |   15590  3398278 10095145 |  2428170     5427    112 | 64.427 % |
23.49/25.95	c 26	|      7990 |   15590  3398278 10095145 |  2670987     7990    120 | 64.427 % |
29.51/31.92	c 32	|     11835 |   15590  3398278 10095145 |  2938085    11835    130 | 64.427 % |
38.48/40.97	c 41	|     17601 |   15590  3398278 10095145 |  3231894    17601    131 | 64.427 % |
57.86/60.41	c 60	|     26250 |   13861   223975   645973 |  3555084    26226    132 | 64.427 % |
81.95/84.47	c 84	|     39225 |   13861   223975   645973 |  3910592    39201    138 | 64.427 % |
117.82/120.39	c 120	|     58686 |   13861   223975   645973 |  4301651    58662    140 | 64.427 % |
142.31/144.84	c 145	===============================================================================
142.31/144.84	c 145	restarts              : 25
142.31/144.84	c 145	conflicts             : 70237         (530 /sec)
142.31/144.84	c 145	decisions             : 93076         (0.42 % random) (703 /sec)
142.31/144.84	c 145	propagations          : 56166450       (423959 /sec)
142.31/144.84	c 145	conflict literals     : 9775894        (4.72 % deleted)
142.31/144.84	c 145	Memory used           : 146.37 MB
142.31/144.84	c 145	CPU time              : 132.481 s
142.31/144.84	c 145	
142.31/144.84	c 145	SATISFIABLE
142.31/144.85	c 145	OK
142.31/144.85	c 145	FOUND: _COST <= 3
142.31/144.85	c 145	DECODING HOME/temp.out WITH HOME/temp.map
142.31/144.85	c 145	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
142.38/144.94	c 145	Decoding HOME/temp.out
142.62/145.13	c 145	OBJECTIVE _COST 3
142.62/145.13	o 3
142.62/145.14	v 22 5 0 2 32 33 13 42 25 19 3 10 6 1 24 8 4 7 38 40 21 51 35 30 15 23 20 16 26 11 43 12 44 47 29 9 45 41 27 36 34 31 28 14 53 17 50 54 37 18 55 52 39 49 48 46
142.62/145.14	c 145	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
142.72/145.24	c 145	OK
142.72/145.24	c 145	OBJECTIVE BOUND: 0 <= _COST <= 3
142.72/145.24	c 145	SEARCHING: _COST <= 1
142.72/145.24	c 145	============================[ Search Statistics ]==============================
142.72/145.24	c 145	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
142.72/145.24	c 145	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
142.72/145.24	c 145	===============================================================================
142.72/145.24	c 145	|     70237 |   11972   203066   588909 |    67688    70204    139 | 64.427 % |
143.00/145.50	c 145	|     70338 |   11972   203066   588909 |    74457    70305    139 | 69.275 % |
143.39/145.90	c 146	|     70489 |   11972   203066   588909 |    81903    70456    139 | 69.275 % |
143.89/146.46	c 146	|     70714 |   11972   203066   588909 |    90093    70681    139 | 69.275 % |
144.80/147.34	c 147	|     71052 |   11972   203066   588909 |    99102    71019    139 | 69.275 % |
146.09/148.61	c 148	|     71559 |   11972   203066   588909 |   109013    71526    139 | 69.275 % |
147.89/150.42	c 150	|     72318 |   11972   203066   588909 |   119914    72285    139 | 69.275 % |
150.78/153.37	c 153	|     73458 |   11972   203066   588909 |   131906    73425    139 | 69.275 % |
155.28/157.83	c 158	|     75167 |   11972   203066   588909 |   145096    75134    139 | 69.275 % |
161.18/163.81	c 164	|     77731 |   11972   203066   588909 |   159606    77698    140 | 69.275 % |
171.29/173.84	c 174	|     81576 |   11972   203066   588909 |   175566    81543    142 | 69.275 % |
186.07/188.61	c 188	|     87342 |   11972   203066   588909 |   193123    87309    145 | 69.275 % |
207.05/209.63	c 210	|     95992 |   11972   203066   588909 |   212436    95959    144 | 69.275 % |
240.82/243.47	c 243	|    108967 |   11972   203066   588909 |   233679   108934    144 | 69.275 % |
295.38/298.02	c 298	|    128428 |   11972   203066   588909 |   257047   128395    146 | 69.275 % |
387.31/390.09	c 390	|    157621 |   11972   203066   588909 |   282752   157588    153 | 69.275 % |
528.84/531.66	c 532	|    201410 |   11972   203066   588909 |   311027   201377    151 | 69.275 % |
790.35/793.38	c 793	|    267095 |   11972   203066   588909 |   342130   267062    175 | 69.275 % |
1243.83/1247.17	c 1247	|    365621 |   11972   203066   588909 |   376343   365588    190 | 69.275 % |
1686.00/1689.56	c 1689	|    513410 |   11972   203066   588909 |   413977   121561    110 | 69.275 % |
2608.29/2612.39	c 2612	|    735094 |   11972   203066   588909 |   455375   343245    148 | 69.275 % |
3600.08/3604.64	c ERROR INTERRUPTED
3600.08/3604.73	c 3605	CPU 3598.06 (0.07 0.03 3597.99 2.05)
3600.08/3604.73	c 3605	END Sat Jul 12 22:50:06 2008

Verifier Data (download as text)

OK	3	1579
3 unsatisfied constraints, 1579 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-1113831-1215892201/watcher-1113831-1215892201 -o /tmp/evaluation-result-1113831-1215892201/solver-1113831-1215892201 -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-1113831-1215892201.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: 4.65 2.85 2.29 4/236 21989
/proc/meminfo: memFree=1741568/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=124 CPUtime=0
/proc/21989/stat : 21989 (sugar++) D 21987 21989 21502 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 45917035 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 251276621289 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/21989/statm: 31 23 17 3 0 3 0

[startup+0.0838241 s]
/proc/loadavg: 4.65 2.85 2.29 4/236 21989
/proc/meminfo: memFree=1741568/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=13336 CPUtime=0.02
/proc/21989/stat : 21989 (sugar++) R 21987 21989 21502 0 -1 4194304 736 0 0 0 2 0 0 0 18 0 1 0 45917035 13656064 704 996147200 4194304 4206940 548682068528 18446744073709551615 251288140798 0 0 4224 0 0 0 0 17 0 0 0
/proc/21989/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101826 s]
/proc/loadavg: 4.65 2.85 2.29 4/236 21989
/proc/meminfo: memFree=1741568/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=13468 CPUtime=0.03
/proc/21989/stat : 21989 (sugar++) D 21987 21989 21502 0 -1 4194304 756 0 0 0 2 1 0 0 18 0 1 0 45917035 13791232 724 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/21989/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301853 s]
/proc/loadavg: 4.65 2.85 2.29 4/236 21989
/proc/meminfo: memFree=1741568/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=16740 CPUtime=0.06
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 1216 128 3 0 5 1 0 0 18 0 1 0 45917035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701902 s]
/proc/loadavg: 4.65 2.85 2.29 4/236 21989
/proc/meminfo: memFree=1741568/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=16740 CPUtime=0.06
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 1216 128 3 0 5 1 0 0 18 0 1 0 45917035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.502 s]
/proc/loadavg: 4.65 2.85 2.29 4/247 22001
/proc/meminfo: memFree=1709984/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=16740 CPUtime=0.52
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 1293 4882 3 90 5 1 36 10 15 0 1 0 45917035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21989/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16740

[startup+3.1022 s]
/proc/loadavg: 4.65 2.85 2.29 3/247 22011
/proc/meminfo: memFree=1698656/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=16740 CPUtime=0.53
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 1294 4882 3 90 5 2 36 10 15 0 1 0 45917035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21989/statm: 4185 1104 409 3 0 764 0
[pid=22002] ppid=21989 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (sh) S 21989 21989 21502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45917149 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 233 193 169 0 50 0
[pid=22003] ppid=22002 vsize=869524 CPUtime=1.88
/proc/22003/stat : 22003 (java) S 22002 21989 21502 0 -1 0 7671 0 10 0 176 12 0 0 18 0 9 0 45917150 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22003/statm: 217381 6606 2564 9 0 211928 0
[pid=22003/tid=22004] ppid=22002 vsize=869524 CPUtime=1.37
/proc/22003/task/22004/stat : 22004 (java) R 22002 21989 21502 0 -1 64 3017 0 5 0 129 8 0 0 25 0 9 0 45917151 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4126568380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22005] ppid=22002 vsize=869524 CPUtime=0.21
/proc/22003/task/22005/stat : 22005 (java) S 22002 21989 21502 0 -1 64 2449 0 5 0 20 1 0 0 16 0 9 0 45917152 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22006] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22006/stat : 22006 (java) S 22002 21989 21502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45917152 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22007] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22007/stat : 22007 (java) S 22002 21989 21502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45917152 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22008] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22008/stat : 22008 (java) S 22002 21989 21502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45917154 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22009] ppid=22002 vsize=869524 CPUtime=0.27
/proc/22003/task/22009/stat : 22009 (java) S 22002 21989 21502 0 -1 64 1511 0 0 0 26 1 0 0 16 0 9 0 45917154 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22010] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22010/stat : 22010 (java) S 22002 21989 21502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45917154 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22011] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22011/stat : 22011 (java) S 22002 21989 21502 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 45917154 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 891620

[startup+6.30161 s]
/proc/loadavg: 4.44 2.83 2.29 3/246 22011
/proc/meminfo: memFree=1660712/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=16740 CPUtime=0.53
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 1294 4882 3 90 5 2 36 10 15 0 1 0 45917035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21989/statm: 4185 1104 409 3 0 764 0
[pid=22002] ppid=21989 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (sh) S 21989 21989 21502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45917149 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 233 193 169 0 50 0
[pid=22003] ppid=22002 vsize=869524 CPUtime=4.97
/proc/22003/stat : 22003 (java) S 22002 21989 21502 0 -1 0 8709 0 10 0 455 42 0 0 18 0 9 0 45917150 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22003/statm: 217381 6606 2564 9 0 211928 0
[pid=22003/tid=22004] ppid=22002 vsize=869524 CPUtime=4.26
/proc/22003/task/22004/stat : 22004 (java) R 22002 21989 21502 0 -1 64 4055 0 5 0 393 33 0 0 25 0 9 0 45917151 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4127004456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22005] ppid=22002 vsize=869524 CPUtime=0.41
/proc/22003/task/22005/stat : 22005 (java) S 22002 21989 21502 0 -1 64 2449 0 5 0 35 6 0 0 16 0 9 0 45917152 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22006] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22006/stat : 22006 (java) S 22002 21989 21502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45917152 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22007] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22007/stat : 22007 (java) S 22002 21989 21502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45917152 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22008] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22008/stat : 22008 (java) S 22002 21989 21502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45917154 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22009] ppid=22002 vsize=869524 CPUtime=0.27
/proc/22003/task/22009/stat : 22009 (java) S 22002 21989 21502 0 -1 64 1511 0 0 0 26 1 0 0 16 0 9 0 45917154 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22010] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22010/stat : 22010 (java) S 22002 21989 21502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45917154 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22003/tid=22011] ppid=22002 vsize=869524 CPUtime=0
/proc/22003/task/22011/stat : 22011 (java) S 22002 21989 21502 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 45917154 890392576 6606 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 891620

[startup+12.7024 s]
/proc/loadavg: 4.40 2.85 2.30 3/236 22022
/proc/meminfo: memFree=1505344/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=7.97
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 1708 22461 6 102 6 2 712 77 15 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=139720 CPUtime=2.26
/proc/22012/stat : 22012 (minisat-inc) S 21989 21989 21502 0 -1 4194304 34682 0 0 0 200 26 0 0 17 0 1 0 45917988 143073280 34624 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/22012/statm: 34930 34624 78 151 0 34776 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 156724

[startup+25.501 s]
/proc/loadavg: 4.08 2.86 2.31 3/236 22082
/proc/meminfo: memFree=1503872/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.59
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2007 42328 6 107 7 3 857 92 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=143708 CPUtime=13.5
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 35712 0 0 0 1323 27 0 0 25 0 1 0 45917988 147156992 35646 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 35927 35646 79 151 0 35773 0
Current children cumulated CPU time (s) 23.09
Current children cumulated vsize (KiB) 160712

[startup+51.1013 s]
/proc/loadavg: 3.37 2.79 2.30 3/236 22082
/proc/meminfo: memFree=1494080/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.59
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2007 42328 6 107 7 3 857 92 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=149516 CPUtime=39.08
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 37149 0 0 0 3879 29 0 0 25 0 1 0 45917988 153104384 37083 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 37379 37083 79 151 0 37225 0
Current children cumulated CPU time (s) 48.67
Current children cumulated vsize (KiB) 166520

[startup+102.318 s]
/proc/loadavg: 2.59 2.66 2.28 3/236 22082
/proc/meminfo: memFree=1481600/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.59
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2007 42328 6 107 7 3 857 92 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=149760 CPUtime=90.26
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 37198 0 0 0 8997 29 0 0 25 0 1 0 45917988 153354240 37132 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 37440 37132 79 151 0 37286 0
Current children cumulated CPU time (s) 99.85
Current children cumulated vsize (KiB) 166764

[startup+162.301 s]
/proc/loadavg: 2.22 2.54 2.26 3/236 22092
/proc/meminfo: memFree=1467904/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=149880 CPUtime=149.89
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 37227 0 0 0 14959 30 0 0 25 0 1 0 45917988 153477120 37159 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 37470 37159 79 151 0 37316 0
Current children cumulated CPU time (s) 159.78
Current children cumulated vsize (KiB) 166884

[startup+222.302 s]
/proc/loadavg: 2.08 2.44 2.24 3/236 22092
/proc/meminfo: memFree=1467712/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=150060 CPUtime=209.86
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 37250 0 0 0 20956 30 0 0 25 0 1 0 45917988 153661440 37182 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 37515 37182 79 151 0 37361 0
Current children cumulated CPU time (s) 219.75
Current children cumulated vsize (KiB) 167064

[startup+282.301 s]

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

[pid=22012] ppid=21989 vsize=377152 CPUtime=2848.26
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 93940 0 0 0 284732 94 0 0 25 0 1 0 45917988 386203648 93872 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 94288 93872 79 151 0 94134 0
Current children cumulated CPU time (s) 2858.15
Current children cumulated vsize (KiB) 394156

[startup+2922.3 s]
/proc/loadavg: 2.47 2.55 2.47 3/242 22169
/proc/meminfo: memFree=1284440/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=377152 CPUtime=2908.23
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 93943 0 0 0 290729 94 0 0 25 0 1 0 45917988 386203648 93875 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 94288 93875 79 151 0 94134 0
Current children cumulated CPU time (s) 2918.12
Current children cumulated vsize (KiB) 394156

[startup+2982.3 s]
/proc/loadavg: 2.45 2.53 2.47 3/242 22169
/proc/meminfo: memFree=1284632/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=377152 CPUtime=2968.18
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 93943 0 0 0 296724 94 0 0 25 0 1 0 45917988 386203648 93875 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 94288 93875 79 151 0 94134 0
Current children cumulated CPU time (s) 2978.07
Current children cumulated vsize (KiB) 394156

[startup+3042.3 s]
/proc/loadavg: 2.53 2.54 2.47 3/242 22169
/proc/meminfo: memFree=1284632/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=377152 CPUtime=3028.15
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 93951 0 0 0 302721 94 0 0 25 0 1 0 45917988 386203648 93883 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 94288 93883 79 151 0 94134 0
Current children cumulated CPU time (s) 3038.04
Current children cumulated vsize (KiB) 394156

[startup+3102.3 s]
/proc/loadavg: 2.64 2.57 2.49 3/242 22169
/proc/meminfo: memFree=1284504/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=377152 CPUtime=3088.12
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 93960 0 0 0 308718 94 0 0 25 0 1 0 45917988 386203648 93892 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 94288 93892 79 151 0 94134 0
Current children cumulated CPU time (s) 3098.01
Current children cumulated vsize (KiB) 394156

[startup+3162.3 s]
/proc/loadavg: 2.70 2.60 2.50 3/242 22169
/proc/meminfo: memFree=1284504/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=377152 CPUtime=3148.08
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 93968 0 0 0 314714 94 0 0 25 0 1 0 45917988 386203648 93900 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 94288 93900 79 151 0 94134 0
Current children cumulated CPU time (s) 3157.97
Current children cumulated vsize (KiB) 394156

[startup+3222.3 s]
/proc/loadavg: 2.73 2.63 2.51 3/242 22169
/proc/meminfo: memFree=1284312/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=377152 CPUtime=3208.06
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 93977 0 0 0 320711 95 0 0 25 0 1 0 45917988 386203648 93909 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 94288 93909 79 151 0 94134 0
Current children cumulated CPU time (s) 3217.95
Current children cumulated vsize (KiB) 394156

[startup+3282.3 s]
/proc/loadavg: 2.79 2.66 2.53 3/242 22169
/proc/meminfo: memFree=1278168/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=383360 CPUtime=3268.04
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 95524 0 0 0 326707 97 0 0 25 0 1 0 45917988 392560640 95456 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 95840 95456 79 151 0 95686 0
Current children cumulated CPU time (s) 3277.93
Current children cumulated vsize (KiB) 400364

[startup+3342.3 s]
/proc/loadavg: 2.83 2.69 2.55 3/242 22169
/proc/meminfo: memFree=1269720/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=391680 CPUtime=3327.98
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 97638 0 0 0 332699 99 0 0 25 0 1 0 45917988 401080320 97570 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 97920 97570 79 151 0 97766 0
Current children cumulated CPU time (s) 3337.87
Current children cumulated vsize (KiB) 408684

[startup+3402.32 s]
/proc/loadavg: 2.84 2.71 2.56 3/242 22169
/proc/meminfo: memFree=1262424/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=399884 CPUtime=3387.97
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 99423 0 0 0 338697 100 0 0 25 0 1 0 45917988 409481216 99355 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 99971 99355 79 151 0 99817 0
Current children cumulated CPU time (s) 3397.86
Current children cumulated vsize (KiB) 416888

[startup+3462.3 s]
/proc/loadavg: 2.70 2.70 2.56 3/242 22169
/proc/meminfo: memFree=1256984/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=405268 CPUtime=3447.93
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 100787 0 0 0 344691 102 0 0 25 0 1 0 45917988 414994432 100719 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 101317 100719 79 151 0 101163 0
Current children cumulated CPU time (s) 3457.82
Current children cumulated vsize (KiB) 422272

[startup+3522.3 s]
/proc/loadavg: 2.68 2.69 2.57 3/242 22169
/proc/meminfo: memFree=1252632/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=409392 CPUtime=3507.88
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 101806 0 0 0 350686 102 0 0 25 0 1 0 45917988 419217408 101738 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 102348 101738 79 151 0 102194 0
Current children cumulated CPU time (s) 3517.77
Current children cumulated vsize (KiB) 426396

[startup+3582.3 s]
/proc/loadavg: 2.44 2.62 2.55 3/242 22169
/proc/meminfo: memFree=1252504/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=409392 CPUtime=3567.86
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 101806 0 0 0 356683 103 0 0 25 0 1 0 45917988 419217408 101738 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 102348 101738 79 151 0 102194 0
Current children cumulated CPU time (s) 3577.75
Current children cumulated vsize (KiB) 426396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.6 s]
/proc/loadavg: 2.48 2.62 2.55 3/242 22169
/proc/meminfo: memFree=1252504/2055920 swapFree=4192812/4192956
[pid=21989] ppid=21987 vsize=17004 CPUtime=9.89
/proc/21989/stat : 21989 (sugar++) S 21987 21989 21502 0 -1 4194304 2077 46302 6 108 7 3 883 96 16 0 1 0 45917035 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21989/statm: 4251 1158 414 3 0 830 0
[pid=22012] ppid=21989 vsize=409392 CPUtime=3590.19
/proc/22012/stat : 22012 (minisat-inc) R 21989 21989 21502 0 -1 4194304 101806 0 0 0 358916 103 0 0 25 0 1 0 45917988 419217408 101738 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/22012/statm: 102348 101738 79 151 0 102194 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 426396

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 3604.73
CPU time (s): 3600.19
CPU user time (s): 3598.07
CPU system time (s): 2.12368
CPU usage (%): 99.8741
Max. virtual memory (cumulated for all children) (KiB): 891620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.07
system time used= 2.12368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150264
page faults= 114
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20130
involuntary context switches= 75617

runsolver used 12.961 second user time and 36.8104 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-12 21:50:01
IDJOB=1113831
IDBENCH=61648
IDSOLVER=367
FILE ID=node92/1113831-1215892201
PBS_JOBID= 7903636
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-14.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-1113831-1215892201/watcher-1113831-1215892201 -o /tmp/evaluation-result-1113831-1215892201/solver-1113831-1215892201 -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-1113831-1215892201.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c0880b040fe6260481479fcc94ce736
RANDOM SEED=874386332

node92.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		: 3000.236
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	: 5914.62
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		: 3000.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742240 kB
Buffers:          1336 kB
Cached:          48032 kB
SwapCached:          0 kB
Active:         212588 kB
Inactive:        31588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         207392 kB
Slab:            40316 kB
Committed_AS:   512216 kB
PageTables:      11720 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node92 at 2008-07-12 22:50:08