Trace number 1084108

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) 103.55 106.297

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-7.xml
MD5SUMfc9f58475a614e928f4d65ba1e610c18
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 benchmark2.52061
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of constraints48510
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48510
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 05:53:58 2008
0.00/0.04	c 0	PID 15630
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1084108-1215230037.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084108-1215230037.xml' 'HOME/temp.csp'
2.63/2.76	c 2	1 domains, 360 variables, 2 predicates, 0 relations, 48510 constraints
2.63/2.77	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.63/2.77	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'
2.71/2.85	c 2	Parsing HOME/temp.csp
2.71/3.18	c 3	parsed 10000 expressions
3.31/3.40	c 3	parsed 20000 expressions
3.51/3.62	c 3	parsed 30000 expressions
3.71/3.80	c 3	parsed 40000 expressions
3.90/4.02	c 4	parsed 48873 expressions
3.90/4.03	c 4	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.90/4.03	c 4	Converting to clausal form CSP
4.69/4.86	c 4	converted 4888 (10%) expressions
5.20/5.37	c 5	converted 9775 (20%) expressions
5.88/6.09	c 6	converted 14662 (30%) expressions
6.48/6.60	c 6	converted 19550 (40%) expressions
7.27/7.44	c 7	converted 24437 (50%) expressions
7.76/7.94	c 8	converted 29324 (60%) expressions
8.25/8.45	c 8	converted 34212 (70%) expressions
8.75/8.95	c 9	converted 39099 (80%) expressions
9.83/10.05	c 10	converted 43986 (90%) expressions
10.44/10.66	c 10	converted 48873 (100%) expressions
10.44/10.66	c 10	CSP : 360 integers, 48330 booleans, 193500 clauses, largest domain size 180
10.44/10.66	c 10	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.44/10.66	c 10	Propagation in CSP
11.12/11.38	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.12/11.38	c 11	CSP : 360 integers, 48330 booleans, 193500 clauses, largest domain size 180
11.12/11.38	c 11	Heap : 129 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.23/11.44	c 11	Simplifing CSP by introducing new Boolean variables
13.41/13.61	c 13	CSP : 360 integers, 242004 booleans, 387174 clauses, largest domain size 180
13.41/13.61	c 13	Heap : 184 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.40/14.69	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.49/14.74	c 14	36 (10%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
14.49/14.75	c 14	72 (20%) CSP integer variables are encoded (12816 clauses, 170216 bytes)
14.49/14.76	c 14	108 (30%) CSP integer variables are encoded (19224 clauses, 266336 bytes)
14.49/14.77	c 14	144 (40%) CSP integer variables are encoded (25632 clauses, 362456 bytes)
14.49/14.77	c 14	180 (50%) CSP integer variables are encoded (32040 clauses, 458576 bytes)
14.49/14.78	c 14	216 (60%) CSP integer variables are encoded (38448 clauses, 554696 bytes)
14.49/14.79	c 14	252 (70%) CSP integer variables are encoded (44856 clauses, 650816 bytes)
14.49/14.80	c 14	288 (80%) CSP integer variables are encoded (51264 clauses, 746936 bytes)
14.59/14.80	c 14	324 (90%) CSP integer variables are encoded (57672 clauses, 843056 bytes)
14.59/14.81	c 14	360 (100%) CSP integer variables are encoded (64080 clauses, 939176 bytes)
21.12/21.47	c 21	38718 (10%) CSP clauses are encoded (3624742 clauses, 76169014 bytes)
27.81/28.22	c 28	77435 (20%) CSP clauses are encoded (7230123 clauses, 153911839 bytes)
34.66/35.36	c 35	116153 (30%) CSP clauses are encoded (10971371 clauses, 235355528 bytes)
41.91/42.73	c 42	154870 (40%) CSP clauses are encoded (14791319 clauses, 321890989 bytes)
49.30/50.33	c 50	193587 (50%) CSP clauses are encoded (18720897 clauses, 410893376 bytes)
56.91/58.13	c 58	232305 (60%) CSP clauses are encoded (22780213 clauses, 502815108 bytes)
64.73/66.20	c 66	271022 (70%) CSP clauses are encoded (26988500 clauses, 598088660 bytes)
72.96/74.74	c 74	309740 (80%) CSP clauses are encoded (31346624 clauses, 697587204 bytes)
81.54/83.52	c 83	348457 (90%) CSP clauses are encoded (35899887 clauses, 802026465 bytes)
90.60/92.92	c 93	387174 (100%) CSP clauses are encoded (40758474 clauses, 913487823 bytes)
90.60/92.92	c 93	387174 CSP clauses encoded
90.60/92.92	c 93	Writing map file : HOME/temp.map
90.60/92.95	c 93	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.60/92.95	c 93	SAT : 306444 SAT variables, 40758474 SAT clauses, 913487823 bytes
90.60/92.95	c 93	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.67/93.03	c 93	SOLVING HOME/temp.cnf
90.67/93.03	c 93	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
90.67/93.03	c 93	This is MiniSat 2.0 beta
90.67/93.03	c 93	WARNING: for repeatability, setting FPU to use double precision
90.67/93.04	c 93	============================[ Problem Statistics ]=============================
90.67/93.04	c 93	|                                                                             |
90.67/93.04	c 93	|  Number of variables:  306444                                               |
90.67/93.04	c 93	|  Number of clauses:    40758474                                             |
103.48/106.12	c ERROR INTERRUPTED
103.55/106.29	s UNKNOWN
103.55/106.29	c 106	CPU 84.63 (0.04 0 84.59 6.1)
103.55/106.29	c 106	END Sat Jul  5 05:55:44 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-1084108-1215230037/watcher-1084108-1215230037 -o /tmp/evaluation-result-1084108-1215230037/solver-1084108-1215230037 -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-1084108-1215230037.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 2.00 1.99 3/81 15630
/proc/meminfo: memFree=1746880/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=18572 CPUtime=0
/proc/15630/stat : 15630 (runsolver) R 15628 15630 14625 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 2001977254 19017728 293 996147200 4194304 4296836 548682068272 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15630/statm: 4643 293 257 25 0 2626 0

[startup+0.053214 s]
/proc/loadavg: 1.92 2.00 1.99 3/81 15630
/proc/meminfo: memFree=1746880/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=0.03
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001977254 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101224 s]
/proc/loadavg: 1.92 2.00 1.99 3/81 15630
/proc/meminfo: memFree=1746880/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=0.03
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001977254 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301243 s]
/proc/loadavg: 1.92 2.00 1.99 3/81 15630
/proc/meminfo: memFree=1746880/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=0.03
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001977254 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702303 s]
/proc/loadavg: 1.92 2.00 1.99 3/81 15630
/proc/meminfo: memFree=1746880/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=0.03
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001977254 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 1.92 2.00 1.99 3/92 15642
/proc/meminfo: memFree=1718184/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=0.03
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001977254 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 796 370 3 0 500 0
[pid=15633] ppid=15630 vsize=5356 CPUtime=0
/proc/15633/stat : 15633 (sh) S 15630 15630 14625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001977259 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15633/statm: 1339 233 193 169 0 50 0
[pid=15634] ppid=15633 vsize=864676 CPUtime=1.42
/proc/15634/stat : 15634 (java) S 15633 15630 14625 0 -1 0 16479 0 1 0 133 9 0 0 18 0 9 0 2001977260 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15634/statm: 216169 14025 2529 9 0 210751 0
[pid=15634/tid=15635] ppid=15633 vsize=864676 CPUtime=0.82
/proc/15634/task/15635/stat : 15635 (java) R 15633 15630 14625 0 -1 64 3004 0 1 0 80 2 0 0 24 0 9 0 2001977261 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15634/tid=15636] ppid=15633 vsize=864676 CPUtime=0.48
/proc/15634/task/15636/stat : 15636 (java) R 15633 15630 14625 0 -1 64 12282 0 0 0 43 5 0 0 16 0 9 0 2001977262 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 104187997 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15634/tid=15637] ppid=15633 vsize=864676 CPUtime=0
/proc/15634/task/15637/stat : 15637 (java) S 15633 15630 14625 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001977262 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15634/tid=15638] ppid=15633 vsize=864676 CPUtime=0
/proc/15634/task/15638/stat : 15638 (java) S 15633 15630 14625 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2001977262 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15634/tid=15639] ppid=15633 vsize=864676 CPUtime=0
/proc/15634/task/15639/stat : 15639 (java) S 15633 15630 14625 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001977264 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15634/tid=15640] ppid=15633 vsize=864676 CPUtime=0.09
/proc/15634/task/15640/stat : 15640 (java) S 15633 15630 14625 0 -1 64 493 0 0 0 9 0 0 0 16 0 9 0 2001977264 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15634/tid=15641] ppid=15633 vsize=864676 CPUtime=0
/proc/15634/task/15641/stat : 15641 (java) S 15633 15630 14625 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001977264 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15634/tid=15642] ppid=15633 vsize=864676 CPUtime=0
/proc/15634/task/15642/stat : 15642 (java) S 15633 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001977264 885428224 14025 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10158 s]
/proc/loadavg: 1.92 2.00 1.99 3/92 15642
/proc/meminfo: memFree=1678184/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=2.71
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 973 24253 0 1 3 0 254 14 16 0 1 0 2001977254 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 13600

[startup+6.30297 s]
/proc/loadavg: 1.93 2.00 1.99 3/92 15652
/proc/meminfo: memFree=1699624/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=2.71
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 974 24253 0 1 3 0 254 14 15 0 1 0 2001977254 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 797 370 3 0 500 0
[pid=15643] ppid=15630 vsize=5356 CPUtime=0
/proc/15643/stat : 15643 (sh) S 15630 15630 14625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001977532 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15643/statm: 1339 233 193 169 0 50 0
[pid=15644] ppid=15643 vsize=868388 CPUtime=3.47
/proc/15644/stat : 15644 (java) S 15643 15630 14625 0 -1 0 18515 0 1 0 335 12 0 0 18 0 9 0 2001977532 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15644/statm: 217097 16794 2540 9 0 211672 0
[pid=15644/tid=15645] ppid=15643 vsize=868388 CPUtime=2.15
/proc/15644/task/15645/stat : 15645 (java) R 15643 15630 14625 0 -1 64 3259 0 1 0 213 2 0 0 25 0 9 0 2001977533 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 102063930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15646] ppid=15643 vsize=868388 CPUtime=1.09
/proc/15644/task/15646/stat : 15646 (java) S 15643 15630 14625 0 -1 64 13094 0 0 0 101 8 0 0 16 0 9 0 2001977534 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15647] ppid=15643 vsize=868388 CPUtime=0
/proc/15644/task/15647/stat : 15647 (java) S 15643 15630 14625 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001977534 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15648] ppid=15643 vsize=868388 CPUtime=0
/proc/15644/task/15648/stat : 15648 (java) S 15643 15630 14625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001977534 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15649] ppid=15643 vsize=868388 CPUtime=0
/proc/15644/task/15649/stat : 15649 (java) S 15643 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001977536 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15650] ppid=15643 vsize=868388 CPUtime=0.19
/proc/15644/task/15650/stat : 15650 (java) S 15643 15630 14625 0 -1 64 1466 0 0 0 19 0 0 0 17 0 9 0 2001977536 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15651] ppid=15643 vsize=868388 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15643 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001977536 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15652] ppid=15643 vsize=868388 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15643 15630 14625 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001977536 889229312 16794 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887344

[startup+12.7017 s]
/proc/loadavg: 2.09 2.04 2.01 4/92 15652
/proc/meminfo: memFree=1568168/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=2.71
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 974 24253 0 1 3 0 254 14 15 0 1 0 2001977254 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 797 370 3 0 500 0
[pid=15643] ppid=15630 vsize=5356 CPUtime=0
/proc/15643/stat : 15643 (sh) S 15630 15630 14625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001977532 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15643/statm: 1339 233 193 169 0 50 0
[pid=15644] ppid=15643 vsize=888876 CPUtime=9.8
/proc/15644/stat : 15644 (java) S 15643 15630 14625 0 -1 0 68694 0 1 0 947 33 0 0 18 0 9 0 2001977532 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15644/statm: 222219 53082 2540 9 0 216794 0
[pid=15644/tid=15645] ppid=15643 vsize=888876 CPUtime=5.26
/proc/15644/task/15645/stat : 15645 (java) R 15643 15630 14625 0 -1 64 4421 0 1 0 523 3 0 0 25 0 9 0 2001977533 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15646] ppid=15643 vsize=888876 CPUtime=4.3
/proc/15644/task/15646/stat : 15646 (java) R 15643 15630 14625 0 -1 64 62099 0 0 0 402 28 0 0 16 0 9 0 2001977534 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 104180241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15647] ppid=15643 vsize=888876 CPUtime=0
/proc/15644/task/15647/stat : 15647 (java) S 15643 15630 14625 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001977534 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15648] ppid=15643 vsize=888876 CPUtime=0
/proc/15644/task/15648/stat : 15648 (java) S 15643 15630 14625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001977534 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15649] ppid=15643 vsize=888876 CPUtime=0
/proc/15644/task/15649/stat : 15649 (java) S 15643 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001977536 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15650] ppid=15643 vsize=888876 CPUtime=0.21
/proc/15644/task/15650/stat : 15650 (java) S 15643 15630 14625 0 -1 64 1478 0 0 0 21 0 0 0 16 0 9 0 2001977536 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15651] ppid=15643 vsize=888876 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15643 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001977536 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15652] ppid=15643 vsize=888876 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15643 15630 14625 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001977536 910209024 53082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 907832

[startup+25.5023 s]
/proc/loadavg: 2.22 2.07 2.01 3/92 15652
/proc/meminfo: memFree=1416680/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=2.71
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 974 24253 0 1 3 0 254 14 16 0 1 0 2001977254 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 797 370 3 0 500 0
[pid=15643] ppid=15630 vsize=5356 CPUtime=0
/proc/15643/stat : 15643 (sh) S 15630 15630 14625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001977532 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15643/statm: 1339 233 193 169 0 50 0
[pid=15644] ppid=15643 vsize=868500 CPUtime=22.44
/proc/15644/stat : 15644 (java) S 15643 15630 14625 0 -1 0 79778 0 1 0 2129 115 0 0 18 0 9 0 2001977532 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15644/statm: 217125 54525 2565 9 0 211672 0
[pid=15644/tid=15645] ppid=15643 vsize=868500 CPUtime=15.95
/proc/15644/task/15645/stat : 15645 (java) R 15643 15630 14625 0 -1 64 5760 0 1 0 1516 79 0 0 25 0 9 0 2001977533 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4126988320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15646] ppid=15643 vsize=868500 CPUtime=6.21
/proc/15644/task/15646/stat : 15646 (java) S 15643 15630 14625 0 -1 64 71815 0 0 0 587 34 0 0 16 0 9 0 2001977534 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15647] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15647/stat : 15647 (java) S 15643 15630 14625 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001977534 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15648] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15648/stat : 15648 (java) S 15643 15630 14625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001977534 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15649] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15649/stat : 15649 (java) S 15643 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001977536 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15650] ppid=15643 vsize=868500 CPUtime=0.26
/proc/15644/task/15650/stat : 15650 (java) S 15643 15630 14625 0 -1 64 1507 0 0 0 26 0 0 0 16 0 9 0 2001977536 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15651] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15643 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001977536 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15652] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15643 15630 14625 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001977536 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887456

[startup+51.1023 s]
/proc/loadavg: 2.49 2.14 2.04 3/92 15652
/proc/meminfo: memFree=1121768/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=2.71
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 974 24253 0 1 3 0 254 14 16 0 1 0 2001977254 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 797 370 3 0 500 0
[pid=15643] ppid=15630 vsize=5356 CPUtime=0
/proc/15643/stat : 15643 (sh) S 15630 15630 14625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001977532 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15643/statm: 1339 233 193 169 0 50 0
[pid=15644] ppid=15643 vsize=868500 CPUtime=47.38
/proc/15644/stat : 15644 (java) S 15643 15630 14625 0 -1 0 80192 0 1 0 4446 292 0 0 18 0 9 0 2001977532 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15644/statm: 217125 54525 2565 9 0 211672 0
[pid=15644/tid=15645] ppid=15643 vsize=868500 CPUtime=40.56
/proc/15644/task/15645/stat : 15645 (java) R 15643 15630 14625 0 -1 64 6174 0 1 0 3803 253 0 0 25 0 9 0 2001977533 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4126988447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15646] ppid=15643 vsize=868500 CPUtime=6.53
/proc/15644/task/15646/stat : 15646 (java) S 15643 15630 14625 0 -1 64 71815 0 0 0 616 37 0 0 16 0 9 0 2001977534 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15647] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15647/stat : 15647 (java) S 15643 15630 14625 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001977534 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15648] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15648/stat : 15648 (java) S 15643 15630 14625 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001977534 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15649] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15649/stat : 15649 (java) S 15643 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001977536 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15650] ppid=15643 vsize=868500 CPUtime=0.26
/proc/15644/task/15650/stat : 15650 (java) S 15643 15630 14625 0 -1 64 1507 0 0 0 26 0 0 0 16 0 9 0 2001977536 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15651] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15651/stat : 15651 (java) S 15643 15630 14625 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001977536 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15644/tid=15652] ppid=15643 vsize=868500 CPUtime=0
/proc/15644/task/15652/stat : 15652 (java) S 15643 15630 14625 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001977536 889344000 54525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 2.70 2.25 2.08 3/84 15654
/proc/meminfo: memFree=197672/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=90.72
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 1033 105424 0 2 4 0 8458 610 16 0 1 0 2001977254 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 799 370 3 0 500 0
[pid=15653] ppid=15630 vsize=5356 CPUtime=0
/proc/15653/stat : 15653 (sh) S 15630 15630 14625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001986557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15653/statm: 1339 232 193 169 0 50 0
[pid=15654] ppid=15653 vsize=645496 CPUtime=9.13
/proc/15654/stat : 15654 (minisat) R 15653 15630 14625 0 -1 4194304 159868 0 0 0 807 106 0 0 25 0 1 0 2001986558 660987904 159854 996147200 134512640 135127466 4294956256 18446744073709551615 134514041 0 0 4096 3 0 0 0 17 1 0 0
/proc/15654/statm: 161374 159854 62 150 0 161221 0
Current children cumulated CPU time (s) 99.85
Current children cumulated vsize (KiB) 664452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+106.102 s]
/proc/loadavg: 2.64 2.25 2.08 2/84 15654
/proc/meminfo: memFree=13544/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=90.72
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 1033 105424 0 2 4 0 8458 610 16 0 1 0 2001977254 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 799 370 3 0 500 0
[pid=15653] ppid=15630 vsize=5356 CPUtime=0
/proc/15653/stat : 15653 (sh) S 15630 15630 14625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001986557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15653/statm: 1339 232 193 169 0 50 0
[pid=15654] ppid=15653 vsize=903564 CPUtime=12.76
/proc/15654/stat : 15654 (minisat) D 15653 15630 14625 0 -1 4196352 221899 0 0 0 1129 147 0 0 25 0 1 0 2001986558 925249536 221885 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 18446744071564464661 0 0 17 1 0 0
/proc/15654/statm: 225891 221885 62 150 0 225738 0
Current children cumulated CPU time (s) 103.48
Current children cumulated vsize (KiB) 922520

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

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

[startup+106.22 s]
/proc/loadavg: 2.64 2.25 2.08 2/84 15654
/proc/meminfo: memFree=13544/2055920 swapFree=4180424/4192956
[pid=15630] ppid=15628 vsize=13600 CPUtime=90.72
/proc/15630/stat : 15630 (sugar) S 15628 15630 14625 0 -1 4194304 1045 105424 0 2 4 0 8458 610 16 0 1 0 2001977254 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15630/statm: 3400 799 370 3 0 500 0
[pid=15653] ppid=15630 vsize=0 CPUtime=0
/proc/15653/stat : 15653 (sh) Z 15630 15630 14625 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2001986557 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15653/statm: 0 0 0 0 0 0 0
[pid=15654] ppid=1 vsize=0 CPUtime=12.83
/proc/15654/stat : 15654 (minisat) R 1 15630 14625 0 -1 4195332 221900 0 0 0 1129 154 0 0 25 0 1 0 2001986558 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15654/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 103.55
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15630 and gives
#  childrusage.ru_utime.tv_sec=84
#  childrusage.ru_utime.tv_usec=633133
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=115070
# CPU time returned by wait4() is 90.7482
# while last known CPU time is 103.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 106.297
CPU time (s): 103.55
CPU user time (s): 95.91
CPU system time (s): 7.64
CPU usage (%): 97.4158
Max. virtual memory (cumulated for all children) (KiB): 922520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.6331
system time used= 6.11507
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106802
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= 14854
involuntary context switches= 17472

runsolver used 0.157975 second user time and 0.362944 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 05:53:58
IDJOB=1084108
IDBENCH=57526
IDSOLVER=346
FILE ID=node33/1084108-1215230037
PBS_JOBID= 7881896
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-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-1084108-1215230037/watcher-1084108-1215230037 -o /tmp/evaluation-result-1084108-1215230037/solver-1084108-1215230037 -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-1084108-1215230037.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc9f58475a614e928f4d65ba1e610c18
RANDOM SEED=323813395

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747360 kB
Buffers:         46160 kB
Cached:         177304 kB
SwapCached:       6444 kB
Active:         176540 kB
Inactive:        71772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747360 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            7184 kB
Writeback:           0 kB
Mapped:          40972 kB
Slab:            45424 kB
Committed_AS:  3631040 kB
PageTables:       1900 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= 66468 MiB
End job on node33 at 2008-07-05 05:55:46