Trace number 1087326

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+minisat? (MO) 102.23 103.849

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-8.xml
MD5SUM6e460b84f999771fc63912f5692a6b09
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 benchmark22.1666
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:38:49 2008
0.00/0.04	c 0	PID 21976
0.03/0.05	c 0	HOST node39.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1087326-1215243529.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-1087326-1215243529.xml' 'HOME/temp.csp'
0.97/1.10	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
1.06/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.15	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'
1.07/1.23	c 2	Parsing HOME/temp.csp
1.07/1.67	c 2	parsed 9632 expressions
1.07/1.67	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.67	c 2	Converting to clausal form CSP
2.48/2.69	c 3	converted 964 (10%) expressions
4.07/4.25	c 5	converted 1927 (20%) expressions
5.26/5.44	c 6	converted 2890 (30%) expressions
6.15/6.37	c 7	converted 3853 (40%) expressions
7.33/7.59	c 8	converted 4816 (50%) expressions
8.23/8.48	c 9	converted 5780 (60%) expressions
9.02/9.22	c 10	converted 6743 (70%) expressions
10.30/10.59	c 11	converted 7706 (80%) expressions
11.09/11.39	c 12	converted 8669 (90%) expressions
11.98/12.22	c 13	converted 9632 (100%) expressions
11.98/12.22	c 13	CSP : 1198 integers, 26212 booleans, 53950 clauses, largest domain size 2721
11.98/12.22	c 13	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.98/12.22	c 13	Propagation in CSP
12.58/12.82	c 13	4760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.58/12.82	c 13	CSP : 1198 integers, 26212 booleans, 53950 clauses, largest domain size 2721
12.58/12.82	c 13	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.58/12.85	c 13	Simplifing CSP by introducing new Boolean variables
12.68/12.94	c 13	CSP : 1198 integers, 44022 booleans, 71760 clauses, largest domain size 2721
12.68/12.94	c 13	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.27/13.53	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.76/14.00	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.16/14.44	c 15	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
14.66/14.91	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
15.06/15.38	c 16	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
15.54/15.88	c 16	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
15.84/16.16	c 16	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
16.15/16.41	c 17	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
16.34/16.66	c 17	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
16.64/16.96	c 17	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
16.94/17.23	c 18	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
35.22/35.71	c 36	7176 (10%) CSP clauses are encoded (4296554 clauses, 89039734 bytes)
47.48/48.14	c 48	14352 (20%) CSP clauses are encoded (6861493 clauses, 147637868 bytes)
55.58/56.31	c 57	21528 (30%) CSP clauses are encoded (8860363 clauses, 195668882 bytes)
61.18/62.05	c 62	28704 (40%) CSP clauses are encoded (10494152 clauses, 236508535 bytes)
65.59/66.51	c 67	35880 (50%) CSP clauses are encoded (11935334 clauses, 273439458 bytes)
70.29/71.33	c 72	43056 (60%) CSP clauses are encoded (13658890 clauses, 317427312 bytes)
75.19/76.34	c 77	50232 (70%) CSP clauses are encoded (15380192 clauses, 361129440 bytes)
79.99/81.22	c 82	57408 (80%) CSP clauses are encoded (17058867 clauses, 403967419 bytes)
85.19/86.59	c 87	64584 (90%) CSP clauses are encoded (18903478 clauses, 450984079 bytes)
90.26/91.71	c 92	71760 (100%) CSP clauses are encoded (20689898 clauses, 496583581 bytes)
90.26/91.71	c 92	71760 CSP clauses encoded
90.26/91.71	c 92	Writing map file : HOME/temp.map
90.26/91.76	c 92	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.26/91.76	c 92	SAT : 1210936 SAT variables, 20689898 SAT clauses, 496583581 bytes
90.26/91.76	c 92	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.26/91.78	c 92	SOLVING HOME/temp.cnf
90.26/91.78	c 92	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
90.26/91.79	c 92	This is MiniSat 2.0 beta
90.26/91.79	c 92	WARNING: for repeatability, setting FPU to use double precision
90.26/91.79	c 92	============================[ Problem Statistics ]=============================
90.26/91.79	c 92	|                                                                             |
90.26/91.79	c 92	|  Number of variables:  1210936                                              |
90.26/91.79	c 92	|  Number of clauses:    20689898                                             |
102.12/103.72	c ERROR INTERRUPTED
102.23/103.84	s UNKNOWN
102.23/103.84	c 104	CPU 87.04 (0.03 0.01 87.01 3.31)
102.23/103.84	c 104	END Sat Jul  5 09:40:33 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1087326-1215243529/watcher-1087326-1215243529 -o /tmp/evaluation-result-1087326-1215243529/solver-1087326-1215243529 -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-1087326-1215243529.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.99 1.99 1.99 4/73 21976
/proc/meminfo: memFree=1699776/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=12132 CPUtime=0
/proc/21976/stat : 21976 (sugar) R 21974 21976 19796 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 647286528 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 231493506493 0 0 4224 0 0 0 0 17 1 0 0
/proc/21976/statm: 3033 182 142 3 0 133 0

[startup+0.049979 s]
/proc/loadavg: 1.99 1.99 1.99 4/73 21976
/proc/meminfo: memFree=1699776/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=0.03
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 647286528 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102122 s]
/proc/loadavg: 1.99 1.99 1.99 4/73 21976
/proc/meminfo: memFree=1699776/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=0.04
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 647286528 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301148 s]
/proc/loadavg: 1.99 1.99 1.99 4/73 21976
/proc/meminfo: memFree=1699776/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=0.04
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 647286528 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70121 s]
/proc/loadavg: 1.99 1.99 1.99 4/73 21976
/proc/meminfo: memFree=1699776/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=0.04
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 647286528 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50133 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 21988
/proc/meminfo: memFree=1677992/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=1.07
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 973 8867 0 1 3 1 97 6 16 0 1 0 647286528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.10156 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 21998
/proc/meminfo: memFree=1680488/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=1.07
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 974 8867 0 1 3 1 97 6 16 0 1 0 647286528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 797 370 3 0 500 0
[pid=21989] ppid=21976 vsize=5356 CPUtime=0
/proc/21989/stat : 21989 (sh) S 21976 21976 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647286644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 1339 233 193 169 0 50 0
[pid=21990] ppid=21989 vsize=868388 CPUtime=1.91
/proc/21990/stat : 21990 (java) S 21989 21976 19796 0 -1 0 8844 0 1 0 184 7 0 0 18 0 9 0 647286644 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 217097 7935 2541 9 0 211672 0
[pid=21990/tid=21991] ppid=21989 vsize=868388 CPUtime=1.42
/proc/21990/task/21991/stat : 21991 (java) R 21989 21976 19796 0 -1 64 2687 0 1 0 140 2 0 0 25 0 9 0 647286645 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4126568164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21992] ppid=21989 vsize=868388 CPUtime=0.26
/proc/21990/task/21992/stat : 21992 (java) S 21989 21976 19796 0 -1 64 4008 0 0 0 24 2 0 0 16 0 9 0 647286646 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21993/stat : 21993 (java) S 21989 21976 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647286647 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21989 21976 19796 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647286647 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647286649 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21996] ppid=21989 vsize=868388 CPUtime=0.19
/proc/21990/task/21996/stat : 21996 (java) S 21989 21976 19796 0 -1 64 1453 0 0 0 19 0 0 0 15 0 9 0 647286649 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21997] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21997/stat : 21997 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647286649 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21989 21976 19796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647286649 889229312 7935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30204 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 21998
/proc/meminfo: memFree=1660072/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=1.07
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 974 8867 0 1 3 1 97 6 16 0 1 0 647286528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 797 370 3 0 500 0
[pid=21989] ppid=21976 vsize=5356 CPUtime=0
/proc/21989/stat : 21989 (sh) S 21976 21976 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647286644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 1339 233 193 169 0 50 0
[pid=21990] ppid=21989 vsize=868388 CPUtime=5.08
/proc/21990/stat : 21990 (java) S 21989 21976 19796 0 -1 0 14583 0 1 0 497 11 0 0 18 0 9 0 647286644 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 217097 13496 2540 9 0 211672 0
[pid=21990/tid=21991] ppid=21989 vsize=868388 CPUtime=4
/proc/21990/task/21991/stat : 21991 (java) R 21989 21976 19796 0 -1 64 3074 0 1 0 397 3 0 0 25 0 9 0 647286645 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4126428735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21992] ppid=21989 vsize=868388 CPUtime=0.84
/proc/21990/task/21992/stat : 21992 (java) S 21989 21976 19796 0 -1 64 9355 0 0 0 78 6 0 0 16 0 9 0 647286646 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21993/stat : 21993 (java) S 21989 21976 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647286647 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21989 21976 19796 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647286647 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647286649 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21996] ppid=21989 vsize=868388 CPUtime=0.2
/proc/21990/task/21996/stat : 21996 (java) S 21989 21976 19796 0 -1 64 1458 0 0 0 20 0 0 0 15 0 9 0 647286649 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21997] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21997/stat : 21997 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647286649 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21989 21976 19796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647286649 889229312 13496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887344

[startup+12.702 s]
/proc/loadavg: 2.07 2.01 2.00 3/84 21998
/proc/meminfo: memFree=1609896/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=1.07
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 974 8867 0 1 3 1 97 6 15 0 1 0 647286528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 797 370 3 0 500 0
[pid=21989] ppid=21976 vsize=5356 CPUtime=0
/proc/21989/stat : 21989 (sh) S 21976 21976 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647286644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 1339 233 193 169 0 50 0
[pid=21990] ppid=21989 vsize=868388 CPUtime=11.41
/proc/21990/stat : 21990 (java) S 21989 21976 19796 0 -1 0 33776 0 1 0 1121 20 0 0 18 0 9 0 647286644 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 217097 25521 2541 9 0 211672 0
[pid=21990/tid=21991] ppid=21989 vsize=868388 CPUtime=8.82
/proc/21990/task/21991/stat : 21991 (java) R 21989 21976 19796 0 -1 64 3841 0 1 0 879 3 0 0 25 0 9 0 647286645 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4126651585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21992] ppid=21989 vsize=868388 CPUtime=2.32
/proc/21990/task/21992/stat : 21992 (java) S 21989 21976 19796 0 -1 64 27771 0 0 0 218 14 0 0 16 0 9 0 647286646 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21993/stat : 21993 (java) S 21989 21976 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647286647 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21989 21976 19796 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647286647 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647286649 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21996] ppid=21989 vsize=868388 CPUtime=0.23
/proc/21990/task/21996/stat : 21996 (java) S 21989 21976 19796 0 -1 64 1468 0 0 0 23 0 0 0 16 0 9 0 647286649 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21997] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21997/stat : 21997 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647286649 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21989 vsize=868388 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21989 21976 19796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647286649 889229312 25521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887344

[startup+25.505 s]
/proc/loadavg: 2.12 2.02 2.00 3/84 21998
/proc/meminfo: memFree=1554408/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=1.07
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 974 8867 0 1 3 1 97 6 15 0 1 0 647286528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 797 370 3 0 500 0
[pid=21989] ppid=21976 vsize=5356 CPUtime=0
/proc/21989/stat : 21989 (sh) S 21976 21976 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647286644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 1339 233 193 169 0 50 0
[pid=21990] ppid=21989 vsize=868500 CPUtime=24.07
/proc/21990/stat : 21990 (java) S 21989 21976 19796 0 -1 0 39208 0 1 0 2358 49 0 0 18 0 9 0 647286644 889344000 26626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 217125 26626 2566 9 0 211672 0
[pid=21990/tid=21991] ppid=21989 vsize=868500 CPUtime=20.73
/proc/21990/task/21991/stat : 21991 (java) R 21989 21976 19796 0 -1 64 4299 0 1 0 2045 28 0 0 25 0 9 0 647286645 889344000 26626 996147200 134512640 134550740 4294955952 18446744073709551615 4126965985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21992] ppid=21989 vsize=868500 CPUtime=3.02
/proc/21990/task/21992/stat : 21992 (java) S 21989 21976 19796 0 -1 64 32705 0 0 0 284 18 0 0 16 0 9 0 647286646 889344000 26626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21993/stat : 21993 (java) S 21989 21976 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647286647 889344000 26626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21989 21976 19796 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647286647 889344000 26626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647286649 889344000 26626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21996] ppid=21989 vsize=868500 CPUtime=0.3
/proc/21990/task/21996/stat : 21996 (java) S 21989 21976 19796 0 -1 64 1508 0 0 0 29 1 0 0 16 0 9 0 647286649 889344000 26626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21997] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21997/stat : 21997 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647286649 889344000 26626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21989 21976 19796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647286649 889344000 26626 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) 887456

[startup+51.1026 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 21998
/proc/meminfo: memFree=1441320/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=1.07
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 974 8867 0 1 3 1 97 6 16 0 1 0 647286528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 797 370 3 0 500 0
[pid=21989] ppid=21976 vsize=5356 CPUtime=0
/proc/21989/stat : 21989 (sh) S 21976 21976 19796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647286644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 1339 233 193 169 0 50 0
[pid=21990] ppid=21989 vsize=868500 CPUtime=49.37
/proc/21990/stat : 21990 (java) S 21989 21976 19796 0 -1 0 39559 0 1 0 4818 119 0 0 18 0 9 0 647286644 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21990/statm: 217125 26630 2566 9 0 211672 0
[pid=21990/tid=21991] ppid=21989 vsize=868500 CPUtime=45.79
/proc/21990/task/21991/stat : 21991 (java) R 21989 21976 19796 0 -1 64 4646 0 1 0 4483 96 0 0 25 0 9 0 647286645 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4126965416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21992] ppid=21989 vsize=868500 CPUtime=3.25
/proc/21990/task/21992/stat : 21992 (java) S 21989 21976 19796 0 -1 64 32705 0 0 0 304 21 0 0 16 0 9 0 647286646 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21993/stat : 21993 (java) S 21989 21976 19796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647286647 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21989 21976 19796 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647286647 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647286649 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21996] ppid=21989 vsize=868500 CPUtime=0.31
/proc/21990/task/21996/stat : 21996 (java) S 21989 21976 19796 0 -1 64 1512 0 0 0 30 1 0 0 15 0 9 0 647286649 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21997] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21997/stat : 21997 (java) S 21989 21976 19796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647286649 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21989 vsize=868500 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21989 21976 19796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647286649 889344000 26630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/76 22000
/proc/meminfo: memFree=439208/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=90.34
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 1033 49621 0 2 3 1 8700 330 16 0 1 0 647286528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 799 370 3 0 500 0
[pid=21999] ppid=21976 vsize=5356 CPUtime=0
/proc/21999/stat : 21999 (sh) S 21976 21976 19796 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647295707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21999/statm: 1339 232 193 169 0 50 0
[pid=22000] ppid=21999 vsize=824348 CPUtime=10.4
/proc/22000/stat : 22000 (minisat) R 21999 21976 19796 0 -1 4194304 191554 0 0 0 907 133 0 0 25 0 1 0 647295708 844132352 191540 996147200 134512640 135127466 4294956256 18446744073709551615 134514057 0 0 4096 3 0 0 0 17 1 0 0
/proc/22000/statm: 206087 191540 62 150 0 205934 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 843304



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+103.702 s]
/proc/loadavg: 2.03 2.02 2.00 3/76 22000
/proc/meminfo: memFree=344808/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=90.34
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 1033 49621 0 2 3 1 8700 330 16 0 1 0 647286528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 799 370 3 0 500 0
[pid=21999] ppid=21976 vsize=5356 CPUtime=0
/proc/21999/stat : 21999 (sh) S 21976 21976 19796 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647295707 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21999/statm: 1339 232 193 169 0 50 0
[pid=22000] ppid=21999 vsize=903300 CPUtime=11.78
/proc/22000/stat : 22000 (minisat) R 21999 21976 19796 0 -1 4194304 213573 0 0 0 1029 149 0 0 25 0 1 0 647295708 924979200 213559 996147200 134512640 135127466 4294956256 18446744073709551615 134705098 0 0 4096 3 0 0 0 17 1 0 0
/proc/22000/statm: 225825 213559 62 150 0 225672 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 922256

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+103.822 s]
/proc/loadavg: 2.03 2.02 2.00 3/76 22000
/proc/meminfo: memFree=344808/2055920 swapFree=4180808/4192956
[pid=21976] ppid=21974 vsize=13600 CPUtime=90.34
/proc/21976/stat : 21976 (sugar) S 21974 21976 19796 0 -1 4194304 1044 49621 0 2 3 1 8700 330 16 0 1 0 647286528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21976/statm: 3400 799 370 3 0 500 0
[pid=21999] ppid=21976 vsize=0 CPUtime=0
/proc/21999/stat : 21999 (sh) Z 21976 21976 19796 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 647295707 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/21999/statm: 0 0 0 0 0 0 0
[pid=22000] ppid=1 vsize=0 CPUtime=11.89
/proc/22000/stat : 22000 (minisat) R 1 21976 19796 0 -1 4195332 213573 0 0 0 1029 160 0 0 25 0 1 0 647295708 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/22000/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21976 and gives
#  childrusage.ru_utime.tv_sec=87
#  childrusage.ru_utime.tv_usec=48766
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=328493
# CPU time returned by wait4() is 90.3773
# while last known CPU time is 102.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 103.849
CPU time (s): 102.23
CPU user time (s): 97.32
CPU system time (s): 4.91
CPU usage (%): 98.4413
Max. virtual memory (cumulated for all children) (KiB): 922256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.0488
system time used= 3.32849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50998
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16409
involuntary context switches= 18236

runsolver used 0.159975 second user time and 0.349946 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-05 09:38:49
IDJOB=1087326
IDBENCH=57973
IDSOLVER=346
FILE ID=node39/1087326-1215243529
PBS_JOBID= 7881911
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-8.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-1087326-1215243529/watcher-1087326-1215243529 -o /tmp/evaluation-result-1087326-1215243529/solver-1087326-1215243529 -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-1087326-1215243529.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e460b84f999771fc63912f5692a6b09
RANDOM SEED=82116859

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1700256 kB
Buffers:         31732 kB
Cached:         177884 kB
SwapCached:       6012 kB
Active:         191520 kB
Inactive:       110196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700256 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          98652 kB
Slab:            38984 kB
Committed_AS:  1122156 kB
PageTables:       1992 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= 66548 MiB
End job on node39 at 2008-07-05 09:40:35