Trace number 1126771

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 31.8892 33.0148

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap122_ext.xml
MD5SUM4bf2b317c61984f54388f5cebd1c8eff
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints0
Best CPU time to get the best result obtained on this benchmark0.200969
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints2550
Maximum constraint arity2
Maximum domain size50
Number of constraints which are defined in extension2550
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.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 07:41:48 2008
0.00/0.08	c 0	PID 29086
0.07/0.08	c 0	HOST node58.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1126771-1216186908.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126771-1216186908.xml' 'HOME/temp.csp'
0.07/0.74	c 1	3 domains, 101 variables, 0 predicates, 52 relations, 2550 constraints
0.07/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.76	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.72/0.84	c 1	Parsing HOME/temp.csp
0.94/1.03	c 1	parsed 2706 expressions
0.94/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.07	c 1	MAX CSP: 2550 constraints
0.94/1.07	c 1	Converting to clausal form CSP
1.04/1.13	c 1	converted 526 (10%) expressions
1.04/1.16	c 1	converted 1052 (20%) expressions
1.14/1.25	c 1	converted 1578 (30%) expressions
1.14/1.27	c 2	converted 2104 (40%) expressions
1.14/1.28	c 2	converted 2630 (50%) expressions
1.23/1.31	c 2	converted 3156 (60%) expressions
1.23/1.32	c 2	converted 3682 (70%) expressions
1.23/1.33	c 2	converted 4208 (80%) expressions
1.23/1.33	c 2	converted 4734 (90%) expressions
1.44/1.60	c 2	converted 5259 (100%) expressions
1.53/1.60	c 2	CSP : 5201 integers, 0 booleans, 7649 clauses, largest domain size 3826
1.53/1.60	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.60	c 2	Propagation in CSP
1.63/1.75	c 2	2542 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.75	c 2	CSP : 5201 integers, 0 booleans, 7649 clauses, largest domain size 2551
1.63/1.75	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.75	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.76	c 2	CSP : 5201 integers, 0 booleans, 7649 clauses, largest domain size 2551
1.63/1.76	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.84	c 2	521 (10%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.73/1.84	c 2	1041 (20%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.73/1.84	c 2	1561 (30%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.73/1.85	c 2	2081 (40%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.73/1.85	c 2	2601 (50%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.73/1.86	c 2	3121 (60%) CSP integer variables are encoded (8022 clauses, 104378 bytes)
1.73/1.87	c 2	3641 (70%) CSP integer variables are encoded (12771 clauses, 175613 bytes)
1.83/1.91	c 2	4161 (80%) CSP integer variables are encoded (43747 clauses, 640253 bytes)
1.83/1.91	c 2	4681 (90%) CSP integer variables are encoded (48363 clauses, 709493 bytes)
1.83/1.92	c 2	5201 (100%) CSP integer variables are encoded (54413 clauses, 800243 bytes)
1.92/2.04	c 2	765 (10%) CSP clauses are encoded (55178 clauses, 816340 bytes)
2.02/2.11	c 2	1530 (20%) CSP clauses are encoded (55943 clauses, 833156 bytes)
2.02/2.17	c 2	2295 (30%) CSP clauses are encoded (56708 clauses, 849971 bytes)
2.13/2.28	c 3	3060 (40%) CSP clauses are encoded (92362 clauses, 1490873 bytes)
3.01/3.11	c 3	3825 (50%) CSP clauses are encoded (475361 clauses, 9480699 bytes)
3.21/3.33	c 4	4590 (60%) CSP clauses are encoded (584770 clauses, 11792286 bytes)
17.31/17.81	c 18	5355 (70%) CSP clauses are encoded (6646483 clauses, 141691258 bytes)
17.51/18.05	c 18	6120 (80%) CSP clauses are encoded (6772356 clauses, 144353780 bytes)
18.11/18.66	c 19	6885 (90%) CSP clauses are encoded (7090813 clauses, 151150123 bytes)
20.37/20.95	c 21	7649 (100%) CSP clauses are encoded (8289115 clauses, 176830900 bytes)
20.37/20.95	c 21	7649 CSP clauses encoded
20.37/20.95	c 21	Writing map file : HOME/temp.map
20.45/21.00	c 21	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.45/21.00	c 21	SAT : 59613 SAT variables, 8289115 SAT clauses, 176830900 bytes
20.45/21.00	c 21	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.45/21.04	c 21	OBJECTIVE minimize _COST
20.45/21.04	c 21	SOLVING HOME/temp.cnf
20.45/21.04	c 21	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
20.45/21.04	c 21	This is MiniSat 2.0 beta incremental
20.45/21.04	c 21	WARNING: for repeatability, setting FPU to use double precision
20.45/21.04	c 21	============================[ Problem Statistics ]=============================
20.45/21.04	c 21	|                                                                             |
20.45/21.05	c 21	|  Number of variables:  59613                                                |
20.45/21.05	c 21	|  Number of clauses:    8289115                                              |
24.19/24.82	c 25	|  Parsing time:         3.23         s                                       |
24.30/25.00	c 25	OK
24.30/25.00	c 25	OBJECTIVE BOUND: 0 <= _COST <= 
24.30/25.00	c 25	SEARCHING: _COST <= 1275
24.30/25.00	c 25	============================[ Search Statistics ]==============================
24.30/25.00	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.30/25.00	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.30/25.00	c 25	===============================================================================
24.30/25.00	c 25	|         0 |   59613  8289115 24708705 |  2763038        0    nan |  0.000 % |
25.18/25.86	c 26	===============================================================================
25.18/25.86	c 26	restarts              : 1
25.18/25.86	c 26	conflicts             : 0             (0 /sec)
25.18/25.86	c 26	decisions             : 85            (0.00 % random) (20 /sec)
25.18/25.86	c 26	propagations          : 59613          (14125 /sec)
25.18/25.86	c 26	conflict literals     : 0              ( nan % deleted)
25.18/25.86	c 26	Memory used           : 345.63 MB
25.18/25.86	c 26	CPU time              : 4.22036 s
25.18/25.86	c 26	
25.18/25.86	c 26	SATISFIABLE
25.18/25.88	c 26	OK
25.18/25.88	c 26	FOUND: _COST <= 1275
25.18/25.88	s SATISFIABLE
25.18/25.88	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.18/25.88	c 26	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.26/25.96	c 26	Decoding HOME/temp.out
25.26/26.19	c 26	OBJECTIVE _COST 1275
25.26/26.19	o 1275
25.26/26.20	v 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 48 49 48 49 48 49 48 49 48 49 48 49 49 48 49 48 49 48 49 48 49 48 48 49 48 49 48 49 48 49 48 49 49 48 49 48 49 48 49 48 49 48 48 49 48 49 48 49 48 49 -1
25.26/26.20	c 26	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
25.26/26.26	c 26	OK
25.26/26.26	c 26	OBJECTIVE BOUND: 0 <= _COST <= 1275
25.26/26.26	c 26	SEARCHING: _COST <= 637
25.26/26.26	c 26	============================[ Search Statistics ]==============================
25.26/26.26	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.26/26.26	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.26/26.26	c 26	===============================================================================
25.26/26.26	c 26	|         0 |   59613  8289115 24708705 |  2763038        0    nan |  0.000 % |
26.01/26.76	c 27	===============================================================================
26.01/26.77	c 27	restarts              : 2
26.01/26.77	c 27	conflicts             : 0             (0 /sec)
26.01/26.77	c 27	decisions             : 159           (1.89 % random) (34 /sec)
26.01/26.77	c 27	propagations          : 119226         (25184 /sec)
26.01/26.77	c 27	conflict literals     : 0              ( nan % deleted)
26.01/26.77	c 27	Memory used           : 351.04 MB
26.01/26.77	c 27	CPU time              : 4.73428 s
26.01/26.77	c 27	
26.01/26.77	c 27	SATISFIABLE
26.01/26.79	c 27	OK
26.01/26.79	c 27	FOUND: _COST <= 637
26.01/26.79	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.01/26.79	c 27	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.10/26.86	c 27	Decoding HOME/temp.out
26.10/27.30	c 28	OBJECTIVE _COST 637
26.10/27.30	o 637
26.10/27.31	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 44 49 47 49 48 46 44 49 48 46 44 49 48 46 49 48 46 44 49 48 46 44 44 47 46 49 48 46 44 49 48 46 49 48 44 45 49 48 46 44 49 48 46 49 48 46 44 49 48 46 -1
26.10/27.32	c 28	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
26.10/27.39	c 28	OK
26.10/27.39	c 28	OBJECTIVE BOUND: 0 <= _COST <= 637
26.10/27.39	c 28	SEARCHING: _COST <= 318
26.10/27.39	c 28	============================[ Search Statistics ]==============================
26.10/27.39	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.10/27.39	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.10/27.39	c 28	===============================================================================
26.10/27.39	c 28	|         0 |   44313  8289115 24708705 |  2763038        0    nan |  0.000 % |
27.06/27.82	c 28	===============================================================================
27.06/27.82	c 28	restarts              : 3
27.06/27.82	c 28	conflicts             : 0             (0 /sec)
27.06/27.82	c 28	decisions             : 1087          (0.92 % random) (209 /sec)
27.06/27.82	c 28	propagations          : 163539         (31449 /sec)
27.06/27.82	c 28	conflict literals     : 0              ( nan % deleted)
27.06/27.82	c 28	Memory used           : 355.04 MB
27.06/27.82	c 28	CPU time              : 5.20021 s
27.06/27.82	c 28	
27.06/27.82	c 28	SATISFIABLE
27.06/27.85	c 28	OK
27.06/27.85	c 28	FOUND: _COST <= 318
27.06/27.85	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.06/27.85	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.10/27.92	c 28	Decoding HOME/temp.out
27.10/28.36	c 29	OBJECTIVE _COST 318
27.10/28.36	o 318
27.10/28.37	v 1 0 0 1 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 48 48 48 48 48 48 48 48 48 49 48 48 48 48 48 48 49 48 48 48 49 48 22 49 48 48 48 48 48 48 48 49 48 48 48 48 48 48 49 48 48 48 48 48 49 49 48 48 48 49 -1
27.10/28.38	c 29	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.11/28.49	c 29	OK
27.11/28.49	c 29	OBJECTIVE BOUND: 0 <= _COST <= 318
27.11/28.49	c 29	SEARCHING: _COST <= 159
27.11/28.49	c 29	============================[ Search Statistics ]==============================
27.11/28.49	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.11/28.49	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.11/28.49	c 29	===============================================================================
27.11/28.49	c 29	|         0 |   36017  8289115 24708705 |  2763038        0    nan |  0.000 % |
27.91/28.72	c 29	===============================================================================
27.91/28.72	c 29	restarts              : 4
27.91/28.72	c 29	conflicts             : 0             (0 /sec)
27.91/28.72	c 29	decisions             : 1621          (1.11 % random) (294 /sec)
27.91/28.72	c 29	propagations          : 199556         (36203 /sec)
27.91/28.72	c 29	conflict literals     : 0              ( nan % deleted)
27.91/28.72	c 29	Memory used           : 355.68 MB
27.91/28.72	c 29	CPU time              : 5.51216 s
27.91/28.72	c 29	
27.91/28.72	c 29	SATISFIABLE
27.91/28.74	c 29	OK
27.91/28.74	c 29	FOUND: _COST <= 159
27.91/28.74	c 29	DECODING HOME/temp.out WITH HOME/temp.map
27.91/28.74	c 29	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.96/28.82	c 29	Decoding HOME/temp.out
27.96/29.22	c 29	OBJECTIVE _COST 121
27.96/29.22	o 121
27.96/29.22	v 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 22 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 49 48 48 48 48 48 -1
27.96/29.23	c 29	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
28.48/29.37	c 30	OK
28.48/29.37	c 30	OBJECTIVE BOUND: 0 <= _COST <= 121
28.48/29.37	c 30	SEARCHING: _COST <= 60
28.48/29.37	c 30	============================[ Search Statistics ]==============================
28.48/29.37	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.48/29.37	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.48/29.37	c 30	===============================================================================
28.48/29.37	c 30	|         0 |   30907  8289115 24708705 |  2763038        0    nan |  0.000 % |
28.58/29.48	c 30	===============================================================================
28.58/29.48	c 30	restarts              : 5
28.58/29.48	c 30	conflicts             : 0             (0 /sec)
28.58/29.48	c 30	decisions             : 1835          (1.20 % random) (320 /sec)
28.58/29.48	c 30	propagations          : 230463         (40142 /sec)
28.58/29.48	c 30	conflict literals     : 0              ( nan % deleted)
28.58/29.48	c 30	Memory used           : 355.94 MB
28.58/29.48	c 30	CPU time              : 5.74113 s
28.58/29.48	c 30	
28.58/29.48	c 30	SATISFIABLE
28.58/29.50	c 30	OK
28.58/29.50	c 30	FOUND: _COST <= 60
28.58/29.50	c 30	DECODING HOME/temp.out WITH HOME/temp.map
28.58/29.50	c 30	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.68/29.58	c 30	Decoding HOME/temp.out
29.16/30.02	c 30	OBJECTIVE _COST 60
29.16/30.02	o 60
29.16/30.02	v 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 30 30 34 30 30 37 30 30 30 35 45 30 30 30 30 36 30 45 30 37 30 22 37 41 30 30 37 30 30 30 47 35 30 44 36 30 30 48 35 31 44 30 30 49 30 35 30 44 30 -1
29.16/30.03	c 30	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
29.22/30.12	c 30	OK
29.22/30.12	c 30	OBJECTIVE BOUND: 0 <= _COST <= 60
29.22/30.12	c 30	SEARCHING: _COST <= 30
29.22/30.12	c 30	============================[ Search Statistics ]==============================
29.22/30.12	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.22/30.12	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.22/30.12	c 30	===============================================================================
29.22/30.12	c 30	|         0 |   25800  8289115 24708705 |  2763038        0    nan |  0.000 % |
29.22/30.19	c 30	===============================================================================
29.22/30.19	c 30	restarts              : 6
29.22/30.19	c 30	conflicts             : 0             (0 /sec)
29.22/30.19	c 30	decisions             : 1966          (1.32 % random) (335 /sec)
29.22/30.19	c 30	propagations          : 256263         (43648 /sec)
29.22/30.19	c 30	conflict literals     : 0              ( nan % deleted)
29.22/30.19	c 30	Memory used           : 355.94 MB
29.22/30.19	c 30	CPU time              : 5.87111 s
29.22/30.19	c 30	
29.22/30.19	c 30	SATISFIABLE
29.32/30.21	c 30	OK
29.32/30.21	c 30	FOUND: _COST <= 30
29.32/30.21	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.32/30.21	c 30	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.32/30.29	c 31	Decoding HOME/temp.out
29.34/30.52	c 31	OBJECTIVE _COST 30
29.34/30.52	o 30
29.34/30.53	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 30 30 34 30 30 30 30 30 30 30 30 30 30 30 30 36 30 30 30 30 30 22 30 30 30 30 37 30 30 30 30 30 30 30 30 30 30 30 30 31 30 30 30 30 30 30 30 30 30 -1
29.34/30.53	c 31	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
29.66/30.61	c 31	OK
29.66/30.61	c 31	OBJECTIVE BOUND: 0 <= _COST <= 30
29.66/30.61	c 31	SEARCHING: _COST <= 15
29.66/30.61	c 31	============================[ Search Statistics ]==============================
29.66/30.61	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.66/30.61	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.66/30.61	c 31	===============================================================================
29.66/30.61	c 31	|         0 |   22871  8289115 24708705 |  2763038        0    nan |  0.000 % |
29.66/30.65	c 31	===============================================================================
29.66/30.65	c 31	restarts              : 7
29.66/30.65	c 31	conflicts             : 0             (0 /sec)
29.66/30.65	c 31	decisions             : 2070          (1.30 % random) (348 /sec)
29.66/30.65	c 31	propagations          : 279134         (46865 /sec)
29.66/30.65	c 31	conflict literals     : 0              ( nan % deleted)
29.66/30.65	c 31	Memory used           : 355.94 MB
29.66/30.65	c 31	CPU time              : 5.95609 s
29.66/30.65	c 31	
29.66/30.65	c 31	SATISFIABLE
29.66/30.67	c 31	OK
29.66/30.67	c 31	FOUND: _COST <= 15
29.66/30.67	c 31	DECODING HOME/temp.out WITH HOME/temp.map
29.66/30.67	c 31	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.74/30.76	c 31	Decoding HOME/temp.out
29.94/30.98	c 31	OBJECTIVE _COST 15
29.94/30.98	o 15
29.94/30.99	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 22 30 30 30 30 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 -1
29.94/30.99	c 31	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.03/31.06	c 31	OK
30.03/31.06	c 31	OBJECTIVE BOUND: 0 <= _COST <= 15
30.03/31.06	c 31	SEARCHING: _COST <= 7
30.03/31.06	c 31	============================[ Search Statistics ]==============================
30.03/31.06	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.03/31.06	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.03/31.06	c 31	===============================================================================
30.03/31.06	c 31	|         0 |   20180  8289115 24708705 |  2763038        0    nan |  0.000 % |
30.03/31.08	c 31	===============================================================================
30.03/31.09	c 31	restarts              : 8
30.03/31.09	c 31	conflicts             : 0             (0 /sec)
30.03/31.09	c 31	decisions             : 2142          (1.31 % random) (356 /sec)
30.03/31.09	c 31	propagations          : 299314         (49761 /sec)
30.03/31.09	c 31	conflict literals     : 0              ( nan % deleted)
30.03/31.09	c 31	Memory used           : 355.94 MB
30.03/31.09	c 31	CPU time              : 6.01509 s
30.03/31.09	c 31	
30.03/31.09	c 31	SATISFIABLE
30.11/31.11	c 31	OK
30.11/31.11	c 31	FOUND: _COST <= 7
30.11/31.11	c 31	DECODING HOME/temp.out WITH HOME/temp.map
30.11/31.11	c 31	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
30.11/31.19	c 31	Decoding HOME/temp.out
30.12/31.41	c 32	OBJECTIVE _COST 7
30.12/31.41	o 7
30.12/31.42	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 22 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 -1
30.12/31.42	c 32	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.12/31.43	c 32	OK
30.12/31.43	c 32	OBJECTIVE BOUND: 0 <= _COST <= 7
30.12/31.43	c 32	SEARCHING: _COST <= 3
30.12/31.43	c 32	============================[ Search Statistics ]==============================
30.12/31.43	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.12/31.43	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.12/31.43	c 32	===============================================================================
30.12/31.43	c 32	|         0 |   17574  8289115 24708705 |  2763038        0    nan |  0.000 % |
30.12/31.46	c 32	===============================================================================
30.12/31.46	c 32	restarts              : 9
30.12/31.46	c 32	conflicts             : 1             (0 /sec)
30.12/31.46	c 32	decisions             : 2225          (1.30 % random) (367 /sec)
30.12/31.46	c 32	propagations          : 325742         (53708 /sec)
30.12/31.46	c 32	conflict literals     : 4              (69.23 % deleted)
30.12/31.46	c 32	Memory used           : 355.94 MB
30.12/31.46	c 32	CPU time              : 6.06508 s
30.12/31.46	c 32	
30.12/31.46	c 32	SATISFIABLE
30.12/31.48	c 32	OK
30.12/31.48	c 32	FOUND: _COST <= 3
30.12/31.48	c 32	DECODING HOME/temp.out WITH HOME/temp.map
30.12/31.48	c 32	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
30.48/31.56	c 32	Decoding HOME/temp.out
30.48/31.79	c 32	OBJECTIVE _COST 3
30.48/31.79	o 3
30.48/31.79	v 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 22 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 -1
30.48/31.80	c 32	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.78/31.85	c 32	OK
30.78/31.85	c 32	OBJECTIVE BOUND: 0 <= _COST <= 3
30.78/31.85	c 32	SEARCHING: _COST <= 1
30.78/31.85	c 32	============================[ Search Statistics ]==============================
30.78/31.85	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.78/31.85	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.78/31.85	c 32	===============================================================================
30.78/31.85	c 32	|         1 |   14746  8289115 24708705 |  2763038        1      4 |  0.000 % |
30.78/31.87	c 32	===============================================================================
30.78/31.87	c 32	restarts              : 10
30.78/31.87	c 32	conflicts             : 2             (0 /sec)
30.78/31.87	c 32	decisions             : 2280          (1.27 % random) (374 /sec)
30.78/31.87	c 32	propagations          : 344078         (56378 /sec)
30.78/31.87	c 32	conflict literals     : 7              (61.11 % deleted)
30.78/31.87	c 32	Memory used           : 355.94 MB
30.78/31.87	c 32	CPU time              : 6.10307 s
30.78/31.87	c 32	
30.78/31.87	c 32	SATISFIABLE
30.78/31.89	c 32	OK
30.78/31.89	c 32	FOUND: _COST <= 1
30.78/31.89	c 32	DECODING HOME/temp.out WITH HOME/temp.map
30.78/31.89	c 32	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
30.83/31.97	c 32	Decoding HOME/temp.out
30.83/32.40	c 33	OBJECTIVE _COST 1
30.83/32.40	o 1
30.83/32.40	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 22 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 -1
30.83/32.41	c 33	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.83/32.45	c 33	OK
30.83/32.45	c 33	OBJECTIVE BOUND: 0 <= _COST <= 1
30.83/32.45	c 33	SEARCHING: _COST <= 0
30.83/32.45	c 33	============================[ Search Statistics ]==============================
30.83/32.45	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.83/32.45	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.83/32.45	c 33	===============================================================================
30.83/32.45	c 33	|         2 |   11677  8289115 24708705 |  2763038        2      4 |  0.000 % |
30.83/32.46	c 33	===============================================================================
30.83/32.46	c 33	restarts              : 11
30.83/32.46	c 33	conflicts             : 2             (0 /sec)
30.83/32.46	c 33	decisions             : 2281          (1.27 % random) (372 /sec)
30.83/32.46	c 33	propagations          : 355755         (58025 /sec)
30.83/32.46	c 33	conflict literals     : 7              (61.11 % deleted)
30.83/32.46	c 33	Memory used           : 355.94 MB
30.83/32.46	c 33	CPU time              : 6.13107 s
30.83/32.46	c 33	
30.83/32.46	c 33	SATISFIABLE
30.83/32.48	c 33	OK
30.83/32.48	c 33	FOUND: _COST <= 0
30.83/32.48	c 33	DECODING HOME/temp.out WITH HOME/temp.map
30.83/32.48	c 33	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.37/32.56	c 33	Decoding HOME/temp.out
31.37/32.79	c 33	OBJECTIVE _COST 0
31.37/32.79	o 0
31.37/32.80	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 -1
31.37/32.80	c 33	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
31.37/32.85	c 33	OK
31.37/32.85	c 33	OBJECTIVE _COST 0
31.37/32.85	s OPTIMUM FOUND
31.74/32.93	c 33	CPU 29.25 (0.07 0.04 29.18 2.48)
31.74/32.93	c 33	END Wed Jul 16 07:42:21 2008

Verifier Data (download as text)

OK	0	2550
0 unsatisfied constraints, 2550 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-1126771-1216186908/watcher-1126771-1216186908 -o /tmp/evaluation-result-1126771-1216186908/solver-1126771-1216186908 -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-1126771-1216186908.xml 

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


[startup+0 s]
/proc/loadavg: 2.38 2.58 2.73 4/81 29086
/proc/meminfo: memFree=1580896/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=12268 CPUtime=0
/proc/29086/stat : 29086 (sugar++) R 29084 29086 29049 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 75389309 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 226238364261 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29086/statm: 3067 316 241 3 0 167 0

[startup+0.0810819 s]
/proc/loadavg: 2.38 2.58 2.73 4/81 29086
/proc/meminfo: memFree=1580896/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=16740 CPUtime=0.07
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 75389309 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101041 s]
/proc/loadavg: 2.38 2.58 2.73 4/81 29086
/proc/meminfo: memFree=1580896/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=16740 CPUtime=0.07
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 75389309 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301071 s]
/proc/loadavg: 2.38 2.58 2.73 4/81 29086
/proc/meminfo: memFree=1580896/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=16740 CPUtime=0.07
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 75389309 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701143 s]
/proc/loadavg: 2.38 2.58 2.73 4/81 29086
/proc/meminfo: memFree=1580896/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=16740 CPUtime=0.07
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 75389309 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50228 s]
/proc/loadavg: 2.38 2.58 2.73 4/92 29108
/proc/meminfo: memFree=1571776/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=16740 CPUtime=0.72
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1297 4996 0 1 5 2 62 3 15 0 1 0 75389309 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4185 1104 409 3 0 764 0
[pid=29099] ppid=29086 vsize=5356 CPUtime=0
/proc/29099/stat : 29099 (sh) S 29086 29086 29049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75389386 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29099/statm: 1339 233 193 169 0 50 0
[pid=29100] ppid=29099 vsize=868388 CPUtime=0.72
/proc/29100/stat : 29100 (java) S 29099 29086 29049 0 -1 0 7212 0 1 0 69 3 0 0 18 0 9 0 75389386 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29100/statm: 217097 6462 2538 9 0 211672 0
[pid=29100/tid=29101] ppid=29099 vsize=868388 CPUtime=0.39
/proc/29100/task/29101/stat : 29101 (java) R 29099 29086 29049 0 -1 64 2652 0 1 0 39 0 0 0 22 0 9 0 75389387 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29102] ppid=29099 vsize=868388 CPUtime=0.08
/proc/29100/task/29102/stat : 29102 (java) R 29099 29086 29049 0 -1 64 2400 0 0 0 8 0 0 0 16 0 9 0 75389388 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 102109593 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29103] ppid=29099 vsize=868388 CPUtime=0
/proc/29100/task/29103/stat : 29103 (java) S 29099 29086 29049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75389388 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29104] ppid=29099 vsize=868388 CPUtime=0
/proc/29100/task/29104/stat : 29104 (java) S 29099 29086 29049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75389388 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29105] ppid=29099 vsize=868388 CPUtime=0
/proc/29100/task/29105/stat : 29105 (java) S 29099 29086 29049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75389390 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29106] ppid=29099 vsize=868388 CPUtime=0.2
/proc/29100/task/29106/stat : 29106 (java) S 29099 29086 29049 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 75389390 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29107] ppid=29099 vsize=868388 CPUtime=0
/proc/29100/task/29107/stat : 29107 (java) S 29099 29086 29049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75389390 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29108] ppid=29099 vsize=868388 CPUtime=0
/proc/29100/task/29108/stat : 29108 (java) S 29099 29086 29049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75389390 889229312 6462 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890484

[startup+3.10254 s]
/proc/loadavg: 2.38 2.58 2.73 3/92 29108
/proc/meminfo: memFree=1558144/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=16740 CPUtime=0.72
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1297 4996 0 1 5 2 62 3 15 0 1 0 75389309 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4185 1104 409 3 0 764 0
[pid=29099] ppid=29086 vsize=5356 CPUtime=0
/proc/29099/stat : 29099 (sh) S 29086 29086 29049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75389386 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29099/statm: 1339 233 193 169 0 50 0
[pid=29100] ppid=29099 vsize=868500 CPUtime=2.29
/proc/29100/stat : 29100 (java) S 29099 29086 29049 0 -1 0 8273 0 1 0 219 10 0 0 18 0 9 0 75389386 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29100/statm: 217125 7141 2565 9 0 211672 0
[pid=29100/tid=29101] ppid=29099 vsize=868500 CPUtime=1.67
/proc/29100/task/29101/stat : 29101 (java) R 29099 29086 29049 0 -1 64 3052 0 1 0 161 6 0 0 25 0 9 0 75389387 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4127002458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29102] ppid=29099 vsize=868500 CPUtime=0.3
/proc/29100/task/29102/stat : 29102 (java) S 29099 29086 29049 0 -1 64 3007 0 0 0 28 2 0 0 16 0 9 0 75389388 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29103] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29103/stat : 29103 (java) S 29099 29086 29049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75389388 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29104] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29104/stat : 29104 (java) S 29099 29086 29049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75389388 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29105] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29105/stat : 29105 (java) S 29099 29086 29049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75389390 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29106] ppid=29099 vsize=868500 CPUtime=0.29
/proc/29100/task/29106/stat : 29106 (java) S 29099 29086 29049 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 75389390 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29107] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29107/stat : 29107 (java) S 29099 29086 29049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75389390 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29108] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29108/stat : 29108 (java) S 29099 29086 29049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75389390 889344000 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890596

[startup+6.30108 s]
/proc/loadavg: 2.43 2.59 2.73 3/92 29108
/proc/meminfo: memFree=1534784/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=16740 CPUtime=0.72
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1297 4996 0 1 5 2 62 3 15 0 1 0 75389309 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4185 1104 409 3 0 764 0
[pid=29099] ppid=29086 vsize=5356 CPUtime=0
/proc/29099/stat : 29099 (sh) S 29086 29086 29049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75389386 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29099/statm: 1339 233 193 169 0 50 0
[pid=29100] ppid=29099 vsize=868500 CPUtime=5.24
/proc/29100/stat : 29100 (java) S 29099 29086 29049 0 -1 0 8968 0 1 0 494 30 0 0 18 0 9 0 75389386 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29100/statm: 217125 7143 2565 9 0 211672 0
[pid=29100/tid=29101] ppid=29099 vsize=868500 CPUtime=4.44
/proc/29100/task/29101/stat : 29101 (java) R 29099 29086 29049 0 -1 64 3745 0 1 0 424 20 0 0 25 0 9 0 75389387 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4126998509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29102] ppid=29099 vsize=868500 CPUtime=0.47
/proc/29100/task/29102/stat : 29102 (java) S 29099 29086 29049 0 -1 64 3007 0 0 0 40 7 0 0 16 0 9 0 75389388 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29103] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29103/stat : 29103 (java) S 29099 29086 29049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75389388 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29104] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29104/stat : 29104 (java) S 29099 29086 29049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75389388 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29105] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29105/stat : 29105 (java) S 29099 29086 29049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75389390 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29106] ppid=29099 vsize=868500 CPUtime=0.29
/proc/29100/task/29106/stat : 29106 (java) S 29099 29086 29049 0 -1 64 1524 0 0 0 29 0 0 0 16 0 9 0 75389390 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29107] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29107/stat : 29107 (java) S 29099 29086 29049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75389390 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29108] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29108/stat : 29108 (java) S 29099 29086 29049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75389390 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 890596

[startup+12.7022 s]
/proc/loadavg: 2.40 2.58 2.72 3/92 29108
/proc/meminfo: memFree=1471808/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=16740 CPUtime=0.72
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1297 4996 0 1 5 2 62 3 15 0 1 0 75389309 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4185 1104 409 3 0 764 0
[pid=29099] ppid=29086 vsize=5356 CPUtime=0
/proc/29099/stat : 29099 (sh) S 29086 29086 29049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75389386 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29099/statm: 1339 233 193 169 0 50 0
[pid=29100] ppid=29099 vsize=868500 CPUtime=11.57
/proc/29100/stat : 29100 (java) S 29099 29086 29049 0 -1 0 10719 0 1 0 1077 80 0 0 18 0 9 0 75389386 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29100/statm: 217125 7143 2565 9 0 211672 0
[pid=29100/tid=29101] ppid=29099 vsize=868500 CPUtime=10.32
/proc/29100/task/29101/stat : 29101 (java) R 29099 29086 29049 0 -1 64 5496 0 1 0 972 60 0 0 25 0 9 0 75389387 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29102] ppid=29099 vsize=868500 CPUtime=0.92
/proc/29100/task/29102/stat : 29102 (java) S 29099 29086 29049 0 -1 64 3007 0 0 0 74 18 0 0 16 0 9 0 75389388 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29103] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29103/stat : 29103 (java) S 29099 29086 29049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75389388 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29104] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29104/stat : 29104 (java) S 29099 29086 29049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75389388 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29105] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29105/stat : 29105 (java) S 29099 29086 29049 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75389390 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29106] ppid=29099 vsize=868500 CPUtime=0.29
/proc/29100/task/29106/stat : 29106 (java) S 29099 29086 29049 0 -1 64 1524 0 0 0 29 0 0 0 16 0 9 0 75389390 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29107] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29107/stat : 29107 (java) S 29099 29086 29049 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75389390 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29100/tid=29108] ppid=29099 vsize=868500 CPUtime=0
/proc/29100/task/29108/stat : 29108 (java) S 29099 29086 29049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75389390 889344000 7143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890596

[startup+25.5013 s]
/proc/loadavg: 2.31 2.55 2.71 3/83 29109
/proc/meminfo: memFree=1072264/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=17136 CPUtime=20.49
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1539 18372 0 2 6 2 1887 154 15 0 1 0 75389309 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4284 1189 414 3 0 863 0
[pid=29109] ppid=29086 vsize=347576 CPUtime=4.39
/proc/29109/stat : 29109 (minisat-inc) R 29086 29086 29049 0 -1 4194304 83134 0 0 0 386 53 0 0 25 0 1 0 75391414 355917824 83083 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29109/statm: 86894 83083 69 151 0 86740 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 364712

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

[startup+28.7018 s]
/proc/loadavg: 2.31 2.55 2.71 3/83 29139
/proc/meminfo: memFree=1050632/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=17136 CPUtime=21.86
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1766 30390 0 5 7 3 2012 164 15 0 1 0 75389309 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4284 1190 414 3 0 863 0
[pid=29109] ppid=29086 vsize=364084 CPUtime=6.05
/proc/29109/stat : 29109 (minisat-inc) R 29086 29086 29049 0 -1 4194304 87286 0 0 0 549 56 0 0 25 0 1 0 75391414 372822016 87229 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29109/statm: 91021 87229 78 151 0 90867 0
Current children cumulated CPU time (s) 27.91
Current children cumulated vsize (KiB) 381220

[startup+30.3021 s]
/proc/loadavg: 2.31 2.55 2.71 4/93 29159
/proc/meminfo: memFree=1044664/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=17136 CPUtime=22.88
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 1958 38410 0 7 7 3 2110 168 15 0 1 0 75389309 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4284 1190 414 3 0 863 0
[pid=29109] ppid=29086 vsize=364480 CPUtime=6.46
/proc/29109/stat : 29109 (minisat-inc) S 29086 29086 29049 0 -1 4194304 87389 0 0 0 589 57 0 0 25 0 1 0 75391414 373227520 87326 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/29109/statm: 91120 87326 78 151 0 90966 0
Current children cumulated CPU time (s) 29.34
Current children cumulated vsize (KiB) 381616

[startup+31.9064 s]
/proc/loadavg: 2.36 2.56 2.71 2/93 29199
/proc/meminfo: memFree=1043064/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=17136 CPUtime=24.14
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 2220 54443 0 11 7 4 2224 179 15 0 1 0 75389309 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4284 1190 414 3 0 863 0
[pid=29109] ppid=29086 vsize=364480 CPUtime=6.69
/proc/29109/stat : 29109 (minisat-inc) S 29086 29086 29049 0 -1 4194304 87397 0 0 0 612 57 0 0 23 0 1 0 75391414 373227520 87326 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/29109/statm: 91120 87326 78 151 0 90966 0
Current children cumulated CPU time (s) 30.83
Current children cumulated vsize (KiB) 381616

[startup+32.7015 s]
/proc/loadavg: 2.36 2.56 2.71 2/93 29199
/proc/meminfo: memFree=1043064/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=17136 CPUtime=24.66
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 2310 58448 0 12 7 4 2274 181 15 0 1 0 75389309 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29086/statm: 4284 1190 414 3 0 863 0
[pid=29109] ppid=29086 vsize=364480 CPUtime=6.71
/proc/29109/stat : 29109 (minisat-inc) S 29086 29086 29049 0 -1 4194304 87399 0 0 0 614 57 0 0 23 0 1 0 75391414 373227520 87326 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/29109/statm: 91120 87326 78 151 0 90966 0
Current children cumulated CPU time (s) 31.37
Current children cumulated vsize (KiB) 381616

[startup+32.9021 s]
/proc/loadavg: 2.36 2.56 2.71 3/83 29219
/proc/meminfo: memFree=1343368/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=17136 CPUtime=24.97
/proc/29086/stat : 29086 (sugar++) S 29084 29086 29049 0 -1 4194304 2341 62456 0 13 7 4 2302 184 15 0 1 0 75389309 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 226247098260 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/29086/statm: 4284 1190 414 3 0 863 0
[pid=29109] ppid=29086 vsize=0 CPUtime=6.77
/proc/29109/stat : 29109 (minisat-inc) R 29086 29086 29049 0 -1 4194308 87399 0 0 0 615 62 0 0 22 0 1 0 75391414 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/29109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.74
Current children cumulated vsize (KiB) 17136

[startup+33.0131 s]
/proc/loadavg: 2.36 2.56 2.71 3/83 29219
/proc/meminfo: memFree=1343368/2055920 swapFree=4192812/4192956
[pid=29086] ppid=29084 vsize=17136 CPUtime=31.86
/proc/29086/stat : 29086 (sugar++) R 29084 29086 29049 0 -1 4194304 2349 149855 0 13 7 13 2918 248 17 0 1 0 75389309 17547264 1191 996147200 4194304 4206940 548682068528 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29086/statm: 4284 1191 415 3 0 863 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 33.0148
CPU time (s): 31.8892
CPU user time (s): 29.2616
CPU system time (s): 2.6276
CPU usage (%): 96.5905
Max. virtual memory (cumulated for all children) (KiB): 890672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.2616
system time used= 2.6276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152260
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43015
involuntary context switches= 43031

runsolver used 0.032994 second user time and 0.139978 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-16 07:41:48
IDJOB=1126771
IDBENCH=66086
IDSOLVER=367
FILE ID=node58/1126771-1216186908
PBS_JOBID= 7905949
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-cap122_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-1126771-1216186908/watcher-1126771-1216186908 -o /tmp/evaluation-result-1126771-1216186908/solver-1126771-1216186908 -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-1126771-1216186908.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4bf2b317c61984f54388f5cebd1c8eff
RANDOM SEED=1660986101

node58.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.259
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.259
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:       1581376 kB
Buffers:         87328 kB
Cached:         266952 kB
SwapCached:          0 kB
Active:         240508 kB
Inactive:       160048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:          66468 kB
Slab:            59300 kB
Committed_AS:   343932 kB
PageTables:       1892 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= 66560 MiB
End job on node58 at 2008-07-16 07:42:21