Trace number 1114332

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+minisatOPTIMUM9 1087.57 1098.85

General information on the benchmark

Namecsp/ehi-85/
normalized-ehi-85-297-30_ext.xml
MD5SUM75fb645e715b24b545954b9d8004793b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark1087.57
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints4121
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension4121
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul 13 00:08:38 2008
0.00/0.04	c 0	PID 18751
0.04/0.05	c 0	HOST node52.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1114332-1215900518.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114332-1215900518.xml' 'HOME/temp.csp'
0.04/0.73	c 0	1 domains, 297 variables, 0 predicates, 76 relations, 4121 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.81	c 1	Parsing HOME/temp.csp
0.95/1.04	c 1	parsed 4495 expressions
0.95/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.09	c 1	MAX CSP: 4121 constraints
0.95/1.09	c 1	Converting to clausal form CSP
1.05/1.18	c 1	converted 862 (10%) expressions
1.25/1.35	c 1	converted 1724 (20%) expressions
1.34/1.41	c 1	converted 2586 (30%) expressions
1.34/1.47	c 1	converted 3448 (40%) expressions
1.44/1.56	c 1	converted 4310 (50%) expressions
1.44/1.59	c 1	converted 5172 (60%) expressions
1.55/1.63	c 1	converted 6034 (70%) expressions
1.55/1.66	c 1	converted 6896 (80%) expressions
1.64/1.78	c 1	converted 7758 (90%) expressions
2.04/2.17	c 2	converted 8619 (100%) expressions
2.04/2.18	c 2	CSP : 8539 integers, 0 booleans, 12362 clauses, largest domain size 6182
2.04/2.18	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.18	c 2	Propagation in CSP
2.23/2.33	c 2	4117 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.23/2.34	c 2	CSP : 8539 integers, 0 booleans, 12362 clauses, largest domain size 4122
2.23/2.34	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.35	c 2	Simplifing CSP by introducing new Boolean variables
2.23/2.36	c 2	CSP : 8539 integers, 0 booleans, 12362 clauses, largest domain size 4122
2.23/2.36	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.33/2.48	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.43/2.51	c 2	854 (10%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.43/2.52	c 2	1708 (20%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.43/2.52	c 2	2562 (30%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.43/2.52	c 2	3416 (40%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.43/2.52	c 2	4270 (50%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.43/2.53	c 2	5124 (60%) CSP integer variables are encoded (10752 clauses, 148338 bytes)
2.43/2.55	c 2	5978 (70%) CSP integer variables are encoded (19064 clauses, 273018 bytes)
2.43/2.57	c 2	6832 (80%) CSP integer variables are encoded (28511 clauses, 414723 bytes)
2.53/2.63	c 2	7686 (90%) CSP integer variables are encoded (79762 clauses, 1183488 bytes)
2.53/2.64	c 2	8539 (100%) CSP integer variables are encoded (92202 clauses, 1371571 bytes)
2.73/2.82	c 3	1237 (10%) CSP clauses are encoded (104164 clauses, 1633718 bytes)
2.82/2.94	c 3	2473 (20%) CSP clauses are encoded (115653 clauses, 1894431 bytes)
2.92/3.04	c 3	3709 (30%) CSP clauses are encoded (127357 clauses, 2171680 bytes)
3.12/3.28	c 3	4945 (40%) CSP clauses are encoded (220677 clauses, 4150372 bytes)
5.00/5.12	c 5	6181 (50%) CSP clauses are encoded (1213941 clauses, 25408879 bytes)
5.50/5.64	c 5	7418 (60%) CSP clauses are encoded (1494313 clauses, 31366476 bytes)
10.73/10.99	c 11	8654 (70%) CSP clauses are encoded (4445971 clauses, 94714142 bytes)
21.46/21.91	c 22	9890 (80%) CSP clauses are encoded (8828945 clauses, 188313895 bytes)
29.20/29.95	c 30	11126 (90%) CSP clauses are encoded (13108135 clauses, 280186581 bytes)
44.61/45.73	c 45	12362 (100%) CSP clauses are encoded (21539038 clauses, 462808968 bytes)
44.61/45.73	c 45	12362 CSP clauses encoded
44.61/45.73	c 45	Writing map file : HOME/temp.map
44.61/45.78	c 45	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.61/45.78	c 46	SAT : 100741 SAT variables, 21539038 SAT clauses, 462808968 bytes
44.61/45.78	c 46	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.69/45.83	c 46	OBJECTIVE minimize _COST
44.69/45.83	c 46	OBJECTIVE BOUND: 0 <= _COST <= 
44.69/45.83	c 46	SEARCHING: _COST <= 2061
44.69/45.83	c 46	SOLVING HOME/temp.cnf
44.69/45.83	c 46	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.69/45.83	c 46	This is MiniSat 2.0 beta
44.69/45.84	c 46	WARNING: for repeatability, setting FPU to use double precision
44.69/45.84	c 46	============================[ Problem Statistics ]=============================
44.69/45.84	c 46	|                                                                             |
44.69/45.84	c 46	|  Number of variables:  100741                                               |
44.69/45.84	c 46	|  Number of clauses:    21539039                                             |
55.17/56.48	c 56	|  Parsing time:         9.14         s                                       |
122.53/124.44	c 124	============================[ Search Statistics ]==============================
122.53/124.44	c 124	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
122.53/124.44	c 124	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
122.53/124.44	c 124	===============================================================================
122.53/124.44	c 124	|         0 |   73961 13681984 40888413 |  4560661        0    nan |  0.000 % |
126.40/128.35	c 128	|       100 |   73961 13681984 40888413 |  5016727      100     25 | 26.583 % |
126.89/128.81	c 129	|       251 |   73961 13681984 40888413 |  5518400      251     14 | 26.583 % |
129.17/131.13	c 131	|       477 |   73961 13681984 40888413 |  6070240      477     29 | 26.583 % |
131.45/133.47	c 133	|       814 |   73961 13681984 40888413 |  6677264      814     40 | 26.583 % |
134.82/136.80	c 137	|      1321 |   73961 13681984 40888413 |  7344990     1321     39 | 26.583 % |
138.48/140.59	c 140	|      2081 |   73961 13681984 40888413 |  8079489     2081     32 | 26.583 % |
140.07/142.19	c 142	===============================================================================
140.17/142.20	c 142	restarts              : 7
140.17/142.20	c 142	conflicts             : 2468           (26 /sec)
140.17/142.20	c 142	decisions             : 17139          (0.85 % random) (182 /sec)
140.17/142.20	c 142	propagations          : 4160938        (44235 /sec)
140.17/142.20	c 142	conflict literals     : 71761          (11.47 % deleted)
140.17/142.20	c 142	Memory used           : 835.19 MB
140.17/142.20	c 142	CPU time              : 94.0637 s
140.17/142.20	c 142	
140.17/142.24	c 142	SATISFIABLE
140.27/142.37	c 142	FOUND: _COST <= 2061
140.27/142.37	s SATISFIABLE
140.27/142.37	c 142	DECODING HOME/temp.out WITH HOME/temp.map
140.27/142.37	c 142	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
140.36/142.47	c 142	Decoding HOME/temp.out
140.86/142.94	c 143	OBJECTIVE _COST 621
140.86/142.94	o 621
140.86/142.95	v 7 2 4 2 7 5 2 2 1 4 7 3 6 6 5 2 7 7 7 1 6 7 5 1 1 5 1 6 1 6 1 6 7 2 1 5 2 4 2 6 4 1 4 6 6 6 6 3 7 6 2 6 6 2 6 5 6 6 2 6 5 1 1 1 2 2 5 7 4 6 5 5 2 2 2 2 7 3 4 4 7 3 5 5 4 7 7 2 7 4 7 4 7 4 3 3 1 5 7 4 6 2 4 2 7 1 4 3 5 2 4 2 6 5 1 3 4 7 2 1 3 6 6 4 3 7 6 1 4 6 3 4 1 1 6 1 3 6 5 2 7 2 2 1 6 7 5 6 1 7 6 4 2 4 4 6 4 7 6 6 5 7 4 7 5 2 4 4 6 5 6 1 5 4 3 4 2 4 3 2 5 3 7 3 7 6 6 2 4 4 6 2 1 6 4 5 7 4 2 4 7 5 7 2 6 2 3 6 2 2 3 6 5 5 3 5 7 7 6 4 7 1 3 4 3 2 6 7 5 3 1 4 1 4 5 6 3 5 7 4 3 2 7 3 2 6 5 7 6 1 7 1 1 6 2 1 2 3 5 4 5 1 2 4 4 6 3 4 6 3 7 1 2 6 4 4 5 6 3 3 3 1 2 2 1 6 7 4 3 3 1 4 5 4 6 6 7
140.86/142.95	c 143	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
140.91/143.01	c 143	OBJECTIVE BOUND: 0 <= _COST <= 621
140.91/143.01	c 143	SEARCHING: _COST <= 310
140.91/143.01	c 143	SOLVING HOME/temp.cnf
140.91/143.01	c 143	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
140.91/143.01	c 143	This is MiniSat 2.0 beta
140.91/143.01	c 143	WARNING: for repeatability, setting FPU to use double precision
140.91/143.01	c 143	============================[ Problem Statistics ]=============================
140.91/143.01	c 143	|                                                                             |
140.91/143.01	c 143	|  Number of variables:  100741                                               |
140.91/143.01	c 143	|  Number of clauses:    21539039                                             |
152.31/154.58	c 154	|  Parsing time:         10.02        s                                       |
249.68/252.81	c 253	============================[ Search Statistics ]==============================
249.68/252.81	c 253	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
249.68/252.81	c 253	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
249.68/252.81	c 253	===============================================================================
249.68/252.81	c 253	|         0 |   45850  3092687  9203104 |  1030895        0    nan |  0.000 % |
251.07/254.24	c 254	|       103 |   45850  3092687  9203104 |  1133985      103     33 | 54.487 % |
251.47/254.68	c 254	|       253 |   45850  3092687  9203104 |  1247383      253     19 | 54.487 % |
252.66/255.81	c 256	|       478 |   45850  3092687  9203104 |  1372122      478     26 | 54.487 % |
253.35/256.51	c 256	|       816 |   45850  3092687  9203104 |  1509334      816     32 | 54.487 % |
254.94/258.13	c 258	|      1322 |   45850  3092687  9203104 |  1660267     1322     31 | 54.487 % |
258.21/261.47	c 261	|      2081 |   45850  3092687  9203104 |  1826294     2081     41 | 54.487 % |
258.90/262.17	c 262	===============================================================================
258.90/262.18	c 262	restarts              : 7
258.90/262.18	c 262	conflicts             : 2490           (21 /sec)
258.90/262.18	c 262	decisions             : 8529           (1.08 % random) (73 /sec)
258.90/262.18	c 262	propagations          : 5442610        (46671 /sec)
258.90/262.18	c 262	conflict literals     : 95080          (10.95 % deleted)
258.90/262.18	c 262	Memory used           : 857.82 MB
258.90/262.18	c 262	CPU time              : 116.617 s
258.90/262.18	c 262	
259.00/262.22	c 262	SATISFIABLE
259.10/262.36	c 262	FOUND: _COST <= 310
259.10/262.36	c 262	DECODING HOME/temp.out WITH HOME/temp.map
259.10/262.36	c 262	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
259.16/262.45	c 262	Decoding HOME/temp.out
259.67/262.91	c 263	OBJECTIVE _COST 310
259.67/262.91	o 310
259.67/262.93	v 7 7 5 4 5 5 2 2 1 6 4 2 2 7 1 3 2 4 6 3 6 4 4 4 2 1 7 5 1 2 4 5 5 5 4 6 7 1 5 3 3 6 6 3 3 2 7 6 1 5 2 1 7 2 4 2 7 1 1 6 6 6 6 4 1 2 1 5 5 6 2 7 7 7 2 6 5 1 1 4 6 7 1 3 1 2 3 5 6 2 1 2 4 1 5 2 5 4 6 4 6 7 7 1 7 6 6 5 7 6 7 1 7 2 7 2 4 3 3 7 1 3 4 3 6 2 7 5 5 1 4 5 3 3 1 3 4 7 3 6 6 1 7 5 5 7 1 4 1 1 5 3 4 6 2 5 2 2 4 3 5 4 1 5 4 7 2 6 5 4 4 4 7 7 2 5 7 4 6 1 4 1 2 2 1 6 6 1 5 2 1 1 2 6 2 6 2 4 5 5 4 3 3 2 4 4 1 1 5 5 5 2 1 3 1 5 3 2 7 6 5 7 6 2 1 4 3 2 5 5 7 1 2 4 7 6 7 1 2 7 4 1 4 3 7 5 5 1 2 1 4 2 3 4 4 7 3 4 6 2 5 4 1 3 4 2 1 7 2 5 7 7 5 2 1 7 4 6 5 3 1 1 2 2 4 3 2 7 6 5 6 7 7 4 4 1 2
259.67/262.93	c 263	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
259.67/262.98	c 263	OBJECTIVE BOUND: 0 <= _COST <= 310
259.67/262.98	c 263	SEARCHING: _COST <= 155
259.67/262.98	c 263	SOLVING HOME/temp.cnf
259.67/262.98	c 263	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
259.67/262.99	c 263	This is MiniSat 2.0 beta
259.67/262.99	c 263	WARNING: for repeatability, setting FPU to use double precision
259.67/262.99	c 263	============================[ Problem Statistics ]=============================
259.67/262.99	c 263	|                                                                             |
259.67/262.99	c 263	|  Number of variables:  100741                                               |
259.67/262.99	c 263	|  Number of clauses:    21539039                                             |
271.41/274.83	c 275	|  Parsing time:         10.29        s                                       |
364.53/368.85	c 369	============================[ Search Statistics ]==============================
364.53/368.85	c 369	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
364.53/368.85	c 369	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
364.53/368.85	c 369	===============================================================================
364.53/368.85	c 369	|         0 |   40591  1649960  4890545 |   549986        0    nan |  0.000 % |
365.73/370.00	c 370	|       101 |   40591  1649960  4890545 |   604985      101     31 | 59.708 % |
366.02/370.32	c 370	|       251 |   40591  1649960  4890545 |   665483      251     19 | 59.708 % |
367.01/371.32	c 371	|       477 |   40591  1649960  4890545 |   732032      477     21 | 59.708 % |
367.71/372.03	c 372	|       815 |   40591  1649960  4890545 |   805235      815     19 | 59.708 % |
369.19/373.56	c 373	|      1321 |   40591  1649960  4890545 |   885759     1321     21 | 59.708 % |
369.69/374.03	c 374	===============================================================================
369.69/374.04	c 374	restarts              : 6
369.69/374.04	c 374	conflicts             : 1531           (14 /sec)
369.69/374.04	c 374	decisions             : 4997           (1.10 % random) (46 /sec)
369.69/374.04	c 374	propagations          : 3784918        (34865 /sec)
369.69/374.04	c 374	conflict literals     : 31997          (14.65 % deleted)
369.69/374.04	c 374	Memory used           : 860.17 MB
369.69/374.04	c 374	CPU time              : 108.559 s
369.69/374.04	c 374	
369.69/374.08	c 374	SATISFIABLE
369.88/374.22	c 374	FOUND: _COST <= 155
369.88/374.22	c 374	DECODING HOME/temp.out WITH HOME/temp.map
369.88/374.22	c 374	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
369.92/374.30	c 374	Decoding HOME/temp.out
369.92/374.78	c 374	OBJECTIVE _COST 155
369.92/374.78	o 155
369.92/374.79	v 5 4 6 4 7 7 6 6 7 7 7 6 1 1 5 7 4 6 6 3 4 2 2 5 7 5 1 4 2 3 4 1 5 6 7 3 2 4 1 1 2 3 1 2 3 4 7 4 4 5 2 5 1 5 4 5 2 1 4 6 4 2 1 5 1 6 4 1 7 6 5 2 5 5 1 7 1 6 7 4 4 6 1 6 5 3 2 7 4 4 5 1 2 6 4 4 6 4 3 5 4 4 6 7 5 4 6 4 5 1 1 5 7 7 5 4 5 7 7 1 1 7 5 1 3 4 5 3 1 1 6 3 1 6 2 1 1 6 2 3 7 2 3 5 7 4 5 4 1 1 4 6 3 4 4 4 1 3 1 2 7 6 1 7 2 2 3 5 5 5 3 4 1 4 5 3 5 7 4 6 7 7 4 6 7 6 6 6 2 7 4 7 3 6 4 6 4 6 3 1 1 1 3 1 7 1 3 5 7 4 3 3 5 4 5 4 4 2 4 2 5 7 6 6 1 1 1 2 3 5 5 1 4 2 5 6 6 1 7 6 5 2 2 4 6 5 3 7 6 4 2 6 3 2 4 5 1 7 5 6 1 7 2 1 7 2 5 4 2 4 6 3 7 2 5 7 4 6 1 6 5 1 5 6 4 5 6 2 1 6 3 3 7 7 4 2 4
369.92/374.79	c 375	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
369.93/374.84	c 375	OBJECTIVE BOUND: 0 <= _COST <= 155
369.93/374.84	c 375	SEARCHING: _COST <= 77
369.93/374.84	c 375	SOLVING HOME/temp.cnf
369.93/374.84	c 375	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
369.93/374.84	c 375	This is MiniSat 2.0 beta
369.93/374.84	c 375	WARNING: for repeatability, setting FPU to use double precision
369.93/374.84	c 375	============================[ Problem Statistics ]=============================
369.93/374.84	c 375	|                                                                             |
369.93/374.85	c 375	|  Number of variables:  100741                                               |
369.93/374.85	c 375	|  Number of clauses:    21539039                                             |
382.22/386.75	c 386	|  Parsing time:         10.39        s                                       |
470.40/475.76	c 475	============================[ Search Statistics ]==============================
470.40/475.76	c 475	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
470.40/475.76	c 475	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
470.40/475.76	c 475	===============================================================================
470.40/475.76	c 475	|         0 |   35943   886443  2613860 |   295481        0    nan |  0.000 % |
471.39/476.71	c 476	|       101 |   35943   886443  2613860 |   325029      101     58 | 64.321 % |
471.88/477.28	c 477	|       251 |   35943   886443  2613860 |   357532      251     33 | 64.321 % |
472.67/478.01	c 478	|       476 |   35943   886443  2613860 |   393285      476     30 | 64.321 % |
473.47/478.89	c 479	|       816 |   35943   886443  2613860 |   432613      816     26 | 64.321 % |
473.86/479.29	c 479	===============================================================================
473.86/479.29	c 479	restarts              : 5
473.86/479.29	c 479	conflicts             : 1155           (11 /sec)
473.86/479.29	c 479	decisions             : 2475           (1.09 % random) (24 /sec)
473.86/479.29	c 479	propagations          : 3616202        (35427 /sec)
473.86/479.29	c 479	conflict literals     : 28930          (14.09 % deleted)
473.86/479.29	c 479	Memory used           : 861.01 MB
473.86/479.29	c 479	CPU time              : 102.073 s
473.86/479.29	c 479	
473.96/479.33	c 479	SATISFIABLE
474.06/479.47	c 479	FOUND: _COST <= 77
474.06/479.47	c 479	DECODING HOME/temp.out WITH HOME/temp.map
474.06/479.47	c 479	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
474.14/479.56	c 479	Decoding HOME/temp.out
474.64/480.03	c 480	OBJECTIVE _COST 77
474.64/480.03	o 77
474.64/480.04	v 3 5 2 1 4 2 4 7 4 5 1 2 7 4 1 5 5 5 3 3 2 7 5 4 1 1 4 6 3 4 3 2 7 4 4 2 3 6 2 7 6 6 6 5 5 2 7 3 2 7 2 2 2 3 7 3 4 2 2 4 5 4 5 6 6 3 1 7 5 6 1 7 6 2 4 2 2 2 4 1 5 6 2 4 1 6 4 5 1 6 7 6 7 5 7 1 7 5 2 5 4 1 5 1 7 1 4 1 5 2 6 2 6 1 5 3 5 1 5 2 7 1 4 2 7 7 7 3 2 4 3 2 3 7 7 5 2 7 6 1 2 5 4 3 2 3 5 7 5 5 5 4 3 4 6 1 6 1 6 4 5 7 3 4 5 6 3 3 7 6 6 5 1 6 2 4 1 5 1 7 5 1 2 6 3 7 6 7 1 4 3 1 2 3 1 6 6 6 4 6 6 1 6 4 6 6 3 6 6 5 7 2 1 6 3 6 2 7 3 2 7 2 3 2 2 2 2 5 1 3 6 4 4 1 7 3 4 5 1 5 2 3 5 5 1 2 5 6 2 4 6 3 1 6 4 7 3 2 6 4 1 2 1 5 5 6 7 4 7 2 5 5 6 6 6 1 6 6 2 3 1 1 7 6 4 3 7 5 2 5 4 4 5 6 4 4 5
474.64/480.04	c 480	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
474.64/480.06	c 480	OBJECTIVE BOUND: 0 <= _COST <= 77
474.64/480.06	c 480	SEARCHING: _COST <= 38
474.64/480.06	c 480	SOLVING HOME/temp.cnf
474.64/480.06	c 480	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
474.64/480.06	c 480	This is MiniSat 2.0 beta
474.64/480.06	c 480	WARNING: for repeatability, setting FPU to use double precision
474.64/480.07	c 480	============================[ Problem Statistics ]=============================
474.64/480.07	c 480	|                                                                             |
474.64/480.07	c 480	|  Number of variables:  100741                                               |
474.64/480.07	c 480	|  Number of clauses:    21539039                                             |
486.61/492.16	c 492	|  Parsing time:         10.51        s                                       |
572.40/578.71	c 578	============================[ Search Statistics ]==============================
572.40/578.71	c 578	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
572.40/578.71	c 578	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
572.40/578.71	c 578	===============================================================================
572.40/578.71	c 578	|         0 |   31550   490504  1439183 |   163501        0    nan |  0.000 % |
573.29/579.66	c 579	|       101 |   31550   490504  1439183 |   179851      101     50 | 68.682 % |
573.79/580.14	c 580	|       251 |   31550   490504  1439183 |   197836      251     29 | 68.682 % |
574.28/580.62	c 580	|       477 |   31550   490504  1439183 |   217620      477     22 | 68.682 % |
574.78/581.16	c 581	===============================================================================
574.78/581.16	c 581	restarts              : 4
574.78/581.16	c 581	conflicts             : 766            (8 /sec)
574.78/581.16	c 581	decisions             : 1279           (1.09 % random) (13 /sec)
574.78/581.16	c 581	propagations          : 2415914        (24481 /sec)
574.78/581.16	c 581	conflict literals     : 15684          (12.02 % deleted)
574.78/581.16	c 581	Memory used           : 863.79 MB
574.78/581.16	c 581	CPU time              : 98.687 s
574.78/581.16	c 581	
574.88/581.20	c 581	SATISFIABLE
574.98/581.34	c 581	FOUND: _COST <= 38
574.98/581.34	c 581	DECODING HOME/temp.out WITH HOME/temp.map
574.98/581.34	c 581	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
575.04/581.43	c 581	Decoding HOME/temp.out
575.47/581.90	c 582	OBJECTIVE _COST 38
575.47/581.90	o 38
575.57/581.91	v 4 4 5 5 4 2 4 1 4 7 6 4 1 5 7 7 4 2 2 2 5 2 2 5 5 5 2 4 2 1 1 2 5 6 1 7 6 4 7 4 6 3 1 2 3 2 1 7 4 3 2 6 5 5 6 1 3 3 2 2 4 6 1 3 3 6 3 6 6 6 3 4 4 1 5 7 3 4 6 4 7 7 1 5 6 4 1 7 4 6 1 1 3 6 1 7 4 1 3 4 6 4 4 2 5 4 4 4 1 4 4 5 4 1 1 6 5 7 7 1 5 7 4 2 4 1 1 1 1 1 7 6 1 2 3 7 1 4 2 1 2 4 2 1 3 4 1 5 3 5 4 2 2 1 2 4 1 3 1 4 7 1 5 3 7 4 1 4 5 1 2 1 5 4 4 7 7 1 4 6 5 3 5 6 7 6 6 2 2 6 5 5 7 4 1 7 2 4 2 2 1 7 7 1 5 6 1 7 6 4 3 3 5 1 5 5 7 2 4 4 6 2 5 6 3 1 5 3 7 7 5 4 2 4 4 4 1 4 4 5 7 7 2 1 4 1 3 1 6 2 3 7 6 2 4 5 1 1 1 2 4 3 4 1 6 6 6 6 6 3 2 1 1 2 5 5 5 6 1 6 3 1 1 1 4 4 6 2 3 3 7 5 7 4 2 2 2
575.57/581.92	c 582	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
575.57/581.97	c 582	OBJECTIVE BOUND: 0 <= _COST <= 38
575.57/581.97	c 582	SEARCHING: _COST <= 19
575.57/581.97	c 582	SOLVING HOME/temp.cnf
575.57/581.97	c 582	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
575.57/581.97	c 582	This is MiniSat 2.0 beta
575.57/581.97	c 582	WARNING: for repeatability, setting FPU to use double precision
575.57/581.97	c 582	============================[ Problem Statistics ]=============================
575.57/581.97	c 582	|                                                                             |
575.57/581.97	c 582	|  Number of variables:  100741                                               |
575.57/581.97	c 582	|  Number of clauses:    21539039                                             |
587.42/593.99	c 594	|  Parsing time:         10.45        s                                       |
671.83/679.14	c 679	============================[ Search Statistics ]==============================
671.83/679.14	c 679	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
671.83/679.14	c 679	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
671.83/679.14	c 679	===============================================================================
671.83/679.14	c 679	|         0 |   27347   288988   847225 |    96329        0    nan |  0.000 % |
672.72/680.09	c 680	|       101 |   27347   288988   847225 |   105962      101     63 | 72.854 % |
673.11/680.40	c 680	|       251 |   27347   288988   847225 |   116558      251     33 | 72.854 % |
673.51/680.89	c 681	===============================================================================
673.51/680.89	c 681	restarts              : 3
673.51/680.90	c 681	conflicts             : 463            (5 /sec)
673.51/680.90	c 681	decisions             : 693            (1.30 % random) (7 /sec)
673.51/680.90	c 681	propagations          : 1601808        (16591 /sec)
673.51/680.90	c 681	conflict literals     : 10907          (12.25 % deleted)
673.51/680.90	c 681	Memory used           : 850.16 MB
673.51/680.90	c 681	CPU time              : 96.5463 s
673.51/680.90	c 681	
673.61/680.94	c 681	SATISFIABLE
673.70/681.07	c 681	FOUND: _COST <= 19
673.70/681.07	c 681	DECODING HOME/temp.out WITH HOME/temp.map
673.70/681.07	c 681	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
673.79/681.16	c 681	Decoding HOME/temp.out
673.79/681.63	c 681	OBJECTIVE _COST 19
673.79/681.63	o 19
673.79/681.64	v 3 6 6 1 4 4 4 7 5 4 1 2 4 6 5 5 3 7 4 3 1 2 3 4 1 5 2 4 3 4 1 2 1 2 6 7 1 6 1 7 2 5 2 4 3 4 3 5 6 6 3 3 6 3 6 5 4 2 6 2 6 1 1 6 6 3 4 3 7 6 5 2 6 4 5 2 2 4 1 1 6 7 2 5 1 7 1 7 6 4 5 1 4 6 4 3 5 5 2 7 7 1 4 7 1 6 4 3 6 5 2 5 6 5 7 4 4 4 5 2 1 3 7 2 3 5 5 7 3 6 7 3 2 1 6 5 2 7 2 1 3 6 4 3 1 3 5 1 5 4 6 2 2 6 1 6 7 4 6 2 5 1 2 7 3 2 3 1 4 3 3 5 1 5 1 3 4 2 6 7 3 5 4 6 3 7 4 4 1 2 4 7 5 3 7 6 1 4 2 2 5 3 6 1 6 3 1 7 6 1 7 7 4 5 7 7 4 4 4 6 6 7 6 2 2 5 1 5 3 2 5 4 4 2 3 2 6 1 1 4 4 2 2 4 7 1 7 2 2 1 2 3 5 6 2 1 1 4 4 6 2 3 3 1 7 2 7 4 2 1 5 1 7 4 4 3 6 4 5 4 5 1 3 6 4 5 6 4 5 6 2 1 5 5 4 4 2
673.79/681.64	c 681	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
673.79/681.70	c 681	OBJECTIVE BOUND: 0 <= _COST <= 19
673.79/681.70	c 681	SEARCHING: _COST <= 9
673.79/681.70	c 681	SOLVING HOME/temp.cnf
673.79/681.70	c 681	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
674.34/681.70	c 681	This is MiniSat 2.0 beta
674.34/681.70	c 681	WARNING: for repeatability, setting FPU to use double precision
674.34/681.70	c 681	============================[ Problem Statistics ]=============================
674.34/681.70	c 681	|                                                                             |
674.34/681.70	c 681	|  Number of variables:  100741                                               |
674.34/681.70	c 681	|  Number of clauses:    21539039                                             |
686.21/693.76	c 693	|  Parsing time:         10.53        s                                       |
770.22/778.59	c 778	============================[ Search Statistics ]==============================
770.22/778.59	c 778	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
770.22/778.59	c 778	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
770.22/778.59	c 778	===============================================================================
770.22/778.59	c 778	|         0 |   22937   176415   522726 |    58805        0    nan |  0.000 % |
771.21/779.52	c 779	|       101 |   22937   176415   522726 |    64685      101     63 | 77.232 % |
771.51/779.82	c 780	|       253 |   22937   176415   522726 |    71154      253     31 | 77.232 % |
771.81/780.14	c 780	===============================================================================
771.81/780.14	c 780	restarts              : 3
771.81/780.14	c 780	conflicts             : 382            (4 /sec)
771.81/780.14	c 780	decisions             : 534            (0.94 % random) (6 /sec)
771.81/780.14	c 780	propagations          : 1382193        (14381 /sec)
771.81/780.14	c 780	conflict literals     : 9130           (8.58 % deleted)
771.81/780.14	c 780	Memory used           : 851.04 MB
771.81/780.14	c 780	CPU time              : 96.1094 s
771.81/780.14	c 780	
771.81/780.18	c 780	SATISFIABLE
772.01/780.32	c 780	FOUND: _COST <= 9
772.01/780.32	c 780	DECODING HOME/temp.out WITH HOME/temp.map
772.01/780.32	c 780	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
772.04/780.41	c 780	Decoding HOME/temp.out
772.04/780.85	c 781	OBJECTIVE _COST 9
772.04/780.85	o 9
772.04/780.86	v 4 6 1 5 4 4 4 1 4 4 2 4 4 2 7 7 7 3 2 7 2 4 7 6 4 2 4 4 5 7 6 1 5 5 7 6 2 2 1 1 3 2 5 3 3 4 7 5 1 1 2 5 2 7 4 3 2 2 1 4 2 4 6 4 4 2 4 7 5 5 4 3 5 5 3 4 4 3 3 7 6 7 3 2 1 2 2 5 6 1 4 2 4 5 5 1 7 6 7 5 7 5 7 5 2 6 6 5 7 2 5 1 7 6 7 2 6 3 3 7 4 1 1 1 7 4 7 7 1 1 6 1 7 7 7 5 6 6 2 4 4 5 1 4 5 1 3 4 5 1 1 7 4 6 6 1 2 2 6 1 3 6 1 4 4 2 2 7 5 4 5 6 2 3 2 1 1 6 2 1 3 6 2 4 4 4 6 5 1 2 1 3 2 2 7 2 4 2 4 5 4 1 5 6 2 1 6 1 5 5 4 2 2 6 2 3 2 2 3 7 1 6 2 3 5 4 1 2 1 1 2 7 6 1 1 4 4 1 3 4 5 2 4 5 7 5 1 7 5 1 4 2 3 1 5 6 7 6 7 6 1 7 2 7 5 3 5 7 1 1 5 6 7 2 1 3 2 2 7 3 4 4 7 6 5 3 6 5 4 5 2 1 6 5 5 3 4
772.04/780.87	c 781	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
772.56/780.91	c 781	OBJECTIVE BOUND: 0 <= _COST <= 9
772.56/780.91	c 781	SEARCHING: _COST <= 4
772.56/780.91	c 781	SOLVING HOME/temp.cnf
772.56/780.91	c 781	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
772.56/780.91	c 781	This is MiniSat 2.0 beta
772.56/780.91	c 781	WARNING: for repeatability, setting FPU to use double precision
772.56/780.91	c 781	============================[ Problem Statistics ]=============================
772.56/780.91	c 781	|                                                                             |
772.56/780.91	c 781	|  Number of variables:  100741                                               |
772.56/780.91	c 781	|  Number of clauses:    21539039                                             |
784.55/793.06	c 793	|  Parsing time:         10.56        s                                       |
868.65/877.96	c 878	============================[ Search Statistics ]==============================
868.65/877.96	c 878	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
868.65/877.96	c 878	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
868.65/877.96	c 878	===============================================================================
868.65/877.96	c 878	|         0 |   18268   112697   345574 |    37565        0    nan |  0.000 % |
869.54/878.89	c 879	|       100 |   18268   112697   345574 |    41322      100     41 | 81.866 % |
869.84/879.17	c 879	|       252 |   18268   112697   345574 |    45454      252     22 | 81.866 % |
870.14/879.48	c 879	|       477 |   18268   112697   345574 |    49999      477     16 | 81.866 % |
870.73/880.01	c 880	|       814 |   18253   112570   345239 |    54999      813     12 | 81.881 % |
871.23/880.53	c 880	===============================================================================
871.23/880.53	c 880	restarts              : 5
871.23/880.53	c 880	conflicts             : 1178           (12 /sec)
871.23/880.53	c 880	decisions             : 1554           (0.97 % random) (16 /sec)
871.23/880.53	c 880	propagations          : 3588546        (36917 /sec)
871.23/880.53	c 880	conflict literals     : 12751          (19.51 % deleted)
871.23/880.53	c 880	Memory used           : 851.46 MB
871.23/880.53	c 880	CPU time              : 97.2062 s
871.23/880.53	c 880	
871.23/880.53	c 880	UNSATISFIABLE
871.33/880.66	c 880	NOT FOUND: _COST <= 4
871.33/880.66	c 880	OBJECTIVE BOUND: 5 <= _COST <= 9
871.33/880.66	c 880	SEARCHING: _COST <= 7
871.33/880.66	c 880	SOLVING HOME/temp.cnf
871.33/880.66	c 880	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
871.33/880.67	c 880	This is MiniSat 2.0 beta
871.33/880.67	c 880	WARNING: for repeatability, setting FPU to use double precision
871.33/880.67	c 880	============================[ Problem Statistics ]=============================
871.33/880.67	c 880	|                                                                             |
871.33/880.67	c 880	|  Number of variables:  100741                                               |
871.33/880.67	c 880	|  Number of clauses:    21539039                                             |
883.42/892.83	c 893	|  Parsing time:         10.58        s                                       |
967.82/978.01	c 978	============================[ Search Statistics ]==============================
967.82/978.01	c 978	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
967.82/978.01	c 978	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
967.82/978.01	c 978	===============================================================================
967.82/978.01	c 978	|         0 |   21371   151302   452083 |    50434        0    nan |  0.000 % |
968.71/978.95	c 979	|       101 |   21371   151302   452083 |    55477      101     63 | 78.786 % |
969.01/979.23	c 979	|       251 |   21371   151302   452083 |    61025      251     31 | 78.786 % |
969.30/979.58	c 979	|       479 |   21371   151302   452083 |    67127      479     22 | 78.786 % |
969.90/980.12	c 980	|       818 |   21371   151302   452083 |    73840      818     17 | 78.786 % |
970.69/980.97	c 981	|      1325 |   21371   151302   452083 |    81224     1325     15 | 78.786 % |
972.08/982.39	c 982	|      2085 |   21371   151302   452083 |    89346     2085     13 | 78.786 % |
974.16/984.47	c 984	|      3224 |   21371   151302   452083 |    98281     3224     12 | 78.786 % |
976.83/987.15	c 987	|      4932 |   21371   151302   452083 |   108109     4932     11 | 78.786 % |
977.62/987.94	c 988	===============================================================================
977.62/987.94	c 988	restarts              : 9
977.62/987.94	c 988	conflicts             : 5421           (52 /sec)
977.62/987.94	c 988	decisions             : 7245           (1.12 % random) (69 /sec)
977.62/987.94	c 988	propagations          : 16826250       (160560 /sec)
977.62/987.94	c 988	conflict literals     : 56330          (19.56 % deleted)
977.62/987.94	c 988	Memory used           : 849.86 MB
977.62/987.94	c 988	CPU time              : 104.797 s
977.62/987.94	c 988	
977.62/987.94	c 988	UNSATISFIABLE
977.72/988.07	c 988	NOT FOUND: _COST <= 7
977.72/988.07	c 988	OBJECTIVE BOUND: 8 <= _COST <= 9
977.72/988.07	c 988	SEARCHING: _COST <= 8
977.72/988.07	c 988	SOLVING HOME/temp.cnf
977.72/988.07	c 988	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
977.72/988.08	c 988	This is MiniSat 2.0 beta
977.72/988.08	c 988	WARNING: for repeatability, setting FPU to use double precision
977.72/988.08	c 988	============================[ Problem Statistics ]=============================
977.72/988.08	c 988	|                                                                             |
977.72/988.08	c 988	|  Number of variables:  100741                                               |
977.72/988.08	c 988	|  Number of clauses:    21539039                                             |
989.93/1000.33	c 1000	|  Parsing time:         10.66        s                                       |
1073.84/1085.02	c 1085	============================[ Search Statistics ]==============================
1073.84/1085.02	c 1085	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1073.84/1085.02	c 1085	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1073.84/1085.02	c 1085	===============================================================================
1073.84/1085.02	c 1085	|         0 |   22397   166150   493550 |    55383        0    nan |  0.000 % |
1074.72/1085.95	c 1086	|       100 |   22397   166150   493550 |    60921      100     51 | 77.768 % |
1075.02/1086.22	c 1086	|       250 |   22397   166150   493550 |    67013      250     26 | 77.768 % |
1075.32/1086.59	c 1086	|       475 |   22397   166150   493550 |    73715      475     18 | 77.768 % |
1076.21/1087.45	c 1087	|       812 |   22397   166150   493550 |    81086      812     14 | 77.768 % |
1077.20/1088.43	c 1088	|      1318 |   22397   166150   493550 |    89195     1318     12 | 77.768 % |
1078.69/1089.98	c 1090	|      2077 |   22397   166150   493550 |    98114     2077     11 | 77.768 % |
1080.47/1091.76	c 1091	|      3217 |   22397   166150   493550 |   107926     3217     11 | 77.768 % |
1083.74/1095.04	c 1095	|      4927 |   22397   166150   493550 |   118719     4927     11 | 77.768 % |
1087.10/1098.47	c 1098	===============================================================================
1087.10/1098.47	c 1098	restarts              : 9
1087.10/1098.47	c 1098	conflicts             : 6822           (63 /sec)
1087.10/1098.47	c 1098	decisions             : 9154           (1.23 % random) (85 /sec)
1087.10/1098.47	c 1098	propagations          : 22789202       (211260 /sec)
1087.10/1098.47	c 1098	conflict literals     : 67097          (22.21 % deleted)
1087.10/1098.47	c 1098	Memory used           : 849.57 MB
1087.10/1098.47	c 1098	CPU time              : 107.873 s
1087.10/1098.47	c 1098	
1087.10/1098.47	c 1098	UNSATISFIABLE
1087.30/1098.62	c 1098	NOT FOUND: _COST <= 8
1087.30/1098.62	c 1098	OBJECTIVE _COST 9
1087.30/1098.62	s OPTIMUM FOUND
1087.30/1098.62	c 1098	CPU 1067.77 (0.07 0.04 1067.7 19.51)
1087.30/1098.62	c 1098	END Sun Jul 13 00:26:56 2008

Verifier Data (download as text)

OK	9	4112
9 unsatisfied constraints, 4112 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-1114332-1215900518/watcher-1114332-1215900518 -o /tmp/evaluation-result-1114332-1215900518/solver-1114332-1215900518 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1114332-1215900518.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.00 2.00 2.00 4/73 18751
/proc/meminfo: memFree=1887152/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=12268 CPUtime=0
/proc/18751/stat : 18751 (sugar) R 18749 18751 18403 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 46750635 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 273653922405 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18751/statm: 3067 316 241 3 0 167 0

[startup+0.050142 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 18751
/proc/meminfo: memFree=1887152/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.04
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 46750635 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101453 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 18751
/proc/meminfo: memFree=1887152/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.04
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46750635 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301461 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 18751
/proc/meminfo: memFree=1887152/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.04
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46750635 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701495 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 18751
/proc/meminfo: memFree=1887152/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.04
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 46750635 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 2.16 2.03 2.01 3/84 18773
/proc/meminfo: memFree=1878616/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.7
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 974 5347 0 1 3 1 63 3 15 0 1 0 46750635 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 797 370 3 0 500 0
[pid=18764] ppid=18751 vsize=5356 CPUtime=0
/proc/18764/stat : 18764 (sh) S 18751 18751 18403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46750708 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18764/statm: 1339 233 193 169 0 50 0
[pid=18765] ppid=18764 vsize=868360 CPUtime=0.74
/proc/18765/stat : 18765 (java) S 18764 18751 18403 0 -1 0 7891 0 1 0 69 5 0 0 18 0 9 0 46750708 889200640 7122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18765/statm: 217090 7122 2540 9 0 211665 0
[pid=18765/tid=18766] ppid=18764 vsize=868360 CPUtime=0.38
/proc/18765/task/18766/stat : 18766 (java) R 18764 18751 18403 0 -1 64 2657 0 1 0 36 2 0 0 19 0 9 0 46750709 889200640 7122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18767] ppid=18764 vsize=868360 CPUtime=0.13
/proc/18765/task/18767/stat : 18767 (java) R 18764 18751 18403 0 -1 64 3089 0 0 0 13 0 0 0 16 0 9 0 46750710 889200640 7122 996147200 134512640 134550740 4294955936 18446744073709551615 103735967 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18768] ppid=18764 vsize=868360 CPUtime=0
/proc/18765/task/18768/stat : 18768 (java) S 18764 18751 18403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46750711 889200640 7122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18769] ppid=18764 vsize=868360 CPUtime=0
/proc/18765/task/18769/stat : 18769 (java) S 18764 18751 18403 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46750711 889200640 7122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18770] ppid=18764 vsize=868360 CPUtime=0
/proc/18765/task/18770/stat : 18770 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46750713 889200640 7122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18771] ppid=18764 vsize=868360 CPUtime=0.19
/proc/18765/task/18771/stat : 18771 (java) S 18764 18751 18403 0 -1 64 1452 0 0 0 18 1 0 0 16 0 9 0 46750713 889200640 7122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18772] ppid=18764 vsize=868360 CPUtime=0
/proc/18765/task/18772/stat : 18772 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46750713 889200640 7122 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18773] ppid=18764 vsize=868360 CPUtime=0
/proc/18765/task/18773/stat : 18773 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46750713 889200640 7122 996147200 134512640 134550740 4294955936 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) 887316

[startup+3.10266 s]
/proc/loadavg: 2.16 2.03 2.01 4/84 18773
/proc/meminfo: memFree=1854936/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.7
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 974 5347 0 1 3 1 63 3 15 0 1 0 46750635 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 797 370 3 0 500 0
[pid=18764] ppid=18751 vsize=5356 CPUtime=0
/proc/18764/stat : 18764 (sh) S 18751 18751 18403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46750708 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18764/statm: 1339 233 193 169 0 50 0
[pid=18765] ppid=18764 vsize=868472 CPUtime=2.32
/proc/18765/stat : 18765 (java) S 18764 18751 18403 0 -1 0 11550 0 1 0 223 9 0 0 18 0 9 0 46750708 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18765/statm: 217118 10546 2567 9 0 211665 0
[pid=18765/tid=18766] ppid=18764 vsize=868472 CPUtime=1.4
/proc/18765/task/18766/stat : 18766 (java) R 18764 18751 18403 0 -1 64 2961 0 1 0 136 4 0 0 21 0 9 0 46750709 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4126573068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18767] ppid=18764 vsize=868472 CPUtime=0.59
/proc/18765/task/18767/stat : 18767 (java) S 18764 18751 18403 0 -1 64 6377 0 0 0 57 2 0 0 16 0 9 0 46750710 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18768] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18768/stat : 18768 (java) S 18764 18751 18403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46750711 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18769] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18769/stat : 18769 (java) S 18764 18751 18403 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46750711 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18770] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18770/stat : 18770 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46750713 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18771] ppid=18764 vsize=868472 CPUtime=0.3
/proc/18765/task/18771/stat : 18771 (java) S 18764 18751 18403 0 -1 64 1519 0 0 0 29 1 0 0 15 0 9 0 46750713 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18772] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18772/stat : 18772 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46750713 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18773] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18773/stat : 18773 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46750713 889315328 10546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887428

[startup+6.30187 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 18773
/proc/meminfo: memFree=1823448/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.7
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 974 5347 0 1 3 1 63 3 15 0 1 0 46750635 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 797 370 3 0 500 0
[pid=18764] ppid=18751 vsize=5356 CPUtime=0
/proc/18764/stat : 18764 (sh) S 18751 18751 18403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46750708 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18764/statm: 1339 233 193 169 0 50 0
[pid=18765] ppid=18764 vsize=868472 CPUtime=5.49
/proc/18765/stat : 18765 (java) S 18764 18751 18403 0 -1 0 12037 0 1 0 518 31 0 0 18 0 9 0 46750708 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18765/statm: 217118 10555 2567 9 0 211665 0
[pid=18765/tid=18766] ppid=18764 vsize=868472 CPUtime=4.4
/proc/18765/task/18766/stat : 18766 (java) R 18764 18751 18403 0 -1 64 3439 0 1 0 416 24 0 0 25 0 9 0 46750709 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4126514690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18767] ppid=18764 vsize=868472 CPUtime=0.75
/proc/18765/task/18767/stat : 18767 (java) S 18764 18751 18403 0 -1 64 6377 0 0 0 71 4 0 0 16 0 9 0 46750710 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18768] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18768/stat : 18768 (java) S 18764 18751 18403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46750711 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18769] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18769/stat : 18769 (java) S 18764 18751 18403 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46750711 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18770] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18770/stat : 18770 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46750713 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18771] ppid=18764 vsize=868472 CPUtime=0.31
/proc/18765/task/18771/stat : 18771 (java) S 18764 18751 18403 0 -1 64 1528 0 0 0 30 1 0 0 16 0 9 0 46750713 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18772] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18772/stat : 18772 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46750713 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18773] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18773/stat : 18773 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46750713 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887428

[startup+12.7023 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 18773
/proc/meminfo: memFree=1755096/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.7
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 974 5347 0 1 3 1 63 3 16 0 1 0 46750635 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 797 370 3 0 500 0
[pid=18764] ppid=18751 vsize=5356 CPUtime=0
/proc/18764/stat : 18764 (sh) S 18751 18751 18403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46750708 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18764/statm: 1339 233 193 169 0 50 0
[pid=18765] ppid=18764 vsize=868472 CPUtime=11.8
/proc/18765/stat : 18765 (java) S 18764 18751 18403 0 -1 0 12863 0 1 0 1107 73 0 0 18 0 9 0 46750708 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18765/statm: 217118 10555 2567 9 0 211665 0
[pid=18765/tid=18766] ppid=18764 vsize=868472 CPUtime=10.42
/proc/18765/task/18766/stat : 18766 (java) R 18764 18751 18403 0 -1 64 4265 0 1 0 981 61 0 0 25 0 9 0 46750709 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4127038138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18767] ppid=18764 vsize=868472 CPUtime=1.05
/proc/18765/task/18767/stat : 18767 (java) S 18764 18751 18403 0 -1 64 6377 0 0 0 95 10 0 0 16 0 9 0 46750710 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18768] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18768/stat : 18768 (java) S 18764 18751 18403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46750711 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18769] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18769/stat : 18769 (java) S 18764 18751 18403 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46750711 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18770] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18770/stat : 18770 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46750713 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18771] ppid=18764 vsize=868472 CPUtime=0.31
/proc/18765/task/18771/stat : 18771 (java) S 18764 18751 18403 0 -1 64 1528 0 0 0 30 1 0 0 16 0 9 0 46750713 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18772] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18772/stat : 18772 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46750713 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18773] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18773/stat : 18773 (java) S 18764 18751 18403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46750713 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887428

[startup+25.5022 s]
/proc/loadavg: 2.10 2.03 2.01 3/84 18773
/proc/meminfo: memFree=1624664/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=13600 CPUtime=0.7
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 974 5347 0 1 3 1 63 3 16 0 1 0 46750635 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3400 797 370 3 0 500 0
[pid=18764] ppid=18751 vsize=5356 CPUtime=0
/proc/18764/stat : 18764 (sh) S 18751 18751 18403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46750708 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18764/statm: 1339 233 193 169 0 50 0
[pid=18765] ppid=18764 vsize=868472 CPUtime=24.27
/proc/18765/stat : 18765 (java) S 18764 18751 18403 0 -1 0 14645 0 1 0 2255 172 0 0 18 0 9 0 46750708 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18765/statm: 217118 10555 2567 9 0 211665 0
[pid=18765/tid=18766] ppid=18764 vsize=868472 CPUtime=22.29
/proc/18765/task/18766/stat : 18766 (java) R 18764 18751 18403 0 -1 64 6047 0 1 0 2079 150 0 0 25 0 9 0 46750709 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4126569328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18767] ppid=18764 vsize=868472 CPUtime=1.65
/proc/18765/task/18767/stat : 18767 (java) S 18764 18751 18403 0 -1 64 6377 0 0 0 145 20 0 0 16 0 9 0 46750710 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18768] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18768/stat : 18768 (java) S 18764 18751 18403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46750711 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18765/tid=18769] ppid=18764 vsize=868472 CPUtime=0
/proc/18765/task/18769/stat : 18769 (java) S 18764 18751 18403 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46750711 889315328 10555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18863
/proc/meminfo: memFree=1300504/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=871.41
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2059 1752450 0 9 7 3 85503 1628 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18862] ppid=18751 vsize=5356 CPUtime=0
/proc/18862/stat : 18862 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46838701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18862/statm: 1339 232 193 169 0 50 0
[pid=18863] ppid=18862 vsize=136424 CPUtime=1.6
/proc/18863/stat : 18863 (minisat) R 18862 18751 18403 0 -1 4194304 33612 0 0 0 138 22 0 0 25 0 1 0 46838702 139698176 33597 996147200 134512640 135127466 4294956256 18446744073709551615 134704161 0 0 4096 3 0 0 0 17 1 0 0
/proc/18863/statm: 34106 33597 62 150 0 33953 0
Current children cumulated CPU time (s) 873.01
Current children cumulated vsize (KiB) 155908

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18863
/proc/meminfo: memFree=573528/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=871.41
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2059 1752450 0 9 7 3 85503 1628 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18862] ppid=18751 vsize=5356 CPUtime=0
/proc/18862/stat : 18862 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46838701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18862/statm: 1339 232 193 169 0 50 0
[pid=18863] ppid=18862 vsize=870076 CPUtime=61.04
/proc/18863/stat : 18863 (minisat) R 18862 18751 18403 0 -1 4194304 211230 0 0 0 5958 146 0 0 25 0 1 0 46838702 890957824 211215 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/18863/statm: 217519 211215 73 150 0 217366 0
Current children cumulated CPU time (s) 932.45
Current children cumulated vsize (KiB) 889560

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573528/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=977.83
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2115 1963997 0 9 7 4 95983 1789 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18864] ppid=18751 vsize=5356 CPUtime=0
/proc/18864/stat : 18864 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46849442 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18864/statm: 1339 232 193 169 0 50 0
[pid=18865] ppid=18864 vsize=869780 CPUtime=14.07
/proc/18865/stat : 18865 (minisat) R 18864 18751 18403 0 -1 4194304 211174 0 0 0 1259 148 0 0 25 0 1 0 46849443 890654720 211159 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 1 0 0
/proc/18865/statm: 217445 211159 73 150 0 217292 0
Current children cumulated CPU time (s) 991.9
Current children cumulated vsize (KiB) 889264

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573528/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=977.83
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2115 1963997 0 9 7 4 95983 1789 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18864] ppid=18751 vsize=5356 CPUtime=0
/proc/18864/stat : 18864 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46849442 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18864/statm: 1339 232 193 169 0 50 0
[pid=18865] ppid=18864 vsize=869780 CPUtime=73.52
/proc/18865/stat : 18865 (minisat) R 18864 18751 18403 0 -1 4194304 211174 0 0 0 7204 148 0 0 25 0 1 0 46849443 890654720 211159 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/18865/statm: 217445 211159 73 150 0 217292 0
Current children cumulated CPU time (s) 1051.35
Current children cumulated vsize (KiB) 889264

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

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573528/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=977.83
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2115 1963997 0 9 7 4 95983 1789 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18864] ppid=18751 vsize=5356 CPUtime=0
/proc/18864/stat : 18864 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46849442 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18864/statm: 1339 232 193 169 0 50 0
[pid=18865] ppid=18864 vsize=869780 CPUtime=86.2
/proc/18865/stat : 18865 (minisat) R 18864 18751 18403 0 -1 4194304 211174 0 0 0 8472 148 0 0 25 0 1 0 46849443 890654720 211159 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/18865/statm: 217445 211159 73 150 0 217292 0
Current children cumulated CPU time (s) 1064.03
Current children cumulated vsize (KiB) 889264

[startup+1087.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573400/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=977.83
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2115 1963997 0 9 7 4 95983 1789 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18864] ppid=18751 vsize=5356 CPUtime=0
/proc/18864/stat : 18864 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46849442 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18864/statm: 1339 232 193 169 0 50 0
[pid=18865] ppid=18864 vsize=869960 CPUtime=98.88
/proc/18865/stat : 18865 (minisat) R 18864 18751 18403 0 -1 4194304 211198 0 0 0 9740 148 0 0 25 0 1 0 46849443 890839040 211183 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18865/statm: 217490 211183 75 150 0 217337 0
Current children cumulated CPU time (s) 1076.71
Current children cumulated vsize (KiB) 889444

[startup+1094.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573400/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=977.83
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2115 1963997 0 9 7 4 95983 1789 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18864] ppid=18751 vsize=5356 CPUtime=0
/proc/18864/stat : 18864 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46849442 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18864/statm: 1339 232 193 169 0 50 0
[pid=18865] ppid=18864 vsize=869960 CPUtime=105.22
/proc/18865/stat : 18865 (minisat) R 18864 18751 18403 0 -1 4194304 211198 0 0 0 10374 148 0 0 25 0 1 0 46849443 890839040 211183 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18865/statm: 217490 211183 75 150 0 217337 0
Current children cumulated CPU time (s) 1083.05
Current children cumulated vsize (KiB) 889444

[startup+1095.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573400/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=977.83
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2115 1963997 0 9 7 4 95983 1789 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18864] ppid=18751 vsize=5356 CPUtime=0
/proc/18864/stat : 18864 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46849442 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18864/statm: 1339 232 193 169 0 50 0
[pid=18865] ppid=18864 vsize=869960 CPUtime=106.8
/proc/18865/stat : 18865 (minisat) R 18864 18751 18403 0 -1 4194304 211198 0 0 0 10532 148 0 0 25 0 1 0 46849443 890839040 211183 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/18865/statm: 217490 211183 75 150 0 217337 0
Current children cumulated CPU time (s) 1084.63
Current children cumulated vsize (KiB) 889444

[startup+1097.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573400/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=977.83
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2115 1963997 0 9 7 4 95983 1789 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18864] ppid=18751 vsize=5356 CPUtime=0
/proc/18864/stat : 18864 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46849442 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18864/statm: 1339 232 193 169 0 50 0
[pid=18865] ppid=18864 vsize=869960 CPUtime=108.38
/proc/18865/stat : 18865 (minisat) R 18864 18751 18403 0 -1 4194304 211198 0 0 0 10690 148 0 0 25 0 1 0 46849443 890839040 211183 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/18865/statm: 217490 211183 75 150 0 217337 0
Current children cumulated CPU time (s) 1086.21
Current children cumulated vsize (KiB) 889444

[startup+1098.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573400/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=977.83
/proc/18751/stat : 18751 (sugar) S 18749 18751 18403 0 -1 4194304 2115 1963997 0 9 7 4 95983 1789 16 0 1 0 46750635 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18751/statm: 3532 935 374 3 0 632 0
[pid=18864] ppid=18751 vsize=5356 CPUtime=0
/proc/18864/stat : 18864 (sh) S 18751 18751 18403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46849442 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18864/statm: 1339 232 193 169 0 50 0
[pid=18865] ppid=18864 vsize=869960 CPUtime=109.18
/proc/18865/stat : 18865 (minisat) R 18864 18751 18403 0 -1 4194304 211198 0 0 0 10770 148 0 0 25 0 1 0 46849443 890839040 211183 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18865/statm: 217490 211183 75 150 0 217337 0
Current children cumulated CPU time (s) 1087.01
Current children cumulated vsize (KiB) 889444

[startup+1098.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18865
/proc/meminfo: memFree=573400/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=1087.41
/proc/18751/stat : 18751 (sugar) R 18749 18751 18403 0 -1 4194304 2156 2175489 0 9 7 13 106770 1951 16 0 1 0 46750635 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18751/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 1087.41
Current children cumulated vsize (KiB) 14128

[startup+1098.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 18865
/proc/meminfo: memFree=1842024/2055920 swapFree=4192812/4192956
[pid=18751] ppid=18749 vsize=14128 CPUtime=1087.51
/proc/18751/stat : 18751 (sugar) R 18749 18751 18403 0 -1 4194304 2156 2175489 0 9 7 23 106770 1951 16 0 1 0 46750635 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18751/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 1087.51
Current children cumulated vsize (KiB) 14128

Child status: 0
Real time (s): 1098.85
CPU time (s): 1087.57
CPU user time (s): 1067.78
CPU system time (s): 19.79
CPU usage (%): 98.9734
Max. virtual memory (cumulated for all children) (KiB): 904012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1067.78
system time used= 19.79
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2177675
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= 50757
involuntary context switches= 73385

runsolver used 1.26981 second user time and 3.76643 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-13 00:08:38
IDJOB=1114332
IDBENCH=61720
IDSOLVER=368
FILE ID=node52/1114332-1215900518
PBS_JOBID= 7903673
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ehi-85/normalized-ehi-85-297-30_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1114332-1215900518/watcher-1114332-1215900518 -o /tmp/evaluation-result-1114332-1215900518/solver-1114332-1215900518 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1114332-1215900518.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 75fb645e715b24b545954b9d8004793b
RANDOM SEED=1539135426

node52.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1887632 kB
Buffers:         18800 kB
Cached:          77624 kB
SwapCached:          0 kB
Active:          68296 kB
Inactive:        51404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          34356 kB
Slab:            33752 kB
Committed_AS:   171824 kB
PageTables:       1896 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= 66540 MiB
End job on node52 at 2008-07-13 00:26:57