Trace number 1108283

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 923.397 928.849

General information on the benchmark

Namecsp/BH-4-4/
normalized-BlackHole-4-4-e-7_ext.xml
MD5SUM1c1b190d8a130cb2ecc039d7feae6077
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1.61375
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints431
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension431
Number of constraints which are defined in intension0
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.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Fri Jul 11 18:20:33 2008
0.06/0.08	c 0	PID 14658
0.06/0.08	c 0	HOST node59.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1108283-1215793233.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108283-1215793233.xml' 'HOME/temp.csp'
0.07/0.42	c 1	4 domains, 64 variables, 0 predicates, 8 relations, 431 constraints
0.07/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	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.42/0.54	c 1	Parsing HOME/temp.csp
0.42/0.67	c 1	parsed 507 expressions
0.42/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.74	c 1	MAX CSP: 431 constraints
0.42/0.74	c 1	Converting to clausal form CSP
0.42/0.78	c 1	converted 95 (10%) expressions
0.42/0.79	c 1	converted 189 (20%) expressions
0.42/0.81	c 1	converted 283 (30%) expressions
0.42/0.82	c 1	converted 377 (40%) expressions
0.42/0.83	c 1	converted 471 (50%) expressions
0.42/0.84	c 1	converted 565 (60%) expressions
0.42/0.85	c 1	converted 659 (70%) expressions
0.42/0.86	c 1	converted 753 (80%) expressions
0.42/0.88	c 1	converted 847 (90%) expressions
0.95/1.05	c 1	converted 941 (100%) expressions
0.95/1.06	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 647
0.95/1.06	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.06	c 1	Propagation in CSP
0.95/1.10	c 1	424 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.10	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 432
0.95/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.10	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.10	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 432
0.95/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.16	c 1	93 (10%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.04/1.16	c 1	186 (20%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.04/1.16	c 1	278 (30%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.04/1.16	c 1	371 (40%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.04/1.16	c 1	463 (50%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.04/1.17	c 1	556 (60%) CSP integer variables are encoded (1254 clauses, 15075 bytes)
1.04/1.17	c 1	649 (70%) CSP integer variables are encoded (1767 clauses, 21744 bytes)
1.04/1.17	c 1	741 (80%) CSP integer variables are encoded (2561 clauses, 32066 bytes)
1.04/1.17	c 1	834 (90%) CSP integer variables are encoded (3126 clauses, 39411 bytes)
1.04/1.18	c 1	926 (100%) CSP integer variables are encoded (6940 clauses, 88993 bytes)
1.14/1.23	c 2	130 (10%) CSP clauses are encoded (7722 clauses, 104192 bytes)
1.14/1.25	c 2	259 (20%) CSP clauses are encoded (8826 clauses, 127777 bytes)
1.14/1.27	c 2	388 (30%) CSP clauses are encoded (9948 clauses, 152260 bytes)
1.14/1.29	c 2	517 (40%) CSP clauses are encoded (11642 clauses, 182531 bytes)
1.23/1.32	c 2	646 (50%) CSP clauses are encoded (23387 clauses, 393591 bytes)
1.23/1.33	c 2	776 (60%) CSP clauses are encoded (27101 clauses, 458100 bytes)
1.23/1.40	c 2	905 (70%) CSP clauses are encoded (60566 clauses, 1069522 bytes)
1.33/1.41	c 2	1034 (80%) CSP clauses are encoded (64715 clauses, 1141773 bytes)
1.33/1.43	c 2	1163 (90%) CSP clauses are encoded (74496 clauses, 1317339 bytes)
1.62/1.76	c 2	1292 (100%) CSP clauses are encoded (255126 clauses, 4613721 bytes)
1.62/1.76	c 2	1292 CSP clauses encoded
1.62/1.76	c 2	Writing map file : HOME/temp.map
1.62/1.77	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.77	c 2	SAT : 7864 SAT variables, 255126 SAT clauses, 4613721 bytes
1.62/1.77	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.82	c 2	OBJECTIVE minimize _COST
1.69/1.82	c 2	SOLVING HOME/temp.cnf
1.69/1.82	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.69/1.82	c 2	This is MiniSat 2.0 beta incremental
1.69/1.82	c 2	WARNING: for repeatability, setting FPU to use double precision
1.69/1.82	c 2	============================[ Problem Statistics ]=============================
1.69/1.82	c 2	|                                                                             |
1.69/1.82	c 2	|  Number of variables:  7864                                                 |
1.69/1.82	c 2	|  Number of clauses:    255126                                               |
1.72/1.94	c 2	|  Parsing time:         0.10         s                                       |
1.72/1.95	c 2	OK
1.72/1.95	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.72/1.95	c 2	SEARCHING: _COST <= 216
1.72/1.95	c 2	============================[ Search Statistics ]==============================
1.72/1.95	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.72/1.95	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.72/1.95	c 2	===============================================================================
1.72/1.95	c 2	|         0 |    7864   255126   749517 |    85042        0    nan |  0.000 % |
1.72/1.98	c 2	|       100 |    7864   255126   749517 |    93546      100     17 |  0.003 % |
1.72/1.99	c 2	===============================================================================
1.72/1.99	c 2	restarts              : 2
1.72/1.99	c 2	conflicts             : 104           (722 /sec)
1.72/1.99	c 2	decisions             : 386           (1.04 % random) (2681 /sec)
1.72/1.99	c 2	propagations          : 20701          (143779 /sec)
1.72/1.99	c 2	conflict literals     : 1736           (7.61 % deleted)
1.72/1.99	c 2	Memory used           : 12.50 MB
1.72/1.99	c 2	CPU time              : 0.143978 s
1.72/1.99	c 2	
1.72/1.99	c 2	SATISFIABLE
1.72/1.99	c 2	OK
1.72/1.99	c 2	FOUND: _COST <= 216
1.72/1.99	s SATISFIABLE
1.72/1.99	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.72/1.99	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.72/2.08	c 2	Decoding HOME/temp.out
1.97/2.18	c 2	OBJECTIVE _COST 120
1.97/2.18	o 120
1.97/2.18	v 0 0 0 14 14 3 15 14 3 15 15 3 15 13 3 15 15 3 11 13 3 15 15 3 15 14 3 15 14 3 15 13 3 15 13 3 15 15 3 15 14 3 15 15 3 15 15 0 8 6 8 8 8 8 8 8 8 8 6 6 6 6 8 8
1.97/2.19	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.05/2.21	c 2	OK
2.05/2.21	c 2	OBJECTIVE BOUND: 0 <= _COST <= 120
2.05/2.21	c 2	SEARCHING: _COST <= 60
2.05/2.22	c 2	============================[ Search Statistics ]==============================
2.05/2.23	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.05/2.23	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.05/2.23	c 2	===============================================================================
2.05/2.23	c 2	|       104 |    7864   255126   749517 |    85042      104     17 |  0.003 % |
2.05/2.23	c 2	===============================================================================
2.05/2.23	c 2	restarts              : 3
2.05/2.23	c 2	conflicts             : 106           (671 /sec)
2.05/2.23	c 2	decisions             : 560           (1.07 % random) (3545 /sec)
2.05/2.23	c 2	propagations          : 29358          (185840 /sec)
2.05/2.23	c 2	conflict literals     : 1756           (7.68 % deleted)
2.05/2.23	c 2	Memory used           : 12.62 MB
2.05/2.23	c 2	CPU time              : 0.157975 s
2.05/2.23	c 2	
2.05/2.23	c 2	SATISFIABLE
2.05/2.23	c 2	OK
2.05/2.23	c 3	FOUND: _COST <= 60
2.05/2.23	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.05/2.23	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.09/2.31	c 3	Decoding HOME/temp.out
2.09/2.41	c 3	OBJECTIVE _COST 60
2.09/2.41	o 60
2.09/2.41	v 0 0 0 9 13 3 14 14 2 11 15 3 15 13 3 13 15 3 10 13 2 15 15 3 13 14 3 15 14 3 14 13 3 15 13 3 11 15 3 15 14 3 12 14 3 13 15 1 8 1 7 6 8 8 7 6 6 8 8 8 6 8 6 8
2.09/2.42	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.44	c 3	OK
2.09/2.44	c 3	OBJECTIVE BOUND: 0 <= _COST <= 60
2.09/2.44	c 3	SEARCHING: _COST <= 30
2.09/2.44	c 3	============================[ Search Statistics ]==============================
2.09/2.45	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.45	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.45	c 3	===============================================================================
2.09/2.45	c 3	|       106 |    4969   255126   749517 |    85042      106     17 |  0.003 % |
2.09/2.45	c 3	===============================================================================
2.09/2.45	c 3	restarts              : 4
2.09/2.45	c 3	conflicts             : 118           (686 /sec)
2.09/2.45	c 3	decisions             : 687           (1.02 % random) (3995 /sec)
2.09/2.45	c 3	propagations          : 41019          (238520 /sec)
2.09/2.45	c 3	conflict literals     : 1879           (8.21 % deleted)
2.09/2.45	c 3	Memory used           : 12.62 MB
2.09/2.45	c 3	CPU time              : 0.171973 s
2.09/2.45	c 3	
2.09/2.45	c 3	SATISFIABLE
2.09/2.46	c 3	OK
2.09/2.46	c 3	FOUND: _COST <= 30
2.09/2.46	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.09/2.46	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.28/2.55	c 3	Decoding HOME/temp.out
2.28/2.68	c 3	OBJECTIVE _COST 30
2.28/2.68	o 30
2.28/2.69	v 0 0 0 9 13 1 14 14 2 3 15 3 13 13 2 15 15 3 2 13 2 15 15 3 7 14 3 15 14 3 10 13 2 15 13 3 11 15 3 15 14 3 12 14 3 6 15 2 8 2 4 6 7 6 7 6 8 8 7 6 8 8 8 7
2.28/2.71	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.28/2.75	c 3	OK
2.28/2.75	c 3	OBJECTIVE BOUND: 0 <= _COST <= 30
2.28/2.75	c 3	SEARCHING: _COST <= 15
2.28/2.76	c 3	============================[ Search Statistics ]==============================
2.28/2.77	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.28/2.77	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.28/2.77	c 3	===============================================================================
2.28/2.77	c 3	|       118 |    4225   255126   749517 |    85042      118     16 |  0.003 % |
2.28/2.77	c 3	===============================================================================
2.28/2.77	c 3	restarts              : 5
2.28/2.77	c 3	conflicts             : 189           (1016 /sec)
2.28/2.77	c 3	decisions             : 869           (0.92 % random) (4673 /sec)
2.28/2.77	c 3	propagations          : 53962          (290164 /sec)
2.28/2.77	c 3	conflict literals     : 3246           (9.30 % deleted)
2.28/2.77	c 3	Memory used           : 12.62 MB
2.28/2.77	c 3	CPU time              : 0.185971 s
2.28/2.77	c 3	
2.28/2.77	c 3	SATISFIABLE
2.28/2.77	c 3	OK
2.28/2.77	c 3	FOUND: _COST <= 15
2.28/2.77	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.28/2.77	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.55/2.85	c 3	Decoding HOME/temp.out
2.55/2.95	c 3	OBJECTIVE _COST 15
2.55/2.95	o 15
2.55/2.95	v 0 0 0 9 13 1 6 14 2 5 15 1 14 13 2 3 15 3 2 13 2 15 15 3 7 14 3 15 14 3 10 13 2 12 13 3 13 15 3 11 14 3 7 14 3 8 15 0 8 2 4 5 7 6 7 6 8 8 7 6 8 8 6 8
2.55/2.95	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.55/2.98	c 3	OK
2.55/2.98	c 3	OBJECTIVE BOUND: 0 <= _COST <= 15
2.55/2.98	c 3	SEARCHING: _COST <= 7
2.55/2.99	c 3	============================[ Search Statistics ]==============================
2.76/3.00	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.76/3.00	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.76/3.00	c 3	===============================================================================
2.76/3.00	c 3	|       189 |    3667   255126   749517 |    85042      189     17 |  0.003 % |
2.76/3.00	c 3	|       289 |    3667   255126   749517 |    93546      289     16 | 59.474 % |
2.76/3.01	c 3	|       439 |    3667   255126   749517 |   102900      439     19 | 59.474 % |
2.76/3.02	c 3	|       665 |    3667   255126   749517 |   113190      665     26 | 59.474 % |
2.76/3.02	c 3	===============================================================================
2.76/3.02	c 3	restarts              : 9
2.76/3.02	c 3	conflicts             : 679           (3018 /sec)
2.76/3.02	c 3	decisions             : 1906          (0.42 % random) (8472 /sec)
2.76/3.02	c 3	propagations          : 97744          (434485 /sec)
2.76/3.02	c 3	conflict literals     : 17181          (5.41 % deleted)
2.76/3.02	c 3	Memory used           : 12.62 MB
2.76/3.02	c 3	CPU time              : 0.224965 s
2.76/3.02	c 3	
2.76/3.02	c 3	SATISFIABLE
2.76/3.02	c 3	OK
2.76/3.02	c 3	FOUND: _COST <= 7
2.76/3.02	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.76/3.02	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.78/3.11	c 3	Decoding HOME/temp.out
2.94/3.21	c 3	OBJECTIVE _COST 7
2.94/3.21	o 7
2.94/3.21	v 0 0 0 13 13 1 14 14 2 5 15 1 6 13 2 3 15 3 13 13 1 10 15 2 15 14 3 8 14 0 7 13 3 12 13 0 9 15 3 4 14 0 11 14 3 2 15 2 8 2 4 5 4 6 8 8 6 8 1 8 1 8 1 7
2.94/3.22	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.94/3.24	c 4	OK
2.94/3.24	c 4	OBJECTIVE BOUND: 0 <= _COST <= 7
2.94/3.24	c 4	SEARCHING: _COST <= 3
2.94/3.24	c 4	============================[ Search Statistics ]==============================
2.94/3.25	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.94/3.25	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.94/3.25	c 4	===============================================================================
2.94/3.25	c 4	|       679 |    3187   255126   749517 |    85042      679     25 | 59.474 % |
2.94/3.25	c 4	|       779 |    3187   255126   749517 |    93546      779     25 | 65.591 % |
2.94/3.26	c 4	|       929 |    3187   255126   749517 |   102900      929     26 | 65.591 % |
2.94/3.27	c 4	|      1154 |    3187   255126   749517 |   113190     1154     26 | 65.591 % |
2.94/3.28	c 4	|      1491 |    3187   255126   749517 |   124509     1491     28 | 65.591 % |
3.04/3.31	c 4	|      1997 |    3187   255126   749517 |   136960     1997     29 | 65.591 % |
3.04/3.35	c 4	|      2757 |    3187   255126   749517 |   150657     2757     30 | 65.591 % |
3.13/3.42	c 4	|      3897 |    3187   255126   749517 |   165722     3897     34 | 65.591 % |
3.23/3.54	c 4	|      5606 |    3187   255126   749517 |   182295     5606     40 | 65.591 % |
3.42/3.76	c 4	|      8169 |    3187   255126   749517 |   200524     8169     44 | 65.591 % |
3.83/4.10	c 4	|     12013 |    3187   255126   749517 |   220577    12013     46 | 65.591 % |
4.62/4.91	c 5	|     17779 |    3187   255126   749517 |   242634    17779     53 | 65.591 % |
6.01/6.38	c 7	|     26432 |    2706    15709    46316 |   266898    26422     56 | 65.591 % |
8.68/9.00	c 9	|     39406 |    2706    15709    46316 |   293588    39396     56 | 65.591 % |
16.21/16.69	c 17	|     58867 |    2706    15709    46316 |   322946    58857     63 | 65.591 % |
34.83/35.43	c 36	|     88060 |    2706    15709    46316 |   355241    88050     69 | 65.591 % |
75.93/76.94	c 77	|    131849 |    2706    15709    46316 |   390765   131839     74 | 65.591 % |
146.66/148.32	c 149	|    197535 |    2706    15709    46316 |   429842   197525     74 | 65.591 % |
314.57/317.88	c 318	|    296061 |    2706    15709    46316 |   472826   296051     73 | 65.591 % |
630.43/635.00	c 635	|    443850 |    2706    15709    46316 |   520109   443840     76 | 65.591 % |
841.04/845.79	c 846	===============================================================================
841.04/845.79	c 846	restarts              : 29
841.04/845.79	c 846	conflicts             : 513283        (613 /sec)
841.04/845.79	c 846	decisions             : 608436        (0.30 % random) (726 /sec)
841.04/845.79	c 846	propagations          : 16943587       (20222 /sec)
841.04/845.79	c 846	conflict literals     : 39485331       (8.04 % deleted)
841.04/845.79	c 846	Memory used           : 182.85 MB
841.04/845.79	c 846	CPU time              : 837.879 s
841.04/845.79	c 846	
841.04/845.79	c 846	SATISFIABLE
841.04/845.80	c 846	OK
841.04/845.80	c 846	FOUND: _COST <= 3
841.04/845.80	c 846	DECODING HOME/temp.out WITH HOME/temp.map
841.04/845.80	c 846	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
841.15/845.88	c 846	Decoding HOME/temp.out
841.33/846.02	c 846	OBJECTIVE _COST 3
841.33/846.02	o 3
841.33/846.02	v 0 0 0 9 13 1 10 14 2 11 15 3 2 13 2 15 15 3 6 13 2 11 15 3 13 14 1 12 14 0 5 13 1 8 13 0 3 15 3 4 14 0 7 14 3 14 15 2 8 2 4 6 7 6 7 6 8 3 2 3 1 8 1 7
841.33/846.06	c 846	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
841.62/846.34	c 847	OK
841.62/846.34	c 847	OBJECTIVE BOUND: 0 <= _COST <= 3
841.62/846.34	c 847	SEARCHING: _COST <= 1
841.62/846.35	c 847	============================[ Search Statistics ]==============================
841.62/846.35	c 847	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
841.62/846.35	c 847	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
841.62/846.35	c 847	===============================================================================
841.62/846.35	c 847	|    513283 |    2159     9837    30337 |     3279   513270     77 | 65.591 % |
858.16/863.07	c 863	|    513385 |    2159     9837    30337 |     3606     9962     55 | 72.547 % |
858.16/863.09	c 863	|    513536 |    2159     9837    30337 |     3967     5132     48 | 72.547 % |
858.26/863.10	c 863	|    513761 |    2159     9837    30337 |     4364     5357     47 | 72.547 % |
858.26/863.13	c 863	|    514099 |    2159     9837    30337 |     4800     5695     46 | 72.547 % |
858.26/863.16	c 863	|    514605 |    2159     9837    30337 |     5280     6201     46 | 72.547 % |
858.36/863.20	c 863	|    515364 |    2159     9837    30337 |     5808     6960     43 | 72.547 % |
858.46/863.32	c 864	|    516503 |    2159     9837    30337 |     6389     8099     45 | 72.547 % |
858.56/863.46	c 864	|    518211 |    2159     9837    30337 |     7028     9807     44 | 72.547 % |
858.75/863.68	c 864	|    520775 |    2159     9837    30337 |     7731    12371     45 | 72.547 % |
859.15/864.06	c 864	|    524619 |    2159     9837    30337 |     8504     8575     43 | 72.547 % |
859.75/864.61	c 865	|    530385 |    2159     9837    30337 |     9355    14341     44 | 72.547 % |
860.84/865.78	c 866	|    539035 |    2159     9837    30337 |    10290    14547     56 | 72.547 % |
862.72/867.68	c 868	|    552009 |    2159     9837    30337 |    11319     9779     64 | 72.547 % |
865.79/870.75	c 871	|    571471 |    2159     9837    30337 |    12451    10446     79 | 72.547 % |
870.44/875.49	c 876	|    600663 |    2159     9837    30337 |    13697    19736     79 | 72.547 % |
878.86/883.99	c 884	|    644452 |    2159     9837    30337 |    15066    11377     79 | 72.547 % |
890.55/895.70	c 896	|    710136 |    2159     9837    30337 |    16573    20778     83 | 72.547 % |
909.17/914.57	c 915	|    808663 |    2159     9837    30337 |    18230    22728     72 | 72.547 % |
922.94/928.48	c 929	===============================================================================
922.94/928.48	c 929	restarts              : 48
922.94/928.48	c 929	conflicts             : 888001        (966 /sec)
922.94/928.48	c 929	decisions             : 1067977       (0.34 % random) (1161 /sec)
922.94/928.48	c 929	propagations          : 28217768       (30688 /sec)
922.94/928.48	c 929	conflict literals     : 66234706       (8.50 % deleted)
922.94/928.48	c 929	Memory used           : 182.85 MB
922.94/928.48	c 929	CPU time              : 919.502 s
922.94/928.48	c 929	
922.94/928.48	c 929	SATISFIABLE
922.94/928.48	c 929	OK
922.94/928.48	c 929	FOUND: _COST <= 1
922.94/928.48	c 929	DECODING HOME/temp.out WITH HOME/temp.map
922.94/928.48	c 929	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
923.02/928.57	c 929	Decoding HOME/temp.out
923.02/928.70	c 929	OBJECTIVE _COST 1
923.02/928.70	o 1
923.02/928.71	v 0 0 0 15 13 3 4 14 0 9 15 1 2 13 2 15 15 3 6 13 2 3 15 3 12 14 0 7 14 3 14 13 2 13 13 1 10 15 2 11 14 3 8 14 0 5 15 1 8 1 8 2 4 6 7 6 8 1 7 5 4 6 8 2
923.02/928.74	c 929	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
923.02/928.76	c 929	OK
923.02/928.76	c 929	OBJECTIVE BOUND: 0 <= _COST <= 1
923.02/928.76	c 929	SEARCHING: _COST <= 0
923.02/928.76	c 929	============================[ Search Statistics ]==============================
923.02/928.76	c 929	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
923.02/928.76	c 929	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
923.02/928.76	c 929	===============================================================================
923.02/928.76	c 929	|    888001 |    2159     9837    30337 |     3279    23682     51 | 72.547 % |
923.32/928.80	c 929	===============================================================================
923.32/928.80	c 929	restarts              : 49
923.32/928.80	c 929	conflicts             : 888008        (966 /sec)
923.32/928.80	c 929	decisions             : 1068007       (0.34 % random) (1161 /sec)
923.32/928.81	c 929	propagations          : 28220004       (30689 /sec)
923.32/928.81	c 929	conflict literals     : 66234999       (8.50 % deleted)
923.32/928.81	c 929	Memory used           : 182.85 MB
923.32/928.81	c 929	CPU time              : 919.55 s
923.32/928.81	c 929	
923.32/928.81	c 929	UNSATISFIABLE
923.32/928.81	c 929	OK
923.32/928.81	c 929	NOT FOUND: _COST <= 0
923.32/928.81	c 929	OK
923.32/928.81	c 929	OBJECTIVE _COST 1
923.32/928.81	s OPTIMUM FOUND
923.32/928.84	c 929	CPU 922.43 (0.06 0.03 922.37 0.9)
923.32/928.84	c 929	END Fri Jul 11 18:36:02 2008

Verifier Data (download as text)

OK	1	430
1 unsatisfied constraints, 430 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-1108283-1215793233/watcher-1108283-1215793233 -o /tmp/evaluation-result-1108283-1215793233/solver-1108283-1215793233 -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-1108283-1215793233.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: 1.99 1.98 1.99 4/73 14658
/proc/meminfo: memFree=1321120/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=12268 CPUtime=0
/proc/14658/stat : 14658 (sugar++) R 14656 14658 14069 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 36021746 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14658/statm: 3067 316 241 3 0 167 0

[startup+0.0786011 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14658
/proc/meminfo: memFree=1321120/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16740 CPUtime=0.06
/proc/14658/stat : 14658 (sugar++) R 14656 14658 14069 0 -1 4194304 1081 0 0 0 5 1 0 0 18 0 1 0 36021746 17141760 1049 996147200 4194304 4206940 548682068528 18446744073709551615 217071634910 0 0 4224 0 0 0 0 17 1 0 0
/proc/14658/statm: 4185 1049 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101603 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14658
/proc/meminfo: memFree=1321120/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16740 CPUtime=0.07
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 36021746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301639 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14658
/proc/meminfo: memFree=1321120/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16740 CPUtime=0.07
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 36021746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701714 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 14658
/proc/meminfo: memFree=1321120/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16740 CPUtime=0.42
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1296 4387 0 1 5 2 32 3 15 0 1 0 36021746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50287 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 14680
/proc/meminfo: memFree=1305736/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16740 CPUtime=0.42
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1297 4387 0 1 5 2 32 3 15 0 1 0 36021746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4185 1104 409 3 0 764 0
[pid=14671] ppid=14658 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14658 14658 14069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36021792 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 233 193 169 0 50 0
[pid=14672] ppid=14671 vsize=868476 CPUtime=1.01
/proc/14672/stat : 14672 (java) S 14671 14658 14069 0 -1 0 6720 0 1 0 94 7 0 0 18 0 9 0 36021792 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 217119 5890 2563 9 0 211666 0
[pid=14672/tid=14673] ppid=14671 vsize=868476 CPUtime=0.64
/proc/14672/task/14673/stat : 14673 (java) R 14671 14658 14069 0 -1 64 2774 0 1 0 61 3 0 0 20 0 9 0 36021793 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4126533593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14671 vsize=868476 CPUtime=0.09
/proc/14672/task/14674/stat : 14674 (java) S 14671 14658 14069 0 -1 64 1773 0 0 0 8 1 0 0 16 0 9 0 36021794 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14671 vsize=868476 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14671 14658 14069 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36021794 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14671 vsize=868476 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14671 14658 14069 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36021794 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14671 vsize=868476 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14671 14658 14069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36021796 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14671 vsize=868476 CPUtime=0.24
/proc/14672/task/14678/stat : 14678 (java) S 14671 14658 14069 0 -1 64 1479 0 0 0 23 1 0 0 16 0 9 0 36021796 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14671 vsize=868476 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14671 14658 14069 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 36021797 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14671 vsize=868476 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14671 14658 14069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 36021797 889319424 5890 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890572

[startup+3.10217 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 14691
/proc/meminfo: memFree=1296128/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.54
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1797 26973 0 6 6 2 223 23 15 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=12924 CPUtime=0.24
/proc/14681/stat : 14681 (minisat-inc) S 14658 14658 14069 0 -1 4194304 3141 0 0 0 22 2 0 0 16 0 1 0 36021928 13234176 3080 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14681/statm: 3231 3080 79 151 0 3077 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 29796

[startup+6.30179 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14731
/proc/meminfo: memFree=1295832/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 15 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=17388 CPUtime=3.28
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 4238 0 0 0 325 3 0 0 25 0 1 0 36021928 17805312 4177 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 4347 4177 79 151 0 4193 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 34260

[startup+12.703 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14731
/proc/meminfo: memFree=1292056/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=20816 CPUtime=9.61
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 5083 0 0 0 957 4 0 0 25 0 1 0 36021928 21315584 5022 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 5204 5022 79 151 0 5050 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 37688

[startup+25.5014 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14731
/proc/meminfo: memFree=1281304/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=29412 CPUtime=22.29
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 7231 0 0 0 2223 6 0 0 25 0 1 0 36021928 30117888 7170 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 7353 7170 79 151 0 7199 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 46284

[startup+51.1013 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14731
/proc/meminfo: memFree=1266264/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=41004 CPUtime=47.64
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 10096 0 0 0 4754 10 0 0 25 0 1 0 36021928 41988096 10035 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 10251 10035 79 151 0 10097 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 57876

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14731
/proc/meminfo: memFree=1241944/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=58828 CPUtime=98.37
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 14537 0 0 0 9822 15 0 0 25 0 1 0 36021928 60239872 14476 996147200 134512640 135134323 4294956192 18446744073709551615 134532334 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 14707 14476 79 151 0 14553 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 75700

[startup+162.302 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1216856/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=75828 CPUtime=157.79
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 18681 0 0 0 15760 19 0 0 25 0 1 0 36021928 77647872 18620 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 18957 18620 79 151 0 18803 0
Current children cumulated CPU time (s) 160.52
Current children cumulated vsize (KiB) 92700

[startup+222.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1195544/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=86576 CPUtime=217.23
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 21405 0 0 0 21700 23 0 0 25 0 1 0 36021928 88653824 21344 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 21644 21344 79 151 0 21490 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 103448

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1176600/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=97136 CPUtime=276.66
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 24020 0 0 0 27639 27 0 0 25 0 1 0 36021928 99467264 23959 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 24284 23959 79 151 0 24130 0
Current children cumulated CPU time (s) 279.39
Current children cumulated vsize (KiB) 114008

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1157272/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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


[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14780
/proc/meminfo: memFree=1288856/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=161248 CPUtime=635
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 39850 0 0 0 63454 46 0 0 25 0 1 0 36021928 165117952 39781 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14681/statm: 40312 39781 79 151 0 40158 0
Current children cumulated CPU time (s) 637.73
Current children cumulated vsize (KiB) 178120

[startup+702.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 14780
/proc/meminfo: memFree=1280856/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=170276 CPUtime=694.97
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 41854 0 0 0 69448 49 0 0 25 0 1 0 36021928 174362624 41785 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14681/statm: 42569 41785 79 151 0 42415 0
Current children cumulated CPU time (s) 697.7
Current children cumulated vsize (KiB) 187148

[startup+762.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 14780
/proc/meminfo: memFree=1274840/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=176244 CPUtime=754.95
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 43351 0 0 0 75445 50 0 0 25 0 1 0 36021928 180473856 43282 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14681/statm: 44061 43282 79 151 0 43907 0
Current children cumulated CPU time (s) 757.68
Current children cumulated vsize (KiB) 193116

[startup+822.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 14780
/proc/meminfo: memFree=1266904/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.73
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1832 30843 0 7 6 2 239 26 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=184704 CPUtime=814.92
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 45353 0 0 0 81439 53 0 0 25 0 1 0 36021928 189136896 45284 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14681/statm: 46176 45284 79 151 0 46022 0
Current children cumulated CPU time (s) 817.65
Current children cumulated vsize (KiB) 201576

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1901 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=874.29
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46033 0 0 0 87376 53 0 0 25 0 1 0 36021928 191725568 45962 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45962 79 151 0 46654 0
Current children cumulated CPU time (s) 877.28
Current children cumulated vsize (KiB) 204104

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

[startup+895.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1901 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=887.75
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46033 0 0 0 88722 53 0 0 25 0 1 0 36021928 191725568 45962 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45962 79 151 0 46654 0
Current children cumulated CPU time (s) 890.74
Current children cumulated vsize (KiB) 204104

[startup+908.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1901 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=900.43
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46033 0 0 0 89990 53 0 0 25 0 1 0 36021928 191725568 45962 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45962 79 151 0 46654 0
Current children cumulated CPU time (s) 903.42
Current children cumulated vsize (KiB) 204104

[startup+921.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1901 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=913.11
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46035 0 0 0 91258 53 0 0 25 0 1 0 36021928 191725568 45964 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45964 79 151 0 46654 0
Current children cumulated CPU time (s) 916.1
Current children cumulated vsize (KiB) 204104

[startup+924.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1901 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=916.28
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46035 0 0 0 91575 53 0 0 25 0 1 0 36021928 191725568 45964 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45964 79 151 0 46654 0
Current children cumulated CPU time (s) 919.27
Current children cumulated vsize (KiB) 204104

[startup+926.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1901 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=917.87
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46035 0 0 0 91734 53 0 0 25 0 1 0 36021928 191725568 45964 996147200 134512640 135134323 4294956192 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45964 79 151 0 46654 0
Current children cumulated CPU time (s) 920.86
Current children cumulated vsize (KiB) 204104

[startup+927.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1901 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=919.45
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46035 0 0 0 91892 53 0 0 25 0 1 0 36021928 191725568 45964 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45964 79 151 0 46654 0
Current children cumulated CPU time (s) 922.44
Current children cumulated vsize (KiB) 204104

[startup+928.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1901 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=919.85
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46035 0 0 0 91932 53 0 0 25 0 1 0 36021928 191725568 45964 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45964 79 151 0 46654 0
Current children cumulated CPU time (s) 922.84
Current children cumulated vsize (KiB) 204104

[startup+928.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=2.99
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1953 34722 0 8 6 3 260 30 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=920.03
/proc/14681/stat : 14681 (minisat-inc) S 14658 14658 14069 0 -1 4194304 46037 0 0 0 91950 53 0 0 25 0 1 0 36021928 191725568 45964 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14681/statm: 46808 45964 79 151 0 46654 0
Current children cumulated CPU time (s) 923.02
Current children cumulated vsize (KiB) 204104

[startup+928.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14790
/proc/meminfo: memFree=1263768/2055920 swapFree=4192956/4192956
[pid=14658] ppid=14656 vsize=16872 CPUtime=3.25
/proc/14658/stat : 14658 (sugar++) S 14656 14658 14069 0 -1 4194304 1971 38601 0 9 6 3 282 34 16 0 1 0 36021746 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 4218 1124 414 3 0 797 0
[pid=14681] ppid=14658 vsize=187232 CPUtime=920.07
/proc/14681/stat : 14681 (minisat-inc) R 14658 14658 14069 0 -1 4194304 46037 0 0 0 91954 53 0 0 24 0 1 0 36021928 191725568 45964 996147200 134512640 135134323 4294956192 18446744073709551615 134524688 0 0 4096 3 0 0 0 17 1 0 0
/proc/14681/statm: 46808 45964 79 151 0 46654 0
Current children cumulated CPU time (s) 923.32
Current children cumulated vsize (KiB) 204104

Child status: 0
Real time (s): 928.849
CPU time (s): 923.397
CPU user time (s): 922.449
CPU system time (s): 0.947855
CPU usage (%): 99.413
Max. virtual memory (cumulated for all children) (KiB): 890572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 922.449
system time used= 0.947855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86690
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4226
involuntary context switches= 16508

runsolver used 1.10583 second user time and 2.78558 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-11 18:20:33
IDJOB=1108283
IDBENCH=60700
IDSOLVER=367
FILE ID=node59/1108283-1215793233
PBS_JOBID= 7903083
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-4/normalized-BlackHole-4-4-e-7_ext.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-1108283-1215793233/watcher-1108283-1215793233 -o /tmp/evaluation-result-1108283-1215793233/solver-1108283-1215793233 -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-1108283-1215793233.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c1b190d8a130cb2ecc039d7feae6077
RANDOM SEED=1111000185

node59.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.268
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.268
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:       1321600 kB
Buffers:         56500 kB
Cached:         450644 kB
SwapCached:          0 kB
Active:         416600 kB
Inactive:       249652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1321600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             848 kB
Writeback:           0 kB
Mapped:         170292 kB
Slab:            53116 kB
Committed_AS:   247768 kB
PageTables:       2208 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= 66492 MiB
End job on node59 at 2008-07-11 18:36:02