Trace number 1081905

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+picosatUNSAT 271.214 272.644

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-12.xml
MD5SUM2fe678b83530682aee170466efb2992f
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 benchmark1.39879
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints803
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension803
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 03:03:38 2008
0.00/0.04	c 0	PID 3298
0.04/0.05	c 0	HOST node65.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1081905-1215219818.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081905-1215219818.xml' 'HOME/temp.csp'
0.04/0.65	c 1	1 domains, 144 variables, 4 predicates, 0 relations, 803 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.76	c 1	Parsing HOME/temp.csp
0.64/0.89	c 1	parsed 952 expressions
0.64/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.64/0.89	c 1	Converting to clausal form CSP
0.64/0.92	c 1	converted 96 (10%) expressions
0.64/0.96	c 1	converted 191 (20%) expressions
0.95/1.02	c 1	converted 286 (30%) expressions
0.95/1.10	c 1	converted 381 (40%) expressions
1.05/1.12	c 1	converted 476 (50%) expressions
1.05/1.14	c 1	converted 572 (60%) expressions
1.05/1.16	c 1	converted 667 (70%) expressions
1.05/1.16	c 1	converted 762 (80%) expressions
1.05/1.18	c 1	converted 857 (90%) expressions
1.05/1.19	c 1	converted 952 (100%) expressions
1.05/1.19	c 1	CSP : 144 integers, 694 booleans, 2323 clauses, largest domain size 12
1.05/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.19	c 1	Propagation in CSP
1.15/1.23	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.15/1.23	c 1	CSP : 144 integers, 694 booleans, 2323 clauses, largest domain size 12
1.15/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.15/1.25	c 1	CSP : 144 integers, 1584 booleans, 3213 clauses, largest domain size 12
1.15/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.30	c 2	15 (10%) CSP integer variables are encoded (150 clauses, 1517 bytes)
1.24/1.31	c 2	29 (20%) CSP integer variables are encoded (290 clauses, 3057 bytes)
1.24/1.31	c 2	44 (30%) CSP integer variables are encoded (440 clauses, 4707 bytes)
1.24/1.31	c 2	58 (40%) CSP integer variables are encoded (580 clauses, 6247 bytes)
1.24/1.32	c 2	72 (50%) CSP integer variables are encoded (720 clauses, 7787 bytes)
1.24/1.32	c 2	87 (60%) CSP integer variables are encoded (870 clauses, 9437 bytes)
1.24/1.32	c 2	101 (70%) CSP integer variables are encoded (1010 clauses, 11180 bytes)
1.24/1.32	c 2	116 (80%) CSP integer variables are encoded (1160 clauses, 13130 bytes)
1.24/1.33	c 2	130 (90%) CSP integer variables are encoded (1300 clauses, 14950 bytes)
1.24/1.33	c 2	144 (100%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
1.24/1.36	c 2	322 (10%) CSP clauses are encoded (4260 clauses, 60320 bytes)
1.24/1.39	c 2	643 (20%) CSP clauses are encoded (7220 clauses, 107998 bytes)
1.33/1.41	c 2	964 (30%) CSP clauses are encoded (10122 clauses, 155724 bytes)
1.33/1.43	c 2	1286 (40%) CSP clauses are encoded (13049 clauses, 203886 bytes)
1.33/1.44	c 2	1607 (50%) CSP clauses are encoded (15788 clauses, 249218 bytes)
1.33/1.46	c 2	1928 (60%) CSP clauses are encoded (18578 clauses, 295171 bytes)
1.33/1.48	c 2	2250 (70%) CSP clauses are encoded (21470 clauses, 343388 bytes)
1.33/1.49	c 2	2571 (80%) CSP clauses are encoded (24187 clauses, 388598 bytes)
1.43/1.50	c 2	2892 (90%) CSP clauses are encoded (27069 clauses, 438284 bytes)
1.43/1.51	c 2	3213 (100%) CSP clauses are encoded (30052 clauses, 491746 bytes)
1.43/1.51	c 2	3213 CSP clauses encoded
1.43/1.52	c 2	Writing map file : HOME/temp.map
1.43/1.52	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.52	c 2	SAT : 3168 SAT variables, 30052 SAT clauses, 491746 bytes
1.43/1.52	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.57	c 2	SOLVING HOME/temp.cnf
1.43/1.57	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
270.98/272.47	c 273	DECODING HOME/temp.out WITH HOME/temp.map
270.98/272.47	c 273	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
271.06/272.55	c 273	Decoding HOME/temp.out
271.06/272.58	s UNSATISFIABLE
271.06/272.59	c 273	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
271.06/272.64	c 273	CPU 270.88 (0.03 0.01 270.85 0.3)
271.06/272.64	c 273	END Sat Jul  5 03:08:11 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081905-1215219818/watcher-1081905-1215219818 -o /tmp/evaluation-result-1081905-1215219818/solver-1081905-1215219818 -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/picosat -tmp=HOME/temp HOME/instance-1081905-1215219818.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.98 1.99 4/72 3298
/proc/meminfo: memFree=1871896/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=18572 CPUtime=0
/proc/3298/stat : 3298 (runsolver) R 3296 3298 1159 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000951617 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3298/statm: 4643 292 257 25 0 2626 0

[startup+0.049339 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3298
/proc/meminfo: memFree=1871896/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=0.04
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2000951617 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101653 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3298
/proc/meminfo: memFree=1871896/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=0.04
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000951617 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301664 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3298
/proc/meminfo: memFree=1871896/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=0.04
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000951617 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701705 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3298
/proc/meminfo: memFree=1871896/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=0.64
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 956 4734 0 1 3 1 57 3 16 0 1 0 2000951617 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 3320
/proc/meminfo: memFree=1863424/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=0.64
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 974 4734 0 1 3 1 57 3 15 0 1 0 2000951617 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 797 370 3 0 500 0
[pid=3311] ppid=3298 vsize=5356 CPUtime=0
/proc/3311/stat : 3311 (sh) S 3298 3298 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000951685 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3311/statm: 1339 233 193 169 0 50 0
[pid=3312] ppid=3311 vsize=868468 CPUtime=0.79
/proc/3312/stat : 3312 (java) S 3311 3298 1159 0 -1 0 6513 0 1 0 75 4 0 0 18 0 9 0 2000951685 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3312/statm: 217117 5721 2563 9 0 211664 0
[pid=3312/tid=3313] ppid=3311 vsize=868468 CPUtime=0.49
/proc/3312/task/3313/stat : 3313 (java) R 3311 3298 1159 0 -1 64 2727 0 1 0 47 2 0 0 18 0 9 0 2000951686 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4126578490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3312/tid=3314] ppid=3311 vsize=868468 CPUtime=0.05
/proc/3312/task/3314/stat : 3314 (java) S 3311 3298 1159 0 -1 64 1613 0 0 0 5 0 0 0 16 0 9 0 2000951687 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3312/tid=3315] ppid=3311 vsize=868468 CPUtime=0
/proc/3312/task/3315/stat : 3315 (java) S 3311 3298 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000951687 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3312/tid=3316] ppid=3311 vsize=868468 CPUtime=0
/proc/3312/task/3316/stat : 3316 (java) S 3311 3298 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000951687 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3311 vsize=868468 CPUtime=0
/proc/3312/task/3317/stat : 3317 (java) S 3311 3298 1159 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000951689 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3312/tid=3318] ppid=3311 vsize=868468 CPUtime=0.22
/proc/3312/task/3318/stat : 3318 (java) S 3311 3298 1159 0 -1 64 1479 0 0 0 22 0 0 0 16 0 9 0 2000951689 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3312/tid=3319] ppid=3311 vsize=868468 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3311 3298 1159 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000951689 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3312/tid=3320] ppid=3311 vsize=868468 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3311 3298 1159 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000951689 889311232 5721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887424

[startup+3.1019 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1867392/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=2300 CPUtime=1.51
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 514 0 0 0 137 14 0 0 25 0 1 0 2000951774 2355200 498 996147200 134512640 134931368 4294956256 18446744073709551615 134529933 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 575 498 48 102 0 470 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 21256

[startup+6.30117 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1866880/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=2804 CPUtime=4.7
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 610 0 0 0 455 15 0 0 25 0 1 0 2000951774 2871296 594 996147200 134512640 134931368 4294956256 18446744073709551615 134524072 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 701 594 48 102 0 596 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 21760

[startup+12.7027 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1866240/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=3316 CPUtime=11.07
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 729 0 0 0 1092 15 0 0 25 0 1 0 2000951774 3395584 713 996147200 134512640 134931368 4294956256 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 829 713 48 102 0 724 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 22272

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1865664/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=3860 CPUtime=23.8
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 889 0 0 0 2365 15 0 0 25 0 1 0 2000951774 3952640 867 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 965 867 48 102 0 860 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 22816

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1864960/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=4564 CPUtime=49.28
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 1164 0 0 0 4912 16 0 0 25 0 1 0 2000951774 4673536 1035 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1141 1035 48 102 0 1036 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 23520

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1863680/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=5876 CPUtime=100.24
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 2644 0 0 0 10007 17 0 0 25 0 1 0 2000951774 6017024 1312 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1469 1312 48 102 0 1364 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 24832

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862912/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=6544 CPUtime=159.94
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 3904 0 0 0 15977 17 0 0 25 0 1 0 2000951774 6701056 1486 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1636 1486 48 102 0 1531 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 25500

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862656/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=6768 CPUtime=219.65
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 4950 0 0 0 21947 18 0 0 25 0 1 0 2000951774 6930432 1579 996147200 134512640 134931368 4294956256 18446744073709551615 134529731 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1692 1579 48 102 0 1587 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 25724

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

[startup+230.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862464/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=6900 CPUtime=227.62
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 5105 0 0 0 22744 18 0 0 25 0 1 0 2000951774 7065600 1612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1725 1612 48 102 0 1620 0
Current children cumulated CPU time (s) 229.09
Current children cumulated vsize (KiB) 25856

[startup+255.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862400/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=7028 CPUtime=253.09
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 5418 0 0 0 25291 18 0 0 25 0 1 0 2000951774 7196672 1627 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1757 1627 48 102 0 1652 0
Current children cumulated CPU time (s) 254.56
Current children cumulated vsize (KiB) 25984

[startup+262.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862208/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=7416 CPUtime=259.46
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 5526 0 0 0 25928 18 0 0 25 0 1 0 2000951774 7593984 1671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1854 1671 48 102 0 1749 0
Current children cumulated CPU time (s) 260.93
Current children cumulated vsize (KiB) 26372

[startup+268.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862144/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=7416 CPUtime=265.83
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 5599 0 0 0 26565 18 0 0 25 0 1 0 2000951774 7593984 1680 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1854 1680 48 102 0 1749 0
Current children cumulated CPU time (s) 267.3
Current children cumulated vsize (KiB) 26372

[startup+270.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862144/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=7416 CPUtime=267.42
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 5599 0 0 0 26724 18 0 0 25 0 1 0 2000951774 7593984 1680 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1854 1680 48 102 0 1749 0
Current children cumulated CPU time (s) 268.89
Current children cumulated vsize (KiB) 26372

[startup+271.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862144/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=7416 CPUtime=269.01
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 5599 0 0 0 26883 18 0 0 25 0 1 0 2000951774 7593984 1680 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1854 1680 48 102 0 1749 0
Current children cumulated CPU time (s) 270.48
Current children cumulated vsize (KiB) 26372

[startup+272.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862144/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=1.47
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1023 11555 0 2 3 1 135 8 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
[pid=3321] ppid=3298 vsize=5356 CPUtime=0
/proc/3321/stat : 3321 (sh) S 3298 3298 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000951774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3321/statm: 1339 232 193 169 0 50 0
[pid=3322] ppid=3321 vsize=7416 CPUtime=269.41
/proc/3322/stat : 3322 (picosat) R 3321 3298 1159 0 -1 4194304 5599 0 0 0 26923 18 0 0 25 0 1 0 2000951774 7593984 1680 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/3322/statm: 1854 1680 48 102 0 1749 0
Current children cumulated CPU time (s) 270.88
Current children cumulated vsize (KiB) 26372

[startup+272.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862144/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=271.06
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1071 17441 0 2 3 1 27075 27 17 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 271.06
Current children cumulated vsize (KiB) 13600

[startup+272.601 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 3322
/proc/meminfo: memFree=1862144/2055920 swapFree=4180808/4192956
[pid=3298] ppid=3296 vsize=13600 CPUtime=271.06
/proc/3298/stat : 3298 (sugar) S 3296 3298 1159 0 -1 4194304 1089 17441 0 2 3 1 27075 27 16 0 1 0 2000951617 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3298/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 271.06
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 272.644
CPU time (s): 271.214
CPU user time (s): 270.893
CPU system time (s): 0.320951
CPU usage (%): 99.4754
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 270.893
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22242
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1835
involuntary context switches= 5010

runsolver used 0.352946 second user time and 0.899863 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 03:03:38
IDJOB=1081905
IDBENCH=57157
IDSOLVER=345
FILE ID=node65/1081905-1215219818
PBS_JOBID= 7881658
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-12.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081905-1215219818/watcher-1081905-1215219818 -o /tmp/evaluation-result-1081905-1215219818/solver-1081905-1215219818 -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/picosat" -tmp="HOME/temp" HOME/instance-1081905-1215219818.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe678b83530682aee170466efb2992f
RANDOM SEED=787066000

node65.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:       1872376 kB
Buffers:          4704 kB
Cached:          47364 kB
SwapCached:       5732 kB
Active:         112764 kB
Inactive:        17960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872376 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1388 kB
Writeback:           0 kB
Mapped:          86504 kB
Slab:            37936 kB
Committed_AS:  4014372 kB
PageTables:       2028 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= 66492 MiB
End job on node65 at 2008-07-05 03:08:11