Trace number 1092358

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 6.65399 6.79189

General information on the benchmark

Namecsp/bibd7/
normalized-bibd-7-98-42-3-14_glb.xml
MD5SUM94f125ea61331f81390408aaf58cd0cd
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.271958
Satisfiable
(Un)Satisfiability was proved
Number of variables2744
Number of constraints2184
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2058
Global constraints used (with number of constraints)weightedsum(126)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Sat Jul  5 15:33:06 2008
0.03/0.04	c 0	PID 3392
0.03/0.05	c 0	HOST node43.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1092358-1215264785.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092358-1215264785.xml' 'HOME/temp.csp'
0.03/0.82	c 0	1 domains, 2744 variables, 1 predicates, 0 relations, 2184 constraints
0.03/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.91	c 0	Parsing HOME/temp.csp
1.05/1.19	c 1	parsed 4930 expressions
1.05/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.19	c 1	Converting to clausal form CSP
1.14/1.23	c 1	converted 493 (10%) expressions
1.14/1.23	c 1	converted 986 (20%) expressions
1.14/1.23	c 1	converted 1479 (30%) expressions
1.14/1.24	c 1	converted 1972 (40%) expressions
1.14/1.25	c 1	converted 2465 (50%) expressions
1.35/1.49	c 1	converted 2958 (60%) expressions
1.54/1.69	c 1	converted 3451 (70%) expressions
1.74/1.89	c 1	converted 3944 (80%) expressions
1.94/2.02	c 2	converted 4437 (90%) expressions
2.44/2.57	c 2	converted 4930 (100%) expressions
2.44/2.57	c 2	CSP : 12236 integers, 4116 booleans, 31584 clauses, largest domain size 50
2.44/2.57	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.44/2.57	c 2	Propagation in CSP
2.63/2.75	c 2	2450 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.63/2.76	c 2	CSP : 12236 integers, 4116 booleans, 31584 clauses, largest domain size 50
2.63/2.76	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.77	c 2	Simplifing CSP by introducing new Boolean variables
2.63/2.79	c 2	CSP : 12236 integers, 4116 booleans, 31584 clauses, largest domain size 50
2.63/2.79	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.83/2.92	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.83/2.95	c 2	1224 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.83/2.96	c 2	2448 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.83/2.96	c 2	3671 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.83/2.96	c 2	4895 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.83/2.96	c 2	6118 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.83/2.97	c 2	7342 (60%) CSP integer variables are encoded (2270 clauses, 29574 bytes)
2.83/2.98	c 2	8566 (70%) CSP integer variables are encoded (7860 clauses, 112789 bytes)
2.83/2.99	c 3	9789 (80%) CSP integer variables are encoded (13042 clauses, 190519 bytes)
2.83/2.99	c 3	11013 (90%) CSP integer variables are encoded (18183 clauses, 267634 bytes)
2.92/3.00	c 3	12236 (100%) CSP integer variables are encoded (23422 clauses, 346219 bytes)
2.92/3.08	c 3	3159 (10%) CSP clauses are encoded (26581 clauses, 391766 bytes)
3.02/3.10	c 3	6317 (20%) CSP clauses are encoded (29739 clauses, 437756 bytes)
3.02/3.12	c 3	9476 (30%) CSP clauses are encoded (32898 clauses, 485137 bytes)
3.02/3.14	c 3	12634 (40%) CSP clauses are encoded (36056 clauses, 532513 bytes)
3.02/3.17	c 3	15792 (50%) CSP clauses are encoded (39214 clauses, 579875 bytes)
3.02/3.19	c 3	18951 (60%) CSP clauses are encoded (42373 clauses, 627263 bytes)
3.23/3.32	c 3	22109 (70%) CSP clauses are encoded (88283 clauses, 1451029 bytes)
3.42/3.50	c 3	25268 (80%) CSP clauses are encoded (171104 clauses, 3100947 bytes)
3.52/3.66	c 3	28426 (90%) CSP clauses are encoded (245938 clauses, 4589764 bytes)
3.71/3.83	c 3	31584 (100%) CSP clauses are encoded (321118 clauses, 6085597 bytes)
3.71/3.83	c 3	31584 CSP clauses encoded
3.71/3.83	c 3	Writing map file : HOME/temp.map
3.71/3.89	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.89	c 3	SAT : 39774 SAT variables, 321118 SAT clauses, 6085597 bytes
3.71/3.89	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.80/3.92	c 3	SOLVING HOME/temp.cnf
3.80/3.92	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.80/3.92	c 3	This is MiniSat 2.0 beta
3.80/3.92	c 3	WARNING: for repeatability, setting FPU to use double precision
3.80/3.92	c 3	============================[ Problem Statistics ]=============================
3.80/3.92	c 3	|                                                                             |
3.80/3.93	c 3	|  Number of variables:  39774                                                |
3.80/3.93	c 3	|  Number of clauses:    321118                                               |
3.82/4.10	c 4	|  Parsing time:         0.15         s                                       |
3.82/4.11	c 4	============================[ Search Statistics ]==============================
3.82/4.11	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.82/4.11	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.82/4.11	c 4	===============================================================================
3.82/4.11	c 4	|         0 |   39774   321118   874790 |   107039        0    nan |  0.000 % |
3.82/4.13	c 4	|       101 |   39774   321118   874790 |   117743      101     43 |  0.000 % |
3.82/4.21	c 4	|       251 |   39774   321118   874790 |   129517      251     33 |  0.000 % |
4.38/4.56	c 4	|       476 |   39774   321118   874790 |   142469      476     30 |  0.000 % |
4.68/4.86	c 4	|       813 |   39774   321118   874790 |   156716      813     25 |  0.000 % |
4.87/5.08	c 5	|      1320 |   39774   321118   874790 |   172387     1320     26 |  0.000 % |
5.07/5.29	c 5	|      2079 |   39774   321118   874790 |   189626     2079     28 |  0.000 % |
5.96/6.12	c 6	===============================================================================
5.96/6.12	c 6	restarts              : 7
5.96/6.12	c 6	conflicts             : 2838           (1317 /sec)
5.96/6.12	c 6	decisions             : 26576          (0.97 % random) (12328 /sec)
5.96/6.12	c 6	propagations          : 3338632        (1548766 /sec)
5.96/6.13	c 6	conflict literals     : 70559          (10.84 % deleted)
5.96/6.13	c 6	Memory used           : 18.20 MB
5.96/6.13	c 6	CPU time              : 2.15567 s
5.96/6.13	c 6	
5.96/6.14	c 6	SATISFIABLE
5.96/6.14	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.96/6.14	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.02/6.22	c 6	Decoding HOME/temp.out
6.46/6.64	s SATISFIABLE
6.55/6.75	v 0 0 0 0 1 1 1 1 1 1 1 1 0 1 0 0 0 1 1 0 0 1 1 1 1 1 0 1 0 1 0 1 0 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 1 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 1 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 0 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 1 0 1 1 1 0 1 1 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 1 1 0 0 1 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 1 1 1 0 0 1 0 0 0 1 1 1 1 1 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 1 0 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 1 1 0 0 1 1 1 0 0 1 1 0 1 0 0 0 1 1 0 1 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 1 0 1 1 0 0 0 1 0 1 0 0 1 1 1 1 1 0 1 1 0 0 1 1 0 1 1 1 0 1 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 1 1 1 0 1 0 1 0 0 0 0 1 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 1 1 1 0 1 0 1 1 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 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 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0
6.55/6.75	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.55/6.79	c 6	CPU 6.38 (0.05 0.02 6.33 0.23)
6.55/6.79	c 6	END Sat Jul  5 15:33:12 2008

Verifier Data (download as text)

OK

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-1092358-1215264785/watcher-1092358-1215264785 -o /tmp/evaluation-result-1092358-1215264785/solver-1092358-1215264785 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1092358-1215264785.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.86 1.98 2.01 4/84 3392
/proc/meminfo: memFree=1733568/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=18572 CPUtime=0
/proc/3392/stat : 3392 (runsolver) R 3390 3392 3256 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 2005451021 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3392/statm: 4643 292 257 25 0 2626 0

[startup+0.0453119 s]
/proc/loadavg: 1.86 1.98 2.01 4/84 3392
/proc/meminfo: memFree=1733568/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=13600 CPUtime=0.03
/proc/3392/stat : 3392 (sugar) R 3390 3392 3256 0 -1 4194304 783 0 0 0 3 0 0 0 23 0 1 0 2005451021 13926400 751 996147200 4194304 4206940 548682068608 18446744073709551615 221968228349 0 0 4224 0 0 0 0 17 1 0 0
/proc/3392/statm: 3400 751 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102317 s]
/proc/loadavg: 1.86 1.98 2.01 4/84 3392
/proc/meminfo: memFree=1733568/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=13600 CPUtime=0.03
/proc/3392/stat : 3392 (sugar) S 3390 3392 3256 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 2005451021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3392/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30133 s]
/proc/loadavg: 1.86 1.98 2.01 4/84 3392
/proc/meminfo: memFree=1733568/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=13600 CPUtime=0.03
/proc/3392/stat : 3392 (sugar) S 3390 3392 3256 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 2005451021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3392/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702372 s]
/proc/loadavg: 1.86 1.98 2.01 4/84 3392
/proc/meminfo: memFree=1733568/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=13600 CPUtime=0.03
/proc/3392/stat : 3392 (sugar) S 3390 3392 3256 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 2005451021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3392/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 1.87 1.98 2.01 4/95 3414
/proc/meminfo: memFree=1725800/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=13600 CPUtime=0.8
/proc/3392/stat : 3392 (sugar) S 3390 3392 3256 0 -1 4194304 974 6787 0 1 3 0 73 4 15 0 1 0 2005451021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3392/statm: 3400 797 370 3 0 500 0
[pid=3405] ppid=3392 vsize=5356 CPUtime=0
/proc/3405/stat : 3405 (sh) S 3392 3392 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005451105 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1339 233 193 169 0 50 0
[pid=3406] ppid=3405 vsize=868272 CPUtime=0.64
/proc/3406/stat : 3406 (java) S 3405 3392 3256 0 -1 0 5700 0 1 0 61 3 0 0 18 0 9 0 2005451105 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3406/statm: 217068 5112 1731 9 0 211643 0
[pid=3406/tid=3407] ppid=3405 vsize=868272 CPUtime=0.38
/proc/3406/task/3407/stat : 3407 (java) R 3405 3392 3256 0 -1 64 2665 0 1 0 36 2 0 0 22 0 9 0 2005451106 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4126648295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3408] ppid=3405 vsize=868272 CPUtime=0.04
/proc/3406/task/3408/stat : 3408 (java) S 3405 3392 3256 0 -1 64 884 0 0 0 4 0 0 0 16 0 9 0 2005451107 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3409] ppid=3405 vsize=868272 CPUtime=0
/proc/3406/task/3409/stat : 3409 (java) S 3405 3392 3256 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005451107 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3410] ppid=3405 vsize=868272 CPUtime=0
/proc/3406/task/3410/stat : 3410 (java) S 3405 3392 3256 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005451107 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3411] ppid=3405 vsize=868272 CPUtime=0
/proc/3406/task/3411/stat : 3411 (java) S 3405 3392 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005451109 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3412] ppid=3405 vsize=868272 CPUtime=0.19
/proc/3406/task/3412/stat : 3412 (java) S 3405 3392 3256 0 -1 64 1460 0 0 0 19 0 0 0 16 0 9 0 2005451109 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3413] ppid=3405 vsize=868272 CPUtime=0
/proc/3406/task/3413/stat : 3413 (java) S 3405 3392 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005451109 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3414] ppid=3405 vsize=868272 CPUtime=0
/proc/3406/task/3414/stat : 3414 (java) S 3405 3392 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005451109 889110528 5112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887228

[startup+3.10159 s]
/proc/loadavg: 1.87 1.98 2.01 4/95 3414
/proc/meminfo: memFree=1707880/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=13600 CPUtime=0.81
/proc/3392/stat : 3392 (sugar) S 3390 3392 3256 0 -1 4194304 974 6787 0 1 4 0 73 4 15 0 1 0 2005451021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3392/statm: 3400 797 370 3 0 500 0
[pid=3405] ppid=3392 vsize=5356 CPUtime=0
/proc/3405/stat : 3405 (sh) S 3392 3392 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005451105 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3405/statm: 1339 233 193 169 0 50 0
[pid=3406] ppid=3405 vsize=868500 CPUtime=2.21
/proc/3406/stat : 3406 (java) S 3405 3392 3256 0 -1 0 11591 0 1 0 214 7 0 0 18 0 9 0 2005451105 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3406/statm: 217125 10483 2565 9 0 211672 0
[pid=3406/tid=3407] ppid=3405 vsize=868500 CPUtime=1.33
/proc/3406/task/3407/stat : 3407 (java) R 3405 3392 3256 0 -1 64 2983 0 1 0 130 3 0 0 25 0 9 0 2005451106 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4126476114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3408] ppid=3405 vsize=868500 CPUtime=0.56
/proc/3406/task/3408/stat : 3408 (java) S 3405 3392 3256 0 -1 64 6391 0 0 0 53 3 0 0 16 0 9 0 2005451107 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3409] ppid=3405 vsize=868500 CPUtime=0
/proc/3406/task/3409/stat : 3409 (java) S 3405 3392 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005451107 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3410] ppid=3405 vsize=868500 CPUtime=0
/proc/3406/task/3410/stat : 3410 (java) S 3405 3392 3256 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005451107 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3411] ppid=3405 vsize=868500 CPUtime=0
/proc/3406/task/3411/stat : 3411 (java) S 3405 3392 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005451109 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3412] ppid=3405 vsize=868500 CPUtime=0.3
/proc/3406/task/3412/stat : 3412 (java) S 3405 3392 3256 0 -1 64 1525 0 0 0 30 0 0 0 16 0 9 0 2005451109 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3413] ppid=3405 vsize=868500 CPUtime=0
/proc/3406/task/3413/stat : 3413 (java) S 3405 3392 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005451109 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3406/tid=3414] ppid=3405 vsize=868500 CPUtime=0
/proc/3406/task/3414/stat : 3414 (java) S 3405 3392 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005451109 889344000 10483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887456

[startup+6.30187 s]
/proc/loadavg: 1.87 1.98 2.01 3/87 3416
/proc/meminfo: memFree=1707816/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=13600 CPUtime=6.02
/proc/3392/stat : 3392 (sugar) S 3390 3392 3256 0 -1 4194304 1090 23471 0 2 4 0 579 19 16 0 1 0 2005451021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3392/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 13600

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

[startup+6.70291 s]
/proc/loadavg: 1.88 1.98 2.01 4/95 3426
/proc/meminfo: memFree=1719144/2055920 swapFree=4179776/4192956
[pid=3392] ppid=3390 vsize=13600 CPUtime=6.04
/proc/3392/stat : 3392 (sugar) S 3390 3392 3256 0 -1 4194304 1090 23471 0 2 5 1 579 19 15 0 1 0 2005451021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3392/statm: 3400 799 370 3 0 500 0
[pid=3417] ppid=3392 vsize=5356 CPUtime=0
/proc/3417/stat : 3417 (sh) S 3392 3392 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005451636 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3417/statm: 1339 233 193 169 0 50 0
[pid=3418] ppid=3417 vsize=864008 CPUtime=0.51
/proc/3418/stat : 3418 (java) S 3417 3392 3256 0 -1 0 3671 0 1 0 49 2 0 0 18 0 9 0 2005451637 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3418/statm: 216002 3142 1669 9 0 210584 0
[pid=3418/tid=3419] ppid=3417 vsize=864008 CPUtime=0.42
/proc/3418/task/3419/stat : 3419 (java) R 3417 3392 3256 0 -1 64 2465 0 1 0 41 1 0 0 20 0 9 0 2005451638 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4125950496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3418/tid=3420] ppid=3417 vsize=864008 CPUtime=0
/proc/3418/task/3420/stat : 3420 (java) S 3417 3392 3256 0 -1 64 187 0 0 0 0 0 0 0 16 0 9 0 2005451639 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3418/tid=3421] ppid=3417 vsize=864008 CPUtime=0
/proc/3418/task/3421/stat : 3421 (java) S 3417 3392 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005451639 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3418/tid=3422] ppid=3417 vsize=864008 CPUtime=0
/proc/3418/task/3422/stat : 3422 (java) S 3417 3392 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005451639 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3418/tid=3423] ppid=3417 vsize=864008 CPUtime=0
/proc/3418/task/3423/stat : 3423 (java) S 3417 3392 3256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005451641 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3418/tid=3424] ppid=3417 vsize=864008 CPUtime=0.07
/proc/3418/task/3424/stat : 3424 (java) R 3417 3392 3256 0 -1 64 326 0 0 0 7 0 0 0 20 0 9 0 2005451641 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3418/tid=3425] ppid=3417 vsize=864008 CPUtime=0
/proc/3418/task/3425/stat : 3425 (java) S 3417 3392 3256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005451641 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3418/tid=3426] ppid=3417 vsize=864008 CPUtime=0
/proc/3418/task/3426/stat : 3426 (java) S 3417 3392 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005451641 884744192 3142 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 882964

Child status: 0
Real time (s): 6.79189
CPU time (s): 6.65399
CPU user time (s): 6.38803
CPU system time (s): 0.265959
CPU usage (%): 97.9696
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.38803
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28665
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6639
involuntary context switches= 6777

runsolver used 0.012998 second user time and 0.030995 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 15:33:05
IDJOB=1092358
IDBENCH=58612
IDSOLVER=346
FILE ID=node43/1092358-1215264785
PBS_JOBID= 7882177
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd7/normalized-bibd-7-98-42-3-14_glb.xml
COMMAND LINE= DIR/sugar -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-1092358-1215264785/watcher-1092358-1215264785 -o /tmp/evaluation-result-1092358-1215264785/solver-1092358-1215264785 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1092358-1215264785.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 94f125ea61331f81390408aaf58cd0cd
RANDOM SEED=1084257720

node43.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.230
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.230
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:       1734048 kB
Buffers:         24648 kB
Cached:         193616 kB
SwapCached:       6816 kB
Active:         167464 kB
Inactive:       102556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734048 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          69196 kB
Slab:            36724 kB
Committed_AS:  3838780 kB
PageTables:       2096 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= 66484 MiB
End job on node43 at 2008-07-05 15:33:12