Trace number 1112644

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+minisatMSAT (TO)5 3600.04 3606.62

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-5.xml
MD5SUM2124f7dcb670dc74e0b7cb5a550c9bbd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints330
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension330
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.02/0.41	c 0	Sugar v1-13 + HOME/minisat
0.02/0.45	c 0	BEGIN Sat Jul 12 16:08:17 2008
0.02/0.45	c 0	PID 17721
0.04/0.53	c 0	HOST node5.alineos.net
0.04/0.53	c 0	CONVERTING HOME/instance-1112644-1215871696.xml TO HOME/temp.csp
0.04/0.53	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112644-1215871696.xml' 'HOME/temp.csp'
0.34/1.75	c 1	1 domains, 30 variables, 2 predicates, 0 relations, 330 constraints
0.34/1.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.34/1.76	c 1	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.39/1.93	c 1	Parsing HOME/temp.csp
0.39/2.01	c 1	parsed 363 expressions
0.39/2.10	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/2.11	c 1	MAX CSP: 330 constraints
0.55/2.11	c 1	Converting to clausal form CSP
0.55/2.16	c 1	converted 70 (10%) expressions
0.55/2.19	c 1	converted 140 (20%) expressions
0.65/2.28	c 1	converted 209 (30%) expressions
0.65/2.29	c 1	converted 279 (40%) expressions
0.74/2.30	c 1	converted 348 (50%) expressions
0.74/2.31	c 1	converted 418 (60%) expressions
0.74/2.32	c 1	converted 488 (70%) expressions
0.74/2.33	c 1	converted 557 (80%) expressions
0.74/2.34	c 1	converted 627 (90%) expressions
0.74/2.38	c 2	converted 696 (100%) expressions
0.74/2.38	c 2	CSP : 690 integers, 630 booleans, 2249 clauses, largest domain size 496
0.74/2.38	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.74/2.38	c 2	Propagation in CSP
0.85/2.43	c 2	326 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.85/2.43	c 2	CSP : 690 integers, 630 booleans, 2249 clauses, largest domain size 331
0.85/2.43	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/2.43	c 2	Simplifing CSP by introducing new Boolean variables
0.85/2.44	c 2	CSP : 690 integers, 1914 booleans, 3533 clauses, largest domain size 331
0.85/2.44	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/2.47	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.85/2.49	c 2	69 (10%) CSP integer variables are encoded (390 clauses, 4154 bytes)
0.85/2.49	c 2	138 (20%) CSP integer variables are encoded (390 clauses, 4154 bytes)
0.85/2.49	c 2	207 (30%) CSP integer variables are encoded (390 clauses, 4154 bytes)
0.85/2.49	c 2	276 (40%) CSP integer variables are encoded (390 clauses, 4154 bytes)
0.85/2.49	c 2	345 (50%) CSP integer variables are encoded (390 clauses, 4154 bytes)
0.85/2.50	c 2	414 (60%) CSP integer variables are encoded (940 clauses, 10807 bytes)
0.94/2.50	c 2	483 (70%) CSP integer variables are encoded (2928 clauses, 36651 bytes)
0.94/2.50	c 2	552 (80%) CSP integer variables are encoded (4184 clauses, 52979 bytes)
0.94/2.50	c 2	621 (90%) CSP integer variables are encoded (4585 clauses, 58192 bytes)
0.94/2.50	c 2	690 (100%) CSP integer variables are encoded (5163 clauses, 65706 bytes)
0.94/2.53	c 2	354 (10%) CSP clauses are encoded (7745 clauses, 107966 bytes)
0.94/2.54	c 2	707 (20%) CSP clauses are encoded (10301 clauses, 151066 bytes)
0.94/2.55	c 2	1060 (30%) CSP clauses are encoded (12875 clauses, 194770 bytes)
0.94/2.56	c 2	1414 (40%) CSP clauses are encoded (15693 clauses, 244423 bytes)
0.94/2.57	c 2	1767 (50%) CSP clauses are encoded (18482 clauses, 294913 bytes)
0.94/2.58	c 2	2120 (60%) CSP clauses are encoded (21399 clauses, 347811 bytes)
0.94/2.60	c 2	2474 (70%) CSP clauses are encoded (24471 clauses, 403946 bytes)
1.05/2.61	c 2	2827 (80%) CSP clauses are encoded (27726 clauses, 463603 bytes)
1.05/2.69	c 2	3180 (90%) CSP clauses are encoded (68157 clauses, 1177561 bytes)
1.24/2.87	c 2	3533 (100%) CSP clauses are encoded (173868 clauses, 3108826 bytes)
1.24/2.87	c 2	3533 CSP clauses encoded
1.24/2.88	c 2	Writing map file : HOME/temp.map
1.24/2.89	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/2.89	c 2	SAT : 7767 SAT variables, 173868 SAT clauses, 3108826 bytes
1.24/2.89	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/2.90	c 2	OBJECTIVE minimize _COST
1.34/2.93	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.34/2.93	c 2	SEARCHING: _COST <= 165
1.34/2.93	c 2	SOLVING HOME/temp.cnf
1.34/2.93	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.34/2.93	c 2	This is MiniSat 2.0 beta
1.34/2.93	c 2	WARNING: for repeatability, setting FPU to use double precision
1.34/2.93	c 2	============================[ Problem Statistics ]=============================
1.34/2.93	c 2	|                                                                             |
1.34/2.93	c 2	|  Number of variables:  7767                                                 |
1.34/2.93	c 2	|  Number of clauses:    173869                                               |
1.34/3.02	c 2	|  Parsing time:         0.08         s                                       |
1.34/3.05	c 2	============================[ Search Statistics ]==============================
1.34/3.05	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.34/3.05	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.34/3.05	c 2	===============================================================================
1.34/3.05	c 2	|         0 |    6282   119784   352119 |    39928        0    nan |  0.000 % |
1.34/3.07	c 2	===============================================================================
1.34/3.07	c 2	restarts              : 1
1.34/3.07	c 2	conflicts             : 21             (169 /sec)
1.34/3.07	c 2	decisions             : 1013           (0.99 % random) (8171 /sec)
1.34/3.07	c 2	propagations          : 10636          (85787 /sec)
1.34/3.07	c 2	conflict literals     : 322            (2.72 % deleted)
1.34/3.07	c 2	Memory used           : 8.96 MB
1.34/3.07	c 2	CPU time              : 0.123981 s
1.34/3.07	c 2	
1.34/3.07	c 2	SATISFIABLE
1.34/3.08	c 2	FOUND: _COST <= 165
1.34/3.08	s SATISFIABLE
1.34/3.08	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.34/3.08	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.49/3.15	c 2	Decoding HOME/temp.out
1.59/3.28	c 2	OBJECTIVE _COST 165
1.59/3.28	o 165
1.59/3.28	v 2 7 4 5 1 6 8 10 13 13 15 15 14 14 15 3 14 15 15 15 12 6 12 5 12 3 14 3 15 15
1.59/3.28	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.68/3.31	c 2	OBJECTIVE BOUND: 0 <= _COST <= 165
1.68/3.31	c 2	SEARCHING: _COST <= 82
1.68/3.31	c 2	SOLVING HOME/temp.cnf
1.68/3.31	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.68/3.35	c 2	This is MiniSat 2.0 beta
1.68/3.35	c 2	WARNING: for repeatability, setting FPU to use double precision
1.68/3.35	c 2	============================[ Problem Statistics ]=============================
1.68/3.35	c 2	|                                                                             |
1.68/3.36	c 2	|  Number of variables:  7767                                                 |
1.68/3.36	c 2	|  Number of clauses:    173869                                               |
1.70/3.44	c 3	|  Parsing time:         0.07         s                                       |
1.70/3.48	c 3	============================[ Search Statistics ]==============================
1.70/3.48	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.70/3.48	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.70/3.48	c 3	===============================================================================
1.70/3.48	c 3	|         0 |    5450    86414   254422 |    28804        0    nan |  0.000 % |
1.70/3.50	c 3	===============================================================================
1.70/3.50	c 3	restarts              : 1
1.70/3.50	c 3	conflicts             : 61             (480 /sec)
1.70/3.50	c 3	decisions             : 705            (0.43 % random) (5552 /sec)
1.70/3.50	c 3	propagations          : 21115          (166286 /sec)
1.70/3.50	c 3	conflict literals     : 2709           (2.48 % deleted)
1.70/3.50	c 3	Memory used           : 9.09 MB
1.70/3.50	c 3	CPU time              : 0.12698 s
1.70/3.50	c 3	
1.71/3.50	c 3	SATISFIABLE
1.71/3.50	c 3	FOUND: _COST <= 82
1.71/3.50	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.71/3.50	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.71/3.58	c 3	Decoding HOME/temp.out
1.86/3.69	c 3	OBJECTIVE _COST 82
1.86/3.69	o 82
1.86/3.69	v 10 3 7 2 14 3 8 4 13 5 1 2 6 9 10 14 12 15 11 11 12 12 15 12 11 9 12 9 12 12
1.86/3.69	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.86/3.73	c 3	OBJECTIVE BOUND: 0 <= _COST <= 82
1.86/3.73	c 3	SEARCHING: _COST <= 41
1.86/3.73	c 3	SOLVING HOME/temp.cnf
1.86/3.73	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.86/3.74	c 3	This is MiniSat 2.0 beta
1.86/3.74	c 3	WARNING: for repeatability, setting FPU to use double precision
1.86/3.74	c 3	============================[ Problem Statistics ]=============================
1.86/3.74	c 3	|                                                                             |
1.86/3.74	c 3	|  Number of variables:  7767                                                 |
1.86/3.74	c 3	|  Number of clauses:    173869                                               |
2.05/3.83	c 3	|  Parsing time:         0.08         s                                       |
2.05/3.88	c 3	============================[ Search Statistics ]==============================
2.05/3.88	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.05/3.88	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.05/3.88	c 3	===============================================================================
2.05/3.88	c 3	|         0 |    4915    60332   177740 |    20110        0    nan |  0.000 % |
2.05/3.90	c 3	|       100 |    4915    60332   177740 |    22121      100     40 | 36.719 % |
2.05/3.92	c 3	|       250 |    4915    60332   177740 |    24333      250     41 | 36.720 % |
2.05/3.94	c 3	===============================================================================
2.05/3.94	c 3	restarts              : 3
2.05/3.94	c 3	conflicts             : 312            (1617 /sec)
2.05/3.94	c 3	decisions             : 1034           (0.58 % random) (5358 /sec)
2.05/3.94	c 3	propagations          : 116730         (604913 /sec)
2.05/3.94	c 3	conflict literals     : 11427          (7.60 % deleted)
2.05/3.94	c 3	Memory used           : 9.21 MB
2.05/3.94	c 3	CPU time              : 0.19297 s
2.05/3.94	c 3	
2.05/3.94	c 3	SATISFIABLE
2.05/3.94	c 3	FOUND: _COST <= 41
2.05/3.94	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.05/3.94	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.25/4.02	c 3	Decoding HOME/temp.out
2.25/4.11	c 3	OBJECTIVE _COST 41
2.25/4.11	o 41
2.25/4.11	v 14 9 14 9 15 11 4 3 15 9 15 1 10 12 5 3 7 1 15 2 13 3 13 11 6 11 8 9 12 11
2.25/4.11	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.25/4.16	c 3	OBJECTIVE BOUND: 0 <= _COST <= 41
2.25/4.16	c 3	SEARCHING: _COST <= 20
2.25/4.16	c 3	SOLVING HOME/temp.cnf
2.25/4.16	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.25/4.16	c 3	This is MiniSat 2.0 beta
2.25/4.16	c 3	WARNING: for repeatability, setting FPU to use double precision
2.25/4.16	c 3	============================[ Problem Statistics ]=============================
2.25/4.16	c 3	|                                                                             |
2.25/4.16	c 3	|  Number of variables:  7767                                                 |
2.25/4.16	c 3	|  Number of clauses:    173869                                               |
2.42/4.26	c 3	|  Parsing time:         0.08         s                                       |
2.54/4.31	c 3	============================[ Search Statistics ]==============================
2.54/4.31	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.54/4.31	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.54/4.31	c 3	===============================================================================
2.54/4.31	c 3	|         0 |    4485    44035   130118 |    14678        0    nan |  0.000 % |
2.54/4.33	c 3	|       102 |    4485    44035   130118 |    16146      102     49 | 42.256 % |
2.54/4.37	c 3	|       254 |    4485    44035   130118 |    17760      254     43 | 42.256 % |
2.54/4.38	c 4	===============================================================================
2.54/4.38	c 4	restarts              : 3
2.54/4.38	c 4	conflicts             : 274            (1384 /sec)
2.54/4.38	c 4	decisions             : 736            (1.09 % random) (3718 /sec)
2.54/4.38	c 4	propagations          : 148038         (747784 /sec)
2.54/4.38	c 4	conflict literals     : 11341          (18.61 % deleted)
2.54/4.38	c 4	Memory used           : 9.21 MB
2.54/4.38	c 4	CPU time              : 0.197969 s
2.54/4.38	c 4	
2.54/4.38	c 4	SATISFIABLE
2.54/4.38	c 4	FOUND: _COST <= 20
2.54/4.38	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.54/4.38	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.64/4.49	c 4	Decoding HOME/temp.out
2.64/4.60	c 4	OBJECTIVE _COST 20
2.64/4.60	o 20
2.64/4.60	v 9 6 13 1 13 1 8 2 4 3 12 11 14 1 5 3 5 2 10 15 14 6 15 1 15 11 15 3 7 2
2.64/4.60	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.64/4.66	c 4	OBJECTIVE BOUND: 0 <= _COST <= 20
2.64/4.66	c 4	SEARCHING: _COST <= 10
2.64/4.66	c 4	SOLVING HOME/temp.cnf
2.64/4.66	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.64/4.66	c 4	This is MiniSat 2.0 beta
2.64/4.66	c 4	WARNING: for repeatability, setting FPU to use double precision
2.64/4.66	c 4	============================[ Problem Statistics ]=============================
2.64/4.66	c 4	|                                                                             |
2.64/4.66	c 4	|  Number of variables:  7767                                                 |
2.64/4.66	c 4	|  Number of clauses:    173869                                               |
2.83/4.76	c 4	|  Parsing time:         0.08         s                                       |
2.83/4.81	c 4	============================[ Search Statistics ]==============================
2.83/4.81	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.83/4.81	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.83/4.81	c 4	===============================================================================
2.83/4.81	c 4	|         0 |    4125    35320   105043 |    11773        0    nan |  0.000 % |
2.83/4.83	c 4	|       101 |    4125    35320   105043 |    12950      101     46 | 46.891 % |
2.83/4.85	c 4	|       251 |    4125    35320   105043 |    14245      251     46 | 46.891 % |
2.83/4.89	c 4	|       476 |    4125    35320   105043 |    15670      476     46 | 46.891 % |
2.83/4.94	c 4	|       813 |    4125    35320   105043 |    17237      813     49 | 46.891 % |
2.83/5.03	c 4	|      1319 |    4125    35320   105043 |    18961     1319     51 | 46.891 % |
2.83/5.20	c 4	|      2078 |    4125    35320   105043 |    20857     2078     51 | 46.891 % |
2.83/5.31	c 4	===============================================================================
2.83/5.31	c 4	restarts              : 7
2.83/5.31	c 4	conflicts             : 2548           (4026 /sec)
2.83/5.31	c 4	decisions             : 3595           (0.61 % random) (5680 /sec)
2.83/5.31	c 4	propagations          : 899722         (1421580 /sec)
2.83/5.31	c 4	conflict literals     : 133448         (10.81 % deleted)
2.83/5.31	c 4	Memory used           : 9.22 MB
2.83/5.31	c 4	CPU time              : 0.632903 s
2.83/5.31	c 4	
2.83/5.31	c 4	SATISFIABLE
2.83/5.32	c 4	FOUND: _COST <= 10
2.83/5.32	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.83/5.32	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.83/5.40	c 5	Decoding HOME/temp.out
3.54/5.48	c 5	OBJECTIVE _COST 10
3.54/5.48	o 10
3.54/5.48	v 15 9 6 8 14 8 2 9 15 4 13 5 7 4 10 5 3 4 12 5 14 4 15 9 1 8 15 9 11 8
3.54/5.49	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.63/5.54	c 5	OBJECTIVE BOUND: 0 <= _COST <= 10
3.63/5.54	c 5	SEARCHING: _COST <= 5
3.63/5.54	c 5	SOLVING HOME/temp.cnf
3.63/5.54	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.63/5.54	c 5	This is MiniSat 2.0 beta
3.63/5.54	c 5	WARNING: for repeatability, setting FPU to use double precision
3.63/5.54	c 5	============================[ Problem Statistics ]=============================
3.63/5.54	c 5	|                                                                             |
3.63/5.55	c 5	|  Number of variables:  7767                                                 |
3.63/5.55	c 5	|  Number of clauses:    173869                                               |
3.65/5.63	c 5	|  Parsing time:         0.08         s                                       |
3.65/5.68	c 5	============================[ Search Statistics ]==============================
3.65/5.68	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.65/5.68	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.65/5.68	c 5	===============================================================================
3.65/5.68	c 5	|         0 |    3785    30345    91133 |    10115        0    nan |  0.000 % |
3.65/5.70	c 5	|       101 |    3785    30345    91133 |    11126      101     37 | 51.268 % |
3.65/5.72	c 5	|       252 |    3785    30345    91133 |    12239      252     39 | 51.268 % |
3.65/5.76	c 5	|       478 |    3785    30345    91133 |    13463      478     49 | 51.268 % |
3.65/5.81	c 5	|       817 |    3785    30345    91133 |    14809      817     49 | 51.268 % |
3.65/5.93	c 5	|      1323 |    3785    30345    91133 |    16290     1323     46 | 51.268 % |
3.65/6.07	c 5	|      2082 |    3785    30345    91133 |    17919     2082     45 | 51.268 % |
3.65/6.32	c 5	|      3221 |    3785    30345    91133 |    19711     3221     59 | 51.268 % |
4.79/6.73	c 6	|      4929 |    3785    30345    91133 |    21682     4929     49 | 51.268 % |
5.29/7.24	c 6	|      7494 |    3785    30345    91133 |    23850     7494     53 | 51.268 % |
6.49/8.43	c 8	|     11338 |    3785    30345    91133 |    26235    11338     53 | 51.268 % |
8.70/10.64	c 10	|     17105 |    3785    30345    91133 |    28859    17105     55 | 51.268 % |
12.29/14.25	c 13	|     25754 |    3785    30345    91133 |    31745    25754     55 | 51.268 % |
18.79/20.70	c 20	|     38728 |    3785    30345    91133 |    34919    13907     43 | 51.268 % |
28.28/30.21	c 29	|     58190 |    3785    30345    91133 |    38411    33369     45 | 51.268 % |
44.38/46.36	c 45	|     87382 |    3785    30345    91133 |    42252    32424     50 | 51.268 % |
71.06/73.00	c 72	|    131173 |    3785    30345    91133 |    46478    40444     75 | 51.268 % |
112.04/114.04	c 113	|    196858 |    3785    30345    91133 |    51125    29549     56 | 51.268 % |
174.32/176.37	c 176	|    295384 |    3785    30345    91133 |    56238    44436     50 | 51.268 % |
223.30/225.40	c 225	===============================================================================
223.30/225.40	c 225	restarts              : 19
223.30/225.40	c 225	conflicts             : 364320         (1658 /sec)
223.30/225.40	c 225	decisions             : 408888         (0.66 % random) (1861 /sec)
223.30/225.40	c 225	propagations          : 183861335      (836887 /sec)
223.30/225.40	c 225	conflict literals     : 20929876       (27.14 % deleted)
223.30/225.40	c 225	Memory used           : 24.15 MB
223.30/225.40	c 225	CPU time              : 219.697 s
223.30/225.40	c 225	
223.40/225.40	c 225	SATISFIABLE
223.40/225.41	c 225	FOUND: _COST <= 5
223.40/225.41	c 225	DECODING HOME/temp.out WITH HOME/temp.map
223.40/225.41	c 225	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
223.42/225.91	c 225	Decoding HOME/temp.out
223.42/226.02	c 225	OBJECTIVE _COST 5
223.42/226.02	o 5
223.42/226.02	v 2 13 6 13 9 1 14 1 8 1 11 3 15 3 15 3 15 1 10 1 5 3 14 3 12 1 7 1 4 13
223.42/226.03	c 225	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
223.42/226.06	c 225	OBJECTIVE BOUND: 0 <= _COST <= 5
223.42/226.06	c 225	SEARCHING: _COST <= 2
223.42/226.06	c 225	SOLVING HOME/temp.cnf
223.42/226.06	c 225	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
223.63/226.15	c 225	This is MiniSat 2.0 beta
223.63/226.15	c 225	WARNING: for repeatability, setting FPU to use double precision
223.63/226.15	c 225	============================[ Problem Statistics ]=============================
223.63/226.15	c 225	|                                                                             |
223.63/226.15	c 225	|  Number of variables:  7767                                                 |
223.63/226.15	c 225	|  Number of clauses:    173869                                               |
223.63/226.24	c 225	|  Parsing time:         0.08         s                                       |
223.63/226.28	c 225	============================[ Search Statistics ]==============================
223.63/226.28	c 225	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
223.63/226.28	c 225	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
223.63/226.28	c 225	===============================================================================
223.63/226.28	c 225	|         0 |    3324    26512    81014 |     8837        0    nan |  0.000 % |
223.63/226.31	c 225	|       100 |    3324    26512    81014 |     9721      100     41 | 57.204 % |
223.63/226.33	c 225	|       250 |    3324    26512    81014 |    10693      250     40 | 57.204 % |
223.63/226.36	c 225	|       478 |    3324    26512    81014 |    11762      478     31 | 57.204 % |
223.63/226.42	c 226	|       816 |    3324    26512    81014 |    12938      816     25 | 57.204 % |
223.97/226.51	c 226	|      1322 |    3324    26512    81014 |    14232     1322     24 | 57.204 % |
224.07/226.65	c 226	|      2081 |    3324    26512    81014 |    15655     2081     35 | 57.204 % |
224.26/226.89	c 226	|      3220 |    3324    26512    81014 |    17221     3220     43 | 57.204 % |
224.66/227.24	c 226	|      4929 |    3324    26512    81014 |    18943     4929     37 | 57.204 % |
225.17/227.76	c 227	|      7491 |    3324    26512    81014 |    20837     7491     33 | 57.204 % |
226.06/228.60	c 228	|     11335 |    3324    26512    81014 |    22921    11335     33 | 57.204 % |
227.56/230.16	c 229	|     17101 |    3324    26512    81014 |    25213    17101     38 | 57.204 % |
230.76/233.37	c 233	|     25750 |    3324    26512    81014 |    27735    25750     51 | 57.204 % |
235.75/238.35	c 237	|     38724 |    3324    26512    81014 |    30508    17162     40 | 57.204 % |
245.05/247.66	c 247	|     58185 |    3324    26512    81014 |    33559    36623     60 | 57.204 % |
260.36/262.98	c 262	|     87377 |    3324    26512    81014 |    36915    39237     72 | 57.204 % |
286.54/289.11	c 288	|    131166 |    3324    26512    81014 |    40607    26798     48 | 57.204 % |
324.83/327.49	c 327	|    196850 |    3324    26512    81014 |    44668    31603     42 | 57.204 % |
384.31/387.00	c 386	|    295379 |    3324    26512    81014 |    49134    24323     64 | 57.204 % |
483.07/485.77	c 485	|    443168 |    3324    26512    81014 |    54048    53538     44 | 57.204 % |
632.10/634.88	c 634	|    664852 |    3324    26512    81014 |    59453    56897     29 | 57.204 % |
881.60/884.41	c 884	|    997378 |    3324    26512    81014 |    65398    50443     38 | 57.204 % |
1290.73/1293.70	c 1293	|   1496166 |    3324    26512    81014 |    71938    55287     77 | 57.204 % |
1902.79/1906.03	c 1905	|   2244348 |    3324    26512    81014 |    79132    21927     42 | 57.204 % |
2877.31/2880.93	c 2880	|   3366623 |    3324    26512    81014 |    87045    72786     31 | 57.204 % |
3600.04/3606.61	c ERROR unknown output  in HOME/temp.out
3600.04/3606.61	c 3606	CPU 223.2 (0.04 0.02 223.16 0.42)
3600.04/3606.61	c 3606	END Sat Jul 12 17:08:23 2008

Verifier Data (download as text)

OK	5	325
5 unsatisfied constraints, 325 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-1112644-1215871696/watcher-1112644-1215871696 -o /tmp/evaluation-result-1112644-1215871696/solver-1112644-1215871696 -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-1112644-1215871696.xml 

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


[startup+0 s]
/proc/loadavg: 4.15 3.50 2.71 5/80 17721
/proc/meminfo: memFree=1796952/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=18572 CPUtime=0
/proc/17721/stat : 17721 (runsolver) R 17719 17721 17586 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 43872914 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17721/statm: 4643 292 257 25 0 2626 0

[startup+0.0317381 s]
/proc/loadavg: 4.15 3.50 2.71 5/80 17721
/proc/meminfo: memFree=1796952/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=2504 CPUtime=0
/proc/17721/stat : 17721 (sugar) R 17719 17721 17586 0 -1 4194304 41 0 0 0 0 0 0 0 18 0 1 0 43872914 2564096 26 996147200 4194304 4206940 548682068592 18446744073709551615 226910860565 0 0 4096 0 0 0 0 17 1 0 0
/proc/17721/statm: 1567 47 36 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.199915 s]
/proc/loadavg: 4.15 3.50 2.71 5/80 17721
/proc/meminfo: memFree=1796952/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=12268 CPUtime=0
/proc/17721/stat : 17721 (sugar) D 17719 17721 17586 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 43872914 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 226913647205 0 0 4224 0 0 0 0 17 1 0 0
/proc/17721/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301927 s]
/proc/loadavg: 4.15 3.50 2.71 5/80 17721
/proc/meminfo: memFree=1796952/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=12272 CPUtime=0
/proc/17721/stat : 17721 (sugar) D 17719 17721 17586 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 43872914 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 226913647205 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/17721/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701163 s]
/proc/loadavg: 4.15 3.50 2.71 5/80 17721
/proc/meminfo: memFree=1796952/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13600 CPUtime=0.04
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 43872914 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17721/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 4.15 3.50 2.71 2/84 17726
/proc/meminfo: memFree=1793144/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13600 CPUtime=0.04
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 43872914 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17721/statm: 3400 796 370 3 0 500 0
[pid=17724] ppid=17721 vsize=5356 CPUtime=0
/proc/17724/stat : 17724 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43872968 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17724/statm: 1339 233 193 169 0 50 0
[pid=17725] ppid=17724 vsize=863856 CPUtime=0.1
/proc/17725/stat : 17725 (java) S 17724 17721 17586 0 -1 0 3365 0 1 0 8 2 0 0 18 0 9 0 43872987 884588544 2845 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17725/statm: 215964 2846 1685 9 0 210546 0
[pid=17725/tid=17726] ppid=17724 vsize=863856 CPUtime=0.07
/proc/17725/task/17726/stat : 17726 (java) R 17724 17721 17586 0 -1 64 2444 0 1 0 6 1 0 0 18 0 9 0 43873000 884588544 2846 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 882812

[startup+3.10243 s]
/proc/loadavg: 4.15 3.50 2.71 4/91 17743
/proc/meminfo: memFree=1787776/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=1.49
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1109 13893 2 5 3 1 133 12 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13728

[startup+6.30179 s]
/proc/loadavg: 4.06 3.49 2.71 4/91 17803
/proc/meminfo: memFree=1784704/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=3.65
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1637 42827 2 10 4 1 328 32 15 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 13728

[startup+12.7015 s]
/proc/loadavg: 3.97 3.48 2.71 3/83 17805
/proc/meminfo: memFree=1778624/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=3.65
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1637 42827 2 10 4 1 328 32 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17804] ppid=17721 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43873469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 1339 232 193 169 0 50 0
[pid=17805] ppid=17804 vsize=11644 CPUtime=7.14
/proc/17805/stat : 17805 (minisat) R 17804 17721 17586 0 -1 4194304 2796 0 0 0 713 1 0 0 25 0 1 0 43873469 11923456 2782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17805/statm: 2911 2782 75 150 0 2758 0
Current children cumulated CPU time (s) 10.79
Current children cumulated vsize (KiB) 30728

[startup+25.5019 s]
/proc/loadavg: 3.61 3.42 2.70 3/83 17805
/proc/meminfo: memFree=1775296/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=3.65
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1637 42827 2 10 4 1 328 32 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17804] ppid=17721 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43873469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 1339 232 193 169 0 50 0
[pid=17805] ppid=17804 vsize=14860 CPUtime=19.93
/proc/17805/stat : 17805 (minisat) R 17804 17721 17586 0 -1 4194304 3596 0 0 0 1990 3 0 0 25 0 1 0 43873469 15216640 3582 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/17805/statm: 3715 3582 75 150 0 3562 0
Current children cumulated CPU time (s) 23.58
Current children cumulated vsize (KiB) 33944

[startup+51.1018 s]
/proc/loadavg: 3.19 3.34 2.69 3/83 17805
/proc/meminfo: memFree=1773824/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=3.65
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1637 42827 2 10 4 1 328 32 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17804] ppid=17721 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43873469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 1339 232 193 169 0 50 0
[pid=17805] ppid=17804 vsize=17188 CPUtime=45.52
/proc/17805/stat : 17805 (minisat) R 17804 17721 17586 0 -1 4194304 4159 0 0 0 4549 3 0 0 25 0 1 0 43873469 17600512 4145 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17805/statm: 4297 4145 75 150 0 4144 0
Current children cumulated CPU time (s) 49.17
Current children cumulated vsize (KiB) 36272

[startup+102.306 s]
/proc/loadavg: 2.94 3.25 2.70 3/83 17805
/proc/meminfo: memFree=1765888/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=3.65
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1637 42827 2 10 4 1 328 32 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17804] ppid=17721 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43873469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 1339 232 193 169 0 50 0
[pid=17805] ppid=17804 vsize=24612 CPUtime=96.7
/proc/17805/stat : 17805 (minisat) R 17804 17721 17586 0 -1 4194304 6004 0 0 0 9664 6 0 0 25 0 1 0 43873469 25202688 5990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17805/statm: 6153 5990 75 150 0 6000 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 43696

[startup+162.301 s]
/proc/loadavg: 2.71 3.13 2.69 3/83 17805
/proc/meminfo: memFree=1765824/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=3.65
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1637 42827 2 10 4 1 328 32 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17804] ppid=17721 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43873469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 1339 232 193 169 0 50 0
[pid=17805] ppid=17804 vsize=24608 CPUtime=156.67
/proc/17805/stat : 17805 (minisat) R 17804 17721 17586 0 -1 4194304 6010 0 0 0 15661 6 0 0 25 0 1 0 43873469 25198592 5996 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/17805/statm: 6152 5996 75 150 0 5999 0
Current children cumulated CPU time (s) 160.32
Current children cumulated vsize (KiB) 43692

[startup+222.302 s]
/proc/loadavg: 2.68 3.04 2.68 3/83 17805
/proc/meminfo: memFree=1765760/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=3.65
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1637 42827 2 10 4 1 328 32 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17804] ppid=17721 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43873469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17804/statm: 1339 232 193 169 0 50 0
[pid=17805] ppid=17804 vsize=24728 CPUtime=216.65
/proc/17805/stat : 17805 (minisat) R 17804 17721 17586 0 -1 4194304 6014 0 0 0 21659 6 0 0 25 0 1 0 43873469 25321472 6000 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/17805/statm: 6182 6000 75 150 0 6029 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 43812

[startup+282.302 s]
/proc/loadavg: 2.71 2.97 2.68 3/83 17817
/proc/meminfo: memFree=1770752/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=19724 CPUtime=56.1
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 4778 0 0 0 5607 3 0 0 25 0 1 0 43895530 20197376 4764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17817/statm: 4931 4764 75 150 0 4778 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 38808

[startup+342.301 s]
/proc/loadavg: 2.77 2.94 2.69 3/83 17817
/proc/meminfo: memFree=1770688/2055920 swapFree=4181128/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64

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

/proc/meminfo: memFree=1745024/2055920 swapFree=4181140/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=39884 CPUtime=2874.98
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9784 0 0 0 287487 11 0 0 25 0 1 0 43895530 40841216 9770 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/17817/statm: 9971 9770 75 150 0 9818 0
Current children cumulated CPU time (s) 3098.62
Current children cumulated vsize (KiB) 58968

[startup+3162.3 s]
/proc/loadavg: 2.67 2.62 2.56 3/83 17819
/proc/meminfo: memFree=1745024/2055920 swapFree=4181140/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=39884 CPUtime=2934.95
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9784 0 0 0 293484 11 0 0 25 0 1 0 43895530 40841216 9770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17817/statm: 9971 9770 75 150 0 9818 0
Current children cumulated CPU time (s) 3158.59
Current children cumulated vsize (KiB) 58968

[startup+3222.3 s]
/proc/loadavg: 2.75 2.64 2.56 3/83 17825
/proc/meminfo: memFree=1743744/2055920 swapFree=4181156/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=39884 CPUtime=2994.93
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9784 0 0 0 299481 12 0 0 25 0 1 0 43895530 40841216 9770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17817/statm: 9971 9770 75 150 0 9818 0
Current children cumulated CPU time (s) 3218.57
Current children cumulated vsize (KiB) 58968

[startup+3282.3 s]
/proc/loadavg: 2.54 2.60 2.55 3/83 17825
/proc/meminfo: memFree=1743744/2055920 swapFree=4181156/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=39884 CPUtime=3054.91
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9784 0 0 0 305479 12 0 0 25 0 1 0 43895530 40841216 9770 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 0 0 0
/proc/17817/statm: 9971 9770 75 150 0 9818 0
Current children cumulated CPU time (s) 3278.55
Current children cumulated vsize (KiB) 58968

[startup+3342.3 s]
/proc/loadavg: 2.20 2.49 2.51 3/83 17863
/proc/meminfo: memFree=1806400/2055920 swapFree=4181156/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=39884 CPUtime=3114.58
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9784 0 0 0 311430 28 0 0 25 0 1 0 43895530 40841216 9770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17817/statm: 9971 9770 75 150 0 9818 0
Current children cumulated CPU time (s) 3338.22
Current children cumulated vsize (KiB) 58968

[startup+3402.31 s]
/proc/loadavg: 2.07 2.39 2.48 3/83 17863
/proc/meminfo: memFree=1806208/2055920 swapFree=4181156/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=39884 CPUtime=3174.01
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9784 0 0 0 317373 28 0 0 25 0 1 0 43895530 40841216 9770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17817/statm: 9971 9770 75 150 0 9818 0
Current children cumulated CPU time (s) 3397.65
Current children cumulated vsize (KiB) 58968

[startup+3462.3 s]
/proc/loadavg: 2.02 2.32 2.45 3/83 17863
/proc/meminfo: memFree=1805760/2055920 swapFree=4181156/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=40256 CPUtime=3233.46
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9869 0 0 0 323317 29 0 0 25 0 1 0 43895530 41222144 9847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17817/statm: 10064 9847 75 150 0 9911 0
Current children cumulated CPU time (s) 3457.1
Current children cumulated vsize (KiB) 59340

[startup+3522.3 s]
/proc/loadavg: 2.01 2.26 2.42 3/83 17863
/proc/meminfo: memFree=1805696/2055920 swapFree=4181156/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=40256 CPUtime=3292.89
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9871 0 0 0 329260 29 0 0 25 0 1 0 43895530 41222144 9849 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/17817/statm: 10064 9849 75 150 0 9911 0
Current children cumulated CPU time (s) 3516.53
Current children cumulated vsize (KiB) 59340

[startup+3582.3 s]
/proc/loadavg: 2.00 2.21 2.39 3/83 17863
/proc/meminfo: memFree=1805568/2055920 swapFree=4181156/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=40396 CPUtime=3352.33
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9893 0 0 0 335204 29 0 0 25 0 1 0 43895530 41365504 9871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17817/statm: 10099 9871 75 150 0 9946 0
Current children cumulated CPU time (s) 3575.97
Current children cumulated vsize (KiB) 59480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.6 s]
/proc/loadavg: 2.00 2.19 2.37 3/83 17863
/proc/meminfo: memFree=1805504/2055920 swapFree=4181156/4192956
[pid=17721] ppid=17719 vsize=13728 CPUtime=223.64
/proc/17721/stat : 17721 (sugar) S 17719 17721 17586 0 -1 4194304 1751 52857 2 11 4 2 22316 42 16 0 1 0 43872914 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17721/statm: 3432 811 374 3 0 532 0
[pid=17816] ppid=17721 vsize=5356 CPUtime=0
/proc/17816/stat : 17816 (sh) S 17721 17721 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43895520 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17816/statm: 1339 232 193 169 0 50 0
[pid=17817] ppid=17816 vsize=40396 CPUtime=3376.4
/proc/17817/stat : 17817 (minisat) R 17816 17721 17586 0 -1 4194304 9894 0 0 0 337611 29 0 0 25 0 1 0 43895530 41365504 9872 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17817/statm: 10099 9872 75 150 0 9946 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 59480

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17721 and gives
#  childrusage.ru_utime.tv_sec=223
#  childrusage.ru_utime.tv_usec=214066
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=446932
# CPU time returned by wait4() is 223.661
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3606.62
CPU time (s): 3600.04
CPU user time (s): 3599.31
CPU system time (s): 0.73
CPU usage (%): 99.8176
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.214
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54951
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= 3651
involuntary context switches= 7756

runsolver used 4.75728 second user time and 11.2903 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 16:08:16
IDJOB=1112644
IDBENCH=61450
IDSOLVER=368
FILE ID=node5/1112644-1215871696
PBS_JOBID= 7903577
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-5.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-1112644-1215871696/watcher-1112644-1215871696 -o /tmp/evaluation-result-1112644-1215871696/solver-1112644-1215871696 -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-1112644-1215871696.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2124f7dcb670dc74e0b7cb5a550c9bbd
RANDOM SEED=740832133

node5.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.212
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.212
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:       1797560 kB
Buffers:          2932 kB
Cached:          29864 kB
SwapCached:       4468 kB
Active:         202516 kB
Inactive:         4136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797560 kB
SwapTotal:     4192956 kB
SwapFree:      4181128 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:         191192 kB
Slab:            36628 kB
Committed_AS:  1047804 kB
PageTables:       2112 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= 66532 MiB
End job on node5 at 2008-07-12 17:08:23