Trace number 1036624

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 183.355 184.991

General information on the benchmark

Namecsp/frb40-19/
normalized-frb40-19-4-mgd_ext.xml
MD5SUM95be2453b8d12be2c23806822933b3f8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.5772
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints326
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension326
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.48/0.51	c 0	Sugar v1-13 + HOME/minisat
0.49/0.62	c 0	BEGIN Wed Jul  2 02:20:32 2008
0.49/0.62	c 0	PID 8476
0.49/0.62	c 0	HOST node90.alineos.net
0.49/0.62	c 0	CONVERTING HOME/instance-1036624-1214958031.xml TO HOME/temp.csp
0.49/0.62	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1036624-1214958031.xml' 'HOME/temp.csp'
0.49/1.05	c 1	1 domains, 40 variables, 0 predicates, 326 relations, 326 constraints
0.49/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.49/1.07	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.94/1.15	c 1	Parsing HOME/temp.csp
1.32/1.55	c 1	parsed 693 expressions
1.32/1.55	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.55	c 1	Converting to clausal form CSP
1.32/1.58	c 1	converted 70 (10%) expressions
1.32/1.58	c 1	converted 139 (20%) expressions
1.32/1.58	c 1	converted 208 (30%) expressions
1.32/1.58	c 1	converted 278 (40%) expressions
1.32/1.58	c 1	converted 347 (50%) expressions
1.43/1.65	c 1	converted 416 (60%) expressions
1.43/1.67	c 1	converted 486 (70%) expressions
1.43/1.69	c 1	converted 555 (80%) expressions
1.53/1.71	c 1	converted 624 (90%) expressions
1.53/1.72	c 1	converted 693 (100%) expressions
1.53/1.72	c 1	CSP : 40 integers, 0 booleans, 326 clauses, largest domain size 19
1.53/1.72	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.72	c 1	Propagation in CSP
1.53/1.72	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.72	c 1	CSP : 40 integers, 0 booleans, 326 clauses, largest domain size 19
1.53/1.72	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.72	c 1	Simplifing CSP by introducing new Boolean variables
1.53/1.73	c 1	CSP : 40 integers, 0 booleans, 326 clauses, largest domain size 19
1.53/1.73	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.76	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.77	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.53/1.77	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.53/1.78	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.53/1.78	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.53/1.78	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.53/1.78	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.53/1.78	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.53/1.78	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.53/1.78	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.53/1.78	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.62/1.83	c 1	33 (10%) CSP clauses are encoded (2828 clauses, 42099 bytes)
1.62/1.85	c 1	66 (20%) CSP clauses are encoded (5029 clauses, 79184 bytes)
1.62/1.86	c 1	98 (30%) CSP clauses are encoded (7239 clauses, 118880 bytes)
1.62/1.88	c 1	131 (40%) CSP clauses are encoded (9389 clauses, 159183 bytes)
1.62/1.89	c 1	163 (50%) CSP clauses are encoded (11505 clauses, 198882 bytes)
1.73/1.90	c 1	196 (60%) CSP clauses are encoded (13649 clauses, 239020 bytes)
1.73/1.92	c 1	229 (70%) CSP clauses are encoded (15812 clauses, 279572 bytes)
1.73/1.93	c 1	261 (80%) CSP clauses are encoded (17882 clauses, 318402 bytes)
1.73/1.94	c 1	294 (90%) CSP clauses are encoded (20073 clauses, 359407 bytes)
1.73/1.96	c 1	326 (100%) CSP clauses are encoded (22150 clauses, 398577 bytes)
1.73/1.96	c 1	326 CSP clauses encoded
1.73/1.96	c 1	Writing map file : HOME/temp.map
1.73/1.96	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.96	c 1	SAT : 720 SAT variables, 22150 SAT clauses, 398577 bytes
1.73/1.96	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.97	c 1	SOLVING HOME/temp.cnf
1.73/1.97	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.73/1.97	c 1	This is MiniSat 2.0 beta
1.73/1.97	c 1	WARNING: for repeatability, setting FPU to use double precision
1.73/1.97	c 1	============================[ Problem Statistics ]=============================
1.73/1.97	c 1	|                                                                             |
1.73/1.97	c 1	|  Number of variables:  720                                                  |
1.73/1.97	c 1	|  Number of clauses:    22150                                                |
1.73/1.98	c 1	|  Parsing time:         0.01         s                                       |
1.73/1.98	c 1	============================[ Search Statistics ]==============================
1.73/1.98	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.73/1.98	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.73/1.98	c 1	===============================================================================
1.73/1.98	c 1	|         0 |     720    22150    81296 |     7383        0    nan |  0.000 % |
1.73/2.00	c 1	|       100 |     720    22150    81296 |     8121      100     12 |  0.000 % |
1.81/2.01	c 2	|       252 |     720    22150    81296 |     8933      252     12 |  0.005 % |
1.81/2.04	c 2	|       477 |     720    22150    81296 |     9827      477     12 |  0.006 % |
1.81/2.07	c 2	|       814 |     720    22150    81296 |    10809      814     12 |  0.006 % |
1.81/2.13	c 2	|      1321 |     720    22150    81296 |    11890     1321     12 |  0.005 % |
2.03/2.21	c 2	|      2080 |     720    22150    81296 |    13080     2080     12 |  0.003 % |
2.13/2.34	c 2	|      3222 |     720    22150    81296 |    14388     3222     12 |  0.003 % |
2.32/2.52	c 2	|      4931 |     720    22150    81296 |    15826     4931     12 |  0.004 % |
2.62/2.84	c 2	|      7496 |     720    22150    81296 |    17409     7496     13 |  0.010 % |
3.12/3.38	c 3	|     11340 |     720    22150    81296 |    19150    11340     13 |  0.011 % |
4.01/4.27	c 4	|     17107 |     720    22150    81296 |    21065    17107     13 |  0.011 % |
5.86/6.13	c 6	|     25756 |     720    22150    81296 |    23172    15143     14 |  0.012 % |
8.44/8.74	c 8	|     38730 |     720    22150    81296 |    25489    16435     15 |  0.003 % |
12.60/12.90	c 12	|     58191 |     720    22150    81296 |    28038    23072     15 |  0.004 % |
19.45/19.82	c 19	|     87384 |     720    22150    81296 |    30842    22178     14 |  0.009 % |
29.08/29.56	c 29	|    131174 |     718    21990    80782 |    33926    29419     16 |  0.278 % |
45.54/46.10	c 46	|    196858 |     717    21908    80471 |    37318    31346     17 |  0.417 % |
72.43/73.29	c 73	|    295384 |     717    21908    80471 |    41050    14702     16 |  0.419 % |
113.41/114.51	c 114	|    443173 |     716    21857    80329 |    45155    33187     16 |  0.556 % |
181.40/183.05	c 183	|    664857 |     715    21806    80187 |    49671    35451     18 |  0.695 % |
183.18/184.82	c 184	===============================================================================
183.18/184.82	c 184	restarts              : 21
183.18/184.82	c 184	conflicts             : 669770         (3693 /sec)
183.18/184.82	c 184	decisions             : 796772         (1.47 % random) (4393 /sec)
183.18/184.82	c 184	propagations          : 69389553       (382568 /sec)
183.18/184.82	c 184	conflict literals     : 11379141       (36.64 % deleted)
183.18/184.82	c 184	Memory used           : 10.31 MB
183.18/184.82	c 184	CPU time              : 181.378 s
183.18/184.82	c 184	
183.18/184.82	c 184	SATISFIABLE
183.18/184.82	c 184	DECODING HOME/temp.out WITH HOME/temp.map
183.18/184.82	c 184	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
183.21/184.91	c 184	Decoding HOME/temp.out
183.21/184.94	s SATISFIABLE
183.21/184.94	v 16 18 3 17 16 18 15 11 3 16 10 0 8 18 13 16 8 1 9 10 7 16 8 5 7 6 12 2 12 0 8 5 12 9 9 13 12 5 13 6
183.21/184.94	c 184	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
183.21/184.99	c 184	CPU 183.14 (0.45 0.05 182.69 0.14)
183.21/184.99	c 184	END Wed Jul  2 02:23:36 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-1036624-1214958031/watcher-1036624-1214958031 -o /tmp/evaluation-result-1036624-1214958031/solver-1036624-1214958031 -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-1036624-1214958031.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.97 2.00 1.99 4/73 8476
/proc/meminfo: memFree=1010396/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=12268 CPUtime=0
/proc/8476/stat : 8476 (sugar) R 8474 8476 7451 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 651529721 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 256365001317 0 0 4224 0 0 0 0 17 0 0 0
/proc/8476/statm: 3067 316 241 3 0 167 0

[startup+0.104559 s]
/proc/loadavg: 1.97 2.00 1.99 4/73 8476
/proc/meminfo: memFree=1010396/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13072 CPUtime=0.09
/proc/8476/stat : 8476 (sugar) R 8474 8476 7451 0 -1 4194304 647 0 0 0 8 1 0 0 18 0 1 0 651529721 13385728 615 996147200 4194304 4206940 548682068608 18446744073709551615 256364677829 0 0 4224 0 0 0 0 17 0 0 0
/proc/8476/statm: 3268 615 316 3 0 368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13072

[startup+0.20157 s]
/proc/loadavg: 1.97 2.00 1.99 4/73 8476
/proc/meminfo: memFree=1010396/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13204 CPUtime=0.18
/proc/8476/stat : 8476 (sugar) R 8474 8476 7451 0 -1 4194304 685 0 0 0 17 1 0 0 18 0 1 0 651529721 13520896 653 996147200 4194304 4206940 548682068608 18446744073709551615 256385153488 0 0 4224 0 0 0 0 17 0 0 0
/proc/8476/statm: 3301 653 334 3 0 401 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13204

[startup+0.30158 s]
/proc/loadavg: 1.97 2.00 1.99 4/73 8476
/proc/meminfo: memFree=1010396/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13204 CPUtime=0.29
/proc/8476/stat : 8476 (sugar) R 8474 8476 7451 0 -1 4194304 703 0 0 0 25 4 0 0 19 0 1 0 651529721 13520896 671 996147200 4194304 4206940 548682068608 18446744073709551615 256384459170 0 0 4224 0 0 0 0 17 0 0 0
/proc/8476/statm: 3301 671 336 3 0 401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13204

[startup+0.701622 s]
/proc/loadavg: 1.97 2.00 1.99 4/73 8476
/proc/meminfo: memFree=1010396/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=0.49
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 900 127 0 0 44 5 0 0 16 0 1 0 651529721 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50271 s]
/proc/loadavg: 1.97 2.00 1.99 3/80 8494
/proc/meminfo: memFree=1005668/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=0.92
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 973 4744 0 1 44 5 40 3 15 0 1 0 651529721 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 797 370 3 0 500 0
[pid=8489] ppid=8476 vsize=5356 CPUtime=0
/proc/8489/stat : 8489 (sh) S 8476 8476 7451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 651529828 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8489/statm: 1339 233 193 169 0 50 0
[pid=8490] ppid=8489 vsize=864012 CPUtime=0.4
/proc/8490/stat : 8490 (java) S 8489 8476 7451 0 -1 0 4196 0 1 0 38 2 0 0 18 0 9 0 651529829 884748288 3668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8490/statm: 216003 3668 1670 9 0 210585 0
[pid=8490/tid=8491] ppid=8489 vsize=864012 CPUtime=0.31
/proc/8490/task/8491/stat : 8491 (java) R 8489 8476 7451 0 -1 64 2445 0 1 0 30 1 0 0 19 0 9 0 651529829 884748288 3668 996147200 134512640 134550740 4294955952 18446744073709551615 4126416344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8490/tid=8492] ppid=8489 vsize=864012 CPUtime=0.02
/proc/8490/task/8492/stat : 8492 (java) S 8489 8476 7451 0 -1 64 735 0 0 0 2 0 0 0 16 0 9 0 651529830 884748288 3668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8490/tid=8493] ppid=8489 vsize=864012 CPUtime=0
/proc/8490/task/8493/stat : 8493 (java) S 8489 8476 7451 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 651529831 884748288 3668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8490/tid=8494] ppid=8489 vsize=864012 CPUtime=0
/proc/8490/task/8494/stat : 8494 (java) S 8489 8476 7451 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 651529831 884748288 3668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 882968

[startup+3.10188 s]
/proc/loadavg: 1.97 2.00 1.99 3/76 8500
/proc/meminfo: memFree=1005636/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 15 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=3720 CPUtime=1.11
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 679 0 0 0 111 0 0 0 25 0 1 0 651529918 3809280 665 996147200 134512640 135127466 4294956272 18446744073709551615 134528065 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 930 665 75 150 0 777 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 22676

[startup+6.30121 s]
/proc/loadavg: 1.97 2.00 1.99 3/76 8500
/proc/meminfo: memFree=1003908/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=4776 CPUtime=4.25
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 949 0 0 0 425 0 0 0 25 0 1 0 651529918 4890624 935 996147200 134512640 135127466 4294956272 18446744073709551615 134531083 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 1194 935 75 150 0 1041 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 23732

[startup+12.7019 s]
/proc/loadavg: 1.97 2.00 1.99 3/76 8500
/proc/meminfo: memFree=1003012/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=5476 CPUtime=10.59
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 1127 0 0 0 1059 0 0 0 25 0 1 0 651529918 5607424 1113 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 1369 1113 75 150 0 1216 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 24432

[startup+25.5012 s]
/proc/loadavg: 1.98 2.00 1.99 3/76 8500
/proc/meminfo: memFree=1002116/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=6436 CPUtime=23.29
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 1358 0 0 0 2328 1 0 0 25 0 1 0 651529918 6590464 1344 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 1609 1344 75 150 0 1456 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 25392

[startup+51.1024 s]
/proc/loadavg: 1.98 2.00 1.99 3/76 8500
/proc/meminfo: memFree=1000644/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=7756 CPUtime=48.68
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 1703 0 0 0 4867 1 0 0 25 0 1 0 651529918 7942144 1689 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 1939 1689 75 150 0 1786 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 26712

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=999556/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=8908 CPUtime=99.49
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 1962 0 0 0 9948 1 0 0 25 0 1 0 651529918 9121792 1948 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2227 1948 75 150 0 2074 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 27864

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=998020/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=10276 CPUtime=159.04
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 2308 0 0 0 15902 2 0 0 25 0 1 0 651529918 10522624 2294 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2569 2294 75 150 0 2416 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 29232

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

[startup+166.402 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=997956/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=10420 CPUtime=163.11
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 2325 0 0 0 16309 2 0 0 25 0 1 0 651529918 10670080 2311 996147200 134512640 135127466 4294956272 18446744073709551615 134529040 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2605 2311 75 150 0 2452 0
Current children cumulated CPU time (s) 164.92
Current children cumulated vsize (KiB) 29376

[startup+172.807 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=997892/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=10420 CPUtime=169.47
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 2333 0 0 0 16945 2 0 0 25 0 1 0 651529918 10670080 2319 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2605 2319 75 150 0 2452 0
Current children cumulated CPU time (s) 171.28
Current children cumulated vsize (KiB) 29376

[startup+179.201 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=997828/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=10552 CPUtime=175.82
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 2351 0 0 0 17580 2 0 0 25 0 1 0 651529918 10805248 2337 996147200 134512640 135127466 4294956272 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2638 2337 75 150 0 2485 0
Current children cumulated CPU time (s) 177.63
Current children cumulated vsize (KiB) 29508

[startup+182.403 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=997828/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=10552 CPUtime=178.99
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 2351 0 0 0 17897 2 0 0 25 0 1 0 651529918 10805248 2337 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2638 2337 75 150 0 2485 0
Current children cumulated CPU time (s) 180.8
Current children cumulated vsize (KiB) 29508

[startup+184.002 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=997764/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=10552 CPUtime=180.58
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 2364 0 0 0 18056 2 0 0 25 0 1 0 651529918 10805248 2350 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2638 2350 75 150 0 2485 0
Current children cumulated CPU time (s) 182.39
Current children cumulated vsize (KiB) 29508

[startup+184.402 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=997764/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=10552 CPUtime=180.98
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 2364 0 0 0 18096 2 0 0 25 0 1 0 651529918 10805248 2350 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2638 2350 75 150 0 2485 0
Current children cumulated CPU time (s) 182.79
Current children cumulated vsize (KiB) 29508

[startup+184.802 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=997764/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=1.81
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1031 11832 0 2 45 5 122 9 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
[pid=8499] ppid=8476 vsize=5356 CPUtime=0
/proc/8499/stat : 8499 (sh) S 8476 8476 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651529918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8499/statm: 1339 232 193 169 0 50 0
[pid=8500] ppid=8499 vsize=10552 CPUtime=181.37
/proc/8500/stat : 8500 (minisat) R 8499 8476 7451 0 -1 4194304 2364 0 0 0 18135 2 0 0 25 0 1 0 651529918 10805248 2350 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8500/statm: 2638 2350 75 150 0 2485 0
Current children cumulated CPU time (s) 183.18
Current children cumulated vsize (KiB) 29508

[startup+184.907 s]
/proc/loadavg: 1.99 2.00 1.99 3/76 8500
/proc/meminfo: memFree=997764/2055920 swapFree=4149804/4192956
[pid=8476] ppid=8474 vsize=13600 CPUtime=183.21
/proc/8476/stat : 8476 (sugar) S 8474 8476 7451 0 -1 4194304 1070 14491 0 2 45 5 18260 11 16 0 1 0 651529721 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8476/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 183.21
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 184.991
CPU time (s): 183.355
CPU user time (s): 183.152
CPU system time (s): 0.202969
CPU usage (%): 99.1156
Max. virtual memory (cumulated for all children) (KiB): 883220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.152
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19328
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= 1933
involuntary context switches= 5706

runsolver used 0.182972 second user time and 0.52092 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-02 02:20:31
IDJOB=1036624
IDBENCH=53463
IDSOLVER=346
FILE ID=node90/1036624-1214958031
PBS_JOBID= 7870156
Free space on /tmp= 65540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb40-19/normalized-frb40-19-4-mgd_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-1036624-1214958031/watcher-1036624-1214958031 -o /tmp/evaluation-result-1036624-1214958031/solver-1036624-1214958031 -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-1036624-1214958031.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 95be2453b8d12be2c23806822933b3f8
RANDOM SEED=1735938248

node90.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1010876 kB
Buffers:         60304 kB
Cached:         859840 kB
SwapCached:      37432 kB
Active:         396504 kB
Inactive:       571496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1010876 kB
SwapTotal:     4192956 kB
SwapFree:      4149804 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          54268 kB
Slab:            62468 kB
Committed_AS:   826208 kB
PageTables:       1856 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= 65536 MiB
End job on node90 at 2008-07-02 02:23:37