Trace number 1038369

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+picosat? (MO) 34.32 34.707

General information on the benchmark

Namecsp/marc/
normalized-large-92-sat_ext.xml
MD5SUMb8c8d5edeb1c5ac13491e6fb9a38beea
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.8456
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 04:24:59 2008
0.00/0.05	c 0	PID 24318
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1038369-1214965488.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-1038369-1214965488.xml' 'HOME/temp.csp'
27.71/28.08	c 28	1 domains, 92 variables, 0 predicates, 4185 relations, 4186 constraints
27.80/28.19	c 28	ENCODING HOME/temp.csp TO HOME/temp.cnf
27.80/28.19	c 28	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'
27.88/28.27	c 28	Parsing HOME/temp.csp
33.83/34.24	c ERROR INTERRUPTED
34.32/34.70	s UNKNOWN
34.32/34.70	c 34	CPU 26.55 (0.03 0 26.52 1.33)
34.32/34.70	c 34	END Wed Jul  2 04:25:33 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1038369-1214965488/watcher-1038369-1214965488 -o /tmp/evaluation-result-1038369-1214965488/solver-1038369-1214965488 -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-1038369-1214965488.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: 2.38 2.29 2.17 4/73 24318
/proc/meminfo: memFree=1423440/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=12000 CPUtime=0
/proc/24318/stat : 24318 (sugar) R 24316 24318 22290 0 -1 4194304 210 0 0 0 0 0 0 0 23 0 1 0 1975522522 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 234229889792 0 0 4224 0 0 0 0 17 1 0 0
/proc/24318/statm: 3000 178 139 3 0 100 0

[startup+0.0922951 s]
/proc/loadavg: 2.38 2.29 2.17 4/73 24318
/proc/meminfo: memFree=1423440/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101904 s]
/proc/loadavg: 2.38 2.29 2.17 4/73 24318
/proc/meminfo: memFree=1423440/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301949 s]
/proc/loadavg: 2.38 2.29 2.17 4/73 24318
/proc/meminfo: memFree=1423440/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702032 s]
/proc/loadavg: 2.38 2.29 2.17 4/73 24318
/proc/meminfo: memFree=1423440/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 2.38 2.29 2.17 4/84 24330
/proc/meminfo: memFree=1372664/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
[pid=24321] ppid=24318 vsize=5356 CPUtime=0
/proc/24321/stat : 24321 (sh) S 24318 24318 22290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975522527 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24321/statm: 1339 233 193 169 0 50 0
[pid=24322] ppid=24321 vsize=864628 CPUtime=1.42
/proc/24322/stat : 24322 (java) S 24321 24318 22290 0 -1 0 29427 0 1 0 124 18 0 0 18 0 9 0 1975522527 885379072 28697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24322/statm: 216157 28697 2528 9 0 210739 0
[pid=24322/tid=24323] ppid=24321 vsize=864628 CPUtime=0.99
/proc/24322/task/24323/stat : 24323 (java) R 24321 24318 22290 0 -1 64 3847 0 1 0 91 8 0 0 25 0 9 0 1975522528 885379072 28697 996147200 134512640 134550740 4294956016 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24324] ppid=24321 vsize=864628 CPUtime=0.31
/proc/24322/task/24324/stat : 24324 (java) S 24321 24318 22290 0 -1 64 24414 0 0 0 22 9 0 0 16 0 9 0 1975522529 885379072 28697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24325] ppid=24321 vsize=864628 CPUtime=0
/proc/24322/task/24325/stat : 24325 (java) S 24321 24318 22290 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975522529 885379072 28697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24326] ppid=24321 vsize=864628 CPUtime=0
/proc/24322/task/24326/stat : 24326 (java) S 24321 24318 22290 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975522529 885379072 28697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24327] ppid=24321 vsize=864628 CPUtime=0
/proc/24322/task/24327/stat : 24327 (java) S 24321 24318 22290 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975522532 885379072 28697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24328] ppid=24321 vsize=864628 CPUtime=0.09
/proc/24322/task/24328/stat : 24328 (java) S 24321 24318 22290 0 -1 64 468 0 0 0 9 0 0 0 16 0 9 0 1975522532 885379072 28697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24329] ppid=24321 vsize=864628 CPUtime=0
/proc/24322/task/24329/stat : 24329 (java) S 24321 24318 22290 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975522532 885379072 28697 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24330] ppid=24321 vsize=864628 CPUtime=0
/proc/24322/task/24330/stat : 24330 (java) S 24321 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975522532 885379072 28697 996147200 134512640 134550740 4294956016 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) 883584

[startup+3.10254 s]
/proc/loadavg: 2.38 2.29 2.17 4/84 24330
/proc/meminfo: memFree=1247416/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
[pid=24321] ppid=24318 vsize=5356 CPUtime=0
/proc/24321/stat : 24321 (sh) S 24318 24318 22290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975522527 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24321/statm: 1339 233 193 169 0 50 0
[pid=24322] ppid=24321 vsize=864692 CPUtime=3.01
/proc/24322/stat : 24322 (java) S 24321 24318 22290 0 -1 0 63230 0 1 0 263 38 0 0 18 0 9 0 1975522527 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24322/statm: 216173 62363 2529 9 0 210755 0
[pid=24322/tid=24323] ppid=24321 vsize=864692 CPUtime=2.05
/proc/24322/task/24323/stat : 24323 (java) R 24321 24318 22290 0 -1 64 6514 0 1 0 191 14 0 0 25 0 9 0 1975522528 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4126740939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24324] ppid=24321 vsize=864692 CPUtime=0.8
/proc/24322/task/24324/stat : 24324 (java) S 24321 24318 22290 0 -1 64 55523 0 0 0 57 23 0 0 16 0 9 0 1975522529 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24325] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24325/stat : 24325 (java) S 24321 24318 22290 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975522529 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24326] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24326/stat : 24326 (java) S 24321 24318 22290 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975522529 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24327] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24327/stat : 24327 (java) S 24321 24318 22290 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975522532 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24328] ppid=24321 vsize=864692 CPUtime=0.13
/proc/24322/task/24328/stat : 24328 (java) S 24321 24318 22290 0 -1 64 495 0 0 0 13 0 0 0 16 0 9 0 1975522532 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24329] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24329/stat : 24329 (java) S 24321 24318 22290 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975522532 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24330] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24330/stat : 24330 (java) S 24321 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975522532 885444608 62363 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883648

[startup+6.3022 s]
/proc/loadavg: 2.35 2.29 2.17 3/84 24330
/proc/meminfo: memFree=1153080/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
[pid=24321] ppid=24318 vsize=5356 CPUtime=0
/proc/24321/stat : 24321 (sh) S 24318 24318 22290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975522527 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24321/statm: 1339 233 193 169 0 50 0
[pid=24322] ppid=24321 vsize=864692 CPUtime=6.19
/proc/24322/stat : 24322 (java) S 24321 24318 22290 0 -1 0 69585 0 1 0 570 49 0 0 18 0 9 0 1975522527 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24322/statm: 216173 68689 2529 9 0 210755 0
[pid=24322/tid=24323] ppid=24321 vsize=864692 CPUtime=5.06
/proc/24322/task/24323/stat : 24323 (java) R 24321 24318 22290 0 -1 64 6559 0 1 0 484 22 0 0 25 0 9 0 1975522528 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24324] ppid=24321 vsize=864692 CPUtime=0.92
/proc/24322/task/24324/stat : 24324 (java) S 24321 24318 22290 0 -1 64 61810 0 0 0 67 25 0 0 16 0 9 0 1975522529 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24325] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24325/stat : 24325 (java) S 24321 24318 22290 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975522529 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24326] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24326/stat : 24326 (java) S 24321 24318 22290 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975522529 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24327] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24327/stat : 24327 (java) S 24321 24318 22290 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975522532 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24328] ppid=24321 vsize=864692 CPUtime=0.17
/proc/24322/task/24328/stat : 24328 (java) S 24321 24318 22290 0 -1 64 518 0 0 0 17 0 0 0 16 0 9 0 1975522532 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24329] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24329/stat : 24329 (java) S 24321 24318 22290 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975522532 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24330] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24330/stat : 24330 (java) S 24321 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975522532 885444608 68689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 883648

[startup+12.7025 s]
/proc/loadavg: 2.32 2.28 2.17 3/84 24330
/proc/meminfo: memFree=1062456/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
[pid=24321] ppid=24318 vsize=5356 CPUtime=0
/proc/24321/stat : 24321 (sh) S 24318 24318 22290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975522527 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24321/statm: 1339 233 193 169 0 50 0
[pid=24322] ppid=24321 vsize=864692 CPUtime=12.54
/proc/24322/stat : 24322 (java) S 24321 24318 22290 0 -1 0 82462 0 1 0 1183 71 0 0 18 0 9 0 1975522527 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24322/statm: 216173 81504 2529 9 0 210755 0
[pid=24322/tid=24323] ppid=24321 vsize=864692 CPUtime=11.13
/proc/24322/task/24323/stat : 24323 (java) R 24321 24318 22290 0 -1 64 6621 0 1 0 1074 39 0 0 25 0 9 0 1975522528 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4126660607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24324] ppid=24321 vsize=864692 CPUtime=1.18
/proc/24322/task/24324/stat : 24324 (java) S 24321 24318 22290 0 -1 64 74620 0 0 0 88 30 0 0 16 0 9 0 1975522529 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24325] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24325/stat : 24325 (java) S 24321 24318 22290 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975522529 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24326] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24326/stat : 24326 (java) S 24321 24318 22290 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975522529 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24327] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24327/stat : 24327 (java) S 24321 24318 22290 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975522532 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24328] ppid=24321 vsize=864692 CPUtime=0.19
/proc/24322/task/24328/stat : 24328 (java) S 24321 24318 22290 0 -1 64 523 0 0 0 19 0 0 0 16 0 9 0 1975522532 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24329] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24329/stat : 24329 (java) S 24321 24318 22290 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975522532 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24330] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24330/stat : 24330 (java) S 24321 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975522532 885444608 81504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 883648

[startup+25.5022 s]
/proc/loadavg: 2.39 2.30 2.18 3/84 24330
/proc/meminfo: memFree=864888/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=0.03
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975522522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 796 370 3 0 500 0
[pid=24321] ppid=24318 vsize=5356 CPUtime=0
/proc/24321/stat : 24321 (sh) S 24318 24318 22290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975522527 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24321/statm: 1339 233 193 169 0 50 0
[pid=24322] ppid=24321 vsize=864692 CPUtime=25.22
/proc/24322/stat : 24322 (java) S 24321 24318 22290 0 -1 0 112632 0 1 0 2406 116 0 0 18 0 9 0 1975522527 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24322/statm: 216173 111568 2529 9 0 210755 0
[pid=24322/tid=24323] ppid=24321 vsize=864692 CPUtime=23.19
/proc/24322/task/24323/stat : 24323 (java) R 24321 24318 22290 0 -1 64 9581 0 1 0 2247 72 0 0 25 0 9 0 1975522528 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24324] ppid=24321 vsize=864692 CPUtime=1.8
/proc/24322/task/24324/stat : 24324 (java) S 24321 24318 22290 0 -1 64 101826 0 0 0 138 42 0 0 16 0 9 0 1975522529 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24325] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24325/stat : 24325 (java) S 24321 24318 22290 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1975522529 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24326] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24326/stat : 24326 (java) S 24321 24318 22290 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975522529 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24327] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24327/stat : 24327 (java) S 24321 24318 22290 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975522532 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24328] ppid=24321 vsize=864692 CPUtime=0.2
/proc/24322/task/24328/stat : 24328 (java) S 24321 24318 22290 0 -1 64 527 0 0 0 20 0 0 0 15 0 9 0 1975522532 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24329] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24329/stat : 24329 (java) S 24321 24318 22290 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975522532 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24322/tid=24330] ppid=24321 vsize=864692 CPUtime=0
/proc/24322/task/24330/stat : 24330 (java) S 24321 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975522532 885444608 111568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 883648



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+34.202 s]
/proc/loadavg: 2.40 2.31 2.18 4/84 24340
/proc/meminfo: memFree=1134392/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=27.88
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 973 118573 0 1 3 0 2652 133 16 0 1 0 1975522522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 797 370 3 0 500 0
[pid=24331] ppid=24318 vsize=5356 CPUtime=0
/proc/24331/stat : 24331 (sh) S 24318 24318 22290 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975525341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24331/statm: 1339 233 193 169 0 50 0
[pid=24332] ppid=24331 vsize=905048 CPUtime=5.95
/proc/24332/stat : 24332 (java) S 24331 24318 22290 0 -1 0 45769 0 1 0 573 22 0 0 18 0 9 0 1975525341 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24332/statm: 226262 39931 2532 9 0 220844 0
[pid=24332/tid=24333] ppid=24331 vsize=905048 CPUtime=3.41
/proc/24332/task/24333/stat : 24333 (java) R 24331 24318 22290 0 -1 64 3565 0 1 0 338 3 0 0 25 0 9 0 1975525342 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24334] ppid=24331 vsize=905048 CPUtime=2.44
/proc/24332/task/24334/stat : 24334 (java) R 24331 24318 22290 0 -1 64 41184 0 0 0 227 17 0 0 16 0 9 0 1975525343 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 101574388 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24335] ppid=24331 vsize=905048 CPUtime=0
/proc/24332/task/24335/stat : 24335 (java) S 24331 24318 22290 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975525343 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24336] ppid=24331 vsize=905048 CPUtime=0
/proc/24332/task/24336/stat : 24336 (java) S 24331 24318 22290 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975525343 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24337] ppid=24331 vsize=905048 CPUtime=0
/proc/24332/task/24337/stat : 24337 (java) S 24331 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975525345 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24338] ppid=24331 vsize=905048 CPUtime=0.06
/proc/24332/task/24338/stat : 24338 (java) S 24331 24318 22290 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 1975525345 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24339] ppid=24331 vsize=905048 CPUtime=0
/proc/24332/task/24339/stat : 24339 (java) S 24331 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975525345 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24340] ppid=24331 vsize=905048 CPUtime=0
/proc/24332/task/24340/stat : 24340 (java) S 24331 24318 22290 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975525345 926769152 39931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.83
Current children cumulated vsize (KiB) 924004

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

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

[startup+34.6011 s]
/proc/loadavg: 2.40 2.31 2.18 4/84 24340
/proc/meminfo: memFree=1134392/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=27.88
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 982 118573 0 1 3 0 2652 133 16 0 1 0 1975522522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 797 370 3 0 500 0
[pid=24331] ppid=24318 vsize=0 CPUtime=0
/proc/24331/stat : 24331 (sh) Z 24318 24318 22290 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1975525341 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24331/statm: 0 0 0 0 0 0 0
[pid=24332] ppid=1 vsize=905044 CPUtime=6.34
/proc/24332/stat : 24332 (java) S 1 24318 22290 0 -1 0 53066 0 1 0 609 25 0 0 16 0 9 0 1975525341 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24332/statm: 226261 42106 2532 9 0 220843 0
[pid=24332/tid=24333] ppid=1 vsize=905044 CPUtime=3.41
/proc/24332/task/24333/stat : 24333 (java) R 1 24318 22290 0 -1 64 3565 0 1 0 338 3 0 0 25 0 9 0 1975525342 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24334] ppid=1 vsize=905044 CPUtime=2.84
/proc/24332/task/24334/stat : 24334 (java) R 1 24318 22290 0 -1 64 48481 0 0 0 264 20 0 0 16 0 9 0 1975525343 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 103736945 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24335] ppid=1 vsize=905044 CPUtime=0
/proc/24332/task/24335/stat : 24335 (java) S 1 24318 22290 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975525343 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24336] ppid=1 vsize=905044 CPUtime=0
/proc/24332/task/24336/stat : 24336 (java) S 1 24318 22290 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975525343 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24337] ppid=1 vsize=905044 CPUtime=0
/proc/24332/task/24337/stat : 24337 (java) S 1 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1975525345 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24338] ppid=1 vsize=905044 CPUtime=0.06
/proc/24332/task/24338/stat : 24338 (java) S 1 24318 22290 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 1975525345 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24339] ppid=1 vsize=905044 CPUtime=0
/proc/24332/task/24339/stat : 24339 (java) S 1 24318 22290 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975525345 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24332/tid=24340] ppid=1 vsize=905044 CPUtime=0
/proc/24332/task/24340/stat : 24340 (java) S 1 24318 22290 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975525345 926765056 42106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.22
Current children cumulated vsize (KiB) 918644

[startup+34.7015 s]
/proc/loadavg: 2.40 2.31 2.18 4/84 24340
/proc/meminfo: memFree=1134392/2055920 swapFree=4179680/4192956
[pid=24318] ppid=24316 vsize=13600 CPUtime=27.88
/proc/24318/stat : 24318 (sugar) S 24316 24318 22290 0 -1 4194304 982 118573 0 1 3 0 2652 133 16 0 1 0 1975522522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24318/statm: 3400 797 370 3 0 500 0
[pid=24331] ppid=24318 vsize=0 CPUtime=0
/proc/24331/stat : 24331 (sh) Z 24318 24318 22290 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1975525341 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24331/statm: 0 0 0 0 0 0 0
[pid=24332] ppid=1 vsize=0 CPUtime=6.44
/proc/24332/stat : 24332 (java) Z 1 24318 22290 0 -1 1036 53124 0 1 0 617 27 0 0 15 0 2 0 1975525341 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24332/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.32
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24318 and gives
#  childrusage.ru_utime.tv_sec=26
#  childrusage.ru_utime.tv_usec=558962
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=344795
# CPU time returned by wait4() is 27.9038
# while last known CPU time is 34.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 34.707
CPU time (s): 34.32
CPU user time (s): 32.72
CPU system time (s): 1.6
CPU usage (%): 98.8849
Max. virtual memory (cumulated for all children) (KiB): 924004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.559
system time used= 1.34479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119878
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3312
involuntary context switches= 3521

runsolver used 0.06199 second user time and 0.131979 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-02 04:24:59
IDJOB=1038369
IDBENCH=53560
IDSOLVER=345
FILE ID=node54/1038369-1214965488
PBS_JOBID= 7870226
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/marc/normalized-large-92-sat_ext.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-1038369-1214965488/watcher-1038369-1214965488 -o /tmp/evaluation-result-1038369-1214965488/solver-1038369-1214965488 -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-1038369-1214965488.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b8c8d5edeb1c5ac13491e6fb9a38beea
RANDOM SEED=859625902

node54.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.279
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.279
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:       1423856 kB
Buffers:         56172 kB
Cached:         480068 kB
SwapCached:       6536 kB
Active:         210872 kB
Inactive:       341596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423856 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:          102044 kB
Writeback:           0 kB
Mapped:          22480 kB
Slab:            64808 kB
Committed_AS:  3691920 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node54 at 2008-07-02 04:25:35