Trace number 1113777

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.13 3620.3

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-50.xml
MD5SUM97853a845ef29228db3c4cd9babf0628
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 benchmark1654.74
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1225
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1225
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.06/0.91	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.91	c 0	BEGIN Sat Jul 12 21:27:09 2008
0.06/0.91	c 0	PID 13273
0.06/0.91	c 0	HOST node73.alineos.net
0.06/0.91	c 0	CONVERTING HOME/instance-1113777-1215890828.xml TO HOME/temp.csp
0.06/0.91	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113777-1215890828.xml' 'HOME/temp.csp'
0.45/1.40	c 1	1 domains, 50 variables, 1 predicates, 0 relations, 1225 constraints
0.45/1.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.45/1.47	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.46/1.55	c 1	Parsing HOME/temp.csp
0.46/1.70	c 1	parsed 1277 expressions
0.46/1.70	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/1.72	c 1	MAX CSP: 1225 constraints
0.46/1.72	c 1	Converting to clausal form CSP
0.46/1.79	c 1	converted 251 (10%) expressions
0.46/1.89	c 1	converted 501 (20%) expressions
0.46/1.91	c 1	converted 752 (30%) expressions
0.46/1.93	c 1	converted 1002 (40%) expressions
0.46/1.94	c 1	converted 1253 (50%) expressions
0.46/1.95	c 1	converted 1503 (60%) expressions
0.46/1.96	c 1	converted 1754 (70%) expressions
0.46/1.97	c 1	converted 2004 (80%) expressions
0.46/1.98	c 1	converted 2255 (90%) expressions
0.46/2.10	c 1	converted 2505 (100%) expressions
0.46/2.10	c 1	CSP : 2500 integers, 0 booleans, 3674 clauses, largest domain size 1838
0.46/2.10	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.46/2.10	c 1	Propagation in CSP
1.06/2.17	c 1	1220 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.06/2.18	c 1	CSP : 2500 integers, 0 booleans, 3674 clauses, largest domain size 1226
1.06/2.18	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/2.18	c 1	Simplifing CSP by introducing new Boolean variables
1.06/2.20	c 1	CSP : 2500 integers, 2450 booleans, 6124 clauses, largest domain size 1226
1.06/2.20	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/2.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.17/2.27	c 1	250 (10%) CSP integer variables are encoded (2350 clauses, 28447 bytes)
1.17/2.27	c 1	500 (20%) CSP integer variables are encoded (2350 clauses, 28447 bytes)
1.17/2.27	c 1	750 (30%) CSP integer variables are encoded (2350 clauses, 28447 bytes)
1.17/2.27	c 1	1000 (40%) CSP integer variables are encoded (2350 clauses, 28447 bytes)
1.17/2.27	c 1	1250 (50%) CSP integer variables are encoded (2350 clauses, 28447 bytes)
1.17/2.28	c 1	1500 (60%) CSP integer variables are encoded (4821 clauses, 60570 bytes)
1.17/2.28	c 1	1750 (70%) CSP integer variables are encoded (6832 clauses, 86713 bytes)
1.17/2.30	c 2	2000 (80%) CSP integer variables are encoded (15293 clauses, 211069 bytes)
1.25/2.30	c 2	2250 (90%) CSP integer variables are encoded (21576 clauses, 305314 bytes)
1.25/2.31	c 2	2500 (100%) CSP integer variables are encoded (24808 clauses, 353794 bytes)
1.25/2.37	c 2	613 (10%) CSP clauses are encoded (45053 clauses, 715555 bytes)
1.36/2.42	c 2	1225 (20%) CSP clauses are encoded (65249 clauses, 1089829 bytes)
1.36/2.46	c 2	1838 (30%) CSP clauses are encoded (85494 clauses, 1466146 bytes)
1.45/2.51	c 2	2450 (40%) CSP clauses are encoded (105690 clauses, 1845130 bytes)
1.45/2.56	c 2	3062 (50%) CSP clauses are encoded (125886 clauses, 2244406 bytes)
1.55/2.60	c 2	3675 (60%) CSP clauses are encoded (146083 clauses, 2643858 bytes)
1.66/2.78	c 2	4287 (70%) CSP clauses are encoded (245141 clauses, 4448293 bytes)
2.16/3.27	c 2	4900 (80%) CSP clauses are encoded (532680 clauses, 9920161 bytes)
3.83/4.90	c 4	5512 (90%) CSP clauses are encoded (1308312 clauses, 26414433 bytes)
5.13/6.25	c 5	6124 (100%) CSP clauses are encoded (2066168 clauses, 42651198 bytes)
5.13/6.25	c 5	6124 CSP clauses encoded
5.13/6.28	c 5	Writing map file : HOME/temp.map
5.20/6.30	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/6.30	c 6	SAT : 29758 SAT variables, 2066168 SAT clauses, 42651198 bytes
5.20/6.30	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/6.32	c 6	OBJECTIVE minimize _COST
5.20/6.32	c 6	SOLVING HOME/temp.cnf
5.20/6.32	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.23/6.59	c 6	This is MiniSat 2.0 beta incremental
5.23/6.59	c 6	WARNING: for repeatability, setting FPU to use double precision
5.23/6.59	c 6	============================[ Problem Statistics ]=============================
5.23/6.59	c 6	|                                                                             |
5.23/6.63	c 6	|  Number of variables:  29758                                                |
5.23/6.63	c 6	|  Number of clauses:    2066168                                              |
5.23/7.51	c 7	|  Parsing time:         0.75         s                                       |
5.23/7.55	c 7	OK
5.23/7.55	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
5.23/7.55	c 7	SEARCHING: _COST <= 613
5.23/7.55	c 7	============================[ Search Statistics ]==============================
5.23/7.55	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.23/7.55	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.23/7.55	c 7	===============================================================================
5.23/7.55	c 7	|         0 |   29758  2066168  6122655 |   688722        0    nan |  0.000 % |
6.29/7.74	c 7	===============================================================================
6.29/7.75	c 7	restarts              : 1
6.29/7.75	c 7	conflicts             : 0             (0 /sec)
6.29/7.75	c 7	decisions             : 1117          (0.45 % random) (1146 /sec)
6.29/7.75	c 7	propagations          : 29758          (30526 /sec)
6.29/7.75	c 7	conflict literals     : 0              ( nan % deleted)
6.29/7.75	c 7	Memory used           : 85.33 MB
6.29/7.75	c 7	CPU time              : 0.974851 s
6.29/7.75	c 7	
6.29/7.75	c 7	SATISFIABLE
6.29/7.76	c 7	OK
6.29/7.76	c 7	FOUND: _COST <= 613
6.29/7.76	s SATISFIABLE
6.29/7.76	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.29/7.76	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'
6.34/7.84	c 7	Decoding HOME/temp.out
6.34/8.00	c 7	OBJECTIVE _COST 161
6.34/8.00	o 161
6.34/8.00	v 16 17 18 19 20 21 22 23 24 34 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
6.34/8.01	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.34/8.10	c 7	OK
6.34/8.10	c 7	OBJECTIVE BOUND: 0 <= _COST <= 161
6.34/8.10	c 7	SEARCHING: _COST <= 80
6.60/8.11	c 7	============================[ Search Statistics ]==============================
6.60/8.11	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.60/8.11	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.60/8.11	c 7	===============================================================================
6.60/8.11	c 7	|         0 |   29758  2066168  6122655 |   688722        0    nan |  0.000 % |
6.60/8.16	c 7	===============================================================================
6.60/8.16	c 7	restarts              : 2
6.60/8.16	c 7	conflicts             : 2             (2 /sec)
6.60/8.16	c 7	decisions             : 2285          (0.96 % random) (2146 /sec)
6.60/8.16	c 7	propagations          : 61699          (57942 /sec)
6.60/8.16	c 7	conflict literals     : 17             (10.53 % deleted)
6.60/8.16	c 7	Memory used           : 85.85 MB
6.60/8.16	c 7	CPU time              : 1.06484 s
6.60/8.16	c 7	
6.60/8.16	c 7	SATISFIABLE
6.60/8.16	c 7	OK
6.60/8.16	c 7	FOUND: _COST <= 80
6.60/8.16	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.60/8.16	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'
6.67/8.55	c 8	Decoding HOME/temp.out
6.89/8.71	c 8	OBJECTIVE _COST 80
6.89/8.71	o 80
6.89/8.71	v 46 28 28 30 12 13 14 45 16 34 15 17 18 19 20 21 22 23 24 25 26 27 29 31 32 33 35 36 37 38 39 40 41 42 42 43 44 47 48 48 48 48 48 48 48 48 48 48 48 48
6.89/8.72	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.89/8.75	c 8	OK
6.89/8.75	c 8	OBJECTIVE BOUND: 0 <= _COST <= 80
6.89/8.75	c 8	SEARCHING: _COST <= 40
6.89/8.76	c 8	============================[ Search Statistics ]==============================
6.89/8.76	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.89/8.76	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.89/8.76	c 8	===============================================================================
6.89/8.76	c 8	|         2 |   17166  2066168  6122655 |   688722        2      8 |  0.000 % |
6.98/8.81	c 8	===============================================================================
6.98/8.81	c 8	restarts              : 3
6.98/8.81	c 8	conflicts             : 34            (30 /sec)
6.98/8.81	c 8	decisions             : 2704          (0.89 % random) (2387 /sec)
6.98/8.81	c 8	propagations          : 90554          (79936 /sec)
6.98/8.81	c 8	conflict literals     : 360            (6.74 % deleted)
6.98/8.81	c 8	Memory used           : 85.98 MB
6.98/8.81	c 8	CPU time              : 1.13283 s
6.98/8.81	c 8	
6.98/8.81	c 8	SATISFIABLE
6.98/8.81	c 8	OK
6.98/8.81	c 8	FOUND: _COST <= 40
6.98/8.81	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.98/8.81	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.98/8.89	c 8	Decoding HOME/temp.out
6.99/9.04	c 8	OBJECTIVE _COST 40
6.99/9.04	o 40
6.99/9.05	v 48 12 10 11 15 16 14 46 23 21 36 25 13 45 28 33 19 27 34 35 44 39 26 17 42 18 29 40 31 22 20 24 43 30 47 46 47 48 32 37 48 38 41 41 41 41 41 41 41 41
6.99/9.05	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.99/9.12	c 8	OK
6.99/9.12	c 8	OBJECTIVE BOUND: 0 <= _COST <= 40
6.99/9.12	c 8	SEARCHING: _COST <= 20
6.99/9.12	c 8	============================[ Search Statistics ]==============================
6.99/9.12	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.99/9.12	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.99/9.12	c 8	===============================================================================
6.99/9.12	c 8	|        34 |   15439  2066168  6122655 |   688722       34     11 |  0.000 % |
6.99/9.16	c 8	===============================================================================
6.99/9.16	c 8	restarts              : 4
6.99/9.16	c 8	conflicts             : 93            (78 /sec)
6.99/9.16	c 8	decisions             : 3105          (0.81 % random) (2614 /sec)
6.99/9.16	c 8	propagations          : 112086         (94363 /sec)
6.99/9.16	c 8	conflict literals     : 1068           (6.97 % deleted)
6.99/9.16	c 8	Memory used           : 86.23 MB
6.99/9.16	c 8	CPU time              : 1.18782 s
6.99/9.16	c 8	
6.99/9.16	c 8	SATISFIABLE
6.99/9.17	c 8	OK
6.99/9.17	c 8	FOUND: _COST <= 20
6.99/9.17	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.99/9.17	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.28/9.29	c 9	Decoding HOME/temp.out
7.28/9.47	c 9	OBJECTIVE _COST 20
7.28/9.47	o 20
7.28/9.48	v 29 15 24 18 18 18 17 46 25 45 40 26 15 28 31 38 25 40 39 36 12 7 44 34 5 35 42 19 43 33 46 37 6 32 23 48 47 27 41 8 30 9 10 11 13 14 16 20 21 22
7.28/9.48	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.28/9.53	c 9	OK
7.28/9.53	c 9	OBJECTIVE BOUND: 0 <= _COST <= 20
7.28/9.53	c 9	SEARCHING: _COST <= 10
7.28/9.55	c 9	============================[ Search Statistics ]==============================
7.28/9.55	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.28/9.55	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.28/9.55	c 9	===============================================================================
7.28/9.55	c 9	|        93 |   14010  2066168  6122655 |   688722       93     11 |  0.000 % |
7.28/9.57	c 9	===============================================================================
7.28/9.57	c 9	restarts              : 5
7.28/9.57	c 9	conflicts             : 133           (108 /sec)
7.28/9.57	c 9	decisions             : 3426          (0.73 % random) (2777 /sec)
7.28/9.57	c 9	propagations          : 135562         (109872 /sec)
7.28/9.57	c 9	conflict literals     : 1535           (9.23 % deleted)
7.28/9.57	c 9	Memory used           : 86.23 MB
7.28/9.57	c 9	CPU time              : 1.23381 s
7.28/9.57	c 9	
7.28/9.57	c 9	SATISFIABLE
7.28/9.58	c 9	OK
7.28/9.58	c 9	FOUND: _COST <= 10
7.28/9.58	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.28/9.58	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.60/9.65	c 9	Decoding HOME/temp.out
8.00/10.01	c 9	OBJECTIVE _COST 10
8.00/10.01	o 10
8.00/10.02	v 28 17 37 41 42 15 44 7 36 48 8 10 16 1 32 38 35 3 6 27 11 18 2 34 23 5 12 41 31 24 21 25 9 33 40 14 13 30 29 4 26 22 20 19 47 46 45 43 40 39
8.00/10.03	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.00/10.07	c 9	OK
8.00/10.07	c 9	OBJECTIVE BOUND: 0 <= _COST <= 10
8.00/10.07	c 9	SEARCHING: _COST <= 5
8.00/10.07	c 9	============================[ Search Statistics ]==============================
8.00/10.07	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.00/10.07	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.00/10.07	c 9	===============================================================================
8.00/10.07	c 9	|       133 |   12703  2066168  6122655 |   688722      133     12 |  0.000 % |
8.08/10.10	c 9	|       234 |   12637  2066168  6122655 |   757594      234     14 | 61.533 % |
8.08/10.13	c 9	===============================================================================
8.08/10.13	c 9	restarts              : 7
8.08/10.13	c 9	conflicts             : 273           (210 /sec)
8.08/10.13	c 9	decisions             : 3958          (0.66 % random) (3038 /sec)
8.08/10.13	c 9	propagations          : 188797         (144916 /sec)
8.08/10.13	c 9	conflict literals     : 3702           (7.50 % deleted)
8.08/10.13	c 9	Memory used           : 86.23 MB
8.08/10.13	c 9	CPU time              : 1.3028 s
8.08/10.13	c 9	
8.08/10.13	c 9	SATISFIABLE
8.08/10.14	c 9	OK
8.08/10.14	c 9	FOUND: _COST <= 5
8.08/10.14	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.08/10.14	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.12/10.22	c 9	Decoding HOME/temp.out
8.12/10.36	c 10	OBJECTIVE _COST 5
8.12/10.36	o 5
8.12/10.37	v 39 21 32 1 28 2 26 12 43 44 11 45 18 10 29 3 38 44 14 42 16 5 40 30 48 8 13 47 36 31 35 4 34 22 48 33 7 6 46 37 9 41 19 20 15 17 25 27 24 23
8.12/10.37	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.12/10.45	c 10	OK
8.12/10.45	c 10	OBJECTIVE BOUND: 0 <= _COST <= 5
8.12/10.45	c 10	SEARCHING: _COST <= 2
8.12/10.45	c 10	============================[ Search Statistics ]==============================
8.12/10.45	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.12/10.45	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.12/10.45	c 10	===============================================================================
8.12/10.45	c 10	|       273 |   11447  2066168  6122655 |   688722      273     14 | 61.533 % |
8.12/10.47	c 10	===============================================================================
8.12/10.47	c 10	restarts              : 8
8.12/10.47	c 10	conflicts             : 306           (229 /sec)
8.12/10.47	c 10	decisions             : 4261          (0.61 % random) (3190 /sec)
8.12/10.47	c 10	propagations          : 206802         (154816 /sec)
8.12/10.47	c 10	conflict literals     : 4059           (7.29 % deleted)
8.12/10.47	c 10	Memory used           : 86.23 MB
8.12/10.47	c 10	CPU time              : 1.3358 s
8.12/10.47	c 10	
8.12/10.47	c 10	SATISFIABLE
8.12/10.48	c 10	OK
8.12/10.48	c 10	FOUND: _COST <= 2
8.12/10.48	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.12/10.48	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.39/10.56	c 10	Decoding HOME/temp.out
8.39/10.72	c 10	OBJECTIVE _COST 2
8.39/10.72	o 2
8.39/10.72	v 43 23 7 9 29 1 37 48 10 27 15 25 2 16 4 5 17 32 45 31 44 0 33 21 24 11 47 13 30 19 18 8 34 41 26 35 14 6 28 20 12 42 3 22 46 40 39 36 29 38
8.39/10.73	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.39/10.75	c 10	OK
8.39/10.75	c 10	OBJECTIVE BOUND: 0 <= _COST <= 2
8.39/10.75	c 10	SEARCHING: _COST <= 1
8.39/10.76	c 10	============================[ Search Statistics ]==============================
8.39/10.77	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.39/10.77	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.39/10.77	c 10	===============================================================================
8.39/10.77	c 10	|       306 |   10211  2066168  6122655 |   688722      306     13 | 61.533 % |
8.39/10.77	c 10	===============================================================================
8.39/10.78	c 10	restarts              : 9
8.39/10.78	c 10	conflicts             : 333           (244 /sec)
8.39/10.78	c 10	decisions             : 4512          (0.58 % random) (3304 /sec)
8.39/10.78	c 10	propagations          : 221397         (162102 /sec)
8.39/10.78	c 10	conflict literals     : 4298           (7.29 % deleted)
8.39/10.78	c 10	Memory used           : 86.23 MB
8.39/10.78	c 10	CPU time              : 1.36579 s
8.39/10.78	c 10	
8.39/10.78	c 10	SATISFIABLE
8.39/10.78	c 10	OK
8.39/10.78	c 10	FOUND: _COST <= 1
8.39/10.78	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.39/10.78	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.67/10.86	c 10	Decoding HOME/temp.out
8.87/11.02	c 10	OBJECTIVE _COST 1
8.87/11.03	o 1
8.87/11.03	v 5 0 40 35 45 17 25 18 48 47 11 6 1 13 8 36 14 38 29 37 30 7 34 12 24 44 20 43 46 32 28 39 22 23 27 21 15 9 38 33 42 41 16 10 19 31 26 3 2 4
8.87/11.03	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.87/11.05	c 10	OK
8.87/11.05	c 10	OBJECTIVE BOUND: 0 <= _COST <= 1
8.87/11.05	c 10	SEARCHING: _COST <= 0
8.87/11.05	c 10	============================[ Search Statistics ]==============================
8.87/11.05	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.87/11.05	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.87/11.05	c 10	===============================================================================
8.87/11.05	c 10	|       333 |    8525  2066168  6122655 |   688722      333     13 | 61.533 % |
8.87/11.07	c 10	|       434 |    8511  2066168  6122655 |   757594      434     15 | 75.469 % |
8.87/11.09	c 10	|       586 |    8494  2066168  6122655 |   833354      586     14 | 75.469 % |
8.97/11.11	c 10	|       813 |    8494  2066168  6122655 |   916689      813     14 | 75.469 % |
8.97/11.14	c 10	|      1150 |    8494  2066168  6122655 |  1008358     1150     15 | 75.469 % |
8.97/11.18	c 10	|      1656 |    8494  2066168  6122655 |  1109194     1656     15 | 75.469 % |
9.07/11.23	c 10	|      2415 |    8494  2066168  6122655 |  1220114     2415     17 | 75.469 % |
9.07/11.29	c 11	|      3555 |    8494  2066168  6122655 |  1342125     3555     17 | 75.469 % |
9.17/11.39	c 11	|      5264 |    8494  2066168  6122655 |  1476338     5264     18 | 75.469 % |
9.37/11.54	c 11	|      7827 |    8494  2066168  6122655 |  1623972     7827     19 | 75.469 % |
9.67/11.80	c 11	|     11672 |    8494  2066168  6122655 |  1786369    11672     20 | 75.469 % |
10.06/12.25	c 11	|     17438 |    8494  2066168  6122655 |  1965006    17438     23 | 75.469 % |
10.86/13.09	c 12	|     26088 |    8494  2066168  6122655 |  2161506    26088     26 | 75.469 % |
12.44/14.66	c 14	|     39062 |    8494  2066168  6122655 |  2377657    39062     29 | 75.469 % |
15.14/17.34	c 17	|     58523 |    7741  2066168  6122655 |  2615423    58523     30 | 75.469 % |
21.80/24.05	c 23	|     87720 |    7704  2066168  6122655 |  2876965    87720     31 | 75.469 % |
36.62/38.98	c 38	|    131510 |    7682  2066168  6122655 |  3164662   131510     33 | 75.469 % |
69.96/72.45	c 72	|    197194 |    7667  2066168  6122655 |  3481128   197194     35 | 75.469 % |
166.65/169.60	c 169	|    295721 |    7300   128522   375867 |  3829241   295716     41 | 75.469 % |
373.62/377.60	c 377	|    443510 |    7300   128522   375867 |  4212165   443505     47 | 75.469 % |
848.36/854.73	c 854	|    665193 |    7300   128522   375867 |  4633381   665188     52 | 75.469 % |
1776.85/1787.89	c 1787	|    997719 |    7300   128522   375867 |  5096719   997714     53 | 75.469 % |
3509.17/3528.96	c 3528	|   1496507 |    7300   128522   375867 |  5606391  1496502     67 | 75.469 % |
3600.01/3620.21	c ERROR INTERRUPTED
3600.01/3620.30	c 3619	CPU 3597.91 (0.07 0.04 3597.84 2.14)
3600.01/3620.30	c 3619	END Sat Jul 12 22:27:28 2008

Verifier Data (download as text)

OK	1	1224
1 unsatisfied constraints, 1224 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-1113777-1215890828/watcher-1113777-1215890828 -o /tmp/evaluation-result-1113777-1215890828/solver-1113777-1215890828 -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-1113777-1215890828.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.87 3.14 3.17 4/87 13273
/proc/meminfo: memFree=1828120/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=124 CPUtime=0
/proc/13273/stat : 13273 (sugar++) D 13271 13273 13236 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 45780400 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 210720847337 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/13273/statm: 31 23 17 3 0 3 0

[startup+0.0136269 s]
/proc/loadavg: 2.87 3.14 3.17 4/87 13273
/proc/meminfo: memFree=1828120/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=124 CPUtime=0
/proc/13273/stat : 13273 (sugar++) D 13271 13273 13236 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 45780400 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 210720847337 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/13273/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.104029 s]
/proc/loadavg: 2.87 3.14 3.17 4/87 13273
/proc/meminfo: memFree=1828120/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=12272 CPUtime=0
/proc/13273/stat : 13273 (sugar++) R 13271 13273 13236 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 45780400 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 210723633765 0 0 4224 0 0 0 0 17 0 0 0
/proc/13273/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301052 s]
/proc/loadavg: 2.87 3.14 3.17 4/87 13273
/proc/meminfo: memFree=1828120/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=12272 CPUtime=0.01
/proc/13273/stat : 13273 (sugar++) R 13271 13273 13236 0 -1 4194304 409 0 0 0 0 1 0 0 18 0 1 0 45780400 12566528 377 996147200 4194304 4206940 548682068528 18446744073709551615 210732366846 0 0 4224 0 0 0 0 17 0 0 0
/proc/13273/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12272

[startup+0.701905 s]
/proc/loadavg: 2.87 3.14 3.17 4/87 13273
/proc/meminfo: memFree=1828120/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=14908 CPUtime=0.05
/proc/13273/stat : 13273 (sugar++) R 13271 13273 13236 0 -1 4194304 881 0 2 0 3 2 0 0 18 0 1 0 45780400 15265792 851 996147200 4194304 4206940 548682068528 18446744073709551615 210723312353 0 0 4224 0 0 0 0 17 1 0 0
/proc/13273/statm: 3727 853 378 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14908

[startup+1.503 s]
/proc/loadavg: 2.88 3.14 3.17 3/98 13285
/proc/meminfo: memFree=1820160/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=16740 CPUtime=0.46
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 1277 4800 2 1 5 3 35 3 16 0 1 0 45780400 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13273/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16740

[startup+3.10218 s]
/proc/loadavg: 2.88 3.14 3.17 3/98 13295
/proc/meminfo: memFree=1810688/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=16740 CPUtime=0.46
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 1295 4800 2 1 5 3 35 3 15 0 1 0 45780400 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13273/statm: 4185 1104 409 3 0 764 0
[pid=13286] ppid=13273 vsize=5356 CPUtime=0
/proc/13286/stat : 13286 (sh) S 13273 13273 13236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45780548 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13286/statm: 1339 233 193 169 0 50 0
[pid=13287] ppid=13286 vsize=868480 CPUtime=1.59
/proc/13287/stat : 13287 (java) S 13286 13273 13236 0 -1 0 7357 0 1 0 149 10 0 0 18 0 9 0 45780548 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13287/statm: 217120 6349 2562 9 0 211667 0
[pid=13287/tid=13288] ppid=13286 vsize=868480 CPUtime=1.16
/proc/13287/task/13288/stat : 13288 (java) R 13286 13273 13236 0 -1 64 2949 0 1 0 111 5 0 0 24 0 9 0 45780549 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13289] ppid=13286 vsize=868480 CPUtime=0.15
/proc/13287/task/13289/stat : 13289 (java) S 13286 13273 13236 0 -1 64 2227 0 0 0 13 2 0 0 16 0 9 0 45780550 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13290] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13290/stat : 13290 (java) S 13286 13273 13236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45780550 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13291] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13291/stat : 13291 (java) S 13286 13273 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45780550 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13292] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13292/stat : 13292 (java) S 13286 13273 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45780552 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13293] ppid=13286 vsize=868480 CPUtime=0.25
/proc/13287/task/13293/stat : 13293 (java) S 13286 13273 13236 0 -1 64 1489 0 0 0 24 1 0 0 16 0 9 0 45780552 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13294] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13294/stat : 13294 (java) S 13286 13273 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45780552 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13295] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13295/stat : 13295 (java) S 13286 13273 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45780552 889323520 6349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 890576

[startup+6.30156 s]
/proc/loadavg: 2.88 3.14 3.17 3/98 13295
/proc/meminfo: memFree=1775552/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=16740 CPUtime=0.46
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 1295 4800 2 1 5 3 35 3 16 0 1 0 45780400 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4185 1104 409 3 0 764 0
[pid=13286] ppid=13273 vsize=5356 CPUtime=0
/proc/13286/stat : 13286 (sh) S 13273 13273 13236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45780548 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13286/statm: 1339 233 193 169 0 50 0
[pid=13287] ppid=13286 vsize=868480 CPUtime=4.74
/proc/13287/stat : 13287 (java) S 13286 13273 13236 0 -1 0 8323 0 3 0 435 39 0 0 18 0 9 0 45780548 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13287/statm: 217120 6355 2564 9 0 211667 0
[pid=13287/tid=13288] ppid=13286 vsize=868480 CPUtime=4.05
/proc/13287/task/13288/stat : 13288 (java) R 13286 13273 13236 0 -1 64 3914 0 3 0 379 26 0 0 25 0 9 0 45780549 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4125958999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13287/tid=13289] ppid=13286 vsize=868480 CPUtime=0.41
/proc/13287/task/13289/stat : 13289 (java) S 13286 13273 13236 0 -1 64 2227 0 0 0 31 10 0 0 16 0 9 0 45780550 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13290] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13290/stat : 13290 (java) S 13286 13273 13236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45780550 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13291] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13291/stat : 13291 (java) S 13286 13273 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45780550 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13292] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13292/stat : 13292 (java) S 13286 13273 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45780552 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13293] ppid=13286 vsize=868480 CPUtime=0.25
/proc/13287/task/13293/stat : 13293 (java) S 13286 13273 13236 0 -1 64 1490 0 0 0 24 1 0 0 16 0 9 0 45780552 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13287/tid=13294] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13294/stat : 13294 (java) S 13286 13273 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45780552 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13287/tid=13295] ppid=13286 vsize=868480 CPUtime=0
/proc/13287/task/13295/stat : 13295 (java) S 13286 13273 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45780552 889323520 6355 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 890576

[startup+12.7023 s]
/proc/loadavg: 3.05 3.17 3.18 3/89 13376
/proc/meminfo: memFree=1693576/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 15 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=91088 CPUtime=3.15
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 22367 0 0 0 301 14 0 0 25 0 1 0 45781060 93274112 22300 996147200 134512640 135134323 4294956192 18446744073709551615 134530288 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 22772 22300 80 151 0 22618 0
Current children cumulated CPU time (s) 10.56
Current children cumulated vsize (KiB) 108092

[startup+25.5018 s]
/proc/loadavg: 2.89 3.13 3.16 3/89 13376
/proc/meminfo: memFree=1680584/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=103396 CPUtime=15.88
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 25424 0 0 0 1573 15 0 0 25 0 1 0 45781060 105877504 25357 996147200 134512640 135134323 4294956192 18446744073709551615 134529065 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 25849 25357 80 151 0 25695 0
Current children cumulated CPU time (s) 23.29
Current children cumulated vsize (KiB) 120400

[startup+51.1018 s]
/proc/loadavg: 2.92 3.12 3.16 4/89 13376
/proc/meminfo: memFree=1667464/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=116580 CPUtime=41.35
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 28729 0 0 0 4116 19 0 0 25 0 1 0 45781060 119377920 28662 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 29145 28662 80 151 0 28991 0
Current children cumulated CPU time (s) 48.76
Current children cumulated vsize (KiB) 133584

[startup+102.307 s]
/proc/loadavg: 2.79 3.05 3.13 3/89 13376
/proc/meminfo: memFree=1660936/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=123160 CPUtime=92.3
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 30312 0 0 0 9210 20 0 0 25 0 1 0 45781060 126115840 30245 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 30790 30245 80 151 0 30636 0
Current children cumulated CPU time (s) 99.71
Current children cumulated vsize (KiB) 140164

[startup+162.302 s]
/proc/loadavg: 2.69 2.96 3.09 3/89 13376
/proc/meminfo: memFree=1660232/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=123356 CPUtime=151.98
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 30382 0 0 0 15178 20 0 0 25 0 1 0 45781060 126316544 30315 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 30839 30315 80 151 0 30685 0
Current children cumulated CPU time (s) 159.39
Current children cumulated vsize (KiB) 140360

[startup+222.302 s]
/proc/loadavg: 2.76 2.93 3.07 4/89 13376
/proc/meminfo: memFree=1660296/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=123964 CPUtime=211.67
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 30449 0 0 0 21147 20 0 0 25 0 1 0 45781060 126939136 30382 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 30991 30382 80 151 0 30837 0
Current children cumulated CPU time (s) 219.08
Current children cumulated vsize (KiB) 140968

[startup+282.302 s]

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

[pid=13296] ppid=13273 vsize=427300 CPUtime=2838.45
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 105279 0 0 0 283727 118 0 0 25 0 1 0 45781060 437555200 105212 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 106825 105212 80 151 0 106671 0
Current children cumulated CPU time (s) 2845.86
Current children cumulated vsize (KiB) 444304

[startup+2922.3 s]
/proc/loadavg: 2.00 2.24 2.48 3/90 13474
/proc/meminfo: memFree=918976/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=432348 CPUtime=2898.16
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 106550 0 0 0 289696 120 0 0 25 0 1 0 45781060 442724352 106483 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 108087 106483 80 151 0 107933 0
Current children cumulated CPU time (s) 2905.57
Current children cumulated vsize (KiB) 449352

[startup+2982.3 s]
/proc/loadavg: 2.00 2.20 2.45 3/90 13474
/proc/meminfo: memFree=911424/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=439752 CPUtime=2957.85
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 108411 0 0 0 295663 122 0 0 25 0 1 0 45781060 450306048 108344 996147200 134512640 135134323 4294956192 18446744073709551615 134529609 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 109938 108344 80 151 0 109784 0
Current children cumulated CPU time (s) 2965.26
Current children cumulated vsize (KiB) 456756

[startup+3042.3 s]
/proc/loadavg: 2.00 2.16 2.42 3/90 13474
/proc/meminfo: memFree=904384/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=446820 CPUtime=3017.57
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 110171 0 0 0 301633 124 0 0 25 0 1 0 45781060 457543680 110104 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 111705 110104 80 151 0 111551 0
Current children cumulated CPU time (s) 3024.98
Current children cumulated vsize (KiB) 463824

[startup+3102.3 s]
/proc/loadavg: 2.00 2.13 2.39 3/90 13474
/proc/meminfo: memFree=896448/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=454528 CPUtime=3077.27
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 112124 0 0 0 307600 127 0 0 25 0 1 0 45781060 465436672 112057 996147200 134512640 135134323 4294956192 18446744073709551615 134534006 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 113632 112057 80 151 0 113478 0
Current children cumulated CPU time (s) 3084.68
Current children cumulated vsize (KiB) 471532

[startup+3162.3 s]
/proc/loadavg: 2.00 2.10 2.36 3/90 13476
/proc/meminfo: memFree=889408/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=461392 CPUtime=3136.97
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 113843 0 0 0 313568 129 0 0 25 0 1 0 45781060 472465408 113776 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 115348 113776 80 151 0 115194 0
Current children cumulated CPU time (s) 3144.38
Current children cumulated vsize (KiB) 478396

[startup+3222.3 s]
/proc/loadavg: 2.00 2.08 2.34 3/90 13476
/proc/meminfo: memFree=882688/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=467868 CPUtime=3196.67
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 115491 0 0 0 319537 130 0 0 25 0 1 0 45781060 479096832 115424 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 116967 115424 80 151 0 116813 0
Current children cumulated CPU time (s) 3204.08
Current children cumulated vsize (KiB) 484872

[startup+3282.3 s]
/proc/loadavg: 2.04 2.08 2.32 3/90 13476
/proc/meminfo: memFree=875392/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=475132 CPUtime=3256.38
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 117286 0 0 0 325506 132 0 0 25 0 1 0 45781060 486535168 117219 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 118783 117219 80 151 0 118629 0
Current children cumulated CPU time (s) 3263.79
Current children cumulated vsize (KiB) 492136

[startup+3342.3 s]
/proc/loadavg: 2.01 2.06 2.30 3/90 13476
/proc/meminfo: memFree=868736/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=481908 CPUtime=3316.08
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 118981 0 0 0 331474 134 0 0 25 0 1 0 45781060 493473792 118914 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 120477 118914 80 151 0 120323 0
Current children cumulated CPU time (s) 3323.49
Current children cumulated vsize (KiB) 498912

[startup+3402.31 s]
/proc/loadavg: 2.00 2.05 2.27 3/90 13476
/proc/meminfo: memFree=864768/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=485696 CPUtime=3375.79
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 119926 0 0 0 337444 135 0 0 25 0 1 0 45781060 497352704 119859 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 121424 119859 80 151 0 121270 0
Current children cumulated CPU time (s) 3383.2
Current children cumulated vsize (KiB) 502700

[startup+3462.3 s]
/proc/loadavg: 2.00 2.04 2.25 3/90 13476
/proc/meminfo: memFree=860672/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=489636 CPUtime=3435.48
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 120940 0 0 0 343412 136 0 0 25 0 1 0 45781060 501387264 120873 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 122409 120873 80 151 0 122255 0
Current children cumulated CPU time (s) 3442.89
Current children cumulated vsize (KiB) 506640

[startup+3522.3 s]
/proc/loadavg: 2.00 2.03 2.24 3/90 13476
/proc/meminfo: memFree=856768/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=493476 CPUtime=3495.19
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 121914 0 0 0 349381 138 0 0 25 0 1 0 45781060 505319424 121847 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 123369 121847 80 151 0 123215 0
Current children cumulated CPU time (s) 3502.6
Current children cumulated vsize (KiB) 510480

[startup+3582.3 s]
/proc/loadavg: 2.00 2.02 2.22 3/90 13476
/proc/meminfo: memFree=852736/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=497600 CPUtime=3554.89
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 122907 0 0 0 355350 139 0 0 25 0 1 0 45781060 509542400 122840 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 124400 122840 80 151 0 124246 0
Current children cumulated CPU time (s) 3562.3
Current children cumulated vsize (KiB) 514604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.2 s]
/proc/loadavg: 2.00 2.02 2.21 4/90 13476
/proc/meminfo: memFree=851264/2055920 swapFree=4176408/4192956
[pid=13273] ppid=13271 vsize=17004 CPUtime=7.41
/proc/13273/stat : 13273 (sugar++) S 13271 13273 13236 0 -1 4194304 2068 44928 6 12 7 4 663 67 16 0 1 0 45780400 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13273/statm: 4251 1150 414 3 0 830 0
[pid=13296] ppid=13273 vsize=498920 CPUtime=3592.6
/proc/13296/stat : 13296 (minisat-inc) R 13273 13273 13236 0 -1 4194304 123271 0 0 0 359121 139 0 0 25 0 1 0 45781060 510894080 123204 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13296/statm: 124730 123204 80 151 0 124576 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 515924

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

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

Child status: 0
Real time (s): 3620.3
CPU time (s): 3600.13
CPU user time (s): 3597.92
CPU system time (s): 2.21166
CPU usage (%): 99.4429
Max. virtual memory (cumulated for all children) (KiB): 890576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.92
system time used= 2.21166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170345
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13255
involuntary context switches= 115967

runsolver used 4.66429 second user time and 11.8252 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-12 21:27:08
IDJOB=1113777
IDBENCH=61639
IDSOLVER=367
FILE ID=node73/1113777-1215890828
PBS_JOBID= 7903681
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-50.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-1113777-1215890828/watcher-1113777-1215890828 -o /tmp/evaluation-result-1113777-1215890828/solver-1113777-1215890828 -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-1113777-1215890828.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97853a845ef29228db3c4cd9babf0628
RANDOM SEED=453747091

node73.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.239
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.239
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:       1828664 kB
Buffers:          4532 kB
Cached:          40676 kB
SwapCached:       5520 kB
Active:         167824 kB
Inactive:         7860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828664 kB
SwapTotal:     4192956 kB
SwapFree:      4176408 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:         146948 kB
Slab:            35892 kB
Committed_AS:   951164 kB
PageTables:       2624 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= 66488 MiB
End job on node73 at 2008-07-12 22:27:30