Trace number 1060116

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 18.8041 19.2855

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-0.xml
MD5SUM5a2387650a417487d5414425e566caef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.563913
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size1004
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:57:22 2008
0.00/0.05	c 0	PID 30649
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060116-1215125842.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-1060116-1215125842.xml' 'HOME/temp.csp'
0.04/0.83	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.04/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	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.81/0.92	c 1	Parsing HOME/temp.csp
1.05/1.16	c 1	parsed 3601 expressions
1.05/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.17	c 1	Converting to clausal form CSP
1.05/1.19	c 1	converted 361 (10%) expressions
1.15/1.27	c 1	converted 721 (20%) expressions
1.25/1.37	c 2	converted 1081 (30%) expressions
1.34/1.40	c 2	converted 1441 (40%) expressions
1.34/1.41	c 2	converted 1801 (50%) expressions
1.34/1.42	c 2	converted 2161 (60%) expressions
1.34/1.44	c 2	converted 2521 (70%) expressions
1.34/1.45	c 2	converted 2881 (80%) expressions
1.34/1.46	c 2	converted 3241 (90%) expressions
1.34/1.47	c 2	converted 3601 (100%) expressions
1.34/1.47	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 1004
1.34/1.47	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.47	c 2	Propagation in CSP
1.44/1.52	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.52	c 2	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 1004
1.44/1.52	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.52	c 2	Simplifing CSP by introducing new Boolean variables
1.54/1.61	c 2	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 1004
1.54/1.61	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.65	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.70	c 2	23 (10%) CSP integer variables are encoded (21964 clauses, 307338 bytes)
1.63/1.73	c 2	45 (20%) CSP integer variables are encoded (42890 clauses, 621228 bytes)
1.63/1.75	c 2	68 (30%) CSP integer variables are encoded (64639 clauses, 947463 bytes)
1.63/1.78	c 2	90 (40%) CSP integer variables are encoded (85636 clauses, 1262418 bytes)
1.73/1.81	c 2	113 (50%) CSP integer variables are encoded (107597 clauses, 1607238 bytes)
1.73/1.84	c 2	135 (60%) CSP integer variables are encoded (128755 clauses, 1966924 bytes)
1.73/1.86	c 2	158 (70%) CSP integer variables are encoded (150640 clauses, 2338969 bytes)
1.73/1.89	c 2	180 (80%) CSP integer variables are encoded (171680 clauses, 2696649 bytes)
1.84/1.93	c 2	203 (90%) CSP integer variables are encoded (193556 clauses, 3068541 bytes)
1.84/1.96	c 2	225 (100%) CSP integer variables are encoded (214433 clauses, 3423450 bytes)
3.02/3.11	c 3	945 (10%) CSP clauses are encoded (792294 clauses, 16332342 bytes)
4.10/4.23	c 4	1890 (20%) CSP clauses are encoded (1363503 clauses, 29677470 bytes)
5.20/5.35	c 6	2835 (30%) CSP clauses are encoded (1925614 clauses, 42832456 bytes)
6.28/6.47	c 7	3780 (40%) CSP clauses are encoded (2491395 clauses, 56086852 bytes)
7.40/7.78	c 8	4725 (50%) CSP clauses are encoded (3064860 clauses, 69531561 bytes)
8.57/8.92	c 9	5670 (60%) CSP clauses are encoded (3639435 clauses, 83071608 bytes)
9.67/10.06	c 10	6615 (70%) CSP clauses are encoded (4214852 clauses, 97444748 bytes)
10.76/11.18	c 11	7560 (80%) CSP clauses are encoded (4783789 clauses, 111655888 bytes)
11.93/12.33	c 13	8505 (90%) CSP clauses are encoded (5356490 clauses, 125961128 bytes)
13.01/13.46	c 14	9450 (100%) CSP clauses are encoded (5925831 clauses, 140182368 bytes)
13.01/13.46	c 14	9450 CSP clauses encoded
13.01/13.46	c 14	Writing map file : HOME/temp.map
13.01/13.47	c 14	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.01/13.47	c 14	SAT : 220958 SAT variables, 5925831 SAT clauses, 140182368 bytes
13.01/13.47	c 14	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.07/13.50	c 14	SOLVING HOME/temp.cnf
13.07/13.50	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.07/13.51	c 14	This is MiniSat 2.0 beta
13.07/13.51	c 14	WARNING: for repeatability, setting FPU to use double precision
13.07/13.51	c 14	============================[ Problem Statistics ]=============================
13.07/13.51	c 14	|                                                                             |
13.07/13.51	c 14	|  Number of variables:  220958                                               |
13.07/13.51	c 14	|  Number of clauses:    5925831                                              |
16.44/16.92	c 17	|  Parsing time:         2.98         s                                       |
16.54/17.08	c 17	============================[ Search Statistics ]==============================
16.54/17.08	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.54/17.08	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.54/17.08	c 17	===============================================================================
16.54/17.08	c 17	|         0 |  220958  5925831 17547310 |  1975277        0    nan |  0.000 % |
17.42/17.97	c 18	|       101 |  220958  5925831 17547310 |  2172804      101     36 |  0.000 % |
18.12/18.68	c 19	===============================================================================
18.12/18.69	c 19	restarts              : 2
18.12/18.69	c 19	conflicts             : 163            (35 /sec)
18.12/18.69	c 19	decisions             : 1602           (0.75 % random) (340 /sec)
18.12/18.69	c 19	propagations          : 791155         (168106 /sec)
18.12/18.69	c 19	conflict literals     : 4716           (2.44 % deleted)
18.12/18.69	c 19	Memory used           : 276.65 MB
18.12/18.69	c 19	CPU time              : 4.70628 s
18.12/18.69	c 19	
18.22/18.79	c 19	SATISFIABLE
18.32/18.84	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.32/18.84	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.36/18.92	c 19	Decoding HOME/temp.out
18.36/19.17	s SATISFIABLE
18.36/19.18	v 954 757 627 848 310 272 566 61 378 869 14 80 6 679 288 126 566 316 493 255 413 183 910 655 678 982 82 57 946 771 777 456 178 739 929 225 541 5 833 599 637 371 306 988 83 83 580 835 763 510 167 2 41 265 243 384 130 685 319 932 201 923 737 320 860 236 293 642 961 780 408 580 398 496 260 665 832 918 388 937 119 650 240 874 360 681 602 466 185 790 179 304 903 5 91 720 97 271 447 811 230 619 964 954 838 300 970 403 19 169 243 725 493 20 901 380 38 120 159 966 319 814 869 894 424 985 100 375 189 239 699 781 3 5 65 461 735 790 938 640 859 151 596 312 558 503 408 10 471 92 787 887 187 321 969 665 865 385 393 601 879 91 737 503 467 874 510 536 408 918 846 701 466 219 718 165 661 761 602 380 216 869 937 531 799 722 534 356 136 699 291 541 38 424 599 582 403 49 901 321 664 451 184 529 786 1 147 606 238 683 377 152 672 169 441 513 649 608 270 182 769 865 910 870 298
18.36/19.18	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.36/19.21	c 19	CPU 16.97 (0.04 0.01 16.93 1.73)
18.36/19.21	c 19	END Fri Jul  4 00:57:41 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-1060116-1215125842/watcher-1060116-1215125842 -o /tmp/evaluation-result-1060116-1215125842/solver-1060116-1215125842 -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-1060116-1215125842.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.02 2.00 4/84 30649
/proc/meminfo: memFree=1813344/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=4708 CPUtime=0
/proc/30649/stat : 30649 (sugar) R 30647 30649 28867 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 1991556403 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 255536986156 0 0 4096 0 0 0 0 17 1 0 0
/proc/30649/statm: 1177 40 31 3 0 8 0

[startup+0.0786509 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 30649
/proc/meminfo: memFree=1813344/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=0.04
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991556403 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101376 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 30649
/proc/meminfo: memFree=1813344/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=0.04
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991556403 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301388 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 30649
/proc/meminfo: memFree=1813344/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=0.04
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991556403 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701432 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 30649
/proc/meminfo: memFree=1813344/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=0.04
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991556403 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5015 s]
/proc/loadavg: 2.08 2.04 2.01 4/95 30671
/proc/meminfo: memFree=1805640/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=0.81
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 974 6741 0 1 3 1 73 4 15 0 1 0 1991556403 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 797 370 3 0 500 0
[pid=30662] ppid=30649 vsize=5356 CPUtime=0
/proc/30662/stat : 30662 (sh) S 30649 30649 28867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991556487 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30662/statm: 1339 233 193 169 0 50 0
[pid=30663] ppid=30662 vsize=869296 CPUtime=0.63
/proc/30663/stat : 30663 (java) S 30662 30649 28867 0 -1 0 5713 0 1 0 60 3 0 0 18 0 9 0 1991556487 890159104 5126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30663/statm: 217324 5126 1734 9 0 211899 0
[pid=30663/tid=30664] ppid=30662 vsize=869296 CPUtime=0.38
/proc/30663/task/30664/stat : 30664 (java) R 30662 30649 28867 0 -1 64 2659 0 1 0 36 2 0 0 22 0 9 0 1991556488 890159104 5126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30665] ppid=30662 vsize=869296 CPUtime=0.04
/proc/30663/task/30665/stat : 30665 (java) R 30662 30649 28867 0 -1 64 905 0 0 0 4 0 0 0 16 0 9 0 1991556489 890159104 5126 996147200 134512640 134550740 4294955952 18446744073709551615 102674816 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30666] ppid=30662 vsize=869296 CPUtime=0
/proc/30663/task/30666/stat : 30666 (java) S 30662 30649 28867 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991556490 890159104 5126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30667] ppid=30662 vsize=869296 CPUtime=0
/proc/30663/task/30667/stat : 30667 (java) S 30662 30649 28867 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991556490 890159104 5126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30668] ppid=30662 vsize=869296 CPUtime=0
/proc/30663/task/30668/stat : 30668 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991556492 890159104 5126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30669] ppid=30662 vsize=869296 CPUtime=0.19
/proc/30663/task/30669/stat : 30669 (java) S 30662 30649 28867 0 -1 64 1457 0 0 0 19 0 0 0 16 0 9 0 1991556492 890159104 5126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30670] ppid=30662 vsize=869296 CPUtime=0
/proc/30663/task/30670/stat : 30670 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991556492 890159104 5126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30671] ppid=30662 vsize=869296 CPUtime=0
/proc/30663/task/30671/stat : 30671 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991556492 890159104 5126 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) 888252

[startup+3.10265 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 30671
/proc/meminfo: memFree=1789384/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=0.81
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 974 6741 0 1 3 1 73 4 15 0 1 0 1991556403 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 797 370 3 0 500 0
[pid=30662] ppid=30649 vsize=5356 CPUtime=0
/proc/30662/stat : 30662 (sh) S 30649 30649 28867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991556487 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30662/statm: 1339 233 193 169 0 50 0
[pid=30663] ppid=30662 vsize=869520 CPUtime=2.21
/proc/30663/stat : 30663 (java) S 30662 30649 28867 0 -1 0 7877 0 1 0 204 17 0 0 18 0 9 0 1991556487 890388480 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30663/statm: 217380 6674 2564 9 0 211927 0
[pid=30663/tid=30664] ppid=30662 vsize=869520 CPUtime=1.7
/proc/30663/task/30664/stat : 30664 (java) R 30662 30649 28867 0 -1 64 3147 0 1 0 158 12 0 0 25 0 9 0 1991556488 890388480 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4126928933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30665] ppid=30662 vsize=869520 CPUtime=0.27
/proc/30663/task/30665/stat : 30665 (java) S 30662 30649 28867 0 -1 64 2553 0 0 0 23 4 0 0 16 0 9 0 1991556489 890388480 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30666] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30666/stat : 30666 (java) S 30662 30649 28867 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991556490 890388480 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30667] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30667/stat : 30667 (java) S 30662 30649 28867 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991556490 890388480 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30668] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30668/stat : 30668 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991556492 890388480 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30669] ppid=30662 vsize=869520 CPUtime=0.22
/proc/30663/task/30669/stat : 30669 (java) S 30662 30649 28867 0 -1 64 1484 0 0 0 22 0 0 0 16 0 9 0 1991556492 890388480 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30670] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30670/stat : 30670 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991556492 890388480 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30671] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30671/stat : 30671 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991556492 890388480 6674 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) 888476

[startup+6.30295 s]
/proc/loadavg: 2.07 2.03 2.00 3/95 30671
/proc/meminfo: memFree=1750344/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=0.81
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 974 6741 0 1 3 1 73 4 16 0 1 0 1991556403 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 797 370 3 0 500 0
[pid=30662] ppid=30649 vsize=5356 CPUtime=0
/proc/30662/stat : 30662 (sh) S 30649 30649 28867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991556487 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30662/statm: 1339 233 193 169 0 50 0
[pid=30663] ppid=30662 vsize=869520 CPUtime=5.38
/proc/30663/stat : 30663 (java) S 30662 30649 28867 0 -1 0 8866 0 1 0 491 47 0 0 18 0 9 0 1991556487 890388480 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30663/statm: 217380 6677 2564 9 0 211927 0
[pid=30663/tid=30664] ppid=30662 vsize=869520 CPUtime=4.62
/proc/30663/task/30664/stat : 30664 (java) R 30662 30649 28867 0 -1 64 4133 0 1 0 426 36 0 0 25 0 9 0 1991556488 890388480 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4126927562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30665] ppid=30662 vsize=869520 CPUtime=0.49
/proc/30663/task/30665/stat : 30665 (java) S 30662 30649 28867 0 -1 64 2553 0 0 0 41 8 0 0 16 0 9 0 1991556489 890388480 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30666] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30666/stat : 30666 (java) S 30662 30649 28867 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991556490 890388480 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30667] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30667/stat : 30667 (java) S 30662 30649 28867 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991556490 890388480 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30668] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30668/stat : 30668 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991556492 890388480 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30669] ppid=30662 vsize=869520 CPUtime=0.23
/proc/30663/task/30669/stat : 30669 (java) S 30662 30649 28867 0 -1 64 1487 0 0 0 23 0 0 0 16 0 9 0 1991556492 890388480 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30670] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30670/stat : 30670 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991556492 890388480 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30671] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30671/stat : 30671 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991556492 890388480 6677 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) 888476

[startup+12.7025 s]
/proc/loadavg: 2.07 2.03 2.00 3/95 30671
/proc/meminfo: memFree=1669832/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=0.81
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 974 6741 0 1 3 1 73 4 16 0 1 0 1991556403 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 797 370 3 0 500 0
[pid=30662] ppid=30649 vsize=5356 CPUtime=0
/proc/30662/stat : 30662 (sh) S 30649 30649 28867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991556487 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30662/statm: 1339 233 193 169 0 50 0
[pid=30663] ppid=30662 vsize=869520 CPUtime=11.51
/proc/30663/stat : 30663 (java) S 30662 30649 28867 0 -1 0 10817 0 1 0 1041 110 0 0 18 0 9 0 1991556487 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30663/statm: 217380 6683 2565 9 0 211927 0
[pid=30663/tid=30664] ppid=30662 vsize=869520 CPUtime=10.32
/proc/30663/task/30664/stat : 30664 (java) R 30662 30649 28867 0 -1 64 6078 0 1 0 943 89 0 0 25 0 9 0 1991556488 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4126944379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30665] ppid=30662 vsize=869520 CPUtime=0.93
/proc/30663/task/30665/stat : 30665 (java) S 30662 30649 28867 0 -1 64 2553 0 0 0 74 19 0 0 16 0 9 0 1991556489 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30666] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30666/stat : 30666 (java) S 30662 30649 28867 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991556490 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30667] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30667/stat : 30667 (java) S 30662 30649 28867 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991556490 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30668] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30668/stat : 30668 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991556492 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30669] ppid=30662 vsize=869520 CPUtime=0.23
/proc/30663/task/30669/stat : 30669 (java) S 30662 30649 28867 0 -1 64 1493 0 0 0 23 0 0 0 17 0 9 0 1991556492 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30670] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30670/stat : 30670 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991556492 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30663/tid=30671] ppid=30662 vsize=869520 CPUtime=0
/proc/30663/task/30671/stat : 30671 (java) S 30662 30649 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991556492 890388480 6683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 888476

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

[startup+15.9029 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 30673
/proc/meminfo: memFree=1532168/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=13.1
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 1033 18103 0 2 4 1 1182 123 16 0 1 0 1991556403 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 799 370 3 0 500 0
[pid=30672] ppid=30649 vsize=5356 CPUtime=0
/proc/30672/stat : 30672 (sh) S 30649 30649 28867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991557754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30672/statm: 1339 232 193 169 0 50 0
[pid=30673] ppid=30672 vsize=187104 CPUtime=2.36
/proc/30673/stat : 30673 (minisat) R 30672 30649 28867 0 -1 4194304 44862 0 0 0 210 26 0 0 25 0 1 0 1991557754 191594496 44848 996147200 134512640 135127466 4294956272 18446744073709551615 134514051 0 0 4096 3 0 0 0 17 1 0 0
/proc/30673/statm: 46776 44848 62 150 0 46623 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 206060

[startup+17.502 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 30673
/proc/meminfo: memFree=1409544/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=13.1
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 1033 18103 0 2 4 1 1182 123 15 0 1 0 1991556403 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 799 370 3 0 500 0
[pid=30672] ppid=30649 vsize=5356 CPUtime=0
/proc/30672/stat : 30672 (sh) S 30649 30649 28867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991557754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30672/statm: 1339 232 193 169 0 50 0
[pid=30673] ppid=30672 vsize=272100 CPUtime=3.93
/proc/30673/stat : 30673 (minisat) R 30672 30649 28867 0 -1 4194304 65240 0 0 0 353 40 0 0 25 0 1 0 1991557754 278630400 65226 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/30673/statm: 68025 65226 72 150 0 67872 0
Current children cumulated CPU time (s) 17.03
Current children cumulated vsize (KiB) 291056

[startup+18.3011 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 30673
/proc/meminfo: memFree=1409544/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=13.1
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 1033 18103 0 2 4 1 1182 123 16 0 1 0 1991556403 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 799 370 3 0 500 0
[pid=30672] ppid=30649 vsize=5356 CPUtime=0
/proc/30672/stat : 30672 (sh) S 30649 30649 28867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991557754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30672/statm: 1339 232 193 169 0 50 0
[pid=30673] ppid=30672 vsize=281216 CPUtime=4.73
/proc/30673/stat : 30673 (minisat) R 30672 30649 28867 0 -1 4194304 67527 0 0 0 432 41 0 0 25 0 1 0 1991557754 287965184 67513 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30673/statm: 70304 67513 76 150 0 70151 0
Current children cumulated CPU time (s) 17.83
Current children cumulated vsize (KiB) 300172

[startup+18.7061 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 30673
/proc/meminfo: memFree=1398920/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=13.1
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 1033 18103 0 2 4 1 1182 123 15 0 1 0 1991556403 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 799 370 3 0 500 0
[pid=30672] ppid=30649 vsize=5356 CPUtime=0
/proc/30672/stat : 30672 (sh) S 30649 30649 28867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991557754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30672/statm: 1339 232 193 169 0 50 0
[pid=30673] ppid=30672 vsize=283300 CPUtime=5.12
/proc/30673/stat : 30673 (minisat) R 30672 30649 28867 0 -1 4194304 67983 0 0 0 471 41 0 0 25 0 1 0 1991557754 290099200 67968 996147200 134512640 135127466 4294956272 18446744073709551615 134785439 0 0 4096 3 0 0 0 17 1 0 0
/proc/30673/statm: 70825 67968 82 150 0 70672 0
Current children cumulated CPU time (s) 18.22
Current children cumulated vsize (KiB) 302256

[startup+19.1011 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 30673
/proc/meminfo: memFree=1398920/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=18.36
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 1090 86371 0 2 4 1 1661 170 16 0 1 0 1991556403 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 18.36
Current children cumulated vsize (KiB) 13600

[startup+19.2011 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 30673
/proc/meminfo: memFree=1398920/2055920 swapFree=4180436/4192956
[pid=30649] ppid=30647 vsize=13600 CPUtime=18.36
/proc/30649/stat : 30649 (sugar) S 30647 30649 28867 0 -1 4194304 1091 86371 0 2 4 1 1661 170 15 0 1 0 1991556403 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30649/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 18.36
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 19.2855
CPU time (s): 18.8041
CPU user time (s): 16.9744
CPU system time (s): 1.82972
CPU usage (%): 97.5038
Max. virtual memory (cumulated for all children) (KiB): 888476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9744
system time used= 1.82972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91306
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= 27949
involuntary context switches= 28501

runsolver used 0.031995 second user time and 0.073988 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 00:57:22
IDJOB=1060116
IDBENCH=54407
IDSOLVER=346
FILE ID=node48/1060116-1215125842
PBS_JOBID= 7877109
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-0.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-1060116-1215125842/watcher-1060116-1215125842 -o /tmp/evaluation-result-1060116-1215125842/solver-1060116-1215125842 -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-1060116-1215125842.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5a2387650a417487d5414425e566caef
RANDOM SEED=1546567075

node48.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.231
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.231
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:       1813824 kB
Buffers:         19036 kB
Cached:         131052 kB
SwapCached:       6720 kB
Active:         149752 kB
Inactive:        40316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813824 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          57004 kB
Slab:            36980 kB
Committed_AS:  4183960 kB
PageTables:       1916 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= 66520 MiB
End job on node48 at 2008-07-04 00:57:41