Trace number 1100736

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+minisatUNSAT 86.0159 86.9811

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-29_ext.xml
MD5SUM2ff1d0b0e6bdd5eb572e276d708361aa
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.00069
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 21:53:57 2008
0.00/0.05	c 0	PID 31086
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1100736-1215287637.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-1100736-1215287637.xml' 'HOME/temp.csp'
0.04/0.98	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	c 1	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.96/1.08	c 1	Parsing HOME/temp.csp
2.63/2.76	c 3	parsed 209 expressions
2.63/2.76	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.63/2.76	c 3	Converting to clausal form CSP
2.63/2.78	c 3	converted 21 (10%) expressions
2.63/2.79	c 3	converted 42 (20%) expressions
2.73/2.81	c 3	converted 63 (30%) expressions
2.73/2.83	c 3	converted 84 (40%) expressions
2.73/2.84	c 3	converted 105 (50%) expressions
2.73/2.88	c 3	converted 126 (60%) expressions
3.13/3.29	c 3	converted 147 (70%) expressions
3.32/3.45	c 4	converted 168 (80%) expressions
3.52/3.63	c 4	converted 189 (90%) expressions
3.61/3.78	c 4	converted 209 (100%) expressions
3.61/3.78	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.61/3.78	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.61/3.78	c 4	Propagation in CSP
3.61/3.78	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.61/3.78	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.61/3.78	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.61/3.78	c 4	Simplifing CSP by introducing new Boolean variables
3.61/3.78	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.61/3.78	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.82/3.96	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.82/3.98	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.82/3.98	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.82/3.98	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.82/3.98	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.82/3.99	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.82/3.99	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.82/3.99	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.82/3.99	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.82/3.99	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.82/3.99	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.21/4.33	c 4	9 (10%) CSP clauses are encoded (34513 clauses, 666594 bytes)
4.41/4.58	c 5	17 (20%) CSP clauses are encoded (58715 clauses, 1183951 bytes)
4.70/4.85	c 5	26 (30%) CSP clauses are encoded (85785 clauses, 1778413 bytes)
5.00/5.10	c 5	34 (40%) CSP clauses are encoded (110153 clauses, 2347775 bytes)
5.20/5.35	c 5	42 (50%) CSP clauses are encoded (134388 clauses, 2913550 bytes)
5.49/5.64	c 6	51 (60%) CSP clauses are encoded (161676 clauses, 3550847 bytes)
5.69/5.89	c 6	59 (70%) CSP clauses are encoded (186093 clauses, 4121362 bytes)
5.99/6.16	c 6	68 (80%) CSP clauses are encoded (213528 clauses, 4762154 bytes)
6.28/6.41	c 6	76 (90%) CSP clauses are encoded (237723 clauses, 5327459 bytes)
6.49/6.65	c 7	84 (100%) CSP clauses are encoded (261693 clauses, 5887293 bytes)
6.49/6.65	c 7	84 CSP clauses encoded
6.49/6.65	c 7	Writing map file : HOME/temp.map
6.49/6.66	c 7	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.49/6.66	c 7	SAT : 7160 SAT variables, 261693 SAT clauses, 5887293 bytes
6.49/6.66	c 7	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.55/6.70	c 7	SOLVING HOME/temp.cnf
6.55/6.70	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.55/6.70	c 7	This is MiniSat 2.0 beta
6.55/6.70	c 7	WARNING: for repeatability, setting FPU to use double precision
6.55/6.70	c 7	============================[ Problem Statistics ]=============================
6.55/6.70	c 7	|                                                                             |
6.55/6.70	c 7	|  Number of variables:  7160                                                 |
6.55/6.70	c 7	|  Number of clauses:    261693                                               |
6.57/6.86	c 7	|  Parsing time:         0.13         s                                       |
6.57/6.87	c 7	============================[ Search Statistics ]==============================
6.57/6.87	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.57/6.87	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.57/6.87	c 7	===============================================================================
6.57/6.87	c 7	|         0 |    7160   261693  1002855 |    87231        0    nan |  0.000 % |
6.57/6.96	c 7	|       100 |    7160   261693  1002855 |    95954      100      7 |  0.000 % |
6.57/7.06	c 7	|       251 |    7160   261693  1002855 |   105549      251      8 |  0.000 % |
6.57/7.26	c 7	|       481 |    7160   261693  1002855 |   116104      481      8 |  0.001 % |
6.57/7.49	c 8	|       818 |    7160   261693  1002855 |   127714      818      9 |  0.000 % |
7.74/7.92	c 8	|      1324 |    7160   261693  1002855 |   140486     1324      9 |  0.001 % |
8.24/8.41	c 8	|      2083 |    7160   261693  1002855 |   154535     2083      9 |  0.001 % |
8.73/8.95	c 9	|      3222 |    7158   261693  1002855 |   169988     3221     11 |  0.028 % |
9.91/10.17	c 10	|      4930 |    7158   261693  1002855 |   186987     4929     12 |  0.028 % |
11.60/11.81	c 12	|      7493 |    7158   261519  1002330 |   205686     6289     12 |  0.028 % |
14.17/14.49	c 15	|     11339 |    7158   261519  1002330 |   226254    10135     13 |  0.028 % |
17.34/17.67	c 18	|     17105 |    7158   261519  1002330 |   248880    15901     14 |  0.028 % |
24.97/25.37	c 25	|     25754 |    7158   261519  1002330 |   273768    24550     14 |  0.028 % |
34.75/35.27	c 35	|     38728 |    7136   259365   994469 |   301145    23818     14 |  0.335 % |
52.68/53.33	c 53	|     58190 |    7136   259365   994469 |   331259    43280     14 |  0.335 % |
81.89/82.84	c 83	|     87382 |    7047   249287   955566 |   364385    48590     14 |  1.578 % |
85.76/86.79	c 87	===============================================================================
85.76/86.79	c 87	restarts              : 16
85.76/86.79	c 87	conflicts             : 92261          (1164 /sec)
85.76/86.79	c 87	decisions             : 128041         (1.83 % random) (1616 /sec)
85.76/86.79	c 87	propagations          : 28214343       (356026 /sec)
85.76/86.79	c 87	conflict literals     : 1348786        (53.89 % deleted)
85.76/86.79	c 87	Memory used           : 20.43 MB
85.76/86.79	c 87	CPU time              : 79.248 s
85.76/86.79	c 87	
85.76/86.79	c 87	UNSATISFIABLE
85.76/86.80	c 87	DECODING HOME/temp.out WITH HOME/temp.map
85.76/86.80	c 87	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
85.87/86.89	c 87	Decoding HOME/temp.out
85.87/86.92	s UNSATISFIABLE
85.87/86.92	c 87	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
85.87/86.98	c 87	CPU 85.66 (0.03 0.01 85.63 0.32)
85.87/86.98	c 87	END Sat Jul  5 21:55:24 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1100736-1215287637/watcher-1100736-1215287637 -o /tmp/evaluation-result-1100736-1215287637/solver-1100736-1215287637 -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-1100736-1215287637.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: 2.00 2.00 2.00 4/84 31086
/proc/meminfo: memFree=1661576/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=18572 CPUtime=0
/proc/31086/stat : 31086 (runsolver) R 31084 31086 26423 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2007737864 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31086/statm: 4643 292 257 25 0 2626 0

[startup+0.096498 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 31086
/proc/meminfo: memFree=1661576/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=0.04
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007737864 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101494 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 31086
/proc/meminfo: memFree=1661576/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=0.04
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007737864 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301526 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 31086
/proc/meminfo: memFree=1661576/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=0.04
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007737864 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701585 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 31086
/proc/meminfo: memFree=1661576/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=0.04
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007737864 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 31100
/proc/meminfo: memFree=1657008/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=0.96
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 973 7979 0 1 3 1 86 6 16 0 1 0 2007737864 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 797 370 3 0 500 0
[pid=31099] ppid=31086 vsize=5356 CPUtime=0
/proc/31099/stat : 31099 (sh) S 31086 31086 26423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007737963 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31099/statm: 1339 233 193 169 0 50 0
[pid=31100] ppid=31099 vsize=864012 CPUtime=0.48
/proc/31100/stat : 31100 (java) S 31099 31086 26423 0 -1 0 6461 0 1 0 45 3 0 0 18 0 9 0 2007737964 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31100/statm: 216003 5754 2532 9 0 210585 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 882968

[startup+3.10294 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 31108
/proc/meminfo: memFree=1631536/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=0.96
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 973 7979 0 1 3 1 86 6 15 0 1 0 2007737864 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 797 370 3 0 500 0
[pid=31099] ppid=31086 vsize=5356 CPUtime=0
/proc/31099/stat : 31099 (sh) S 31086 31086 26423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007737963 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31099/statm: 1339 233 193 169 0 50 0
[pid=31100] ppid=31099 vsize=864220 CPUtime=2.07
/proc/31100/stat : 31100 (java) S 31099 31086 26423 0 -1 0 15048 0 1 0 199 8 0 0 18 0 9 0 2007737964 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31100/statm: 216055 14293 2540 9 0 210630 0
[pid=31100/tid=31101] ppid=31099 vsize=864220 CPUtime=1.08
/proc/31100/task/31101/stat : 31101 (java) R 31099 31086 26423 0 -1 64 2863 0 1 0 106 2 0 0 25 0 9 0 2007737965 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31102] ppid=31099 vsize=864220 CPUtime=0.9
/proc/31100/task/31102/stat : 31102 (java) R 31099 31086 26423 0 -1 64 11159 0 0 0 85 5 0 0 17 0 9 0 2007737966 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 103834184 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31103] ppid=31099 vsize=864220 CPUtime=0
/proc/31100/task/31103/stat : 31103 (java) S 31099 31086 26423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007737966 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31104] ppid=31099 vsize=864220 CPUtime=0
/proc/31100/task/31104/stat : 31104 (java) S 31099 31086 26423 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007737966 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31105] ppid=31099 vsize=864220 CPUtime=0
/proc/31100/task/31105/stat : 31105 (java) S 31099 31086 26423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007737968 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31106] ppid=31099 vsize=864220 CPUtime=0.06
/proc/31100/task/31106/stat : 31106 (java) S 31099 31086 26423 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 2007737968 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31107] ppid=31099 vsize=864220 CPUtime=0
/proc/31100/task/31107/stat : 31107 (java) S 31099 31086 26423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007737968 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31108] ppid=31099 vsize=864220 CPUtime=0
/proc/31100/task/31108/stat : 31108 (java) S 31099 31086 26423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007737968 884961280 14293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883176

[startup+6.30241 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 31108
/proc/meminfo: memFree=1586352/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=0.96
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 974 7979 0 1 3 1 86 6 15 0 1 0 2007737864 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 797 370 3 0 500 0
[pid=31099] ppid=31086 vsize=5356 CPUtime=0
/proc/31099/stat : 31099 (sh) S 31086 31086 26423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007737963 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31099/statm: 1339 233 193 169 0 50 0
[pid=31100] ppid=31099 vsize=864332 CPUtime=5.23
/proc/31100/stat : 31100 (java) S 31099 31086 26423 0 -1 0 20219 0 1 0 508 15 0 0 18 0 9 0 2007737964 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31100/statm: 216083 19360 2564 9 0 210630 0
[pid=31100/tid=31101] ppid=31099 vsize=864332 CPUtime=3.57
/proc/31100/task/31101/stat : 31101 (java) R 31099 31086 26423 0 -1 64 3306 0 1 0 352 5 0 0 25 0 9 0 2007737965 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31102] ppid=31099 vsize=864332 CPUtime=1.53
/proc/31100/task/31102/stat : 31102 (java) S 31099 31086 26423 0 -1 64 15866 0 0 0 145 8 0 0 16 0 9 0 2007737966 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31103] ppid=31099 vsize=864332 CPUtime=0
/proc/31100/task/31103/stat : 31103 (java) S 31099 31086 26423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007737966 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31104] ppid=31099 vsize=864332 CPUtime=0
/proc/31100/task/31104/stat : 31104 (java) S 31099 31086 26423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007737966 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31105] ppid=31099 vsize=864332 CPUtime=0
/proc/31100/task/31105/stat : 31105 (java) S 31099 31086 26423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007737968 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31106] ppid=31099 vsize=864332 CPUtime=0.09
/proc/31100/task/31106/stat : 31106 (java) S 31099 31086 26423 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 2007737968 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31107] ppid=31099 vsize=864332 CPUtime=0
/proc/31100/task/31107/stat : 31107 (java) S 31099 31086 26423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007737968 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31100/tid=31108] ppid=31099 vsize=864332 CPUtime=0
/proc/31100/task/31108/stat : 31108 (java) S 31099 31086 26423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007737968 885075968 19360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883288

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 2.00 3/87 31110
/proc/meminfo: memFree=1635888/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=16140 CPUtime=5.92
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 3906 0 0 0 590 2 0 0 25 0 1 0 2007738534 16527360 3892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 4035 3892 75 150 0 3882 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 35096

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 2.00 3/87 31110
/proc/meminfo: memFree=1634352/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=17896 CPUtime=18.59
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 4333 0 0 0 1856 3 0 0 25 0 1 0 2007738534 18325504 4319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 4474 4319 75 150 0 4321 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 36852

[startup+51.102 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 31110
/proc/meminfo: memFree=1588400/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=19512 CPUtime=43.93
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 4732 0 0 0 4389 4 0 0 25 0 1 0 2007738534 19980288 4718 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 4878 4718 75 150 0 4725 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 38468

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

[startup+63.9029 s]
/proc/loadavg: 2.03 2.01 2.00 3/87 31110
/proc/meminfo: memFree=1587056/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=20912 CPUtime=56.6
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 5063 0 0 0 5656 4 0 0 25 0 1 0 2007738534 21413888 5049 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 5228 5049 75 150 0 5075 0
Current children cumulated CPU time (s) 63.17
Current children cumulated vsize (KiB) 39868

[startup+76.7018 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 31110
/proc/meminfo: memFree=1586992/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=20912 CPUtime=69.28
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 5063 0 0 0 6924 4 0 0 25 0 1 0 2007738534 21413888 5049 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 5228 5049 75 150 0 5075 0
Current children cumulated CPU time (s) 75.85
Current children cumulated vsize (KiB) 39868

[startup+83.1017 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 31110
/proc/meminfo: memFree=1586800/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=20912 CPUtime=75.62
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 5067 0 0 0 7558 4 0 0 25 0 1 0 2007738534 21413888 5053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 5228 5053 75 150 0 5075 0
Current children cumulated CPU time (s) 82.19
Current children cumulated vsize (KiB) 39868

[startup+84.708 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 31110
/proc/meminfo: memFree=1586800/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=20912 CPUtime=77.21
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 5067 0 0 0 7717 4 0 0 25 0 1 0 2007738534 21413888 5053 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 5228 5053 75 150 0 5075 0
Current children cumulated CPU time (s) 83.78
Current children cumulated vsize (KiB) 39868

[startup+86.3012 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 31110
/proc/meminfo: memFree=1586800/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=20912 CPUtime=78.79
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 5067 0 0 0 7875 4 0 0 25 0 1 0 2007738534 21413888 5053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 5228 5053 75 150 0 5075 0
Current children cumulated CPU time (s) 85.36
Current children cumulated vsize (KiB) 39868

[startup+86.7012 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 31110
/proc/meminfo: memFree=1586800/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=6.57
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1031 28513 0 2 3 1 629 24 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31109] ppid=31086 vsize=5356 CPUtime=0
/proc/31109/stat : 31109 (sh) S 31086 31086 26423 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007738534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31109/statm: 1339 232 193 169 0 50 0
[pid=31110] ppid=31109 vsize=20912 CPUtime=79.19
/proc/31110/stat : 31110 (minisat) R 31109 31086 26423 0 -1 4194304 5067 0 0 0 7915 4 0 0 25 0 1 0 2007738534 21413888 5053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31110/statm: 5228 5053 75 150 0 5075 0
Current children cumulated CPU time (s) 85.76
Current children cumulated vsize (KiB) 39868

[startup+86.9063 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 31111
/proc/meminfo: memFree=1606840/2055920 swapFree=4180256/4192956
[pid=31086] ppid=31084 vsize=13600 CPUtime=85.87
/proc/31086/stat : 31086 (sugar) S 31084 31086 26423 0 -1 4194304 1089 33874 0 2 3 1 8554 29 16 0 1 0 2007737864 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31086/statm: 3400 798 370 3 0 500 0
[pid=31111] ppid=31086 vsize=5356 CPUtime=0
/proc/31111/stat : 31111 (sh) S 31086 31086 26423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007746544 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31111/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 85.87
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 86.9811
CPU time (s): 86.0159
CPU user time (s): 85.669
CPU system time (s): 0.346947
CPU usage (%): 98.8903
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.669
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38642
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= 3272
involuntary context switches= 4889

runsolver used 0.105983 second user time and 0.308953 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 21:53:57
IDJOB=1100736
IDBENCH=59966
IDSOLVER=346
FILE ID=node22/1100736-1215287637
PBS_JOBID= 7882179
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-29_ext.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-1100736-1215287637/watcher-1100736-1215287637 -o /tmp/evaluation-result-1100736-1215287637/solver-1100736-1215287637 -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-1100736-1215287637.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ff1d0b0e6bdd5eb572e276d708361aa
RANDOM SEED=1892493798

node22.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.267
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.267
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:       1661992 kB
Buffers:         50372 kB
Cached:         185624 kB
SwapCached:       6356 kB
Active:         247568 kB
Inactive:        92720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661992 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            3780 kB
Writeback:           0 kB
Mapped:         115868 kB
Slab:            38692 kB
Committed_AS:  4166952 kB
PageTables:       1900 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= 66460 MiB
End job on node22 at 2008-07-05 21:55:24