Trace number 2074987

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.14.6+minisat? (MO) 13.33 13.6331

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-19_ext.xml
MD5SUM0d3371b4f098cfc1ba29218d9b5a7fe9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.049
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:45:25 2009
0.00/0.08	c 0	PID 22400
0.06/0.08	c 0	HOST node17.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2074987-1247359523.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2074987-1247359523.xml' 'HOME/temp.csp'
6.49/6.63	c 7	1 domains, 20 variables, 0 predicates, 18 relations, 18 constraints
6.54/6.71	c 7	ENCODING HOME/temp.csp TO HOME/temp.cnf
6.54/6.71	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
6.54/6.79	c 7	Parsing HOME/temp.csp
12.85/13.14	c ERROR INTERRUPTED
13.33/13.63	s UNKNOWN
13.33/13.63	c 14	CPU 6.54 (0.05 0.01 6.13 0.35)
13.33/13.63	c 14	END Sun Jul 12 02:45:39 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074987-1247359523/watcher-2074987-1247359523 -o /tmp/evaluation-result-2074987-1247359523/solver-2074987-1247359523 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2074987-1247359523.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.94 1.95 4/73 22400
/proc/meminfo: memFree=1807904/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=12000 CPUtime=0
/proc/22400/stat : 22400 (sugar) R 22398 22400 20053 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 23019741 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 245500563504 0 0 4224 0 0 0 0 17 1 0 0
/proc/22400/statm: 3000 179 140 3 0 100 0

[startup+0.0817681 s]
/proc/loadavg: 1.99 1.94 1.95 4/73 22400
/proc/meminfo: memFree=1807904/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16740 CPUtime=0.06
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23019741 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105492 s]
/proc/loadavg: 1.99 1.94 1.95 4/73 22400
/proc/meminfo: memFree=1807904/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=0.06
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301507 s]
/proc/loadavg: 1.99 1.94 1.95 4/73 22400
/proc/meminfo: memFree=1807904/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=0.06
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70155 s]
/proc/loadavg: 1.99 1.94 1.95 4/73 22400
/proc/meminfo: memFree=1807904/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=0.06
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50163 s]
/proc/loadavg: 1.99 1.94 1.95 4/84 22412
/proc/meminfo: memFree=1750280/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=0.06
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
[pid=22403] ppid=22400 vsize=5356 CPUtime=0
/proc/22403/stat : 22403 (sh) S 22400 22400 20053 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 23019750 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22403/statm: 1339 233 193 169 0 50 0
[pid=22404] ppid=22403 vsize=864628 CPUtime=1.39
/proc/22404/stat : 22404 (java) S 22403 22400 20053 0 -1 0 25509 0 1 0 125 14 0 0 18 0 9 0 23019750 885379072 24745 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22404/statm: 216157 24745 2555 9 0 210669 0
[pid=22404/tid=22405] ppid=22403 vsize=864628 CPUtime=1.02
/proc/22404/task/22405/stat : 22405 (java) R 22403 22400 20053 0 -1 64 5194 0 1 0 97 5 0 0 25 0 9 0 23019751 885379072 24745 996147200 134512640 134550932 4294955984 18446744073709551615 4126550267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22406] ppid=22403 vsize=864628 CPUtime=0.28
/proc/22404/task/22406/stat : 22406 (java) S 22403 22400 20053 0 -1 64 19163 0 0 0 21 7 0 0 16 0 9 0 23019752 885379072 24745 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22407] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22407/stat : 22407 (java) S 22403 22400 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23019752 885379072 24745 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22408] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22408/stat : 22408 (java) S 22403 22400 20053 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23019752 885379072 24745 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22409] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22409/stat : 22409 (java) S 22403 22400 20053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23019754 885379072 24745 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22410] ppid=22403 vsize=864628 CPUtime=0.06
/proc/22404/task/22410/stat : 22410 (java) S 22403 22400 20053 0 -1 64 450 0 0 0 6 0 0 0 16 0 9 0 23019754 885379072 24745 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22411] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22411/stat : 22411 (java) S 22403 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23019755 885379072 24745 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22412] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22412/stat : 22412 (java) S 22403 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23019755 885379072 24745 996147200 134512640 134550932 4294955984 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) 886852

[startup+3.1028 s]
/proc/loadavg: 1.99 1.94 1.95 3/84 22412
/proc/meminfo: memFree=1688392/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=0.06
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
[pid=22403] ppid=22400 vsize=5356 CPUtime=0
/proc/22403/stat : 22403 (sh) S 22400 22400 20053 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 23019750 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22403/statm: 1339 233 193 169 0 50 0
[pid=22404] ppid=22403 vsize=864628 CPUtime=2.96
/proc/22404/stat : 22404 (java) S 22403 22400 20053 0 -1 0 36572 0 1 0 274 22 0 0 18 0 9 0 23019750 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22404/statm: 216157 35388 2555 9 0 210669 0
[pid=22404/tid=22405] ppid=22403 vsize=864628 CPUtime=2.27
/proc/22404/task/22405/stat : 22405 (java) R 22403 22400 20053 0 -1 64 5493 0 1 0 218 9 0 0 25 0 9 0 23019751 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4126386667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22406] ppid=22403 vsize=864628 CPUtime=0.61
/proc/22404/task/22406/stat : 22406 (java) S 22403 22400 20053 0 -1 64 29924 0 0 0 49 12 0 0 16 0 9 0 23019752 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22407] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22407/stat : 22407 (java) S 22403 22400 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23019752 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22408] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22408/stat : 22408 (java) S 22403 22400 20053 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23019752 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22409] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22409/stat : 22409 (java) S 22403 22400 20053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23019754 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22410] ppid=22403 vsize=864628 CPUtime=0.06
/proc/22404/task/22410/stat : 22410 (java) S 22403 22400 20053 0 -1 64 453 0 0 0 6 0 0 0 16 0 9 0 23019754 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22411] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22411/stat : 22411 (java) S 22403 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23019755 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22412] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22412/stat : 22412 (java) S 22403 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23019755 885379072 35388 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886852

[startup+6.30804 s]
/proc/loadavg: 1.99 1.94 1.95 4/84 22412
/proc/meminfo: memFree=1634504/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=0.06
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
[pid=22403] ppid=22400 vsize=5356 CPUtime=0
/proc/22403/stat : 22403 (sh) S 22400 22400 20053 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 23019750 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22403/statm: 1339 233 193 169 0 50 0
[pid=22404] ppid=22403 vsize=864628 CPUtime=6.13
/proc/22404/stat : 22404 (java) S 22403 22400 20053 0 -1 0 44700 0 1 0 582 31 0 0 18 0 9 0 23019750 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22404/statm: 216157 43115 2555 9 0 210669 0
[pid=22404/tid=22405] ppid=22403 vsize=864628 CPUtime=4.93
/proc/22404/task/22405/stat : 22405 (java) R 22403 22400 20053 0 -1 64 5703 0 1 0 478 15 0 0 25 0 9 0 23019751 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22406] ppid=22403 vsize=864628 CPUtime=1.11
/proc/22404/task/22406/stat : 22406 (java) S 22403 22400 20053 0 -1 64 37835 0 0 0 96 15 0 0 15 0 9 0 23019752 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22407] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22407/stat : 22407 (java) S 22403 22400 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23019752 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22408] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22408/stat : 22408 (java) S 22403 22400 20053 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23019752 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22409] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22409/stat : 22409 (java) S 22403 22400 20053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23019754 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22410] ppid=22403 vsize=864628 CPUtime=0.07
/proc/22404/task/22410/stat : 22410 (java) S 22403 22400 20053 0 -1 64 460 0 0 0 7 0 0 0 16 0 9 0 23019754 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22411] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22411/stat : 22411 (java) S 22403 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23019755 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22404/tid=22412] ppid=22403 vsize=864628 CPUtime=0
/proc/22404/task/22412/stat : 22412 (java) S 22403 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23019755 885379072 43115 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886852

############
# WARNING:
# current cumulated CPU time (6.54 s) is less than in the last sample (6.54 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.76837e-07 s) to the 'lost time'.

[startup+6.70378 s]
/proc/loadavg: 1.99 1.94 1.95 3/84 22412
/proc/meminfo: memFree=1618120/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=0.06
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
[pid=22403] ppid=22400 vsize=5356 CPUtime=0
/proc/22403/stat : 22403 (sh) S 22400 22400 20053 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 23019750 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22403/statm: 1339 233 193 169 0 50 0
[pid=22404] ppid=22403 vsize=0 CPUtime=6.48
/proc/22404/stat : 22404 (java) Z 22403 22400 20053 0 -1 12 44718 0 1 0 613 35 0 0 16 0 2 0 23019750 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22404/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 22224

[startup+6.80217 s]
/proc/loadavg: 1.99 1.94 1.95 3/84 22412
/proc/meminfo: memFree=1618120/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=6.54
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1309 45131 0 1 5 1 613 35 16 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 16868
#
############


[startup+12.7028 s]
/proc/loadavg: 1.99 1.94 1.95 3/84 22422
/proc/meminfo: memFree=1670920/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=6.54
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1309 45131 0 1 5 1 613 35 16 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
[pid=22413] ppid=22400 vsize=5356 CPUtime=0
/proc/22413/stat : 22413 (sh) S 22400 22400 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23020413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22413/statm: 1339 233 193 169 0 50 0
[pid=22414] ppid=22413 vsize=862556 CPUtime=5.91
/proc/22414/stat : 22414 (java) S 22413 22400 20053 0 -1 0 36495 0 1 0 575 16 0 0 18 0 9 0 23020413 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22414/statm: 215639 33559 2158 9 0 210552 0
[pid=22414/tid=22415] ppid=22413 vsize=862556 CPUtime=3.76
/proc/22414/task/22415/stat : 22415 (java) R 22413 22400 20053 0 -1 64 3082 0 1 0 373 3 0 0 25 0 9 0 23020414 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22416] ppid=22413 vsize=862556 CPUtime=2.08
/proc/22414/task/22416/stat : 22416 (java) R 22413 22400 20053 0 -1 64 32409 0 0 0 197 11 0 0 16 0 9 0 23020416 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 103732096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22417] ppid=22413 vsize=862556 CPUtime=0
/proc/22414/task/22417/stat : 22417 (java) S 22413 22400 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23020416 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22418] ppid=22413 vsize=862556 CPUtime=0
/proc/22414/task/22418/stat : 22418 (java) S 22413 22400 20053 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23020416 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22419] ppid=22413 vsize=862556 CPUtime=0
/proc/22414/task/22419/stat : 22419 (java) S 22413 22400 20053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23020418 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22420] ppid=22413 vsize=862556 CPUtime=0.04
/proc/22414/task/22420/stat : 22420 (java) S 22413 22400 20053 0 -1 64 302 0 0 0 4 0 0 0 16 0 9 0 23020418 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22421] ppid=22413 vsize=862556 CPUtime=0
/proc/22414/task/22421/stat : 22421 (java) S 22413 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23020418 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22422] ppid=22413 vsize=862556 CPUtime=0
/proc/22414/task/22422/stat : 22422 (java) S 22413 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23020418 883257344 33559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 884780



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+13.1028 s]
/proc/loadavg: 1.99 1.94 1.95 4/84 22422
/proc/meminfo: memFree=1623624/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=6.54
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1309 45131 0 1 5 1 613 35 16 0 1 0 23019741 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1111 409 3 0 796 0
[pid=22413] ppid=22400 vsize=5356 CPUtime=0
/proc/22413/stat : 22413 (sh) S 22400 22400 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23020413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22413/statm: 1339 233 193 169 0 50 0
[pid=22414] ppid=22413 vsize=904280 CPUtime=6.31
/proc/22414/stat : 22414 (java) S 22413 22400 20053 0 -1 0 49221 0 1 0 610 21 0 0 18 0 9 0 23020413 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22414/statm: 226070 41036 2159 9 0 220983 0
[pid=22414/tid=22415] ppid=22413 vsize=904280 CPUtime=3.76
/proc/22414/task/22415/stat : 22415 (java) R 22413 22400 20053 0 -1 64 3082 0 1 0 373 3 0 0 25 0 9 0 23020414 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22416] ppid=22413 vsize=904280 CPUtime=2.48
/proc/22414/task/22416/stat : 22416 (java) R 22413 22400 20053 0 -1 64 45135 0 0 0 232 16 0 0 16 0 9 0 23020416 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 101593056 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22417] ppid=22413 vsize=904280 CPUtime=0
/proc/22414/task/22417/stat : 22417 (java) S 22413 22400 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23020416 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22418] ppid=22413 vsize=904280 CPUtime=0
/proc/22414/task/22418/stat : 22418 (java) S 22413 22400 20053 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23020416 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22419] ppid=22413 vsize=904280 CPUtime=0
/proc/22414/task/22419/stat : 22419 (java) S 22413 22400 20053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23020418 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22420] ppid=22413 vsize=904280 CPUtime=0.04
/proc/22414/task/22420/stat : 22420 (java) S 22413 22400 20053 0 -1 64 302 0 0 0 4 0 0 0 16 0 9 0 23020418 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22421] ppid=22413 vsize=904280 CPUtime=0
/proc/22414/task/22421/stat : 22421 (java) S 22413 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23020418 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22422] ppid=22413 vsize=904280 CPUtime=0
/proc/22414/task/22422/stat : 22422 (java) S 22413 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23020418 925982720 41036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 926504

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

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

[startup+13.4028 s]
/proc/loadavg: 1.99 1.94 1.95 4/84 22422
/proc/meminfo: memFree=1623624/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=6.54
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1323 45131 0 1 5 1 613 35 16 0 1 0 23019741 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1112 409 3 0 796 0
[pid=22413] ppid=22400 vsize=0 CPUtime=0
/proc/22413/stat : 22413 (sh) Z 22400 22400 20053 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23020413 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22413/statm: 0 0 0 0 0 0 0
[pid=22414] ppid=1 vsize=904276 CPUtime=6.59
/proc/22414/stat : 22414 (java) S 1 22400 20053 0 -1 0 57297 0 1 0 635 24 0 0 16 0 9 0 23020413 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22414/statm: 226069 43990 2159 9 0 220982 0
[pid=22414/tid=22415] ppid=1 vsize=904276 CPUtime=3.76
/proc/22414/task/22415/stat : 22415 (java) R 1 22400 20053 0 -1 64 3082 0 1 0 373 3 0 0 25 0 9 0 23020414 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22416] ppid=1 vsize=904276 CPUtime=2.76
/proc/22414/task/22416/stat : 22416 (java) R 1 22400 20053 0 -1 64 53211 0 0 0 257 19 0 0 16 0 9 0 23020416 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 102768164 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22417] ppid=1 vsize=904276 CPUtime=0
/proc/22414/task/22417/stat : 22417 (java) S 1 22400 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23020416 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22418] ppid=1 vsize=904276 CPUtime=0
/proc/22414/task/22418/stat : 22418 (java) S 1 22400 20053 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23020416 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22419] ppid=1 vsize=904276 CPUtime=0
/proc/22414/task/22419/stat : 22419 (java) S 1 22400 20053 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23020418 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22420] ppid=1 vsize=904276 CPUtime=0.04
/proc/22414/task/22420/stat : 22420 (java) S 1 22400 20053 0 -1 64 302 0 0 0 4 0 0 0 16 0 9 0 23020418 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22421] ppid=1 vsize=904276 CPUtime=0
/proc/22414/task/22421/stat : 22421 (java) S 1 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23020418 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22422] ppid=1 vsize=904276 CPUtime=0
/proc/22414/task/22422/stat : 22422 (java) S 1 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23020418 925978624 43990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 921144

[startup+13.6029 s]
/proc/loadavg: 1.99 1.94 1.95 4/84 22422
/proc/meminfo: memFree=1623624/2055920 swapFree=4192812/4192956
[pid=22400] ppid=22398 vsize=16868 CPUtime=6.54
/proc/22400/stat : 22400 (sugar) S 22398 22400 20053 0 -1 4194304 1323 45131 0 1 5 1 613 35 16 0 1 0 23019741 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22400/statm: 4217 1112 409 3 0 796 0
[pid=22413] ppid=22400 vsize=0 CPUtime=0
/proc/22413/stat : 22413 (sh) Z 22400 22400 20053 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23020413 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22413/statm: 0 0 0 0 0 0 0
[pid=22414] ppid=1 vsize=864760 CPUtime=6.79
/proc/22414/stat : 22414 (java) S 1 22400 20053 0 -1 0 57808 0 1 0 654 25 0 0 16 0 11 0 23020413 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22414/statm: 216190 34004 2559 9 0 210702 0
[pid=22414/tid=22415] ppid=1 vsize=864760 CPUtime=3.77
/proc/22414/task/22415/stat : 22415 (java) R 1 22400 20053 0 -1 64 3082 0 1 0 374 3 0 0 25 0 11 0 23020414 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4126424979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22416] ppid=1 vsize=864760 CPUtime=2.94
/proc/22414/task/22416/stat : 22416 (java) S 1 22400 20053 0 -1 64 53250 0 0 0 274 20 0 0 16 0 11 0 23020416 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22417] ppid=1 vsize=864760 CPUtime=0
/proc/22414/task/22417/stat : 22417 (java) S 1 22400 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 11 0 23020416 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22418] ppid=1 vsize=864760 CPUtime=0
/proc/22414/task/22418/stat : 22418 (java) S 1 22400 20053 0 -1 64 9 0 0 0 0 0 0 0 15 0 11 0 23020416 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22419] ppid=1 vsize=864760 CPUtime=0
/proc/22414/task/22419/stat : 22419 (java) S 1 22400 20053 0 -1 64 459 0 0 0 0 0 0 0 17 0 11 0 23020418 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22420] ppid=1 vsize=864760 CPUtime=0.04
/proc/22414/task/22420/stat : 22420 (java) S 1 22400 20053 0 -1 64 302 0 0 0 4 0 0 0 16 0 11 0 23020418 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22421] ppid=1 vsize=864760 CPUtime=0
/proc/22414/task/22421/stat : 22421 (java) S 1 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 19 0 11 0 23020418 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22414/tid=22422] ppid=1 vsize=864760 CPUtime=0
/proc/22414/task/22422/stat : 22422 (java) S 1 22400 20053 0 -1 64 0 0 0 0 0 0 0 0 15 0 11 0 23020418 885514240 34004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 881628

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22400 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=197057
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=378942
# CPU time returned by wait4() is 6.576
# while last known CPU time is 13.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.76837e-07
#  lost CPU user time (s): 4.76837e-07
#  lost CPU system time (s): -2.98023e-08

Real time (s): 13.6331
CPU time (s): 13.33
CPU user time (s): 12.72
CPU system time (s): 0.61
CPU usage (%): 97.7765
Max. virtual memory (cumulated for all children) (KiB): 926504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.19706
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46807
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= 1862
involuntary context switches= 1940

runsolver used 0.029995 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 02:45:25
IDJOB=2074987
IDBENCH=56213
IDSOLVER=739
FILE ID=node17/2074987-1247359523
PBS_JOBID= 9506823
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-19_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074987-1247359523/watcher-2074987-1247359523 -o /tmp/evaluation-result-2074987-1247359523/solver-2074987-1247359523 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2074987-1247359523.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0d3371b4f098cfc1ba29218d9b5a7fe9
RANDOM SEED=1836223287

node17.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:       1808384 kB
Buffers:         48864 kB
Cached:         122224 kB
SwapCached:          0 kB
Active:         130404 kB
Inactive:        60072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23364 kB
Writeback:           0 kB
Mapped:          30056 kB
Slab:            42328 kB
Committed_AS:   225608 kB
PageTables:       1844 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= 66428 MiB
End job on node17 at 2009-07-12 02:45:40