Trace number 1086192

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 102.18 104.937

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-4.xml
MD5SUM5bbba61bcb8f32abe3947428d8a4279f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.4334
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
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 Sat Jul  5 08:06:31 2008
0.00/0.05	c 0	PID 895
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086192-1215237991.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086192-1215237991.xml' 'HOME/temp.csp'
0.95/1.02	c 1	16 domains, 500 variables, 8 predicates, 0 relations, 6531 constraints
0.95/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.05	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.98/1.13	c 1	Parsing HOME/temp.csp
0.98/1.46	c 1	parsed 7055 expressions
0.98/1.46	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.98/1.46	c 1	Converting to clausal form CSP
0.98/1.99	c 2	converted 706 (10%) expressions
3.00/3.15	c 3	converted 1411 (20%) expressions
3.79/3.98	c 4	converted 2117 (30%) expressions
4.58/4.78	c 4	converted 2822 (40%) expressions
5.48/5.66	c 5	converted 3528 (50%) expressions
6.17/6.31	c 6	converted 4233 (60%) expressions
6.76/6.99	c 7	converted 4939 (70%) expressions
7.84/8.03	c 8	converted 5644 (80%) expressions
8.44/8.65	c 8	converted 6350 (90%) expressions
9.14/9.30	c 9	converted 7055 (100%) expressions
9.14/9.30	c 9	CSP : 1000 integers, 18998 booleans, 40077 clauses, largest domain size 2717
9.14/9.30	c 9	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.14/9.31	c 9	Propagation in CSP
9.64/9.83	c 10	108 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.64/9.83	c 10	CSP : 1000 integers, 18998 booleans, 40077 clauses, largest domain size 2717
9.64/9.83	c 10	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.64/9.85	c 10	Simplifing CSP by introducing new Boolean variables
9.74/9.95	c 10	CSP : 1000 integers, 32518 booleans, 53597 clauses, largest domain size 2717
9.74/9.95	c 10	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.23/10.40	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.73/10.92	c 11	100 (10%) CSP integer variables are encoded (21612 clauses, 302132 bytes)
11.12/11.37	c 11	200 (20%) CSP integer variables are encoded (42748 clauses, 619172 bytes)
11.61/11.81	c 12	300 (30%) CSP integer variables are encoded (63268 clauses, 926972 bytes)
12.00/12.29	c 12	400 (40%) CSP integer variables are encoded (85876 clauses, 1266092 bytes)
12.49/12.74	c 12	500 (50%) CSP integer variables are encoded (106988 clauses, 1597677 bytes)
12.80/13.03	c 13	600 (60%) CSP integer variables are encoded (330028 clauses, 5389357 bytes)
12.99/13.29	c 13	700 (70%) CSP integer variables are encoded (524558 clauses, 8696367 bytes)
13.29/13.56	c 13	800 (80%) CSP integer variables are encoded (738560 clauses, 12334401 bytes)
13.58/13.81	c 14	900 (90%) CSP integer variables are encoded (929100 clauses, 15573581 bytes)
13.78/14.03	c 14	1000 (100%) CSP integer variables are encoded (1099436 clauses, 18670050 bytes)
34.51/35.06	c 35	5360 (10%) CSP clauses are encoded (4428112 clauses, 92887952 bytes)
46.57/47.26	c 47	10720 (20%) CSP clauses are encoded (6811375 clauses, 147304264 bytes)
52.97/53.79	c 53	16080 (30%) CSP clauses are encoded (8546645 clauses, 189338772 bytes)
59.66/60.54	c 60	21439 (40%) CSP clauses are encoded (10334399 clauses, 233460528 bytes)
63.68/64.68	c 64	26799 (50%) CSP clauses are encoded (11621080 clauses, 265968707 bytes)
68.18/69.22	c 69	32159 (60%) CSP clauses are encoded (13064279 clauses, 302673818 bytes)
72.30/73.46	c 73	37518 (70%) CSP clauses are encoded (14489244 clauses, 338824601 bytes)
76.51/77.72	c 77	42878 (80%) CSP clauses are encoded (15892539 clauses, 374623769 bytes)
81.00/82.39	c 82	48238 (90%) CSP clauses are encoded (17491813 clauses, 414998410 bytes)
85.50/86.94	c 87	53597 (100%) CSP clauses are encoded (19038554 clauses, 454269549 bytes)
85.50/86.94	c 87	53597 CSP clauses encoded
85.50/86.94	c 87	Writing map file : HOME/temp.map
85.50/86.99	c 87	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.50/86.99	c 87	SAT : 1132954 SAT variables, 19038554 SAT clauses, 454269549 bytes
85.50/86.99	c 87	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.59/87.05	c 87	SOLVING HOME/temp.cnf
85.59/87.05	c 87	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
85.59/87.05	c 87	This is MiniSat 2.0 beta
85.59/87.05	c 87	WARNING: for repeatability, setting FPU to use double precision
85.59/87.05	c 87	============================[ Problem Statistics ]=============================
85.59/87.05	c 87	|                                                                             |
85.59/87.06	c 87	|  Number of variables:  1132954                                              |
85.59/87.06	c 87	|  Number of clauses:    19038554                                             |
96.99/99.35	c 99	|  Parsing time:         9.81         s                                       |
97.46/99.88	c 100	============================[ Search Statistics ]==============================
97.46/99.88	c 100	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.46/99.88	c 100	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.46/99.88	c 100	===============================================================================
97.46/99.88	c 100	|         0 | 1132954 19038554 53030323 |  6346184        0    nan |  0.000 % |
98.54/100.98	c 101	|       100 | 1132952 19038554 53030323 |  6980803       99      3 |  0.003 % |
100.01/102.47	c 102	|       250 | 1132951 19038554 53030323 |  7678883      248      3 |  0.007 % |
101.28/103.79	c 104	===============================================================================
101.28/103.79	c 104	restarts              : 3
101.28/103.79	c 104	conflicts             : 382            (27 /sec)
101.28/103.79	c 104	decisions             : 19439          (1.61 % random) (1378 /sec)
101.28/103.80	c 104	propagations          : 10683165       (757303 /sec)
101.28/103.80	c 104	conflict literals     : 1200           (12.28 % deleted)
101.28/103.80	c 104	Memory used           : 875.98 MB
101.28/103.80	c 104	CPU time              : 14.1069 s
101.28/103.80	c 104	
101.38/103.81	c 104	UNSATISFIABLE
101.48/103.96	c 104	DECODING HOME/temp.out WITH HOME/temp.map
101.48/103.96	c 104	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
101.55/104.25	c 104	Decoding HOME/temp.out
101.86/104.59	s UNSATISFIABLE
101.95/104.60	c 104	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
101.95/104.63	c 104	CPU 96.88 (0.05 0.01 96.83 5.09)
101.95/104.63	c 104	END Sat Jul  5 08:08:15 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-1086192-1215237991/watcher-1086192-1215237991 -o /tmp/evaluation-result-1086192-1215237991/solver-1086192-1215237991 -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-1086192-1215237991.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.09 2.09 2.05 4/81 895
/proc/meminfo: memFree=770224/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=4708 CPUtime=0
/proc/895/stat : 895 (sugar) R 893 895 32688 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 1553465880 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 248758993616 0 0 4096 0 0 0 0 17 1 0 0
/proc/895/statm: 1177 41 31 3 0 8 0

[startup+0.051444 s]
/proc/loadavg: 2.09 2.09 2.05 4/81 895
/proc/meminfo: memFree=770224/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=0.03
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1553465880 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103296 s]
/proc/loadavg: 2.09 2.09 2.05 4/81 895
/proc/meminfo: memFree=770224/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=0.03
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1553465880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301349 s]
/proc/loadavg: 2.09 2.09 2.05 4/81 895
/proc/meminfo: memFree=770224/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=0.03
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1553465880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702422 s]
/proc/loadavg: 2.09 2.09 2.05 4/81 895
/proc/meminfo: memFree=770224/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=0.03
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1553465880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 2.09 2.09 2.05 3/92 907
/proc/meminfo: memFree=751384/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=0.98
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 974 7937 0 1 3 0 91 4 15 0 1 0 1553465880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13600

[startup+3.10284 s]
/proc/loadavg: 2.24 2.12 2.06 3/92 917
/proc/meminfo: memFree=751960/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=0.98
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 974 7937 0 1 3 0 91 4 15 0 1 0 1553465880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 797 370 3 0 500 0
[pid=908] ppid=895 vsize=5356 CPUtime=0
/proc/908/stat : 908 (sh) S 895 895 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553465985 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/908/statm: 1339 233 193 169 0 50 0
[pid=909] ppid=908 vsize=868372 CPUtime=2.02
/proc/909/stat : 909 (java) S 908 895 32688 0 -1 0 8492 0 1 0 196 6 0 0 18 0 9 0 1553465985 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/909/statm: 217093 7586 2540 9 0 211668 0
[pid=909/tid=910] ppid=908 vsize=868372 CPUtime=1.52
/proc/909/task/910/stat : 910 (java) R 908 895 32688 0 -1 64 2788 0 1 0 150 2 0 0 25 0 9 0 1553465986 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4126567944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=911] ppid=908 vsize=868372 CPUtime=0.27
/proc/909/task/911/stat : 911 (java) S 908 895 32688 0 -1 64 3530 0 0 0 25 2 0 0 16 0 9 0 1553465987 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=912] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/912/stat : 912 (java) S 908 895 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553465987 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=913] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/913/stat : 913 (java) S 908 895 32688 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553465987 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=914] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/914/stat : 914 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553465989 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=915] ppid=908 vsize=868372 CPUtime=0.2
/proc/909/task/915/stat : 915 (java) S 908 895 32688 0 -1 64 1481 0 0 0 19 1 0 0 16 0 9 0 1553465989 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=916] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/916/stat : 916 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553465989 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=917] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/917/stat : 917 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553465989 889212928 7586 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887328

[startup+6.30239 s]
/proc/loadavg: 2.24 2.12 2.06 3/92 917
/proc/meminfo: memFree=733720/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=0.99
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 974 7937 0 1 4 0 91 4 16 0 1 0 1553465880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 797 370 3 0 500 0
[pid=908] ppid=895 vsize=5356 CPUtime=0
/proc/908/stat : 908 (sh) S 895 895 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553465985 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/908/statm: 1339 233 193 169 0 50 0
[pid=909] ppid=908 vsize=868372 CPUtime=5.18
/proc/909/stat : 909 (java) S 908 895 32688 0 -1 0 13455 0 1 0 507 11 0 0 18 0 9 0 1553465985 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/909/statm: 217093 12353 2540 9 0 211668 0
[pid=909/tid=910] ppid=908 vsize=868372 CPUtime=4.11
/proc/909/task/910/stat : 910 (java) R 908 895 32688 0 -1 64 3193 0 1 0 409 2 0 0 25 0 9 0 1553465986 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4126566888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=911] ppid=908 vsize=868372 CPUtime=0.83
/proc/909/task/911/stat : 911 (java) S 908 895 32688 0 -1 64 8086 0 0 0 77 6 0 0 16 0 9 0 1553465987 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=912] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/912/stat : 912 (java) S 908 895 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553465987 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=913] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/913/stat : 913 (java) S 908 895 32688 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553465987 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=914] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/914/stat : 914 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553465989 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=915] ppid=908 vsize=868372 CPUtime=0.21
/proc/909/task/915/stat : 915 (java) S 908 895 32688 0 -1 64 1483 0 0 0 20 1 0 0 15 0 9 0 1553465989 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=916] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/916/stat : 916 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553465989 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=917] ppid=908 vsize=868372 CPUtime=0
/proc/909/task/917/stat : 917 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553465989 889212928 12353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887328

[startup+12.7015 s]
/proc/loadavg: 2.27 2.14 2.06 3/92 917
/proc/meminfo: memFree=699800/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=1
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 974 7937 0 1 4 1 91 4 15 0 1 0 1553465880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 797 370 3 0 500 0
[pid=908] ppid=895 vsize=5356 CPUtime=0
/proc/908/stat : 908 (sh) S 895 895 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553465985 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/908/statm: 1339 233 193 169 0 50 0
[pid=909] ppid=908 vsize=868484 CPUtime=11.49
/proc/909/stat : 909 (java) S 908 895 32688 0 -1 0 25476 0 1 0 1130 19 0 0 18 0 9 0 1553465985 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/909/statm: 217121 19111 2566 9 0 211668 0
[pid=909/tid=910] ppid=908 vsize=868484 CPUtime=9.17
/proc/909/task/910/stat : 910 (java) R 908 895 32688 0 -1 64 3759 0 1 0 913 4 0 0 25 0 9 0 1553465986 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4126429436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=911] ppid=908 vsize=868484 CPUtime=2.03
/proc/909/task/911/stat : 911 (java) S 908 895 32688 0 -1 64 19506 0 0 0 191 12 0 0 16 0 9 0 1553465987 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=912] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/912/stat : 912 (java) S 908 895 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553465987 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=913] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/913/stat : 913 (java) S 908 895 32688 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553465987 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=914] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/914/stat : 914 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553465989 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=915] ppid=908 vsize=868484 CPUtime=0.26
/proc/909/task/915/stat : 915 (java) S 908 895 32688 0 -1 64 1518 0 0 0 25 1 0 0 15 0 9 0 1553465989 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=916] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/916/stat : 916 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553465989 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=917] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/917/stat : 917 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553465989 889327616 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887440

[startup+25.5027 s]
/proc/loadavg: 2.23 2.13 2.06 3/92 917
/proc/meminfo: memFree=646680/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=1
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 974 7937 0 1 4 1 91 4 15 0 1 0 1553465880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 797 370 3 0 500 0
[pid=908] ppid=895 vsize=5356 CPUtime=0
/proc/908/stat : 908 (sh) S 895 895 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553465985 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/908/statm: 1339 233 193 169 0 50 0
[pid=909] ppid=908 vsize=868484 CPUtime=24.14
/proc/909/stat : 909 (java) S 908 895 32688 0 -1 0 25756 0 1 0 2359 55 0 0 18 0 9 0 1553465985 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/909/statm: 217121 19127 2566 9 0 211668 0
[pid=909/tid=910] ppid=908 vsize=868484 CPUtime=21.65
/proc/909/task/910/stat : 910 (java) R 908 895 32688 0 -1 64 4026 0 1 0 2127 38 0 0 25 0 9 0 1553465986 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4126967520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=911] ppid=908 vsize=868484 CPUtime=2.16
/proc/909/task/911/stat : 911 (java) S 908 895 32688 0 -1 64 19506 0 0 0 202 14 0 0 16 0 9 0 1553465987 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=912] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/912/stat : 912 (java) S 908 895 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553465987 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=913] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/913/stat : 913 (java) S 908 895 32688 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553465987 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=914] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/914/stat : 914 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553465989 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=915] ppid=908 vsize=868484 CPUtime=0.29
/proc/909/task/915/stat : 915 (java) S 908 895 32688 0 -1 64 1531 0 0 0 28 1 0 0 15 0 9 0 1553465989 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=916] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/916/stat : 916 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553465989 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=917] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/917/stat : 917 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553465989 889327616 19127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887440

[startup+51.1021 s]
/proc/loadavg: 2.15 2.12 2.06 3/92 917
/proc/meminfo: memFree=534424/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=1
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 974 7937 0 1 4 1 91 4 16 0 1 0 1553465880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 797 370 3 0 500 0
[pid=908] ppid=895 vsize=5356 CPUtime=0
/proc/908/stat : 908 (sh) S 895 895 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553465985 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/908/statm: 1339 233 193 169 0 50 0
[pid=909] ppid=908 vsize=868484 CPUtime=49.39
/proc/909/stat : 909 (java) S 908 895 32688 0 -1 0 26329 0 1 0 4808 131 0 0 18 0 9 0 1553465985 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/909/statm: 217121 19131 2566 9 0 211668 0
[pid=909/tid=910] ppid=908 vsize=868484 CPUtime=46.6
/proc/909/task/910/stat : 910 (java) R 908 895 32688 0 -1 64 4596 0 1 0 4549 111 0 0 25 0 9 0 1553465986 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4126966993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=911] ppid=908 vsize=868484 CPUtime=2.46
/proc/909/task/911/stat : 911 (java) S 908 895 32688 0 -1 64 19506 0 0 0 229 17 0 0 16 0 9 0 1553465987 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=912] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/912/stat : 912 (java) S 908 895 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553465987 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=913] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/913/stat : 913 (java) S 908 895 32688 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553465987 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=914] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/914/stat : 914 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553465989 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=915] ppid=908 vsize=868484 CPUtime=0.3
/proc/909/task/915/stat : 915 (java) S 908 895 32688 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 1553465989 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=916] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/916/stat : 916 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553465989 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=909/tid=917] ppid=908 vsize=868484 CPUtime=0
/proc/909/task/917/stat : 917 (java) S 908 895 32688 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553465989 889327616 19131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 887440

[startup+102.308 s]
/proc/loadavg: 2.26 2.16 2.08 3/84 919
/proc/meminfo: memFree=16024/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=85.61
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 1033 35846 0 2 5 1 8234 321 16 0 1 0 1553465880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 799 370 3 0 500 0
[pid=918] ppid=895 vsize=5356 CPUtime=0
/proc/918/stat : 918 (sh) S 895 895 32688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553474585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/918/statm: 1339 232 193 169 0 50 0
[pid=919] ppid=918 vsize=887012 CPUtime=14.3
/proc/919/stat : 919 (minisat) R 918 895 32688 0 -1 4194304 210514 0 5 0 1264 166 0 0 25 0 1 0 1553474585 908300288 210505 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/919/statm: 221753 210505 76 150 0 221600 0
Current children cumulated CPU time (s) 99.91
Current children cumulated vsize (KiB) 905968

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

[startup+103.902 s]
/proc/loadavg: 2.26 2.16 2.08 3/84 919
/proc/meminfo: memFree=16344/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=85.61
/proc/895/stat : 895 (sugar) S 893 895 32688 0 -1 4194304 1033 35846 0 2 5 1 8234 321 16 0 1 0 1553465880 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/895/statm: 3400 799 370 3 0 500 0
[pid=918] ppid=895 vsize=5356 CPUtime=0
/proc/918/stat : 918 (sh) S 895 895 32688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553474585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/918/statm: 1339 232 193 169 0 50 0
[pid=919] ppid=918 vsize=0 CPUtime=15.87
/proc/919/stat : 919 (minisat) R 918 895 32688 0 -1 4194308 212903 0 5 0 1410 177 0 0 25 0 1 0 1553474585 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/919/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 18956

[startup+104.701 s]
/proc/loadavg: 2.26 2.16 2.08 3/92 929
/proc/meminfo: memFree=859928/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=102.04
/proc/895/stat : 895 (sugar) R 893 895 32688 0 -1 4194304 1118 255791 0 11 5 7 9683 509 16 0 1 0 1553465880 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/895/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 13600

[startup+104.901 s]
/proc/loadavg: 2.26 2.16 2.08 3/92 929
/proc/meminfo: memFree=859928/2055920 swapFree=4180408/4192956
[pid=895] ppid=893 vsize=13600 CPUtime=102.16
/proc/895/stat : 895 (sugar) D 893 895 32688 0 -1 4194304 1118 255791 0 11 5 19 9683 509 15 0 1 0 1553465880 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/895/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 104.937
CPU time (s): 102.18
CPU user time (s): 96.8923
CPU system time (s): 5.2882
CPU usage (%): 97.3729
Max. virtual memory (cumulated for all children) (KiB): 915968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.8923
system time used= 5.2882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256939
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22244
involuntary context switches= 25067

runsolver used 0.143978 second user time and 0.371943 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 08:06:31
IDJOB=1086192
IDBENCH=57773
IDSOLVER=346
FILE ID=node55/1086192-1215237991
PBS_JOBID= 7881927
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-4.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-1086192-1215237991/watcher-1086192-1215237991 -o /tmp/evaluation-result-1086192-1215237991/solver-1086192-1215237991 -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-1086192-1215237991.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bbba61bcb8f32abe3947428d8a4279f
RANDOM SEED=220796906

node55.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.261
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.261
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:        770768 kB
Buffers:         93620 kB
Cached:         368912 kB
SwapCached:       6804 kB
Active:         998580 kB
Inactive:       221640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        770768 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:         773668 kB
Slab:            48696 kB
Committed_AS:  3881664 kB
PageTables:       3276 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= 66424 MiB
End job on node55 at 2008-07-05 08:08:16