Trace number 1034553

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) 31.06 31.4159

General information on the benchmark

Namecsp/lard/
normalized-lard-89-89.xml
MD5SUM835c459e7c067a13c82ad8656195350d
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 benchmark13.6949
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints3916
Maximum constraint arity2
Maximum domain size90
Number of constraints which are defined in extension3916
Number of constraints which are defined in intension0
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 Wed Jul  2 00:00:17 2008
0.00/0.04	c 0	PID 28243
0.03/0.05	c 0	HOST node44.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1034553-1214949605.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034553-1214949605.xml' 'HOME/temp.csp'
24.43/24.70	c 25	1 domains, 89 variables, 0 predicates, 3916 relations, 3916 constraints
24.43/24.78	c 25	ENCODING HOME/temp.csp TO HOME/temp.cnf
24.43/24.78	c 25	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'
24.50/24.87	c 25	Parsing HOME/temp.csp
30.57/30.94	c ERROR INTERRUPTED
31.06/31.41	s UNKNOWN
31.06/31.41	c 32	CPU 23.38 (0.03 0 23.35 1.12)
31.06/31.41	c 32	END Wed Jul  2 00:00:49 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-1034553-1214949605/watcher-1034553-1214949605 -o /tmp/evaluation-result-1034553-1214949605/solver-1034553-1214949605 -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-1034553-1214949605.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.62 0.56 0.20 4/69 28243
/proc/meminfo: memFree=1354904/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=4708 CPUtime=0
/proc/28243/stat : 28243 (sugar) R 28241 28243 27877 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 1973934589 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 264837858000 0 0 4096 0 0 0 0 17 1 0 0
/proc/28243/statm: 1177 41 31 3 0 8 0

[startup+0.0500801 s]
/proc/loadavg: 1.62 0.56 0.20 4/69 28243
/proc/meminfo: memFree=1354904/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=0.03
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1973934589 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101276 s]
/proc/loadavg: 1.62 0.56 0.20 4/69 28243
/proc/meminfo: memFree=1354904/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=0.03
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973934589 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301296 s]
/proc/loadavg: 1.62 0.56 0.20 4/69 28243
/proc/meminfo: memFree=1354904/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=0.03
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973934589 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701338 s]
/proc/loadavg: 1.62 0.56 0.20 4/69 28243
/proc/meminfo: memFree=1354904/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=0.03
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973934589 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 1.62 0.56 0.20 3/80 28255
/proc/meminfo: memFree=1266688/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=0.03
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973934589 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 796 370 3 0 500 0
[pid=28246] ppid=28243 vsize=5356 CPUtime=0
/proc/28246/stat : 28246 (sh) S 28243 28243 27877 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1973934595 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28246/statm: 1339 233 193 169 0 50 0
[pid=28247] ppid=28246 vsize=864660 CPUtime=1.43
/proc/28247/stat : 28247 (java) S 28246 28243 27877 0 -1 0 35149 0 1 0 122 21 0 0 18 0 9 0 1973934595 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28247/statm: 216165 34415 2529 9 0 210747 0
[pid=28247/tid=28248] ppid=28246 vsize=864660 CPUtime=0.94
/proc/28247/task/28248/stat : 28248 (java) R 28246 28243 27877 0 -1 64 3835 0 1 0 86 8 0 0 25 0 9 0 1973934596 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28249] ppid=28246 vsize=864660 CPUtime=0.36
/proc/28247/task/28249/stat : 28249 (java) R 28246 28243 27877 0 -1 64 30143 0 0 0 24 12 0 0 16 0 9 0 1973934597 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28250] ppid=28246 vsize=864660 CPUtime=0
/proc/28247/task/28250/stat : 28250 (java) S 28246 28243 27877 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973934597 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28251] ppid=28246 vsize=864660 CPUtime=0
/proc/28247/task/28251/stat : 28251 (java) S 28246 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973934597 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28252] ppid=28246 vsize=864660 CPUtime=0
/proc/28247/task/28252/stat : 28252 (java) S 28246 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973934599 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28253] ppid=28246 vsize=864660 CPUtime=0.1
/proc/28247/task/28253/stat : 28253 (java) S 28246 28243 27877 0 -1 64 474 0 0 0 10 0 0 0 16 0 9 0 1973934599 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28254] ppid=28246 vsize=864660 CPUtime=0
/proc/28247/task/28254/stat : 28254 (java) S 28246 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973934599 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28255] ppid=28246 vsize=864660 CPUtime=0
/proc/28247/task/28255/stat : 28255 (java) S 28246 28243 27877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973934599 885411840 34415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883616

[startup+3.10158 s]
/proc/loadavg: 1.62 0.56 0.20 4/80 28255
/proc/meminfo: memFree=1135616/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=0.03
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973934589 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 796 370 3 0 500 0
[pid=28246] ppid=28243 vsize=5356 CPUtime=0
/proc/28246/stat : 28246 (sh) S 28243 28243 27877 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1973934595 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28246/statm: 1339 233 193 169 0 50 0
[pid=28247] ppid=28246 vsize=864664 CPUtime=3.02
/proc/28247/stat : 28247 (java) S 28246 28243 27877 0 -1 0 54955 0 1 0 269 33 0 0 18 0 9 0 1973934595 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28247/statm: 216166 54174 2529 9 0 210748 0
[pid=28247/tid=28248] ppid=28246 vsize=864664 CPUtime=2.27
/proc/28247/task/28248/stat : 28248 (java) R 28246 28243 27877 0 -1 64 4849 0 1 0 215 12 0 0 25 0 9 0 1973934596 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28249] ppid=28246 vsize=864664 CPUtime=0.58
/proc/28247/task/28249/stat : 28249 (java) R 28246 28243 27877 0 -1 64 48907 0 0 0 38 20 0 0 16 0 9 0 1973934597 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28250] ppid=28246 vsize=864664 CPUtime=0
/proc/28247/task/28250/stat : 28250 (java) S 28246 28243 27877 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973934597 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28251] ppid=28246 vsize=864664 CPUtime=0
/proc/28247/task/28251/stat : 28251 (java) S 28246 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973934597 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28252] ppid=28246 vsize=864664 CPUtime=0
/proc/28247/task/28252/stat : 28252 (java) S 28246 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973934599 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28253] ppid=28246 vsize=864664 CPUtime=0.15
/proc/28247/task/28253/stat : 28253 (java) S 28246 28243 27877 0 -1 64 502 0 0 0 15 0 0 0 16 0 9 0 1973934599 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28254] ppid=28246 vsize=864664 CPUtime=0
/proc/28247/task/28254/stat : 28254 (java) S 28246 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973934599 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28255] ppid=28246 vsize=864664 CPUtime=0
/proc/28247/task/28255/stat : 28255 (java) S 28246 28243 27877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973934599 885415936 54174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883620

[startup+6.30292 s]
/proc/loadavg: 1.65 0.59 0.21 3/80 28255
/proc/meminfo: memFree=1046464/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=0.03
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973934589 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 796 370 3 0 500 0
[pid=28246] ppid=28243 vsize=5356 CPUtime=0
/proc/28246/stat : 28246 (sh) S 28243 28243 27877 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1973934595 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28246/statm: 1339 233 193 169 0 50 0
[pid=28247] ppid=28246 vsize=864704 CPUtime=6.2
/proc/28247/stat : 28247 (java) S 28246 28243 27877 0 -1 0 61879 0 1 0 577 43 0 0 18 0 9 0 1973934595 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28247/statm: 216176 60970 2529 9 0 210758 0
[pid=28247/tid=28248] ppid=28246 vsize=864704 CPUtime=5.05
/proc/28247/task/28248/stat : 28248 (java) R 28246 28243 27877 0 -1 64 6231 0 1 0 486 19 0 0 25 0 9 0 1973934596 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4126730732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28249] ppid=28246 vsize=864704 CPUtime=0.92
/proc/28247/task/28249/stat : 28249 (java) S 28246 28243 27877 0 -1 64 54429 0 0 0 70 22 0 0 16 0 9 0 1973934597 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28250] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28250/stat : 28250 (java) S 28246 28243 27877 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973934597 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28251] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28251/stat : 28251 (java) S 28246 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973934597 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28252] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28252/stat : 28252 (java) S 28246 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973934599 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28253] ppid=28246 vsize=864704 CPUtime=0.19
/proc/28247/task/28253/stat : 28253 (java) S 28246 28243 27877 0 -1 64 522 0 0 0 19 0 0 0 15 0 9 0 1973934599 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28254] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28254/stat : 28254 (java) S 28246 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973934599 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28255] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28255/stat : 28255 (java) S 28246 28243 27877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973934599 885456896 60970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883660

[startup+12.7016 s]
/proc/loadavg: 1.67 0.61 0.22 3/80 28255
/proc/meminfo: memFree=873792/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=0.03
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1973934589 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 796 370 3 0 500 0
[pid=28246] ppid=28243 vsize=5356 CPUtime=0
/proc/28246/stat : 28246 (sh) S 28243 28243 27877 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1973934595 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28246/statm: 1339 233 193 169 0 50 0
[pid=28247] ppid=28246 vsize=864704 CPUtime=12.55
/proc/28247/stat : 28247 (java) S 28246 28243 27877 0 -1 0 74717 0 1 0 1190 65 0 0 18 0 9 0 1973934595 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28247/statm: 216176 73741 2529 9 0 210758 0
[pid=28247/tid=28248] ppid=28246 vsize=864704 CPUtime=11.13
/proc/28247/task/28248/stat : 28248 (java) R 28246 28243 27877 0 -1 64 6298 0 1 0 1077 36 0 0 25 0 9 0 1973934596 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4126734880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28249] ppid=28246 vsize=864704 CPUtime=1.18
/proc/28247/task/28249/stat : 28249 (java) S 28246 28243 27877 0 -1 64 67192 0 0 0 91 27 0 0 16 0 9 0 1973934597 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28250] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28250/stat : 28250 (java) S 28246 28243 27877 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973934597 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28251] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28251/stat : 28251 (java) S 28246 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973934597 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28252] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28252/stat : 28252 (java) S 28246 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973934599 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28253] ppid=28246 vsize=864704 CPUtime=0.2
/proc/28247/task/28253/stat : 28253 (java) S 28246 28243 27877 0 -1 64 530 0 0 0 20 0 0 0 16 0 9 0 1973934599 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28254] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28254/stat : 28254 (java) S 28246 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973934599 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28255] ppid=28246 vsize=864704 CPUtime=0
/proc/28247/task/28255/stat : 28255 (java) S 28246 28243 27877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973934599 885456896 73741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 883660

[startup+25.5029 s]
/proc/loadavg: 1.81 0.69 0.25 3/80 28265
/proc/meminfo: memFree=913536/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=24.5
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 973 103305 0 1 3 0 2335 112 16 0 1 0 1973934589 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 797 370 3 0 500 0
[pid=28256] ppid=28243 vsize=5356 CPUtime=0
/proc/28256/stat : 28256 (sh) S 28243 28243 27877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973937068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28256/statm: 1339 233 193 169 0 50 0
[pid=28257] ppid=28256 vsize=864076 CPUtime=0.69
/proc/28257/stat : 28257 (java) S 28256 28243 27877 0 -1 0 6479 0 1 0 67 2 0 0 18 0 9 0 1973937068 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28257/statm: 216019 5771 2532 9 0 210601 0
[pid=28257/tid=28258] ppid=28256 vsize=864076 CPUtime=0.53
/proc/28257/task/28258/stat : 28258 (java) R 28256 28243 27877 0 -1 64 2455 0 1 0 52 1 0 0 22 0 9 0 1973937069 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 103301776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28259] ppid=28256 vsize=864076 CPUtime=0.1
/proc/28257/task/28259/stat : 28259 (java) S 28256 28243 27877 0 -1 64 3016 0 0 0 10 0 0 0 16 0 9 0 1973937071 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28260] ppid=28256 vsize=864076 CPUtime=0
/proc/28257/task/28260/stat : 28260 (java) S 28256 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973937071 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28261] ppid=28256 vsize=864076 CPUtime=0
/proc/28257/task/28261/stat : 28261 (java) S 28256 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973937071 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28262] ppid=28256 vsize=864076 CPUtime=0
/proc/28257/task/28262/stat : 28262 (java) S 28256 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973937073 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28263] ppid=28256 vsize=864076 CPUtime=0.04
/proc/28257/task/28263/stat : 28263 (java) S 28256 28243 27877 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 1973937073 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28264] ppid=28256 vsize=864076 CPUtime=0
/proc/28257/task/28264/stat : 28264 (java) S 28256 28243 27877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973937073 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28265] ppid=28256 vsize=864076 CPUtime=0
/proc/28257/task/28265/stat : 28265 (java) S 28256 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973937073 884813824 5771 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 883032



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+30.9024 s]
/proc/loadavg: 1.83 0.71 0.26 4/80 28265
/proc/meminfo: memFree=708544/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=24.5
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 973 103305 0 1 3 0 2335 112 16 0 1 0 1973934589 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 797 370 3 0 500 0
[pid=28256] ppid=28243 vsize=5356 CPUtime=0
/proc/28256/stat : 28256 (sh) S 28243 28243 27877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973937068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28256/statm: 1339 233 193 169 0 50 0
[pid=28257] ppid=28256 vsize=905072 CPUtime=6.07
/proc/28257/stat : 28257 (java) S 28256 28243 27877 0 -1 0 43275 0 1 0 588 19 0 0 18 0 9 0 1973937068 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28257/statm: 226268 37437 2532 9 0 220850 0
[pid=28257/tid=28258] ppid=28256 vsize=905072 CPUtime=3.56
/proc/28257/task/28258/stat : 28258 (java) R 28256 28243 27877 0 -1 64 3532 0 1 0 354 2 0 0 25 0 9 0 1973937069 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28259] ppid=28256 vsize=905072 CPUtime=2.42
/proc/28257/task/28259/stat : 28259 (java) R 28256 28243 27877 0 -1 64 38723 0 0 0 227 15 0 0 16 0 9 0 1973937071 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 101574362 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28260] ppid=28256 vsize=905072 CPUtime=0
/proc/28257/task/28260/stat : 28260 (java) S 28256 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973937071 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28261] ppid=28256 vsize=905072 CPUtime=0
/proc/28257/task/28261/stat : 28261 (java) S 28256 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973937071 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28262] ppid=28256 vsize=905072 CPUtime=0
/proc/28257/task/28262/stat : 28262 (java) S 28256 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973937073 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28263] ppid=28256 vsize=905072 CPUtime=0.06
/proc/28257/task/28263/stat : 28263 (java) S 28256 28243 27877 0 -1 64 323 0 0 0 6 0 0 0 16 0 9 0 1973937073 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28264] ppid=28256 vsize=905072 CPUtime=0
/proc/28257/task/28264/stat : 28264 (java) S 28256 28243 27877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973937073 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28265] ppid=28256 vsize=905072 CPUtime=0
/proc/28257/task/28265/stat : 28265 (java) S 28256 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973937073 926793728 37437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.57
Current children cumulated vsize (KiB) 924028

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

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

[startup+31.0255 s]
/proc/loadavg: 1.83 0.71 0.26 4/80 28265
/proc/meminfo: memFree=708544/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=24.5
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 982 103305 0 1 3 0 2335 112 16 0 1 0 1973934589 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 797 370 3 0 500 0
[pid=28256] ppid=28243 vsize=0 CPUtime=0
/proc/28256/stat : 28256 (sh) Z 28243 28243 27877 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1973937068 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28256/statm: 0 0 0 0 0 0 0
[pid=28257] ppid=1 vsize=905068 CPUtime=6.18
/proc/28257/stat : 28257 (java) S 1 28243 27877 0 -1 0 52623 0 1 0 595 23 0 0 16 0 9 0 1973937068 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28257/statm: 226267 41663 2532 9 0 220849 0
[pid=28257/tid=28258] ppid=1 vsize=905068 CPUtime=3.56
/proc/28257/task/28258/stat : 28258 (java) R 1 28243 27877 0 -1 64 3532 0 1 0 354 2 0 0 25 0 9 0 1973937069 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28259] ppid=1 vsize=905068 CPUtime=2.53
/proc/28257/task/28259/stat : 28259 (java) R 1 28243 27877 0 -1 64 48071 0 0 0 234 19 0 0 16 0 9 0 1973937071 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 104180300 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28260] ppid=1 vsize=905068 CPUtime=0
/proc/28257/task/28260/stat : 28260 (java) S 1 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973937071 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28261] ppid=1 vsize=905068 CPUtime=0
/proc/28257/task/28261/stat : 28261 (java) S 1 28243 27877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973937071 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28262] ppid=1 vsize=905068 CPUtime=0
/proc/28257/task/28262/stat : 28262 (java) S 1 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1973937073 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28263] ppid=1 vsize=905068 CPUtime=0.06
/proc/28257/task/28263/stat : 28263 (java) S 1 28243 27877 0 -1 64 323 0 0 0 6 0 0 0 16 0 9 0 1973937073 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28264] ppid=1 vsize=905068 CPUtime=0
/proc/28257/task/28264/stat : 28264 (java) S 1 28243 27877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973937073 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28257/tid=28265] ppid=1 vsize=905068 CPUtime=0
/proc/28257/task/28265/stat : 28265 (java) S 1 28243 27877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973937073 926789632 41663 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.68
Current children cumulated vsize (KiB) 918668

[startup+31.4028 s]
/proc/loadavg: 1.83 0.71 0.26 4/80 28265
/proc/meminfo: memFree=708544/2055920 swapFree=4180396/4192956
[pid=28243] ppid=28241 vsize=13600 CPUtime=24.5
/proc/28243/stat : 28243 (sugar) S 28241 28243 27877 0 -1 4194304 982 103305 0 1 3 0 2335 112 16 0 1 0 1973934589 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28243/statm: 3400 797 370 3 0 500 0
[pid=28256] ppid=28243 vsize=0 CPUtime=0
/proc/28256/stat : 28256 (sh) Z 28243 28243 27877 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1973937068 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28256/statm: 0 0 0 0 0 0 0
[pid=28257] ppid=1 vsize=0 CPUtime=6.56
/proc/28257/stat : 28257 (java) Z 1 28243 27877 0 -1 1036 52680 0 1 0 632 24 0 0 15 0 2 0 1973937068 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28257/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.06
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28243 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=392443
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=133827
# CPU time returned by wait4() is 24.5263
# while last known CPU time is 31.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 31.4159
CPU time (s): 31.06
CPU user time (s): 29.7
CPU system time (s): 1.36
CPU usage (%): 98.8671
Max. virtual memory (cumulated for all children) (KiB): 924028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3924
system time used= 1.13383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104610
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= 3400
involuntary context switches= 3603

runsolver used 0.065989 second user time and 0.098984 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-02 00:00:17
IDJOB=1034553
IDBENCH=53348
IDSOLVER=345
FILE ID=node44/1034553-1214949605
PBS_JOBID= 7870246
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lard/normalized-lard-89-89.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-1034553-1214949605/watcher-1034553-1214949605 -o /tmp/evaluation-result-1034553-1214949605/solver-1034553-1214949605 -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-1034553-1214949605.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 835c459e7c067a13c82ad8656195350d
RANDOM SEED=405283341

node44.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.213
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.213
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:       1355448 kB
Buffers:         18332 kB
Cached:         318748 kB
SwapCached:       6524 kB
Active:         532208 kB
Inactive:       108964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355448 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:          164176 kB
Writeback:           0 kB
Mapped:         310316 kB
Slab:            44236 kB
Committed_AS:  3629272 kB
PageTables:       2304 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= 66360 MiB
End job on node44 at 2008-07-02 00:00:50