Trace number 1109816

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)3 3600.09 3617.74

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-10-15.xml
MD5SUM3cfc3f209680dfb37f186af7d36d0e99
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3108.81
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints50
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension50
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul 11 23:24:19 2008
0.00/0.05	c 0	PID 15313
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109816-1215811459.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109816-1215811459.xml' 'HOME/temp.csp'
0.03/0.28	c 0	1 domains, 300 variables, 2 predicates, 0 relations, 50 constraints
0.03/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.28/0.41	c 0	Parsing HOME/temp.csp
0.28/0.55	c 0	parsed 353 expressions
0.28/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.61	c 1	MAX CSP: 50 constraints
0.28/0.61	c 1	Converting to clausal form CSP
0.28/0.63	c 1	converted 41 (10%) expressions
0.28/0.63	c 1	converted 82 (20%) expressions
0.28/0.63	c 1	converted 122 (30%) expressions
0.28/0.63	c 1	converted 163 (40%) expressions
0.28/0.63	c 1	converted 203 (50%) expressions
0.28/0.63	c 1	converted 244 (60%) expressions
0.28/0.63	c 1	converted 285 (70%) expressions
0.28/0.65	c 1	converted 325 (80%) expressions
0.28/0.68	c 1	converted 366 (90%) expressions
0.28/0.84	c 1	converted 406 (100%) expressions
0.28/0.85	c 1	CSP : 660 integers, 0 booleans, 669 clauses, largest domain size 76
0.28/0.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.85	c 1	Propagation in CSP
0.28/0.87	c 1	47 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.87	c 1	CSP : 660 integers, 0 booleans, 669 clauses, largest domain size 51
0.28/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.87	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.88	c 1	CSP : 660 integers, 0 booleans, 669 clauses, largest domain size 51
0.28/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.90	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.91	c 1	66 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.29/0.91	c 1	132 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.29/0.91	c 1	198 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.29/0.91	c 1	264 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.29/0.91	c 1	330 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.29/0.92	c 1	396 (60%) CSP integer variables are encoded (143 clauses, 1637 bytes)
0.29/0.92	c 1	462 (70%) CSP integer variables are encoded (286 clauses, 3210 bytes)
0.29/0.93	c 1	528 (80%) CSP integer variables are encoded (435 clauses, 4849 bytes)
0.29/0.93	c 1	594 (90%) CSP integer variables are encoded (581 clauses, 6698 bytes)
0.29/0.93	c 1	660 (100%) CSP integer variables are encoded (1060 clauses, 12925 bytes)
1.13/1.21	c 1	67 (10%) CSP clauses are encoded (1319 clauses, 17489 bytes)
1.13/1.21	c 1	134 (20%) CSP clauses are encoded (1800 clauses, 23817 bytes)
1.13/1.22	c 1	201 (30%) CSP clauses are encoded (2261 clauses, 29848 bytes)
1.13/1.22	c 1	268 (40%) CSP clauses are encoded (2740 clauses, 36142 bytes)
1.13/1.22	c 1	335 (50%) CSP clauses are encoded (3203 clauses, 42274 bytes)
1.13/1.23	c 1	402 (60%) CSP clauses are encoded (3682 clauses, 48681 bytes)
1.13/1.23	c 1	469 (70%) CSP clauses are encoded (4145 clauses, 55363 bytes)
1.13/1.23	c 1	536 (80%) CSP clauses are encoded (4624 clauses, 62828 bytes)
1.13/1.24	c 1	603 (90%) CSP clauses are encoded (5639 clauses, 79009 bytes)
1.13/1.24	c 1	669 (100%) CSP clauses are encoded (8875 clauses, 135302 bytes)
1.13/1.24	c 1	669 CSP clauses encoded
1.13/1.25	c 1	Writing map file : HOME/temp.map
1.13/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.25	c 1	SAT : 1720 SAT variables, 8875 SAT clauses, 135302 bytes
1.13/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.28	c 1	OBJECTIVE minimize _COST
1.13/1.28	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.13/1.28	c 1	SEARCHING: _COST <= 25
1.13/1.28	c 1	SOLVING HOME/temp.cnf
1.13/1.28	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.13/1.28	c 1	This is MiniSat 2.0 beta
1.13/1.28	c 1	WARNING: for repeatability, setting FPU to use double precision
1.13/1.28	c 1	============================[ Problem Statistics ]=============================
1.13/1.28	c 1	|                                                                             |
1.13/1.28	c 1	|  Number of variables:  1720                                                 |
1.13/1.28	c 1	|  Number of clauses:    8876                                                 |
1.13/1.28	c 1	|  Parsing time:         0.00         s                                       |
1.13/1.28	c 1	============================[ Search Statistics ]==============================
1.13/1.28	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.13/1.28	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.13/1.29	c 1	===============================================================================
1.13/1.29	c 1	|         0 |    1570     7322    18841 |     2440        0    nan |  0.000 % |
1.13/1.29	c 1	===============================================================================
1.13/1.29	c 1	restarts              : 1
1.13/1.29	c 1	conflicts             : 0              (0 /sec)
1.13/1.29	c 1	decisions             : 59             (0.00 % random) (9835 /sec)
1.13/1.29	c 1	propagations          : 1720           (286714 /sec)
1.13/1.29	c 1	conflict literals     : 0              ( nan % deleted)
1.13/1.29	c 1	Memory used           : 2.16 MB
1.13/1.29	c 1	CPU time              : 0.005999 s
1.13/1.29	c 1	
1.13/1.29	c 1	SATISFIABLE
1.13/1.29	c 1	FOUND: _COST <= 25
1.13/1.29	s SATISFIABLE
1.13/1.29	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.13/1.29	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.22/1.37	c 1	Decoding HOME/temp.out
1.22/1.44	c 1	OBJECTIVE _COST 25
1.22/1.44	o 25
1.22/1.45	v 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
1.22/1.46	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.50	c 1	OBJECTIVE BOUND: 0 <= _COST <= 25
1.22/1.50	c 1	SEARCHING: _COST <= 12
1.22/1.50	c 1	SOLVING HOME/temp.cnf
1.22/1.50	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.22/1.51	c 1	This is MiniSat 2.0 beta
1.22/1.51	c 1	WARNING: for repeatability, setting FPU to use double precision
1.22/1.51	c 1	============================[ Problem Statistics ]=============================
1.22/1.51	c 1	|                                                                             |
1.22/1.51	c 1	|  Number of variables:  1720                                                 |
1.22/1.51	c 1	|  Number of clauses:    8876                                                 |
1.22/1.51	c 1	|  Parsing time:         0.00         s                                       |
1.22/1.51	c 1	============================[ Search Statistics ]==============================
1.22/1.51	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.22/1.51	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.22/1.51	c 1	===============================================================================
1.22/1.51	c 1	|         0 |    1477     6304    16053 |     2101        0    nan |  0.000 % |
1.22/1.51	c 1	===============================================================================
1.22/1.51	c 1	restarts              : 1
1.22/1.51	c 1	conflicts             : 0              (0 /sec)
1.22/1.51	c 1	decisions             : 70             (0.00 % random) (14003 /sec)
1.22/1.51	c 1	propagations          : 1720           (344069 /sec)
1.22/1.51	c 1	conflict literals     : 0              ( nan % deleted)
1.22/1.51	c 1	Memory used           : 2.16 MB
1.22/1.51	c 1	CPU time              : 0.004999 s
1.22/1.51	c 1	
1.22/1.51	c 1	SATISFIABLE
1.22/1.51	c 1	FOUND: _COST <= 12
1.22/1.51	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.22/1.51	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.41/1.60	c 2	Decoding HOME/temp.out
1.41/1.67	c 2	OBJECTIVE _COST 12
1.41/1.67	o 12
1.41/1.68	v 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0
1.41/1.69	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.73	c 2	OBJECTIVE BOUND: 0 <= _COST <= 12
1.41/1.73	c 2	SEARCHING: _COST <= 6
1.41/1.73	c 2	SOLVING HOME/temp.cnf
1.41/1.73	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.41/1.73	c 2	This is MiniSat 2.0 beta
1.41/1.73	c 2	WARNING: for repeatability, setting FPU to use double precision
1.41/1.73	c 2	============================[ Problem Statistics ]=============================
1.41/1.73	c 2	|                                                                             |
1.41/1.73	c 2	|  Number of variables:  1720                                                 |
1.41/1.73	c 2	|  Number of clauses:    8876                                                 |
1.41/1.74	c 2	|  Parsing time:         0.00         s                                       |
1.41/1.74	c 2	============================[ Search Statistics ]==============================
1.41/1.74	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.41/1.74	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.41/1.74	c 2	===============================================================================
1.41/1.74	c 2	|         0 |    1415     5581    14064 |     1860        0    nan |  0.000 % |
1.41/1.74	c 2	===============================================================================
1.41/1.74	c 2	restarts              : 1
1.41/1.74	c 2	conflicts             : 0              (0 /sec)
1.41/1.74	c 2	decisions             : 77             (0.00 % random) (15403 /sec)
1.41/1.74	c 2	propagations          : 1720           (344069 /sec)
1.41/1.74	c 2	conflict literals     : 0              ( nan % deleted)
1.41/1.74	c 2	Memory used           : 2.16 MB
1.41/1.74	c 2	CPU time              : 0.004999 s
1.41/1.74	c 2	
1.41/1.74	c 2	SATISFIABLE
1.41/1.74	c 2	FOUND: _COST <= 6
1.41/1.74	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.41/1.74	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.60/1.82	c 2	Decoding HOME/temp.out
1.60/1.89	c 2	OBJECTIVE _COST 6
1.60/1.90	o 6
1.60/1.91	v 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
1.60/1.91	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.60/1.96	c 2	OBJECTIVE BOUND: 0 <= _COST <= 6
1.60/1.96	c 2	SEARCHING: _COST <= 3
1.60/1.96	c 2	SOLVING HOME/temp.cnf
1.60/1.96	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.60/1.96	c 2	This is MiniSat 2.0 beta
1.60/1.96	c 2	WARNING: for repeatability, setting FPU to use double precision
1.60/1.96	c 2	============================[ Problem Statistics ]=============================
1.60/1.96	c 2	|                                                                             |
1.60/1.96	c 2	|  Number of variables:  1720                                                 |
1.60/1.96	c 2	|  Number of clauses:    8876                                                 |
1.60/1.97	c 2	|  Parsing time:         0.00         s                                       |
1.60/1.97	c 2	============================[ Search Statistics ]==============================
1.60/1.97	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.97	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.97	c 2	===============================================================================
1.60/1.97	c 2	|         0 |    1362     5104    12789 |     1701        0    nan |  0.000 % |
1.60/1.97	c 2	|       100 |    1362     5104    12789 |     1871      100     38 | 20.814 % |
1.60/1.98	c 2	|       250 |    1362     5104    12789 |     2058      250     42 | 20.814 % |
1.60/1.99	c 2	|       475 |    1362     5104    12789 |     2264      475     48 | 20.815 % |
1.76/2.01	c 2	|       812 |    1362     5104    12789 |     2490      812     54 | 20.814 % |
1.76/2.05	c 2	|      1318 |    1362     5104    12789 |     2740     1318     55 | 20.815 % |
1.89/2.12	c 2	|      2077 |    1362     5104    12789 |     3014     2077     59 | 20.814 % |
1.99/2.20	c 2	|      3218 |    1362     5104    12789 |     3315     3218     58 | 20.815 % |
2.08/2.36	c 2	|      4928 |    1362     5104    12789 |     3646     2482     58 | 20.814 % |
2.28/2.59	c 3	|      7492 |    1362     5104    12789 |     4011     5046     58 | 20.815 % |
2.78/3.00	c 3	|     11337 |    1362     5104    12789 |     4412     3584     66 | 20.814 % |
3.38/3.64	c 4	|     17103 |    1362     5104    12789 |     4854     3405     55 | 20.815 % |
4.57/4.84	c 5	|     25753 |    1362     5104    12789 |     5339     5639     66 | 20.815 % |
6.26/6.58	c 7	|     38730 |    1362     5104    12789 |     5873     5091     50 | 20.815 % |
9.24/9.53	c 9	|     58192 |    1362     5104    12789 |     6460     5970     65 | 20.814 % |
13.53/13.88	c 14	|     87385 |    1362     5104    12789 |     7106     7331     59 | 20.815 % |
20.69/21.05	c 21	|    131174 |    1362     5104    12789 |     7817     7868     58 | 20.815 % |
32.03/32.47	c 32	|    196859 |    1362     5104    12789 |     8599     8831     54 | 20.815 % |
50.24/50.76	c 51	|    295385 |    1362     5104    12789 |     9459     5984     62 | 20.814 % |
75.23/75.85	c 76	===============================================================================
75.23/75.85	c 76	restarts              : 19
75.23/75.85	c 76	conflicts             : 428492         (5829 /sec)
75.23/75.85	c 76	decisions             : 440001         (0.60 % random) (5985 /sec)
75.23/75.86	c 76	propagations          : 18672977       (254013 /sec)
75.23/75.86	c 76	conflict literals     : 26324653       (12.97 % deleted)
75.23/75.86	c 76	Memory used           : 9.95 MB
75.23/75.86	c 76	CPU time              : 73.5118 s
75.23/75.86	c 76	
75.23/75.86	c 76	SATISFIABLE
75.23/75.86	c 76	FOUND: _COST <= 3
75.23/75.86	c 76	DECODING HOME/temp.out WITH HOME/temp.map
75.23/75.86	c 76	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
75.29/75.95	c 76	Decoding HOME/temp.out
75.29/76.01	c 76	OBJECTIVE _COST 3
75.29/76.01	o 3
75.29/76.03	v 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0
75.29/76.03	c 76	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
75.29/76.08	c 76	OBJECTIVE BOUND: 0 <= _COST <= 3
75.29/76.08	c 76	SEARCHING: _COST <= 1
75.29/76.08	c 76	SOLVING HOME/temp.cnf
75.29/76.08	c 76	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
75.29/76.08	c 76	This is MiniSat 2.0 beta
75.29/76.08	c 76	WARNING: for repeatability, setting FPU to use double precision
75.29/76.08	c 76	============================[ Problem Statistics ]=============================
75.29/76.08	c 76	|                                                                             |
75.29/76.08	c 76	|  Number of variables:  1720                                                 |
75.29/76.08	c 76	|  Number of clauses:    8876                                                 |
75.29/76.09	c 76	|  Parsing time:         0.00         s                                       |
75.29/76.09	c 76	============================[ Search Statistics ]==============================
75.29/76.09	c 76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.29/76.09	c 76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.29/76.09	c 76	===============================================================================
75.29/76.09	c 76	|         0 |    1280     4627    11602 |     1542        0    nan |  0.000 % |
75.29/76.09	c 76	|       100 |    1280     4627    11602 |     1696      100     38 | 25.582 % |
75.51/76.10	c 76	|       250 |    1280     4627    11602 |     1866      250     42 | 25.582 % |
75.51/76.11	c 76	|       475 |    1280     4627    11602 |     2052      475     45 | 25.605 % |
75.51/76.14	c 76	|       812 |    1280     4627    11602 |     2258      812     49 | 25.582 % |
75.51/76.17	c 76	|      1318 |    1280     4627    11602 |     2483     1318     51 | 25.605 % |
75.51/76.23	c 76	|      2078 |    1280     4627    11602 |     2732     2078     54 | 25.605 % |
75.51/76.34	c 76	|      3217 |    1280     4627    11602 |     3005     3217     57 | 25.582 % |
75.51/76.54	c 76	|      4925 |    1280     4627    11602 |     3306     2804     58 | 25.582 % |
75.51/76.85	c 77	|      7488 |    1280     4627    11602 |     3636     3074     56 | 25.582 % |
76.61/77.28	c 77	|     11332 |    1280     4627    11602 |     4000     4308     58 | 25.582 % |
77.31/77.99	c 78	|     17098 |    1280     4627    11602 |     4400     4536     58 | 25.605 % |
78.50/79.13	c 79	|     25747 |    1280     4627    11602 |     4840     4702     59 | 25.582 % |
80.39/81.01	c 81	|     38722 |    1280     4627    11602 |     5324     4928     63 | 25.605 % |
83.27/83.92	c 84	|     58184 |    1280     4627    11602 |     5857     4018     59 | 25.605 % |
87.86/88.57	c 89	|     87376 |    1280     4627    11602 |     6442     7341     62 | 25.605 % |
94.93/95.64	c 96	|    131165 |    1280     4627    11602 |     7086     5061     55 | 25.605 % |
106.66/107.47	c 107	|    196850 |    1280     4627    11602 |     7795     6118     61 | 25.582 % |
122.78/123.64	c 124	|    295377 |    1280     4627    11602 |     8575     5157     57 | 25.605 % |
151.94/152.95	c 153	|    443166 |    1280     4627    11602 |     9432     6993     58 | 25.582 % |
192.64/193.85	c 194	|    664849 |    1247     4456    11186 |    10376     7706     57 | 27.501 % |
259.33/260.82	c 261	|    997374 |    1215     4287    10775 |    11413     5897     58 | 29.362 % |
363.13/365.20	c 365	|   1496162 |    1182     4116    10359 |    12555     8674     51 | 31.279 % |
527.44/530.21	c 530	|   2244344 |    1150     3947     9948 |    13810     7771     58 | 33.141 % |
794.45/798.55	c 798	|   3366618 |    1118     3778     9537 |    15191    11154     56 | 35.004 % |
1208.36/1214.45	c 1214	|   5050029 |    1017     3261     8279 |    16710     9648     46 | 40.872 % |
1885.20/1894.57	c 1895	|   7575145 |     910     2732     6991 |    18381    11399     52 | 47.093 % |
2925.51/2940.00	c 2940	|  11362821 |     839     2380     6134 |    20219     9828     40 | 51.222 % |
3600.06/3617.71	sh: line 1: 15385 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.06/3617.72	c ERROR INTERRUPTED
3600.06/3617.72	c 3618	CPU 3598.63 (0.05 0.02 3598.58 1.42)
3600.06/3617.72	c 3618	END Sat Jul 12 00:24:37 2008

Verifier Data (download as text)

OK	3	47
3 unsatisfied constraints, 47 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-1109816-1215811459/watcher-1109816-1215811459 -o /tmp/evaluation-result-1109816-1215811459/solver-1109816-1215811459 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109816-1215811459.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: 1.96 2.04 1.99 4/74 15313
/proc/meminfo: memFree=680584/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=12268 CPUtime=0
/proc/15313/stat : 15313 (sugar) R 15311 15313 15003 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 37847609 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15313/statm: 3067 316 241 3 0 167 0

[startup+0.0526 s]
/proc/loadavg: 1.96 2.04 1.99 4/74 15313
/proc/meminfo: memFree=680584/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=0.03
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 882 127 0 0 3 0 0 0 19 0 1 0 37847609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102945 s]
/proc/loadavg: 1.96 2.04 1.99 4/74 15313
/proc/meminfo: memFree=680584/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=0.03
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37847609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301152 s]
/proc/loadavg: 1.96 2.04 1.99 4/74 15313
/proc/meminfo: memFree=680584/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=0.03
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 37847609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701175 s]
/proc/loadavg: 1.96 2.04 1.99 4/74 15313
/proc/meminfo: memFree=680584/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=0.28
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 974 4164 0 1 3 0 22 3 15 0 1 0 37847609 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50122 s]
/proc/loadavg: 1.96 2.04 1.99 3/85 15335
/proc/meminfo: memFree=666608/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=1.22
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1123 11249 0 2 4 0 110 8 15 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 13600

[startup+3.10233 s]
/proc/loadavg: 1.96 2.04 1.99 3/77 15373
/proc/meminfo: memFree=676912/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=1.76
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1407 23869 0 5 4 1 153 18 15 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15372] ppid=15313 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37847805 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 232 193 169 0 50 0
[pid=15373] ppid=15372 vsize=4052 CPUtime=1.12
/proc/15373/stat : 15373 (minisat) R 15372 15313 15003 0 -1 4194304 706 0 0 0 112 0 0 0 25 0 1 0 37847805 4149248 692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15373/statm: 1013 692 75 150 0 860 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 23008

[startup+6.30154 s]
/proc/loadavg: 1.96 2.04 1.99 3/77 15373
/proc/meminfo: memFree=674672/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=1.76
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1407 23869 0 5 4 1 153 18 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15372] ppid=15313 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37847805 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 232 193 169 0 50 0
[pid=15373] ppid=15372 vsize=5256 CPUtime=4.3
/proc/15373/stat : 15373 (minisat) R 15372 15313 15003 0 -1 4194304 991 0 0 0 430 0 0 0 25 0 1 0 37847805 5382144 977 996147200 134512640 135127466 4294956256 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/15373/statm: 1314 977 75 150 0 1161 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 24212

[startup+12.703 s]
/proc/loadavg: 1.96 2.04 1.99 3/77 15373
/proc/meminfo: memFree=673392/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=1.76
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1407 23869 0 5 4 1 153 18 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15372] ppid=15313 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37847805 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 232 193 169 0 50 0
[pid=15373] ppid=15372 vsize=6200 CPUtime=10.67
/proc/15373/stat : 15373 (minisat) R 15372 15313 15003 0 -1 4194304 1231 0 0 0 1067 0 0 0 25 0 1 0 37847805 6348800 1217 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/15373/statm: 1550 1217 75 150 0 1397 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 25156

[startup+25.5018 s]
/proc/loadavg: 1.97 2.03 1.99 3/77 15373
/proc/meminfo: memFree=671856/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=1.76
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1407 23869 0 5 4 1 153 18 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15372] ppid=15313 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37847805 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 232 193 169 0 50 0
[pid=15373] ppid=15372 vsize=7696 CPUtime=23.41
/proc/15373/stat : 15373 (minisat) R 15372 15313 15003 0 -1 4194304 1601 0 0 0 2340 1 0 0 25 0 1 0 37847805 7880704 1587 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/15373/statm: 1924 1587 75 150 0 1771 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 26652

[startup+51.1014 s]
/proc/loadavg: 1.98 2.03 1.99 3/77 15373
/proc/meminfo: memFree=670704/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=1.76
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1407 23869 0 5 4 1 153 18 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15372] ppid=15313 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37847805 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 232 193 169 0 50 0
[pid=15373] ppid=15372 vsize=8928 CPUtime=48.88
/proc/15373/stat : 15373 (minisat) R 15372 15313 15003 0 -1 4194304 1895 0 0 0 4887 1 0 0 25 0 1 0 37847805 9142272 1881 996147200 134512640 135127466 4294956256 18446744073709551615 134527151 0 0 4096 3 0 0 0 17 1 0 0
/proc/15373/statm: 2232 1881 75 150 0 2079 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 27884

[startup+102.307 s]
/proc/loadavg: 1.99 2.02 1.99 3/77 15385
/proc/meminfo: memFree=672048/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=7196 CPUtime=26.08
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 1490 0 0 0 2607 1 0 0 25 0 1 0 37855218 7368704 1476 996147200 134512640 135127466 4294956256 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 1799 1476 75 150 0 1646 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 26152

[startup+162.302 s]
/proc/loadavg: 1.99 2.02 1.99 3/77 15385
/proc/meminfo: memFree=669232/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=10000 CPUtime=85.79
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 2159 0 0 0 8578 1 0 0 25 0 1 0 37855218 10240000 2145 996147200 134512640 135127466 4294956256 18446744073709551615 134527058 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 2500 2145 75 150 0 2347 0
Current children cumulated CPU time (s) 161.3
Current children cumulated vsize (KiB) 28956

[startup+222.302 s]
/proc/loadavg: 1.99 2.01 1.99 3/77 15385
/proc/meminfo: memFree=667696/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=11616 CPUtime=145.5
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 2537 0 0 0 14548 2 0 0 25 0 1 0 37855218 11894784 2523 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 2904 2523 75 150 0 2751 0
Current children cumulated CPU time (s) 221.01
Current children cumulated vsize (KiB) 30572

[startup+282.301 s]
/proc/loadavg: 1.99 2.01 1.99 3/77 15385
/proc/meminfo: memFree=666672/2055920 swapFree=4179920/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=12656 CPUtime=205.22
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 2765 0 0 0 20520 2 0 0 25 0 1 0 37855218 12959744 2751 996147200 134512640 135127466 4294956256 18446744073709551615 134523426 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 3164 2751 75 150 0 3011 0
Current children cumulated CPU time (s) 280.73
Current children cumulated vsize (KiB) 31612


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

[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24148 CPUtime=3011.63
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5485 0 0 0 301046 117 0 0 25 0 1 0 37855218 24727552 5471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6037 5471 75 150 0 5884 0
Current children cumulated CPU time (s) 3087.14
Current children cumulated vsize (KiB) 43104

[startup+3162.3 s]
/proc/loadavg: 2.53 2.50 2.31 3/83 15574
/proc/meminfo: memFree=1512768/2055920 swapFree=4180292/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24148 CPUtime=3071.34
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5486 0 0 0 307017 117 0 0 25 0 1 0 37855218 24727552 5472 996147200 134512640 135127466 4294956256 18446744073709551615 134527115 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6037 5472 75 150 0 5884 0
Current children cumulated CPU time (s) 3146.85
Current children cumulated vsize (KiB) 43104

[startup+3222.3 s]
/proc/loadavg: 2.50 2.49 2.32 3/83 15576
/proc/meminfo: memFree=1509696/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24148 CPUtime=3131.04
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5487 0 0 0 312986 118 0 0 25 0 1 0 37855218 24727552 5473 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6037 5473 75 150 0 5884 0
Current children cumulated CPU time (s) 3206.55
Current children cumulated vsize (KiB) 43104

[startup+3282.3 s]
/proc/loadavg: 2.67 2.54 2.35 3/83 15576
/proc/meminfo: memFree=1509696/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24148 CPUtime=3190.75
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5503 0 0 0 318957 118 0 0 25 0 1 0 37855218 24727552 5489 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6037 5489 75 150 0 5884 0
Current children cumulated CPU time (s) 3266.26
Current children cumulated vsize (KiB) 43104

[startup+3342.3 s]
/proc/loadavg: 2.73 2.57 2.37 3/83 15576
/proc/meminfo: memFree=1509696/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24148 CPUtime=3250.46
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5504 0 0 0 324928 118 0 0 25 0 1 0 37855218 24727552 5490 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6037 5490 75 150 0 5884 0
Current children cumulated CPU time (s) 3325.97
Current children cumulated vsize (KiB) 43104

[startup+3402.3 s]
/proc/loadavg: 2.51 2.54 2.37 3/83 15576
/proc/meminfo: memFree=1509632/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24292 CPUtime=3310.17
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5521 0 0 0 330899 118 0 0 25 0 1 0 37855218 24875008 5507 996147200 134512640 135127466 4294956256 18446744073709551615 134527246 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6073 5507 75 150 0 5920 0
Current children cumulated CPU time (s) 3385.68
Current children cumulated vsize (KiB) 43248

[startup+3462.3 s]
/proc/loadavg: 2.49 2.54 2.38 4/83 15576
/proc/meminfo: memFree=1509568/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24292 CPUtime=3369.88
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5523 0 0 0 336870 118 0 0 25 0 1 0 37855218 24875008 5509 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6073 5509 75 150 0 5920 0
Current children cumulated CPU time (s) 3445.39
Current children cumulated vsize (KiB) 43248

[startup+3522.3 s]
/proc/loadavg: 2.71 2.59 2.40 3/83 15576
/proc/meminfo: memFree=1509440/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24292 CPUtime=3429.6
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5523 0 0 0 342842 118 0 0 25 0 1 0 37855218 24875008 5509 996147200 134512640 135127466 4294956256 18446744073709551615 134528005 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6073 5509 75 150 0 5920 0
Current children cumulated CPU time (s) 3505.11
Current children cumulated vsize (KiB) 43248

[startup+3582.3 s]
/proc/loadavg: 2.73 2.62 2.42 3/83 15576
/proc/meminfo: memFree=1509312/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24292 CPUtime=3489.31
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5523 0 0 0 348813 118 0 0 25 0 1 0 37855218 24875008 5509 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6073 5509 75 150 0 5920 0
Current children cumulated CPU time (s) 3564.82
Current children cumulated vsize (KiB) 43248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 2.66 2.61 2.42 3/83 15576
/proc/meminfo: memFree=1509312/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24292 CPUtime=3524.55
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5525 0 0 0 352336 119 0 0 25 0 1 0 37855218 24875008 5511 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6073 5511 75 150 0 5920 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 43248

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

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

[startup+3617.7 s]
/proc/loadavg: 2.66 2.61 2.42 3/83 15576
/proc/meminfo: memFree=1509312/2055920 swapFree=4180328/4192956
[pid=15313] ppid=15311 vsize=13600 CPUtime=75.51
/proc/15313/stat : 15313 (sugar) S 15311 15313 15003 0 -1 4194304 1522 30211 0 6 5 2 7521 23 16 0 1 0 37847609 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15313/statm: 3400 804 374 3 0 500 0
[pid=15384] ppid=15313 vsize=5356 CPUtime=0
/proc/15384/stat : 15384 (sh) S 15313 15313 15003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37855217 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15384/statm: 1339 232 193 169 0 50 0
[pid=15385] ppid=15384 vsize=24292 CPUtime=3524.55
/proc/15385/stat : 15385 (minisat) R 15384 15313 15003 0 -1 4194304 5525 0 0 0 352336 119 0 0 25 0 1 0 37855218 24875008 5511 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15385/statm: 6073 5511 75 150 0 5920 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 43248

Child status: 0
Real time (s): 3617.74
CPU time (s): 3600.09
CPU user time (s): 3598.64
CPU system time (s): 1.45378
CPU usage (%): 99.5121
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.64
system time used= 1.45378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37612
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3185
involuntary context switches= 47188

runsolver used 4.04038 second user time and 11.5682 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-11 23:24:19
IDJOB=1109816
IDBENCH=61018
IDSOLVER=368
FILE ID=node30/1109816-1215811459
PBS_JOBID= 7903298
Free space on /tmp= 66144 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3cfc3f209680dfb37f186af7d36d0e99
RANDOM SEED=216142483

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        681064 kB
Buffers:         40708 kB
Cached:         561756 kB
SwapCached:       7836 kB
Active:        1224684 kB
Inactive:        99036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        681064 kB
SwapTotal:     4192956 kB
SwapFree:      4179920 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:         726888 kB
Slab:            34968 kB
Committed_AS:   851528 kB
PageTables:       3256 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= 66544 MiB
End job on node30 at 2008-07-12 00:24:39