Trace number 1113807

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)1 3600.18 3617.37

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-40.xml
MD5SUMeea217fbe9fa720f84d7ae0049a25dc7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1651.38
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints780
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension780
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 21:40:18 2008
0.00/0.07	c 0	PID 17637
0.00/0.08	c 0	HOST node61.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1113807-1215891618.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113807-1215891618.xml' 'HOME/temp.csp'
0.06/0.44	c 1	1 domains, 40 variables, 1 predicates, 0 relations, 780 constraints
0.06/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.55	c 1	Parsing HOME/temp.csp
0.41/0.69	c 1	parsed 822 expressions
0.41/0.69	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.71	c 1	MAX CSP: 780 constraints
0.41/0.71	c 1	Converting to clausal form CSP
0.41/0.76	c 1	converted 161 (10%) expressions
0.41/0.79	c 1	converted 321 (20%) expressions
0.41/0.88	c 1	converted 482 (30%) expressions
0.41/0.90	c 1	converted 642 (40%) expressions
0.41/0.91	c 1	converted 803 (50%) expressions
0.41/0.92	c 1	converted 963 (60%) expressions
0.41/0.93	c 1	converted 1124 (70%) expressions
0.41/0.94	c 1	converted 1284 (80%) expressions
0.41/0.94	c 1	converted 1445 (90%) expressions
0.92/1.04	c 1	converted 1605 (100%) expressions
0.92/1.04	c 1	CSP : 1600 integers, 0 booleans, 2339 clauses, largest domain size 1171
0.92/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.05	c 1	Propagation in CSP
0.92/1.10	c 1	776 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.10	c 1	CSP : 1600 integers, 0 booleans, 2339 clauses, largest domain size 781
0.92/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.10	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.12	c 2	CSP : 1600 integers, 1560 booleans, 3899 clauses, largest domain size 781
1.01/1.12	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.15	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.18	c 2	160 (10%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.01/1.18	c 2	320 (20%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.01/1.18	c 2	480 (30%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.01/1.18	c 2	640 (40%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.01/1.18	c 2	800 (50%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.01/1.18	c 2	960 (60%) CSP integer variables are encoded (2959 clauses, 36376 bytes)
1.01/1.19	c 2	1120 (70%) CSP integer variables are encoded (9992 clauses, 129822 bytes)
1.01/1.20	c 2	1280 (80%) CSP integer variables are encoded (11787 clauses, 156747 bytes)
1.01/1.20	c 2	1440 (90%) CSP integer variables are encoded (12934 clauses, 173952 bytes)
1.11/1.21	c 2	1600 (100%) CSP integer variables are encoded (14501 clauses, 197457 bytes)
1.11/1.24	c 2	390 (10%) CSP clauses are encoded (24771 clauses, 374939 bytes)
1.11/1.27	c 2	780 (20%) CSP clauses are encoded (35041 clauses, 561887 bytes)
1.21/1.30	c 2	1170 (30%) CSP clauses are encoded (45311 clauses, 748965 bytes)
1.21/1.33	c 2	1560 (40%) CSP clauses are encoded (55581 clauses, 937335 bytes)
1.21/1.35	c 2	1950 (50%) CSP clauses are encoded (65851 clauses, 1127181 bytes)
1.21/1.38	c 2	2340 (60%) CSP clauses are encoded (76121 clauses, 1326351 bytes)
1.90/2.03	c 2	2730 (70%) CSP clauses are encoded (395029 clauses, 7230216 bytes)
2.40/2.58	c 3	3120 (80%) CSP clauses are encoded (703787 clauses, 13701379 bytes)
2.51/2.66	c 3	3510 (90%) CSP clauses are encoded (744621 clauses, 14558887 bytes)
2.71/2.87	c 3	3899 (100%) CSP clauses are encoded (862663 clauses, 17068440 bytes)
2.71/2.87	c 3	3899 CSP clauses encoded
2.71/2.87	c 3	Writing map file : HOME/temp.map
2.71/2.89	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.89	c 3	SAT : 17661 SAT variables, 862663 SAT clauses, 17068440 bytes
2.71/2.89	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.93	c 3	OBJECTIVE minimize _COST
2.79/2.93	c 3	SOLVING HOME/temp.cnf
2.79/2.93	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.79/2.93	c 3	This is MiniSat 2.0 beta incremental
2.79/2.93	c 3	WARNING: for repeatability, setting FPU to use double precision
2.79/2.93	c 3	============================[ Problem Statistics ]=============================
2.79/2.93	c 3	|                                                                             |
2.79/2.93	c 3	|  Number of variables:  17661                                                |
2.79/2.93	c 3	|  Number of clauses:    862663                                               |
3.17/3.34	c 4	|  Parsing time:         0.36         s                                       |
3.17/3.36	c 4	OK
3.17/3.36	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.17/3.36	c 4	SEARCHING: _COST <= 390
3.17/3.36	c 4	============================[ Search Statistics ]==============================
3.17/3.36	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.36	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.36	c 4	===============================================================================
3.17/3.36	c 4	|         0 |   17661   862663  2543546 |   287554        0    nan |  0.000 % |
3.27/3.43	c 4	===============================================================================
3.27/3.44	c 4	restarts              : 1
3.27/3.44	c 4	conflicts             : 0             (0 /sec)
3.27/3.44	c 4	decisions             : 1219          (0.66 % random) (2727 /sec)
3.27/3.44	c 4	propagations          : 17661          (39516 /sec)
3.27/3.44	c 4	conflict literals     : 0              ( nan % deleted)
3.27/3.44	c 4	Memory used           : 37.43 MB
3.27/3.44	c 4	CPU time              : 0.446932 s
3.27/3.44	c 4	
3.27/3.44	c 4	SATISFIABLE
3.27/3.44	c 4	OK
3.27/3.44	c 4	FOUND: _COST <= 390
3.27/3.44	s SATISFIABLE
3.27/3.44	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.27/3.44	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.32/3.53	c 4	Decoding HOME/temp.out
3.32/3.66	c 4	OBJECTIVE _COST 390
3.32/3.66	o 390
3.32/3.66	v 23 24 25 26 27 28 29 30 31 31 32 32 33 33 34 35 35 36 37 37 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38
3.32/3.66	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.32/3.71	c 4	OK
3.32/3.71	c 4	OBJECTIVE BOUND: 0 <= _COST <= 390
3.32/3.71	c 4	SEARCHING: _COST <= 195
3.32/3.72	c 4	============================[ Search Statistics ]==============================
3.32/3.73	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.32/3.73	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.32/3.73	c 4	===============================================================================
3.32/3.73	c 4	|         0 |   17661   862663  2543546 |   287554        0    nan |  0.000 % |
3.32/3.75	c 4	===============================================================================
3.32/3.75	c 4	restarts              : 2
3.32/3.75	c 4	conflicts             : 0             (0 /sec)
3.32/3.75	c 4	decisions             : 2146          (0.79 % random) (4398 /sec)
3.32/3.75	c 4	propagations          : 35322          (72392 /sec)
3.32/3.75	c 4	conflict literals     : 0              ( nan % deleted)
3.32/3.75	c 4	Memory used           : 37.69 MB
3.32/3.75	c 4	CPU time              : 0.487925 s
3.32/3.75	c 4	
3.32/3.75	c 4	SATISFIABLE
3.32/3.76	c 4	OK
3.32/3.76	c 4	FOUND: _COST <= 195
3.32/3.76	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.32/3.76	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.56/3.84	c 4	Decoding HOME/temp.out
3.56/3.96	c 4	OBJECTIVE _COST 187
3.56/3.96	o 187
3.56/3.97	v 38 17 18 36 19 20 21 22 23 24 25 26 27 28 28 29 30 31 32 33 34 35 37 37 37 37 37 37 37 37 37 37 37 37 37 38 37 37 37 37
3.56/3.97	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.56/4.02	c 4	OK
3.56/4.02	c 4	OBJECTIVE BOUND: 0 <= _COST <= 187
3.56/4.02	c 4	SEARCHING: _COST <= 93
3.56/4.03	c 4	============================[ Search Statistics ]==============================
3.56/4.03	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.56/4.03	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.56/4.03	c 4	===============================================================================
3.56/4.03	c 4	|         0 |   13761   862663  2543546 |   287554        0    nan |  0.000 % |
3.56/4.06	c 4	===============================================================================
3.56/4.06	c 4	restarts              : 3
3.56/4.06	c 4	conflicts             : 0             (0 /sec)
3.56/4.06	c 4	decisions             : 2590          (0.93 % random) (4906 /sec)
3.56/4.06	c 4	propagations          : 49083          (92974 /sec)
3.56/4.06	c 4	conflict literals     : 0              ( nan % deleted)
3.56/4.06	c 4	Memory used           : 37.95 MB
3.56/4.06	c 4	CPU time              : 0.527919 s
3.56/4.06	c 4	
3.56/4.06	c 4	SATISFIABLE
3.56/4.06	c 4	OK
3.56/4.06	c 4	FOUND: _COST <= 93
3.56/4.06	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.56/4.06	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.82/4.15	c 5	Decoding HOME/temp.out
3.82/4.28	c 5	OBJECTIVE _COST 90
3.82/4.28	o 90
3.82/4.28	v 26 10 11 18 12 13 15 14 16 17 22 28 19 20 21 23 24 25 30 27 29 31 32 33 34 35 36 37 38 38 38 38 38 38 38 38 38 38 38 38
3.82/4.28	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.02/4.34	c 5	OK
4.02/4.34	c 5	OBJECTIVE BOUND: 0 <= _COST <= 90
4.02/4.34	c 5	SEARCHING: _COST <= 45
4.02/4.34	c 5	============================[ Search Statistics ]==============================
4.02/4.34	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.02/4.34	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.02/4.34	c 5	===============================================================================
4.02/4.34	c 5	|         0 |   11504   862663  2543546 |   287554        0    nan |  0.000 % |
4.02/4.36	c 5	===============================================================================
4.02/4.36	c 5	restarts              : 4
4.02/4.36	c 5	conflicts             : 2             (4 /sec)
4.02/4.36	c 5	decisions             : 2972          (0.98 % random) (5317 /sec)
4.02/4.36	c 5	propagations          : 60663          (108537 /sec)
4.02/4.36	c 5	conflict literals     : 13             (0.00 % deleted)
4.02/4.36	c 5	Memory used           : 37.95 MB
4.02/4.36	c 5	CPU time              : 0.558915 s
4.02/4.36	c 5	
4.02/4.36	c 5	SATISFIABLE
4.02/4.37	c 5	OK
4.02/4.37	c 5	FOUND: _COST <= 45
4.02/4.37	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.02/4.37	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.07/4.45	c 5	Decoding HOME/temp.out
4.07/4.58	c 5	OBJECTIVE _COST 45
4.07/4.58	o 45
4.07/4.58	v 19 18 8 13 12 9 28 23 10 21 24 29 11 14 15 16 17 20 30 22 25 26 27 31 32 33 34 35 36 37 38 38 38 38 38 38 38 38 38 38
4.07/4.58	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.07/4.64	c 5	OK
4.07/4.64	c 5	OBJECTIVE BOUND: 0 <= _COST <= 45
4.07/4.64	c 5	SEARCHING: _COST <= 22
4.07/4.64	c 5	============================[ Search Statistics ]==============================
4.07/4.64	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.07/4.64	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.07/4.64	c 5	===============================================================================
4.07/4.64	c 5	|         2 |   10093   862663  2543546 |   287554        2      6 |  0.000 % |
4.07/4.66	c 5	===============================================================================
4.07/4.66	c 5	restarts              : 5
4.07/4.66	c 5	conflicts             : 14            (24 /sec)
4.07/4.66	c 5	decisions             : 3365          (0.89 % random) (5743 /sec)
4.07/4.66	c 5	propagations          : 73236          (124995 /sec)
4.07/4.66	c 5	conflict literals     : 131            (5.07 % deleted)
4.07/4.66	c 5	Memory used           : 37.95 MB
4.07/4.66	c 5	CPU time              : 0.58591 s
4.07/4.66	c 5	
4.07/4.66	c 5	SATISFIABLE
4.07/4.66	c 5	OK
4.07/4.66	c 5	FOUND: _COST <= 22
4.07/4.66	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.07/4.66	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.31/4.77	c 5	Decoding HOME/temp.out
4.31/4.93	c 5	OBJECTIVE _COST 22
4.31/4.93	o 22
4.31/4.94	v 11 8 24 10 9 16 34 26 13 17 26 34 6 18 12 7 37 20 30 25 14 15 38 31 19 21 22 23 27 28 29 32 33 35 36 36 36 36 36 36
4.31/4.94	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.31/4.96	c 5	OK
4.31/4.96	c 5	OBJECTIVE BOUND: 0 <= _COST <= 22
4.31/4.96	c 5	SEARCHING: _COST <= 11
4.56/5.59	c 6	============================[ Search Statistics ]==============================
4.56/5.59	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.56/5.59	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.56/5.59	c 6	===============================================================================
4.56/5.59	c 6	|        14 |    9091   862663  2543546 |   287554       14      9 |  0.000 % |
4.56/5.59	c 6	===============================================================================
4.56/5.59	c 6	restarts              : 6
4.56/5.59	c 6	conflicts             : 48            (78 /sec)
4.56/5.59	c 6	decisions             : 3568          (0.92 % random) (5821 /sec)
4.56/5.59	c 6	propagations          : 91382          (149096 /sec)
4.56/5.60	c 6	conflict literals     : 484            (7.46 % deleted)
4.56/5.60	c 6	Memory used           : 38.07 MB
4.56/5.60	c 6	CPU time              : 0.612906 s
4.56/5.60	c 6	
4.56/5.60	c 6	SATISFIABLE
4.58/5.60	c 6	OK
4.58/5.60	c 6	FOUND: _COST <= 11
4.58/5.60	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.58/5.60	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.58/5.68	c 6	Decoding HOME/temp.out
4.58/5.81	c 6	OBJECTIVE _COST 11
4.58/5.81	o 11
4.58/5.81	v 23 25 2 11 11 33 14 31 33 30 27 28 3 20 34 7 16 9 4 26 21 19 29 5 17 12 6 32 38 38 37 36 35 24 8 22 15 13 10 18
4.58/5.82	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.58/5.87	c 6	OK
4.58/5.87	c 6	OBJECTIVE BOUND: 0 <= _COST <= 11
4.58/5.87	c 6	SEARCHING: _COST <= 5
4.58/5.87	c 6	============================[ Search Statistics ]==============================
4.58/5.87	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.58/5.87	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.58/5.87	c 6	===============================================================================
4.58/5.87	c 6	|        48 |    8189   862663  2543546 |   287554       48     10 |  0.000 % |
4.58/5.88	c 6	===============================================================================
4.58/5.88	c 6	restarts              : 7
4.58/5.88	c 6	conflicts             : 68            (108 /sec)
4.58/5.88	c 6	decisions             : 3725          (0.97 % random) (5895 /sec)
4.58/5.88	c 6	propagations          : 101114         (160015 /sec)
4.58/5.88	c 6	conflict literals     : 657            (7.85 % deleted)
4.58/5.88	c 6	Memory used           : 38.07 MB
4.58/5.88	c 6	CPU time              : 0.631903 s
4.58/5.88	c 6	
4.58/5.88	c 6	SATISFIABLE
4.58/5.89	c 6	OK
4.58/5.89	c 6	FOUND: _COST <= 5
4.58/5.89	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.58/5.89	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.81/5.97	c 6	Decoding HOME/temp.out
4.81/6.10	c 6	OBJECTIVE _COST 5
4.81/6.10	o 5
4.81/6.10	v 31 30 26 28 11 18 23 36 35 38 5 7 6 1 34 24 20 32 37 27 17 21 8 25 19 20 9 33 16 15 14 13 12 29 2 10 3 22 4 20
4.81/6.10	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.81/6.15	c 7	OK
4.81/6.15	c 7	OBJECTIVE BOUND: 0 <= _COST <= 5
4.81/6.15	c 7	SEARCHING: _COST <= 2
4.81/6.16	c 7	============================[ Search Statistics ]==============================
4.81/6.16	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.81/6.16	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.81/6.16	c 7	===============================================================================
4.81/6.16	c 7	|        68 |    7377   862663  2543546 |   287554       68     10 |  0.000 % |
4.81/6.16	c 7	===============================================================================
4.81/6.17	c 7	restarts              : 8
4.81/6.17	c 7	conflicts             : 94            (145 /sec)
4.81/6.17	c 7	decisions             : 3888          (0.95 % random) (5982 /sec)
4.81/6.17	c 7	propagations          : 111271         (171212 /sec)
4.81/6.17	c 7	conflict literals     : 988            (7.32 % deleted)
4.81/6.17	c 7	Memory used           : 38.07 MB
4.81/6.17	c 7	CPU time              : 0.649901 s
4.81/6.17	c 7	
4.81/6.17	c 7	SATISFIABLE
4.81/6.17	c 7	OK
4.81/6.17	c 7	FOUND: _COST <= 2
4.81/6.17	c 7	DECODING HOME/temp.out WITH HOME/temp.map
4.81/6.17	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.06/6.25	c 7	Decoding HOME/temp.out
5.06/6.39	c 7	OBJECTIVE _COST 2
5.06/6.39	o 2
5.06/6.39	v 22 23 14 3 12 20 24 31 35 32 38 17 36 27 34 18 19 9 33 15 24 29 11 16 30 21 10 2 8 7 6 5 4 25 1 13 0 26 37 28
5.06/6.39	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.07/6.44	c 7	OK
5.07/6.44	c 7	OBJECTIVE BOUND: 0 <= _COST <= 2
5.07/6.44	c 7	SEARCHING: _COST <= 1
5.07/6.44	c 7	============================[ Search Statistics ]==============================
5.07/6.45	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.07/6.45	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.07/6.45	c 7	===============================================================================
5.07/6.45	c 7	|        94 |    6458   862663  2543546 |   287554       94     11 |  0.000 % |
5.07/6.45	c 7	===============================================================================
5.07/6.45	c 7	restarts              : 9
5.07/6.45	c 7	conflicts             : 134           (201 /sec)
5.07/6.45	c 7	decisions             : 4119          (0.90 % random) (6167 /sec)
5.07/6.45	c 7	propagations          : 121446         (181833 /sec)
5.07/6.45	c 7	conflict literals     : 1412           (6.55 % deleted)
5.07/6.45	c 7	Memory used           : 38.07 MB
5.07/6.45	c 7	CPU time              : 0.667898 s
5.07/6.45	c 7	
5.07/6.45	c 7	SATISFIABLE
5.07/6.46	c 7	OK
5.07/6.46	c 7	FOUND: _COST <= 1
5.07/6.46	c 7	DECODING HOME/temp.out WITH HOME/temp.map
5.07/6.46	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.32/6.53	c 7	Decoding HOME/temp.out
5.62/6.81	c 7	OBJECTIVE _COST 1
5.62/6.81	o 1
5.62/6.81	v 27 23 30 36 32 20 25 13 11 12 16 19 15 29 10 8 17 7 9 30 24 28 35 18 21 4 33 34 37 5 3 2 0 22 1 31 6 26 14 38
5.62/6.84	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.62/6.88	c 7	OK
5.62/6.88	c 7	OBJECTIVE BOUND: 0 <= _COST <= 1
5.62/6.88	c 7	SEARCHING: _COST <= 0
5.62/6.88	c 7	============================[ Search Statistics ]==============================
5.62/6.89	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.62/6.89	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.62/6.89	c 7	===============================================================================
5.62/6.89	c 7	|       134 |    5420   862663  2543546 |   287554      134     11 |  0.000 % |
5.62/6.89	c 7	|       234 |    5387   862663  2543546 |   316309      234     11 | 73.728 % |
5.71/6.91	c 7	|       386 |    5324   862663  2543546 |   347940      386     12 | 73.728 % |
5.71/6.92	c 7	|       611 |    5315   862663  2543546 |   382734      611     12 | 73.728 % |
5.71/6.94	c 7	|       949 |    5195   862663  2543546 |   421008      949     14 | 73.728 % |
5.71/6.97	c 7	|      1455 |    5145   862663  2543546 |   463109     1455     15 | 73.728 % |
5.81/7.01	c 7	|      2214 |    5145   862663  2543546 |   509420     2214     16 | 73.728 % |
5.81/7.08	c 7	|      3353 |    5145   862663  2543546 |   560362     3353     19 | 73.728 % |
5.91/7.17	c 8	|      5061 |    5145   862663  2543546 |   616398     5061     19 | 73.728 % |
6.10/7.32	c 8	|      7623 |    5145   862663  2543546 |   678038     7623     20 | 73.728 % |
6.30/7.59	c 8	|     11468 |    5145   862663  2543546 |   745841    11468     23 | 73.728 % |
6.81/8.03	c 8	|     17235 |    5145   862663  2543546 |   820426    17235     23 | 73.728 % |
7.60/8.86	c 9	|     25884 |    5145   862663  2543546 |   902468    25884     25 | 73.728 % |
9.58/10.83	c 11	|     38858 |    4816   862663  2543546 |   992715    38858     30 | 73.728 % |
14.17/15.49	c 16	|     58319 |    4814   862663  2543546 |  1091987    58319     39 | 73.728 % |
22.22/23.51	c 24	|     87511 |    4640    66217   192492 |  1201185    87509     37 | 73.728 % |
37.05/38.42	c 39	|    131301 |    4640    66217   192492 |  1321304   131299     38 | 73.728 % |
93.06/94.74	c 95	|    196985 |    4640    66217   192492 |  1453434   196983     41 | 73.728 % |
185.11/187.28	c 188	|    295514 |    4640    66217   192492 |  1598778   295512     44 | 73.728 % |
352.78/355.71	c 356	|    443304 |    4640    66217   192492 |  1758656   443302     53 | 73.728 % |
907.15/912.87	c 913	|    664988 |    4640    66217   192492 |  1934521   664986     52 | 73.728 % |
1860.32/1870.44	c 1871	|    997514 |    4640    66217   192492 |  2127973   997512     52 | 73.728 % |
3600.09/3617.31	c ERROR INTERRUPTED
3600.09/3617.37	c 3618	CPU 3598.66 (0.07 0.02 3598.59 1.47)
3600.09/3617.37	c 3618	END Sat Jul 12 22:40:36 2008

Verifier Data (download as text)

OK	1	779
1 unsatisfied constraints, 779 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-1113807-1215891618/watcher-1113807-1215891618 -o /tmp/evaluation-result-1113807-1215891618/solver-1113807-1215891618 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1113807-1215891618.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.32 2.52 2.57 4/81 17637
/proc/meminfo: memFree=1913816/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=18572 CPUtime=0
/proc/17637/stat : 17637 (runsolver) R 17635 17637 17600 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45860614 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17637/statm: 4643 292 257 25 0 2626 0

[startup+0.0997249 s]
/proc/loadavg: 2.32 2.52 2.57 4/81 17637
/proc/meminfo: memFree=1913816/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16740 CPUtime=0.06
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 45860614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101719 s]
/proc/loadavg: 2.32 2.52 2.57 4/81 17637
/proc/meminfo: memFree=1913816/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16740 CPUtime=0.06
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 45860614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301759 s]
/proc/loadavg: 2.32 2.52 2.57 4/81 17637
/proc/meminfo: memFree=1913816/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16740 CPUtime=0.06
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 45860614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701823 s]
/proc/loadavg: 2.32 2.52 2.57 4/81 17637
/proc/meminfo: memFree=1913816/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16740 CPUtime=0.41
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 1296 4564 0 1 5 1 32 3 15 0 1 0 45860614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50296 s]
/proc/loadavg: 2.32 2.52 2.57 3/92 17659
/proc/meminfo: memFree=1898880/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16740 CPUtime=0.42
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 1297 4564 0 1 5 2 32 3 15 0 1 0 45860614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4185 1104 409 3 0 764 0
[pid=17650] ppid=17637 vsize=5356 CPUtime=0
/proc/17650/stat : 17650 (sh) S 17637 17637 17600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45860659 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17650/statm: 1339 233 193 169 0 50 0
[pid=17651] ppid=17650 vsize=868460 CPUtime=0.99
/proc/17651/stat : 17651 (java) S 17650 17637 17600 0 -1 0 6712 0 1 0 92 7 0 0 18 0 9 0 45860659 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17651/statm: 217115 5881 2562 9 0 211662 0
[pid=17651/tid=17652] ppid=17650 vsize=868460 CPUtime=0.64
/proc/17651/task/17652/stat : 17652 (java) R 17650 17637 17600 0 -1 64 2776 0 1 0 61 3 0 0 20 0 9 0 45860660 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17651/tid=17653] ppid=17650 vsize=868460 CPUtime=0.08
/proc/17651/task/17653/stat : 17653 (java) R 17650 17637 17600 0 -1 64 1764 0 0 0 7 1 0 0 15 0 9 0 45860661 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17651/tid=17654] ppid=17650 vsize=868460 CPUtime=0
/proc/17651/task/17654/stat : 17654 (java) S 17650 17637 17600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45860661 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17651/tid=17655] ppid=17650 vsize=868460 CPUtime=0
/proc/17651/task/17655/stat : 17655 (java) S 17650 17637 17600 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45860661 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17651/tid=17656] ppid=17650 vsize=868460 CPUtime=0
/proc/17651/task/17656/stat : 17656 (java) S 17650 17637 17600 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 45860666 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17651/tid=17657] ppid=17650 vsize=868460 CPUtime=0.24
/proc/17651/task/17657/stat : 17657 (java) S 17650 17637 17600 0 -1 64 1480 0 0 0 23 1 0 0 16 0 9 0 45860666 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17651/tid=17658] ppid=17650 vsize=868460 CPUtime=0
/proc/17651/task/17658/stat : 17658 (java) S 17650 17637 17600 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 45860666 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17651/tid=17659] ppid=17650 vsize=868460 CPUtime=0
/proc/17651/task/17659/stat : 17659 (java) S 17650 17637 17600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45860666 889303040 5881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890556

[startup+3.10224 s]
/proc/loadavg: 2.32 2.52 2.57 3/92 17659
/proc/meminfo: memFree=1889024/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=2.82
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 1473 12004 0 2 6 2 252 22 16 0 1 0 45860614 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1132 413 3 0 797 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 16872

[startup+6.3018 s]
/proc/loadavg: 2.38 2.52 2.58 2/83 17710
/proc/meminfo: memFree=1855176/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.36
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2042 39184 0 9 6 2 386 42 15 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=38984 CPUtime=0.7
/proc/17660/stat : 17660 (minisat-inc) S 17637 17637 17600 0 -1 4194304 9516 0 0 0 65 5 0 0 16 0 1 0 45860908 39919616 9451 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/17660/statm: 9746 9451 78 151 0 9592 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 55856

[startup+12.7019 s]
/proc/loadavg: 2.35 2.51 2.57 3/83 17750
/proc/meminfo: memFree=1848520/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=47376 CPUtime=6.51
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 11598 0 0 0 644 7 0 0 25 0 1 0 45860908 48513024 11531 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/17660/statm: 11844 11531 80 151 0 11690 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 64248

[startup+25.5012 s]
/proc/loadavg: 2.27 2.49 2.56 3/83 17750
/proc/meminfo: memFree=1845000/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=50320 CPUtime=19.24
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 12301 0 0 0 1917 7 0 0 25 0 1 0 45860908 51527680 12234 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17660/statm: 12580 12234 80 151 0 12426 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 67192

[startup+51.1016 s]
/proc/loadavg: 2.18 2.45 2.55 3/83 17750
/proc/meminfo: memFree=1844872/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=50588 CPUtime=44.71
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 12358 0 0 0 4464 7 0 0 25 0 1 0 45860908 51802112 12291 996147200 134512640 135134323 4294956192 18446744073709551615 134528233 0 0 4096 3 0 0 0 17 1 0 0
/proc/17660/statm: 12647 12291 80 151 0 12493 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 67460

[startup+102.307 s]
/proc/loadavg: 2.07 2.38 2.52 3/83 17750
/proc/meminfo: memFree=1833096/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=62464 CPUtime=95.67
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 15270 0 0 0 9556 11 0 0 25 0 1 0 45860908 63963136 15203 996147200 134512640 135134323 4294956192 18446744073709551615 134535448 0 0 4096 3 0 0 0 17 1 0 0
/proc/17660/statm: 15616 15203 80 151 0 15462 0
Current children cumulated CPU time (s) 100.64
Current children cumulated vsize (KiB) 79336

[startup+162.301 s]
/proc/loadavg: 2.03 2.31 2.48 3/83 17750
/proc/meminfo: memFree=1818120/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=77264 CPUtime=155.37
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 19019 0 0 0 15523 14 0 0 25 0 1 0 45860908 79118336 18952 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17660/statm: 19316 18952 80 151 0 19162 0
Current children cumulated CPU time (s) 160.34
Current children cumulated vsize (KiB) 94136

[startup+222.302 s]
/proc/loadavg: 2.01 2.25 2.45 3/83 17750
/proc/meminfo: memFree=1802504/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=93208 CPUtime=215.06
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 22863 0 0 0 21489 17 0 0 25 0 1 0 45860908 95444992 22796 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17660/statm: 23302 22796 80 151 0 23148 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 110080

[startup+282.302 s]
/proc/loadavg: 2.00 2.20 2.42 3/83 17750
/proc/meminfo: memFree=1785992/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=109676 CPUtime=274.77
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 27019 0 0 0 27456 21 0 0 25 0 1 0 45860908 112308224 26952 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17660/statm: 27419 26952 80 151 0 27265 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 126548

[startup+342.302 s]
/proc/loadavg: 2.00 2.16 2.39 3/83 17750
/proc/meminfo: memFree=1770568/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=124732 CPUtime=334.48
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 30832 0 0 0 33423 25 0 0 25 0 1 0 45860908 127725568 30765 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=17660] ppid=17637 vsize=351108 CPUtime=2902.96
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 86315 0 0 0 290213 83 0 0 25 0 1 0 45860908 359534592 86248 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 87777 86248 80 151 0 87623 0
Current children cumulated CPU time (s) 2907.93
Current children cumulated vsize (KiB) 367980

[startup+2982.3 s]
/proc/loadavg: 2.78 2.73 2.54 4/82 17866
/proc/meminfo: memFree=1470816/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=353900 CPUtime=2962.71
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 87010 0 0 0 296188 83 0 0 25 0 1 0 45860908 362393600 86943 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 88475 86943 80 151 0 88321 0
Current children cumulated CPU time (s) 2967.68
Current children cumulated vsize (KiB) 370772

[startup+3042.3 s]
/proc/loadavg: 2.85 2.76 2.56 3/82 17866
/proc/meminfo: memFree=1468064/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=356748 CPUtime=3022.47
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 87725 0 0 0 302163 84 0 0 25 0 1 0 45860908 365309952 87658 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 89187 87658 80 151 0 89033 0
Current children cumulated CPU time (s) 3027.44
Current children cumulated vsize (KiB) 373620

[startup+3102.3 s]
/proc/loadavg: 2.78 2.76 2.57 4/82 17866
/proc/meminfo: memFree=1465056/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=359576 CPUtime=3082.23
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 88453 0 0 0 308138 85 0 0 25 0 1 0 45860908 368205824 88386 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 89894 88386 80 151 0 89740 0
Current children cumulated CPU time (s) 3087.2
Current children cumulated vsize (KiB) 376448

[startup+3162.3 s]
/proc/loadavg: 2.92 2.80 2.59 3/82 17866
/proc/meminfo: memFree=1462240/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=362392 CPUtime=3141.98
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 89137 0 0 0 314112 86 0 0 25 0 1 0 45860908 371089408 89070 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 90598 89070 80 151 0 90444 0
Current children cumulated CPU time (s) 3146.95
Current children cumulated vsize (KiB) 379264

[startup+3222.3 s]
/proc/loadavg: 2.93 2.82 2.61 4/82 17866
/proc/meminfo: memFree=1458784/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=366000 CPUtime=3201.74
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 89988 0 0 0 320087 87 0 0 25 0 1 0 45860908 374784000 89921 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 91500 89921 80 151 0 91346 0
Current children cumulated CPU time (s) 3206.71
Current children cumulated vsize (KiB) 382872

[startup+3282.3 s]
/proc/loadavg: 2.72 2.77 2.61 3/82 17866
/proc/meminfo: memFree=1455072/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=369564 CPUtime=3261.5
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 90912 0 0 0 326062 88 0 0 25 0 1 0 45860908 378433536 90845 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 92391 90845 80 151 0 92237 0
Current children cumulated CPU time (s) 3266.47
Current children cumulated vsize (KiB) 386436

[startup+3342.3 s]
/proc/loadavg: 2.65 2.75 2.61 3/82 17866
/proc/meminfo: memFree=1451360/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=373312 CPUtime=3321.24
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 91835 0 0 0 332035 89 0 0 25 0 1 0 45860908 382271488 91768 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 93328 91768 80 151 0 93174 0
Current children cumulated CPU time (s) 3326.21
Current children cumulated vsize (KiB) 390184

[startup+3402.31 s]
/proc/loadavg: 2.71 2.74 2.61 4/82 17866
/proc/meminfo: memFree=1447520/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=377060 CPUtime=3381.01
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 92756 0 0 0 338010 91 0 0 25 0 1 0 45860908 386109440 92689 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 94265 92689 80 151 0 94111 0
Current children cumulated CPU time (s) 3385.98
Current children cumulated vsize (KiB) 393932

[startup+3462.3 s]
/proc/loadavg: 2.68 2.72 2.61 4/82 17866
/proc/meminfo: memFree=1444768/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=379600 CPUtime=3440.76
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 93410 0 0 0 343985 91 0 0 25 0 1 0 45860908 388710400 93343 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 94900 93343 80 151 0 94746 0
Current children cumulated CPU time (s) 3445.73
Current children cumulated vsize (KiB) 396472

[startup+3522.3 s]
/proc/loadavg: 2.82 2.75 2.63 4/82 17866
/proc/meminfo: memFree=1441824/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=382432 CPUtime=3500.51
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 94127 0 0 0 349958 93 0 0 25 0 1 0 45860908 391610368 94060 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 95608 94060 80 151 0 95454 0
Current children cumulated CPU time (s) 3505.48
Current children cumulated vsize (KiB) 399304

[startup+3582.3 s]
/proc/loadavg: 2.81 2.76 2.64 4/82 17866
/proc/meminfo: memFree=1437856/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=386448 CPUtime=3560.27
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 95122 0 0 0 355933 94 0 0 25 0 1 0 45860908 395722752 95055 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 96612 95055 80 151 0 96458 0
Current children cumulated CPU time (s) 3565.24
Current children cumulated vsize (KiB) 403320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.3 s]
/proc/loadavg: 2.83 2.77 2.64 4/82 17866
/proc/meminfo: memFree=1436128/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=388064 CPUtime=3595.12
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 95540 0 0 0 359418 94 0 0 25 0 1 0 45860908 397377536 95473 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 97016 95473 80 151 0 96862 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 404936

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

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

[startup+3617.3 s]
/proc/loadavg: 2.83 2.77 2.64 4/82 17866
/proc/meminfo: memFree=1436128/2055920 swapFree=4192812/4192956
[pid=17637] ppid=17635 vsize=16872 CPUtime=4.97
/proc/17637/stat : 17637 (sugar++) S 17635 17637 17600 0 -1 4194304 2130 46960 0 11 7 2 441 47 16 0 1 0 45860614 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17637/statm: 4218 1135 414 3 0 797 0
[pid=17660] ppid=17637 vsize=388064 CPUtime=3595.12
/proc/17660/stat : 17660 (minisat-inc) R 17637 17637 17600 0 -1 4194304 95540 0 0 0 359418 94 0 0 25 0 1 0 45860908 397377536 95473 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 0 0 0
/proc/17660/statm: 97016 95473 80 151 0 96862 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 404936

Child status: 0
Real time (s): 3617.37
CPU time (s): 3600.18
CPU user time (s): 3598.67
CPU system time (s): 1.51477
CPU usage (%): 99.5248
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.67
system time used= 1.51477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144707
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8323
involuntary context switches= 54387

runsolver used 3.54446 second user time and 9.63753 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-12 21:40:18
IDJOB=1113807
IDBENCH=61644
IDSOLVER=367
FILE ID=node61/1113807-1215891618
PBS_JOBID= 7903687
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-40.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113807-1215891618/watcher-1113807-1215891618 -o /tmp/evaluation-result-1113807-1215891618/solver-1113807-1215891618 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1113807-1215891618.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eea217fbe9fa720f84d7ae0049a25dc7
RANDOM SEED=713065017

node61.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.279
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.279
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:       1914296 kB
Buffers:          9068 kB
Cached:          42884 kB
SwapCached:          0 kB
Active:          75408 kB
Inactive:        16808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1914296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:          60476 kB
Slab:            34620 kB
Committed_AS:   250364 kB
PageTables:       1920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node61 at 2008-07-12 22:40:38