Trace number 1087305

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.38 104.148

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-6.xml
MD5SUMd23de4e6fd19229cdf6e50664455956d
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 benchmark17.5403
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.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul  5 09:37:51 2008
0.00/0.15	c 0	PID 24119
0.00/0.15	c 0	HOST node13.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1087305-1215243471.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087305-1215243471.xml' 'HOME/temp.csp'
1.04/1.20	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
1.04/1.25	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.04/1.25	c 2	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.06/1.34	c 2	Parsing HOME/temp.csp
1.06/1.76	c 2	parsed 9632 expressions
1.06/1.77	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.77	c 2	Converting to clausal form CSP
2.47/2.79	c 3	converted 964 (10%) expressions
4.06/4.37	c 5	converted 1927 (20%) expressions
5.24/5.57	c 6	converted 2890 (30%) expressions
6.23/6.52	c 7	converted 3853 (40%) expressions
7.42/7.74	c 8	converted 4816 (50%) expressions
8.31/8.63	c 9	converted 5780 (60%) expressions
9.00/9.38	c 10	converted 6743 (70%) expressions
10.39/10.73	c 11	converted 7706 (80%) expressions
11.18/11.53	c 12	converted 8669 (90%) expressions
11.97/12.38	c 13	converted 9632 (100%) expressions
11.97/12.38	c 13	CSP : 1198 integers, 26212 booleans, 54148 clauses, largest domain size 2721
11.97/12.38	c 13	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.97/12.38	c 13	Propagation in CSP
12.57/12.97	c 13	4760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.57/12.97	c 13	CSP : 1198 integers, 26212 booleans, 54148 clauses, largest domain size 2721
12.57/12.97	c 13	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.67/13.00	c 13	Simplifing CSP by introducing new Boolean variables
12.77/13.12	c 13	CSP : 1198 integers, 43920 booleans, 71856 clauses, largest domain size 2721
12.77/13.12	c 13	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.37/13.70	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.77/14.17	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.26/14.62	c 15	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
14.65/15.07	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
15.14/15.53	c 16	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
15.65/16.02	c 16	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
15.85/16.29	c 17	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
16.13/16.55	c 17	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
16.34/16.79	c 17	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
16.64/17.08	c 17	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
16.94/17.35	c 18	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
35.31/35.97	c 36	7186 (10%) CSP clauses are encoded (4290670 clauses, 88890389 bytes)
47.76/48.50	c 49	14372 (20%) CSP clauses are encoded (6851377 clauses, 147381050 bytes)
55.76/56.68	c 57	21557 (30%) CSP clauses are encoded (8839189 clauses, 195120450 bytes)
61.47/62.40	c 63	28743 (40%) CSP clauses are encoded (10469309 clauses, 235868424 bytes)
65.79/66.85	c 67	35928 (50%) CSP clauses are encoded (11904055 clauses, 272632623 bytes)
70.57/71.70	c 72	43114 (60%) CSP clauses are encoded (13620494 clauses, 316434837 bytes)
75.46/76.71	c 77	50300 (70%) CSP clauses are encoded (15336155 clauses, 359991093 bytes)
80.16/81.58	c 82	57485 (80%) CSP clauses are encoded (17005879 clauses, 402596770 bytes)
85.46/86.94	c 87	64671 (90%) CSP clauses are encoded (18841990 clauses, 449392441 bytes)
90.44/92.07	c 92	71856 (100%) CSP clauses are encoded (20621283 clauses, 494807136 bytes)
90.44/92.07	c 92	71856 CSP clauses encoded
90.44/92.07	c 92	Writing map file : HOME/temp.map
90.53/92.12	c 92	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.53/92.12	c 92	SAT : 1210834 SAT variables, 20621283 SAT clauses, 494807136 bytes
90.53/92.12	c 92	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.53/92.17	c 92	SOLVING HOME/temp.cnf
90.53/92.17	c 92	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
90.53/92.18	c 92	This is MiniSat 2.0 beta
90.53/92.18	c 92	WARNING: for repeatability, setting FPU to use double precision
90.53/92.18	c 92	============================[ Problem Statistics ]=============================
90.53/92.18	c 92	|                                                                             |
90.53/92.18	c 92	|  Number of variables:  1210834                                              |
90.53/92.18	c 92	|  Number of clauses:    20621283                                             |
102.27/104.02	c ERROR INTERRUPTED
102.38/104.14	s UNKNOWN
102.38/104.14	c 104	CPU 87.4 (0.03 0.01 87.37 3.18)
102.38/104.14	c 104	END Sat Jul  5 09:39:35 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-1087305-1215243471/watcher-1087305-1215243471 -o /tmp/evaluation-result-1087305-1215243471/solver-1087305-1215243471 -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-1087305-1215243471.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 2.00 2.00 4/72 24119
/proc/meminfo: memFree=1825360/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=18572 CPUtime=0
/proc/24119/stat : 24119 (runsolver) D 24117 24119 22645 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1554018903 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269757246759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24119/statm: 4643 292 257 25 0 2626 0

[startup+0.0548289 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 24119
/proc/meminfo: memFree=1825360/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=12268 CPUtime=0
/proc/24119/stat : 24119 (sugar) D 24117 24119 22645 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 1554018903 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24119/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101834 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 24119
/proc/meminfo: memFree=1825360/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=12412 CPUtime=0
/proc/24119/stat : 24119 (sugar) D 24117 24119 22645 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 1554018903 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24119/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301862 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 24119
/proc/meminfo: memFree=1825360/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=0.03
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1554018903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701919 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 24119
/proc/meminfo: memFree=1825360/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=0.03
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1554018903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50203 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 24131
/proc/meminfo: memFree=1803384/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=1.06
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 973 8869 0 1 2 1 98 5 16 0 1 0 1554018903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13600

[startup+3.1031 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 24141
/proc/meminfo: memFree=1806264/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=1.06
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 974 8869 0 1 2 1 98 5 16 0 1 0 1554018903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 797 370 3 0 500 0
[pid=24132] ppid=24119 vsize=5356 CPUtime=0
/proc/24132/stat : 24132 (sh) S 24119 24119 22645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554019029 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24132/statm: 1339 233 193 169 0 50 0
[pid=24133] ppid=24132 vsize=868388 CPUtime=1.81
/proc/24133/stat : 24133 (java) S 24132 24119 22645 0 -1 0 8655 0 1 0 177 4 0 0 18 0 9 0 1554019029 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24133/statm: 217097 7753 2541 9 0 211672 0
[pid=24133/tid=24134] ppid=24132 vsize=868388 CPUtime=1.34
/proc/24133/task/24134/stat : 24134 (java) R 24132 24119 22645 0 -1 64 2679 0 1 0 133 1 0 0 25 0 9 0 1554019030 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24135] ppid=24132 vsize=868388 CPUtime=0.25
/proc/24133/task/24135/stat : 24135 (java) S 24132 24119 22645 0 -1 64 3826 0 0 0 23 2 0 0 15 0 9 0 1554019031 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24136] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24136/stat : 24136 (java) S 24132 24119 22645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554019031 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24137] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24137/stat : 24137 (java) S 24132 24119 22645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554019031 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24138] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24138/stat : 24138 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554019033 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24139] ppid=24132 vsize=868388 CPUtime=0.19
/proc/24133/task/24139/stat : 24139 (java) S 24132 24119 22645 0 -1 64 1453 0 0 0 19 0 0 0 16 0 9 0 1554019033 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24140] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24140/stat : 24140 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554019033 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24141] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24141/stat : 24141 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554019033 889229312 7753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 887344

[startup+6.30166 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 24141
/proc/meminfo: memFree=1786360/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=1.06
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 974 8869 0 1 2 1 98 5 16 0 1 0 1554018903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 797 370 3 0 500 0
[pid=24132] ppid=24119 vsize=5356 CPUtime=0
/proc/24132/stat : 24132 (sh) S 24119 24119 22645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554019029 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24132/statm: 1339 233 193 169 0 50 0
[pid=24133] ppid=24132 vsize=868388 CPUtime=4.98
/proc/24133/stat : 24133 (java) S 24132 24119 22645 0 -1 0 14367 0 1 0 490 8 0 0 18 0 9 0 1554019029 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24133/statm: 217097 13285 2540 9 0 211672 0
[pid=24133/tid=24134] ppid=24132 vsize=868388 CPUtime=3.91
/proc/24133/task/24134/stat : 24134 (java) R 24132 24119 22645 0 -1 64 3068 0 1 0 389 2 0 0 25 0 9 0 1554019030 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4126428735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24135] ppid=24132 vsize=868388 CPUtime=0.84
/proc/24133/task/24135/stat : 24135 (java) S 24132 24119 22645 0 -1 64 9143 0 0 0 79 5 0 0 16 0 9 0 1554019031 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24136] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24136/stat : 24136 (java) S 24132 24119 22645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554019031 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24137] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24137/stat : 24137 (java) S 24132 24119 22645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554019031 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24138] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24138/stat : 24138 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554019033 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24139] ppid=24132 vsize=868388 CPUtime=0.21
/proc/24133/task/24139/stat : 24139 (java) S 24132 24119 22645 0 -1 64 1459 0 0 0 21 0 0 0 15 0 9 0 1554019033 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24140] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24140/stat : 24140 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554019033 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24141] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24141/stat : 24141 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554019033 889229312 13285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887344

[startup+12.7025 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 24141
/proc/meminfo: memFree=1736120/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=1.06
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 974 8869 0 1 2 1 98 5 15 0 1 0 1554018903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 797 370 3 0 500 0
[pid=24132] ppid=24119 vsize=5356 CPUtime=0
/proc/24132/stat : 24132 (sh) S 24119 24119 22645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554019029 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24132/statm: 1339 233 193 169 0 50 0
[pid=24133] ppid=24132 vsize=868388 CPUtime=11.31
/proc/24133/stat : 24133 (java) S 24132 24119 22645 0 -1 0 33189 0 1 0 1113 18 0 0 18 0 9 0 1554019029 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24133/statm: 217097 24938 2540 9 0 211672 0
[pid=24133/tid=24134] ppid=24132 vsize=868388 CPUtime=8.77
/proc/24133/task/24134/stat : 24134 (java) R 24132 24119 22645 0 -1 64 3829 0 1 0 874 3 0 0 25 0 9 0 1554019030 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4126566896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24135] ppid=24132 vsize=868388 CPUtime=2.3
/proc/24133/task/24135/stat : 24135 (java) S 24132 24119 22645 0 -1 64 27197 0 0 0 216 14 0 0 16 0 9 0 1554019031 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24136] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24136/stat : 24136 (java) S 24132 24119 22645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554019031 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24137] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24137/stat : 24137 (java) S 24132 24119 22645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554019031 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24138] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24138/stat : 24138 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554019033 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24139] ppid=24132 vsize=868388 CPUtime=0.22
/proc/24133/task/24139/stat : 24139 (java) S 24132 24119 22645 0 -1 64 1466 0 0 0 22 0 0 0 16 0 9 0 1554019033 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24140] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24140/stat : 24140 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554019033 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24141] ppid=24132 vsize=868388 CPUtime=0
/proc/24133/task/24141/stat : 24141 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554019033 889229312 24938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887344

[startup+25.5022 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 24141
/proc/meminfo: memFree=1678712/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=1.07
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 974 8869 0 1 3 1 98 5 15 0 1 0 1554018903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 797 370 3 0 500 0
[pid=24132] ppid=24119 vsize=5356 CPUtime=0
/proc/24132/stat : 24132 (sh) S 24119 24119 22645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554019029 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24132/statm: 1339 233 193 169 0 50 0
[pid=24133] ppid=24132 vsize=868500 CPUtime=23.97
/proc/24133/stat : 24133 (java) S 24132 24119 22645 0 -1 0 39723 0 1 0 2348 49 0 0 18 0 9 0 1554019029 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24133/statm: 217125 27145 2566 9 0 211672 0
[pid=24133/tid=24134] ppid=24132 vsize=868500 CPUtime=20.61
/proc/24133/task/24134/stat : 24134 (java) R 24132 24119 22645 0 -1 64 4310 0 1 0 2031 30 0 0 25 0 9 0 1554019030 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4126965951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24135] ppid=24132 vsize=868500 CPUtime=3.04
/proc/24133/task/24135/stat : 24135 (java) S 24132 24119 22645 0 -1 64 33207 0 0 0 287 17 0 0 16 0 9 0 1554019031 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24136] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24136/stat : 24136 (java) S 24132 24119 22645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554019031 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24137] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24137/stat : 24137 (java) S 24132 24119 22645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554019031 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24138] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24138/stat : 24138 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554019033 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24139] ppid=24132 vsize=868500 CPUtime=0.29
/proc/24133/task/24139/stat : 24139 (java) S 24132 24119 22645 0 -1 64 1509 0 0 0 29 0 0 0 16 0 9 0 1554019033 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24140] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24140/stat : 24140 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554019033 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24141] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24141/stat : 24141 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554019033 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 887456

[startup+51.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24141
/proc/meminfo: memFree=1567160/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=1.07
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 974 8869 0 1 3 1 98 5 16 0 1 0 1554018903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 797 370 3 0 500 0
[pid=24132] ppid=24119 vsize=5356 CPUtime=0
/proc/24132/stat : 24132 (sh) S 24119 24119 22645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554019029 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24132/statm: 1339 233 193 169 0 50 0
[pid=24133] ppid=24132 vsize=868500 CPUtime=49.25
/proc/24133/stat : 24133 (java) S 24132 24119 22645 0 -1 0 40067 0 1 0 4810 115 0 0 18 0 9 0 1554019029 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24133/statm: 217125 27149 2566 9 0 211672 0
[pid=24133/tid=24134] ppid=24132 vsize=868500 CPUtime=45.69
/proc/24133/task/24134/stat : 24134 (java) R 24132 24119 22645 0 -1 64 4651 0 1 0 4474 95 0 0 25 0 9 0 1554019030 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4126968388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24135] ppid=24132 vsize=868500 CPUtime=3.25
/proc/24133/task/24135/stat : 24135 (java) S 24132 24119 22645 0 -1 64 33207 0 0 0 306 19 0 0 16 0 9 0 1554019031 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24136] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24136/stat : 24136 (java) S 24132 24119 22645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554019031 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24137] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24137/stat : 24137 (java) S 24132 24119 22645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554019031 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24138] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24138/stat : 24138 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554019033 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24139] ppid=24132 vsize=868500 CPUtime=0.3
/proc/24133/task/24139/stat : 24139 (java) S 24132 24119 22645 0 -1 64 1512 0 0 0 30 0 0 0 15 0 9 0 1554019033 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24140] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24140/stat : 24140 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554019033 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24133/tid=24141] ppid=24132 vsize=868500 CPUtime=0
/proc/24133/task/24141/stat : 24141 (java) S 24132 24119 22645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554019033 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 2.09 2.03 2.01 3/75 24144
/proc/meminfo: memFree=586808/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=90.59
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 1033 50124 0 4 3 1 8737 318 16 0 1 0 1554018903 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 799 370 3 0 500 0
[pid=24143] ppid=24119 vsize=5356 CPUtime=0
/proc/24143/stat : 24143 (sh) S 24119 24119 22645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554028120 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24143/statm: 1339 232 193 169 0 50 0
[pid=24144] ppid=24143 vsize=771508 CPUtime=9.99
/proc/24144/stat : 24144 (minisat) R 24143 24119 22645 0 -1 4194304 186578 0 0 0 877 122 0 0 25 0 1 0 1554028121 790024192 186564 996147200 134512640 135127466 4294956256 18446744073709551615 134514160 0 0 4096 3 0 0 0 17 1 0 0
/proc/24144/statm: 192877 186564 62 150 0 192724 0
Current children cumulated CPU time (s) 100.58
Current children cumulated vsize (KiB) 790464



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+104.002 s]
/proc/loadavg: 2.09 2.03 2.01 3/75 24144
/proc/meminfo: memFree=471800/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=90.59
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 1033 50124 0 4 3 1 8737 318 16 0 1 0 1554018903 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 799 370 3 0 500 0
[pid=24143] ppid=24119 vsize=5356 CPUtime=0
/proc/24143/stat : 24143 (sh) S 24119 24119 22645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554028120 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24143/statm: 1339 232 193 169 0 50 0
[pid=24144] ppid=24143 vsize=903316 CPUtime=11.68
/proc/24144/stat : 24144 (minisat) R 24143 24119 22645 0 -1 4194304 213594 0 0 0 1027 141 0 0 25 0 1 0 1554028121 924995584 213580 996147200 134512640 135127466 4294956256 18446744073709551615 134709003 0 0 4096 3 0 0 0 17 1 0 0
/proc/24144/statm: 225829 213580 62 150 0 225676 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 922272

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

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

[startup+104.121 s]
/proc/loadavg: 2.09 2.03 2.01 3/75 24144
/proc/meminfo: memFree=471800/2055920 swapFree=4180436/4192956
[pid=24119] ppid=24117 vsize=13600 CPUtime=90.59
/proc/24119/stat : 24119 (sugar) S 24117 24119 22645 0 -1 4194304 1044 50124 0 4 3 1 8737 318 16 0 1 0 1554018903 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24119/statm: 3400 799 370 3 0 500 0
[pid=24143] ppid=24119 vsize=0 CPUtime=0
/proc/24143/stat : 24143 (sh) Z 24119 24119 22645 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1554028120 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24143/statm: 0 0 0 0 0 0 0
[pid=24144] ppid=1 vsize=0 CPUtime=11.79
/proc/24144/stat : 24144 (minisat) R 1 24119 22645 0 -1 4195332 213594 0 0 0 1027 152 0 0 25 0 1 0 1554028121 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/24144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 104.148
CPU time (s): 102.38
CPU user time (s): 97.67
CPU system time (s): 4.71
CPU usage (%): 98.3023
Max. virtual memory (cumulated for all children) (KiB): 922272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.4117
system time used= 3.20251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51501
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16341
involuntary context switches= 18182

runsolver used 0.142978 second user time and 0.358945 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 09:37:51
IDJOB=1087305
IDBENCH=57967
IDSOLVER=346
FILE ID=node13/1087305-1215243471
PBS_JOBID= 7881934
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d23de4e6fd19229cdf6e50664455956d
RANDOM SEED=111999723

node13.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.238
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.238
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:       1825840 kB
Buffers:          9184 kB
Cached:          86620 kB
SwapCached:       6400 kB
Active:         128740 kB
Inactive:        49012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825840 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:          89712 kB
Slab:            37412 kB
Committed_AS:  3135684 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node13 at 2008-07-05 09:39:37