Trace number 1088795

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? (TO) 1800.08 1809.43

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-1-45.xml
MD5SUMf2c43533c0316bf728e6f2743f6e041d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.150976
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints4100
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.19	c 0	Sugar v1-13 + HOME/picosat
0.00/0.19	c 0	BEGIN Sat Jul  5 14:14:55 2008
0.00/0.19	c 0	PID 32496
0.00/0.19	c 0	HOST node49.alineos.net
0.00/0.19	c 0	CONVERTING HOME/instance-1088795-1215260094.xml TO HOME/temp.csp
0.00/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088795-1215260094.xml' 'HOME/temp.csp'
0.04/0.98	c 0	1 domains, 211 variables, 1 predicates, 0 relations, 4100 constraints
0.81/1.04	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.81/1.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/1.12	c 1	Parsing HOME/temp.csp
0.82/1.45	c 1	parsed 4313 expressions
0.82/1.46	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.46	c 1	Converting to clausal form CSP
0.82/1.55	c 1	converted 432 (10%) expressions
0.82/1.66	c 1	converted 863 (20%) expressions
0.82/1.68	c 1	converted 1294 (30%) expressions
0.82/1.69	c 1	converted 1726 (40%) expressions
0.82/1.71	c 1	converted 2157 (50%) expressions
0.82/1.72	c 1	converted 2588 (60%) expressions
0.82/1.73	c 1	converted 3020 (70%) expressions
0.82/1.74	c 1	converted 3451 (80%) expressions
0.82/1.75	c 1	converted 3882 (90%) expressions
0.82/1.76	c 1	converted 4313 (100%) expressions
0.82/1.76	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 45
0.82/1.76	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.82/1.76	c 1	Propagation in CSP
0.82/1.82	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.82/1.82	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 45
0.82/1.82	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.82/1.82	c 1	Simplifing CSP by introducing new Boolean variables
0.82/1.91	c 1	CSP : 211 integers, 8200 booleans, 12300 clauses, largest domain size 45
0.82/1.91	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.82/1.96	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.82/1.98	c 1	22 (10%) CSP integer variables are encoded (946 clauses, 10260 bytes)
0.82/1.99	c 1	43 (20%) CSP integer variables are encoded (1849 clauses, 21938 bytes)
0.82/1.99	c 1	64 (30%) CSP integer variables are encoded (2752 clauses, 33677 bytes)
0.82/1.99	c 1	85 (40%) CSP integer variables are encoded (3655 clauses, 45416 bytes)
0.82/1.99	c 1	106 (50%) CSP integer variables are encoded (4558 clauses, 57155 bytes)
0.82/1.99	c 1	127 (60%) CSP integer variables are encoded (5461 clauses, 68894 bytes)
0.82/2.00	c 1	148 (70%) CSP integer variables are encoded (6364 clauses, 80633 bytes)
0.82/2.00	c 1	169 (80%) CSP integer variables are encoded (7267 clauses, 92372 bytes)
0.82/2.00	c 1	190 (90%) CSP integer variables are encoded (8170 clauses, 104111 bytes)
0.82/2.00	c 1	211 (100%) CSP integer variables are encoded (9073 clauses, 115850 bytes)
1.85/2.12	c 2	1230 (10%) CSP clauses are encoded (46383 clauses, 753304 bytes)
1.95/2.20	c 2	2460 (20%) CSP clauses are encoded (83693 clauses, 1447984 bytes)
1.95/2.28	c 2	3690 (30%) CSP clauses are encoded (121003 clauses, 2145040 bytes)
2.05/2.35	c 2	4920 (40%) CSP clauses are encoded (158313 clauses, 2842914 bytes)
2.15/2.44	c 2	6150 (50%) CSP clauses are encoded (195623 clauses, 3560866 bytes)
2.24/2.52	c 2	7380 (60%) CSP clauses are encoded (232933 clauses, 4295586 bytes)
2.24/2.59	c 2	8610 (70%) CSP clauses are encoded (270243 clauses, 5030306 bytes)
2.34/2.67	c 2	9840 (80%) CSP clauses are encoded (307553 clauses, 5765026 bytes)
2.44/2.75	c 2	11070 (90%) CSP clauses are encoded (344863 clauses, 6499746 bytes)
2.53/2.82	c 2	12300 (100%) CSP clauses are encoded (382173 clauses, 7234466 bytes)
2.53/2.82	c 2	12300 CSP clauses encoded
2.53/2.82	c 2	Writing map file : HOME/temp.map
2.53/2.83	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.83	c 2	SAT : 17484 SAT variables, 382173 SAT clauses, 7234466 bytes
2.53/2.83	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.87	c 2	SOLVING HOME/temp.cnf
2.53/2.87	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1809.42	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1809.42	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1809.42	c ERROR INTERRUPTED
1800.08/1809.42	s UNKNOWN
1800.08/1809.42	c 1809	CPU 2.44 (0.03 0.01 2.41 0.14)
1800.08/1809.42	c 1809	END Sat Jul  5 14:45:04 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-1088795-1215260094/watcher-1088795-1215260094 -o /tmp/evaluation-result-1088795-1215260094/solver-1088795-1215260094 -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-1088795-1215260094.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.08 1.99 1.99 4/72 32496
/proc/meminfo: memFree=1807016/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=18572 CPUtime=0
/proc/32496/stat : 32496 (runsolver) D 32494 32496 32188 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 431626806 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 224627584295 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/32496/statm: 4643 292 257 25 0 2626 0

[startup+0.053625 s]
/proc/loadavg: 2.08 1.99 1.99 4/72 32496
/proc/meminfo: memFree=1807016/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=12268 CPUtime=0
/proc/32496/stat : 32496 (sugar) D 32494 32496 32188 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 431626806 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/32496/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102631 s]
/proc/loadavg: 2.08 1.99 1.99 4/72 32496
/proc/meminfo: memFree=1807016/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=12272 CPUtime=0
/proc/32496/stat : 32496 (sugar) D 32494 32496 32188 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 431626806 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/32496/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302667 s]
/proc/loadavg: 2.08 1.99 1.99 4/72 32496
/proc/meminfo: memFree=1807016/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=0.04
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 431626806 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70172 s]
/proc/loadavg: 2.08 1.99 1.99 4/72 32496
/proc/meminfo: memFree=1807016/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=0.04
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 431626806 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50183 s]
/proc/loadavg: 2.08 1.99 1.99 2/83 32508
/proc/meminfo: memFree=1791248/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=0.82
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 973 7014 0 1 3 1 75 3 15 0 1 0 431626806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 13600

[startup+3.10106 s]
/proc/loadavg: 2.08 1.99 1.99 3/83 32518
/proc/meminfo: memFree=1785936/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 13600

[startup+6.30151 s]
/proc/loadavg: 2.15 2.01 2.00 3/75 32520
/proc/meminfo: memFree=1786320/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=16464 CPUtime=3.38
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 3666 0 0 0 153 185 0 0 25 0 1 0 431627094 16859136 3640 996147200 134512640 134931368 4294956256 18446744073709551615 134522904 0 0 4096 0 0 0 0 17 1 0 0
/proc/32520/statm: 4116 3640 42 102 0 4011 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 35420

[startup+12.7014 s]
/proc/loadavg: 2.14 2.01 2.00 3/75 32520
/proc/meminfo: memFree=1780240/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=18840 CPUtime=9.72
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 4279 0 0 0 786 186 0 0 25 0 1 0 431627094 19292160 4253 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/32520/statm: 4710 4253 42 102 0 4605 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 37796

[startup+25.5032 s]
/proc/loadavg: 2.11 2.01 2.00 3/75 32520
/proc/meminfo: memFree=1775632/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=23328 CPUtime=22.4
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 5431 0 0 0 2052 188 0 0 25 0 1 0 431627094 23887872 5405 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/32520/statm: 5832 5405 42 102 0 5727 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 42284

[startup+51.1029 s]
/proc/loadavg: 2.07 2.01 2.00 3/75 32520
/proc/meminfo: memFree=1771856/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=26888 CPUtime=47.75
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 6405 0 0 0 4587 188 0 0 25 0 1 0 431627094 27533312 6290 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32520/statm: 6722 6290 48 102 0 6617 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 45844

[startup+102.306 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 32520
/proc/meminfo: memFree=1768912/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=29792 CPUtime=98.48
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 7243 0 0 0 9659 189 0 0 25 0 1 0 431627094 30507008 7037 996147200 134512640 134931368 4294956256 18446744073709551615 134529604 0 0 4096 0 0 0 0 17 1 0 0
/proc/32520/statm: 7448 7037 48 102 0 7343 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 48748

[startup+162.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 32520
/proc/meminfo: memFree=1768848/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=29792 CPUtime=157.92
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 7456 0 0 0 15602 190 0 0 25 0 1 0 431627094 30507008 7055 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/32520/statm: 7448 7055 48 102 0 7343 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 48748

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32520
/proc/meminfo: memFree=1768656/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=29792 CPUtime=217.35
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 7692 0 0 0 21545 190 0 0 25 0 1 0 431627094 30507008 7076 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/32520/statm: 7448 7076 48 102 0 7343 0
Current children cumulated CPU time (s) 219.94
Current children cumulated vsize (KiB) 48748

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32520
/proc/meminfo: memFree=1767696/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=30716 CPUtime=276.79
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 8043 0 0 0 27488 191 0 0 25 0 1 0 431627094 31453184 7316 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32520/statm: 7679 7316 48 102 0 7574 0
Current children cumulated CPU time (s) 279.38
Current children cumulated vsize (KiB) 49672

[startup+342.304 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32520
/proc/meminfo: memFree=1767504/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0

################
# More data... #
################

/proc/meminfo: memFree=1689536/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=51484 CPUtime=1290.61
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 14411 0 0 0 128859 202 0 0 25 0 1 0 431627094 52719616 12064 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 12871 12064 48 102 0 12766 0
Current children cumulated CPU time (s) 1293.2
Current children cumulated vsize (KiB) 70440

[startup+1362.3 s]
/proc/loadavg: 2.21 2.04 2.01 3/77 32573
/proc/meminfo: memFree=1685760/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=51484 CPUtime=1350.58
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 14411 0 0 0 134856 202 0 0 25 0 1 0 431627094 52719616 12064 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 12871 12064 48 102 0 12766 0
Current children cumulated CPU time (s) 1353.17
Current children cumulated vsize (KiB) 70440

[startup+1422.31 s]
/proc/loadavg: 2.15 2.05 2.01 3/77 32573
/proc/meminfo: memFree=1681664/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=51484 CPUtime=1410.55
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 14430 0 0 0 140853 202 0 0 25 0 1 0 431627094 52719616 12083 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 12871 12083 48 102 0 12766 0
Current children cumulated CPU time (s) 1413.14
Current children cumulated vsize (KiB) 70440

[startup+1482.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/77 32573
/proc/meminfo: memFree=1678144/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=51484 CPUtime=1470.52
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 14430 0 0 0 146850 202 0 0 25 0 1 0 431627094 52719616 12083 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 12871 12083 48 102 0 12766 0
Current children cumulated CPU time (s) 1473.11
Current children cumulated vsize (KiB) 70440

[startup+1542.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/77 32573
/proc/meminfo: memFree=1674880/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=51484 CPUtime=1530.49
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 14453 0 0 0 152847 202 0 0 25 0 1 0 431627094 52719616 12106 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 12871 12106 48 102 0 12766 0
Current children cumulated CPU time (s) 1533.08
Current children cumulated vsize (KiB) 70440

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/77 32573
/proc/meminfo: memFree=1672320/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=51484 CPUtime=1590.47
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 14453 0 0 0 158845 202 0 0 25 0 1 0 431627094 52719616 12106 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 12871 12106 48 102 0 12766 0
Current children cumulated CPU time (s) 1593.06
Current children cumulated vsize (KiB) 70440

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/77 32573
/proc/meminfo: memFree=1665536/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=56500 CPUtime=1650.44
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 15689 0 0 0 164840 204 0 0 25 0 1 0 431627094 57856000 13342 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 14125 13342 48 102 0 14020 0
Current children cumulated CPU time (s) 1653.03
Current children cumulated vsize (KiB) 75456

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 32573
/proc/meminfo: memFree=1660864/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=58744 CPUtime=1710.41
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 16482 0 0 0 170836 205 0 0 25 0 1 0 431627094 60153856 13907 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 14686 13907 48 102 0 14581 0
Current children cumulated CPU time (s) 1713
Current children cumulated vsize (KiB) 77700

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 32573
/proc/meminfo: memFree=1658240/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=58744 CPUtime=1770.4
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 16482 0 0 0 176834 206 0 0 25 0 1 0 431627094 60153856 13907 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 14686 13907 48 102 0 14581 0
Current children cumulated CPU time (s) 1772.99
Current children cumulated vsize (KiB) 77700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 32573
/proc/meminfo: memFree=1657216/2055920 swapFree=4180312/4192956
[pid=32496] ppid=32494 vsize=13600 CPUtime=2.59
/proc/32496/stat : 32496 (sugar) S 32494 32496 32188 0 -1 4194304 1023 15290 0 2 3 1 241 14 16 0 1 0 431626806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32496/statm: 3400 799 370 3 0 500 0
[pid=32519] ppid=32496 vsize=5356 CPUtime=0
/proc/32519/stat : 32519 (sh) S 32496 32496 32188 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431627093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32519/statm: 1339 232 193 169 0 50 0
[pid=32520] ppid=32519 vsize=58744 CPUtime=1797.49
/proc/32520/stat : 32520 (picosat) R 32519 32496 32188 0 -1 4194304 16482 0 0 0 179543 206 0 0 25 0 1 0 431627094 60153856 13907 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32520/statm: 14686 13907 48 102 0 14581 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 77700

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32496 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=449627
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=170974
# CPU time returned by wait4() is 2.6206
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.43
CPU time (s): 1800.08
CPU user time (s): 1797.87
CPU system time (s): 2.21
CPU usage (%): 99.4832
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.44963
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16751
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3235
involuntary context switches= 3087

runsolver used 2.32864 second user time and 5.9291 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 14:14:54
IDJOB=1088795
IDBENCH=58117
IDSOLVER=345
FILE ID=node49/1088795-1215260094
PBS_JOBID= 7882129
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-1-45.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-1088795-1215260094/watcher-1088795-1215260094 -o /tmp/evaluation-result-1088795-1215260094/solver-1088795-1215260094 -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-1088795-1215260094.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f2c43533c0316bf728e6f2743f6e041d
RANDOM SEED=719690667

node49.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.249
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.249
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:       1807496 kB
Buffers:         26152 kB
Cached:         145352 kB
SwapCached:       5704 kB
Active:         117808 kB
Inactive:        79684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807496 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          33336 kB
Slab:            36168 kB
Committed_AS:   886492 kB
PageTables:       1740 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= 66544 MiB
End job on node49 at 2008-07-05 14:45:06