Trace number 1087347

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) 104.1 106.047

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-7.xml
MD5SUMc3977aded3fc1b33631985df26116e6e
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 benchmark15.7206
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.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul  5 09:39:53 2008
0.00/0.14	c 0	PID 3634
0.00/0.14	c 0	HOST node10.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1087347-1215243592.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087347-1215243592.xml' 'HOME/temp.csp'
1.06/1.21	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
1.06/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.25	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.08/1.36	c 1	Parsing HOME/temp.csp
1.08/1.79	c 1	parsed 9632 expressions
1.08/1.80	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.80	c 1	Converting to clausal form CSP
2.57/2.82	c 2	converted 964 (10%) expressions
4.15/4.41	c 4	converted 1927 (20%) expressions
5.33/5.61	c 5	converted 2890 (30%) expressions
6.23/6.56	c 6	converted 3853 (40%) expressions
7.41/7.79	c 7	converted 4816 (50%) expressions
8.31/8.69	c 8	converted 5780 (60%) expressions
9.09/9.44	c 9	converted 6743 (70%) expressions
10.48/10.81	c 10	converted 7706 (80%) expressions
11.27/11.63	c 11	converted 8669 (90%) expressions
12.06/12.49	c 12	converted 9632 (100%) expressions
12.06/12.49	c 12	CSP : 1198 integers, 26212 booleans, 54058 clauses, largest domain size 2721
12.06/12.49	c 12	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.06/12.49	c 12	Propagation in CSP
12.75/13.10	c 13	4760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.75/13.11	c 13	CSP : 1198 integers, 26212 booleans, 54058 clauses, largest domain size 2721
12.75/13.11	c 13	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.75/13.13	c 13	Simplifing CSP by introducing new Boolean variables
12.85/13.26	c 13	CSP : 1198 integers, 43964 booleans, 71810 clauses, largest domain size 2721
12.85/13.26	c 13	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.45/13.85	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.93/14.35	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.43/14.81	c 14	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
14.83/15.28	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
15.32/15.75	c 15	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
15.82/16.25	c 16	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
16.12/16.54	c 16	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
16.31/16.79	c 16	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
16.61/17.04	c 16	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
16.90/17.34	c 17	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
17.20/17.62	c 17	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
35.88/36.50	c 36	7181 (10%) CSP clauses are encoded (4293338 clauses, 88958485 bytes)
48.37/49.33	c 49	14362 (20%) CSP clauses are encoded (6856191 clauses, 147503743 bytes)
56.58/57.69	c 57	21543 (30%) CSP clauses are encoded (8847067 clauses, 195322285 bytes)
62.40/63.50	c 63	28724 (40%) CSP clauses are encoded (10480695 clauses, 236162038 bytes)
66.80/68.03	c 67	35905 (50%) CSP clauses are encoded (11918333 clauses, 273000709 bytes)
71.59/72.96	c 72	43086 (60%) CSP clauses are encoded (13637909 clauses, 316884944 bytes)
76.58/78.07	c 77	50267 (70%) CSP clauses are encoded (15354762 clauses, 360473024 bytes)
81.46/83.03	c 82	57448 (80%) CSP clauses are encoded (17024470 clauses, 403073094 bytes)
86.76/88.47	c 88	64629 (90%) CSP clauses are encoded (18869597 clauses, 450107830 bytes)
91.84/93.68	c 93	71810 (100%) CSP clauses are encoded (20651987 clauses, 495602688 bytes)
91.84/93.68	c 93	71810 CSP clauses encoded
91.84/93.69	c 93	Writing map file : HOME/temp.map
91.94/93.74	c 93	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
91.94/93.74	c 93	SAT : 1210878 SAT variables, 20651987 SAT clauses, 495602688 bytes
91.94/93.74	c 93	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
91.94/93.77	c 93	SOLVING HOME/temp.cnf
91.94/93.77	c 93	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
91.94/93.78	c 93	This is MiniSat 2.0 beta
91.94/93.78	c 93	WARNING: for repeatability, setting FPU to use double precision
91.94/93.78	c 93	============================[ Problem Statistics ]=============================
91.94/93.78	c 93	|                                                                             |
91.94/93.78	c 93	|  Number of variables:  1210878                                              |
91.94/93.78	c 93	|  Number of clauses:    20651987                                             |
103.98/105.92	c ERROR INTERRUPTED
104.10/106.04	s UNKNOWN
104.10/106.04	c 105	CPU 88.62 (0.03 0.01 88.59 3.39)
104.10/106.04	c 105	END Sat Jul  5 09:41:38 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-1087347-1215243592/watcher-1087347-1215243592 -o /tmp/evaluation-result-1087347-1215243592/solver-1087347-1215243592 -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-1087347-1215243592.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.92 1.97 1.85 4/80 3634
/proc/meminfo: memFree=1533464/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=18572 CPUtime=0
/proc/3634/stat : 3634 (runsolver) D 3632 3634 1401 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003334106 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 214919867687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/3634/statm: 4643 292 257 25 0 2626 0

[startup+0.029634 s]
/proc/loadavg: 1.92 1.97 1.85 4/80 3634
/proc/meminfo: memFree=1533464/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=124 CPUtime=0
/proc/3634/stat : 3634 (sugar) D 3632 3634 1401 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 2003334106 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 214917248489 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/3634/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101645 s]
/proc/loadavg: 1.92 1.97 1.85 4/80 3634
/proc/meminfo: memFree=1533464/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=12412 CPUtime=0
/proc/3634/stat : 3634 (sugar) D 3632 3634 1401 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2003334106 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3634/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301673 s]
/proc/loadavg: 1.92 1.97 1.85 4/80 3634
/proc/meminfo: memFree=1533464/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=0.04
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003334106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701731 s]
/proc/loadavg: 1.92 1.97 1.85 4/80 3634
/proc/meminfo: memFree=1533464/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=0.04
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003334106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50184 s]
/proc/loadavg: 1.92 1.97 1.85 4/91 3646
/proc/meminfo: memFree=1511424/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=1.08
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 973 8868 0 1 3 1 99 5 15 0 1 0 2003334106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13600

[startup+3.10206 s]
/proc/loadavg: 1.92 1.97 1.85 3/91 3656
/proc/meminfo: memFree=1514496/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=1.08
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 974 8868 0 1 3 1 99 5 16 0 1 0 2003334106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 797 370 3 0 500 0
[pid=3647] ppid=3634 vsize=5356 CPUtime=0
/proc/3647/stat : 3647 (sh) S 3634 3634 1401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003334231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3647/statm: 1339 233 193 169 0 50 0
[pid=3648] ppid=3647 vsize=868388 CPUtime=1.78
/proc/3648/stat : 3648 (java) S 3647 3634 1401 0 -1 0 8576 0 1 0 173 5 0 0 18 0 9 0 2003334231 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3648/statm: 217097 7677 2541 9 0 211672 0
[pid=3648/tid=3649] ppid=3647 vsize=868388 CPUtime=1.32
/proc/3648/task/3649/stat : 3649 (java) R 3647 3634 1401 0 -1 64 2676 0 1 0 130 2 0 0 25 0 9 0 2003334232 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4126566948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3650] ppid=3647 vsize=868388 CPUtime=0.24
/proc/3648/task/3650/stat : 3650 (java) S 3647 3634 1401 0 -1 64 3749 0 0 0 23 1 0 0 16 0 9 0 2003334233 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3651] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3651/stat : 3651 (java) S 3647 3634 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003334234 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3652] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3652/stat : 3652 (java) S 3647 3634 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003334234 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3653] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3653/stat : 3653 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003334239 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3654] ppid=3647 vsize=868388 CPUtime=0.19
/proc/3648/task/3654/stat : 3654 (java) S 3647 3634 1401 0 -1 64 1453 0 0 0 18 1 0 0 16 0 9 0 2003334239 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3655] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3655/stat : 3655 (java) S 3647 3634 1401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003334239 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3656] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3656/stat : 3656 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003334239 889229312 7677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 887344

[startup+6.30249 s]
/proc/loadavg: 2.01 1.99 1.86 3/91 3656
/proc/meminfo: memFree=1494720/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=1.08
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 974 8868 0 1 3 1 99 5 16 0 1 0 2003334106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 797 370 3 0 500 0
[pid=3647] ppid=3634 vsize=5356 CPUtime=0
/proc/3647/stat : 3647 (sh) S 3634 3634 1401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003334231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3647/statm: 1339 233 193 169 0 50 0
[pid=3648] ppid=3647 vsize=868388 CPUtime=4.95
/proc/3648/stat : 3648 (java) S 3647 3634 1401 0 -1 0 14281 0 1 0 486 9 0 0 18 0 9 0 2003334231 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3648/statm: 217097 13200 2540 9 0 211672 0
[pid=3648/tid=3649] ppid=3647 vsize=868388 CPUtime=3.88
/proc/3648/task/3649/stat : 3649 (java) R 3647 3634 1401 0 -1 64 3067 0 1 0 386 2 0 0 25 0 9 0 2003334232 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4126566948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3650] ppid=3647 vsize=868388 CPUtime=0.84
/proc/3648/task/3650/stat : 3650 (java) S 3647 3634 1401 0 -1 64 9057 0 0 0 80 4 0 0 16 0 9 0 2003334233 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3651] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3651/stat : 3651 (java) S 3647 3634 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003334234 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3652] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3652/stat : 3652 (java) S 3647 3634 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003334234 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3653] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3653/stat : 3653 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003334239 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3654] ppid=3647 vsize=868388 CPUtime=0.2
/proc/3648/task/3654/stat : 3654 (java) S 3647 3634 1401 0 -1 64 1459 0 0 0 19 1 0 0 15 0 9 0 2003334239 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3655] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3655/stat : 3655 (java) S 3647 3634 1401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003334239 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3656] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3656/stat : 3656 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003334239 889229312 13200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 887344

[startup+12.7023 s]
/proc/loadavg: 2.09 2.00 1.87 3/91 3656
/proc/meminfo: memFree=1445632/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=1.08
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 974 8868 0 1 3 1 99 5 16 0 1 0 2003334106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 797 370 3 0 500 0
[pid=3647] ppid=3634 vsize=5356 CPUtime=0
/proc/3647/stat : 3647 (sh) S 3634 3634 1401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003334231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3647/statm: 1339 233 193 169 0 50 0
[pid=3648] ppid=3647 vsize=868388 CPUtime=11.27
/proc/3648/stat : 3648 (java) S 3647 3634 1401 0 -1 0 33124 0 1 0 1108 19 0 0 18 0 9 0 2003334231 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3648/statm: 217097 24874 2540 9 0 211672 0
[pid=3648/tid=3649] ppid=3647 vsize=868388 CPUtime=8.7
/proc/3648/task/3649/stat : 3649 (java) R 3647 3634 1401 0 -1 64 3828 0 1 0 867 3 0 0 25 0 9 0 2003334232 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4126607483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3650] ppid=3647 vsize=868388 CPUtime=2.33
/proc/3648/task/3650/stat : 3650 (java) S 3647 3634 1401 0 -1 64 27132 0 0 0 219 14 0 0 16 0 9 0 2003334233 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3651] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3651/stat : 3651 (java) S 3647 3634 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003334234 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3652] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3652/stat : 3652 (java) S 3647 3634 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003334234 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3653] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3653/stat : 3653 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003334239 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3654] ppid=3647 vsize=868388 CPUtime=0.22
/proc/3648/task/3654/stat : 3654 (java) S 3647 3634 1401 0 -1 64 1466 0 0 0 21 1 0 0 16 0 9 0 2003334239 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3655] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3655/stat : 3655 (java) S 3647 3634 1401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003334239 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3656] ppid=3647 vsize=868388 CPUtime=0
/proc/3648/task/3656/stat : 3656 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003334239 889229312 24874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 887344

[startup+25.5011 s]
/proc/loadavg: 2.21 2.03 1.88 3/91 3656
/proc/meminfo: memFree=1387392/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=1.08
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 974 8868 0 1 3 1 99 5 15 0 1 0 2003334106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 797 370 3 0 500 0
[pid=3647] ppid=3634 vsize=5356 CPUtime=0
/proc/3647/stat : 3647 (sh) S 3634 3634 1401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003334231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3647/statm: 1339 233 193 169 0 50 0
[pid=3648] ppid=3647 vsize=868500 CPUtime=23.92
/proc/3648/stat : 3648 (java) S 3647 3634 1401 0 -1 0 39851 0 1 0 2340 52 0 0 18 0 9 0 2003334231 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3648/statm: 217125 27276 2566 9 0 211672 0
[pid=3648/tid=3649] ppid=3647 vsize=868500 CPUtime=20.52
/proc/3648/task/3649/stat : 3649 (java) R 3647 3634 1401 0 -1 64 4307 0 1 0 2018 34 0 0 25 0 9 0 2003334232 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4126965979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3650] ppid=3647 vsize=868500 CPUtime=3.09
/proc/3648/task/3650/stat : 3650 (java) S 3647 3634 1401 0 -1 64 33337 0 0 0 293 16 0 0 16 0 9 0 2003334233 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3651] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3651/stat : 3651 (java) S 3647 3634 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003334234 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3652] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3652/stat : 3652 (java) S 3647 3634 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003334234 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3653] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3653/stat : 3653 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003334239 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3654] ppid=3647 vsize=868500 CPUtime=0.28
/proc/3648/task/3654/stat : 3654 (java) S 3647 3634 1401 0 -1 64 1509 0 0 0 27 1 0 0 16 0 9 0 2003334239 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3655] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3655/stat : 3655 (java) S 3647 3634 1401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003334239 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3656] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3656/stat : 3656 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003334239 889344000 27276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 887456

[startup+51.1015 s]
/proc/loadavg: 2.34 2.08 1.90 3/91 3656
/proc/meminfo: memFree=1279040/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=1.08
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 974 8868 0 1 3 1 99 5 16 0 1 0 2003334106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 797 370 3 0 500 0
[pid=3647] ppid=3634 vsize=5356 CPUtime=0
/proc/3647/stat : 3647 (sh) S 3634 3634 1401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003334231 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3647/statm: 1339 233 193 169 0 50 0
[pid=3648] ppid=3647 vsize=868500 CPUtime=49.07
/proc/3648/stat : 3648 (java) S 3647 3634 1401 0 -1 0 40184 0 1 0 4787 120 0 0 18 0 9 0 2003334231 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3648/statm: 217125 27280 2566 9 0 211672 0
[pid=3648/tid=3649] ppid=3647 vsize=868500 CPUtime=45.44
/proc/3648/task/3649/stat : 3649 (java) R 3647 3634 1401 0 -1 64 4636 0 1 0 4445 99 0 0 25 0 9 0 2003334232 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4127031909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3650] ppid=3647 vsize=868500 CPUtime=3.3
/proc/3648/task/3650/stat : 3650 (java) S 3647 3634 1401 0 -1 64 33337 0 0 0 312 18 0 0 16 0 9 0 2003334233 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3651] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3651/stat : 3651 (java) S 3647 3634 1401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003334234 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3652] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3652/stat : 3652 (java) S 3647 3634 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003334234 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3653] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3653/stat : 3653 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003334239 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3654] ppid=3647 vsize=868500 CPUtime=0.29
/proc/3648/task/3654/stat : 3654 (java) S 3647 3634 1401 0 -1 64 1513 0 0 0 28 1 0 0 15 0 9 0 2003334239 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3655] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3655/stat : 3655 (java) S 3647 3634 1401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003334239 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3648/tid=3656] ppid=3647 vsize=868500 CPUtime=0
/proc/3648/task/3656/stat : 3656 (java) S 3647 3634 1401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003334239 889344000 27280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 2.68 2.22 1.95 3/83 3658
/proc/meminfo: memFree=412096/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=92.01
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 1033 50259 0 2 3 1 8859 338 16 0 1 0 2003334106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 799 370 3 0 500 0
[pid=3657] ppid=3634 vsize=5356 CPUtime=0
/proc/3657/stat : 3657 (sh) S 3634 3634 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003343483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3657/statm: 1339 232 193 169 0 50 0
[pid=3658] ppid=3657 vsize=665620 CPUtime=8.41
/proc/3658/stat : 3658 (minisat) R 3657 3634 1401 0 -1 4194304 157101 0 0 0 733 108 0 0 25 0 1 0 2003343484 681594880 157087 996147200 134512640 135127466 4294956256 18446744073709551615 134514083 0 0 4096 3 0 0 0 17 1 0 0
/proc/3658/statm: 166405 157087 62 150 0 166252 0
Current children cumulated CPU time (s) 100.42
Current children cumulated vsize (KiB) 684576



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+105.902 s]
/proc/loadavg: 2.62 2.21 1.95 3/83 3658
/proc/meminfo: memFree=177152/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=92.01
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 1033 50259 0 2 3 1 8859 338 16 0 1 0 2003334106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 799 370 3 0 500 0
[pid=3657] ppid=3634 vsize=5356 CPUtime=0
/proc/3657/stat : 3657 (sh) S 3634 3634 1401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003343483 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3657/statm: 1339 232 193 169 0 50 0
[pid=3658] ppid=3657 vsize=904868 CPUtime=11.97
/proc/3658/stat : 3658 (minisat) R 3657 3634 1401 0 -1 4194304 214035 0 0 0 1046 151 0 0 25 0 1 0 2003343484 926584832 214021 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/3658/statm: 226217 214021 62 150 0 226064 0
Current children cumulated CPU time (s) 103.98
Current children cumulated vsize (KiB) 923824

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

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

[startup+106.021 s]
/proc/loadavg: 2.62 2.21 1.95 3/83 3658
/proc/meminfo: memFree=177152/2055920 swapFree=4179464/4192956
[pid=3634] ppid=3632 vsize=13600 CPUtime=92.01
/proc/3634/stat : 3634 (sugar) S 3632 3634 1401 0 -1 4194304 1044 50259 0 2 3 1 8859 338 16 0 1 0 2003334106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/3634/statm: 3400 799 370 3 0 500 0
[pid=3657] ppid=3634 vsize=0 CPUtime=0
/proc/3657/stat : 3657 (sh) Z 3634 3634 1401 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2003343483 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/3657/statm: 0 0 0 0 0 0 0
[pid=3658] ppid=1 vsize=0 CPUtime=12.09
/proc/3658/stat : 3658 (minisat) R 1 3634 1401 0 -1 4195332 214035 0 0 0 1046 163 0 0 25 0 1 0 2003343484 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/3658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 104.1
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3634 and gives
#  childrusage.ru_utime.tv_sec=88
#  childrusage.ru_utime.tv_usec=632525
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=408481
# CPU time returned by wait4() is 92.041
# while last known CPU time is 104.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 106.047
CPU time (s): 104.1
CPU user time (s): 99.08
CPU system time (s): 5.02
CPU usage (%): 98.1637
Max. virtual memory (cumulated for all children) (KiB): 923824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.6325
system time used= 3.40848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51636
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= 16427
involuntary context switches= 18662

runsolver used 0.139978 second user time and 0.372943 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 09:39:52
IDJOB=1087347
IDBENCH=57975
IDSOLVER=346
FILE ID=node10/1087347-1215243592
PBS_JOBID= 7881893
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c3977aded3fc1b33631985df26116e6e
RANDOM SEED=1768137444

node10.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.229
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.229
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:       1533880 kB
Buffers:          8232 kB
Cached:         118188 kB
SwapCached:       7540 kB
Active:         389444 kB
Inactive:        77804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533880 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:         354556 kB
Slab:            39112 kB
Committed_AS:  4229596 kB
PageTables:       2612 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= 66504 MiB
End job on node10 at 2008-07-05 09:41:40