Trace number 1111203

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (MO) 58.01 130.111

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-12-12-2.xml
MD5SUM3522093697b9ca731333dcd1630624f7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints324
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4356
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4356
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.06	c 0	BEGIN Thu Aug  7 20:18:57 2008
0.05/0.06	c 0	PID 19648
0.05/0.07	c 0	HOST node76.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-1111203-1218133137.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111203-1218133137.xml' 'HOME/temp.csp'
0.06/0.52	c 1	1 domains, 144 variables, 1 predicates, 0 relations, 4356 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.61	c 1	Parsing HOME/temp.csp
0.64/0.96	c 1	parsed 4502 expressions
0.64/0.96	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.64/1.00	c 1	MAX CSP: 4356 constraints
0.64/1.00	c 1	Converting to clausal form CSP
1.31/1.16	c 1	converted 887 (10%) expressions
1.45/1.28	c 1	converted 1773 (20%) expressions
1.55/1.35	c 1	converted 2659 (30%) expressions
1.65/1.42	c 1	converted 3545 (40%) expressions
1.65/1.49	c 2	converted 4431 (50%) expressions
1.86/1.62	c 2	converted 5317 (60%) expressions
1.86/1.69	c 2	converted 6203 (70%) expressions
1.95/1.76	c 2	converted 7089 (80%) expressions
2.05/1.83	c 2	converted 7975 (90%) expressions
2.56/2.33	c 2	converted 8861 (100%) expressions
2.56/2.33	c 2	CSP : 8856 integers, 0 booleans, 13067 clauses, largest domain size 6535
2.56/2.33	c 2	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.56/2.33	c 2	Propagation in CSP
2.89/2.63	c 3	4353 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/2.63	c 3	CSP : 8856 integers, 0 booleans, 13067 clauses, largest domain size 4357
2.89/2.63	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/2.64	c 3	Simplifing CSP by introducing new Boolean variables
3.29/3.05	c 3	CSP : 8856 integers, 52272 booleans, 65339 clauses, largest domain size 4357
3.29/3.05	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.49/3.28	c 3	886 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.49/3.28	c 3	1772 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.49/3.28	c 3	2657 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.49/3.28	c 3	3543 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.49/3.29	c 3	4428 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.61/3.34	c 3	5314 (60%) CSP integer variables are encoded (44824 clauses, 661765 bytes)
3.61/3.36	c 3	6200 (70%) CSP integer variables are encoded (64737 clauses, 960460 bytes)
3.61/3.37	c 3	7085 (80%) CSP integer variables are encoded (76959 clauses, 1143790 bytes)
3.61/3.39	c 3	7971 (90%) CSP integer variables are encoded (85438 clauses, 1270975 bytes)
3.71/3.40	c 3	8856 (100%) CSP integer variables are encoded (96356 clauses, 1444890 bytes)
3.71/3.48	c 4	6534 (10%) CSP clauses are encoded (108922 clauses, 1650360 bytes)
3.83/3.54	c 4	13068 (20%) CSP clauses are encoded (121487 clauses, 1859779 bytes)
3.83/3.59	c 4	19602 (30%) CSP clauses are encoded (134053 clauses, 2071178 bytes)
3.92/3.65	c 4	26136 (40%) CSP clauses are encoded (146618 clauses, 2282869 bytes)
4.02/3.70	c 4	32670 (50%) CSP clauses are encoded (159183 clauses, 2494828 bytes)
4.02/3.76	c 4	39204 (60%) CSP clauses are encoded (171749 clauses, 2707129 bytes)
4.13/3.81	c 4	45738 (70%) CSP clauses are encoded (184314 clauses, 2920173 bytes)
4.13/3.86	c 4	52272 (80%) CSP clauses are encoded (196880 clauses, 3134949 bytes)
24.12/23.93	c 24	58806 (90%) CSP clauses are encoded (9806148 clauses, 208813280 bytes)
47.33/49.32	c 49	65339 (100%) CSP clauses are encoded (24116388 clauses, 522352144 bytes)
47.33/49.32	c 49	65339 CSP clauses encoded
47.33/49.32	c 49	Writing map file : HOME/temp.map
47.33/49.37	c 49	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.33/49.37	c 49	SAT : 157484 SAT variables, 24116388 SAT clauses, 522352144 bytes
47.33/49.37	c 49	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.43/49.43	c 49	OBJECTIVE minimize _COST
47.43/49.43	c 49	SOLVING HOME/temp.cnf
47.43/49.43	c 49	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
47.43/49.43	c 49	This is MiniSat 2.0 beta incremental
47.43/49.43	c 49	WARNING: for repeatability, setting FPU to use double precision
47.43/49.43	c 49	============================[ Problem Statistics ]=============================
47.43/49.43	c 49	|                                                                             |
47.43/49.44	c 49	|  Number of variables:  157484                                               |
47.43/49.44	c 49	|  Number of clauses:    24116388                                             |
58.01/128.10	c ERROR INTERRUPTED
58.01/128.10	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111203-1218133137/watcher-1111203-1218133137 -o /tmp/evaluation-result-1111203-1218133137/solver-1111203-1218133137 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111203-1218133137.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.02 0.66 0.38 3/83 19648
/proc/meminfo: memFree=936768/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=12272 CPUtime=0
/proc/19648/stat : 19648 (sugar++) R 19646 19648 19200 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 140399929 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 1 0 0
/proc/19648/statm: 3068 364 274 3 0 168 0

[startup+0.0596781 s]
/proc/loadavg: 1.02 0.66 0.38 3/83 19648
/proc/meminfo: memFree=936768/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16344 CPUtime=0.05
/proc/19648/stat : 19648 (sugar++) R 19646 19648 19200 0 -1 4194304 1006 0 0 0 4 1 0 0 20 0 1 0 140399929 16736256 974 996147200 4194304 4206940 548682068528 18446744073709551615 265691619746 0 0 4224 0 0 0 0 17 1 0 0
/proc/19648/statm: 4086 975 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102692 s]
/proc/loadavg: 1.02 0.66 0.38 3/83 19648
/proc/meminfo: memFree=936768/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16740 CPUtime=0.06
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 140399929 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302719 s]
/proc/loadavg: 1.02 0.66 0.38 3/83 19648
/proc/meminfo: memFree=936768/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16740 CPUtime=0.06
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 140399929 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701758 s]
/proc/loadavg: 1.02 0.66 0.38 3/83 19648
/proc/meminfo: memFree=936768/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16740 CPUtime=0.64
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1296 7202 0 1 5 1 54 4 16 0 1 0 140399929 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 16740

[startup+1.50184 s]
/proc/loadavg: 1.02 0.66 0.38 2/94 19670
/proc/meminfo: memFree=921832/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16740 CPUtime=0.64
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1296 7202 0 1 5 1 54 4 15 0 1 0 140399929 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19648/statm: 4185 1104 409 3 0 764 0
[pid=19661] ppid=19648 vsize=5356 CPUtime=0
/proc/19661/stat : 19661 (sh) S 19648 19648 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140399983 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19661/statm: 1339 233 193 169 0 50 0
[pid=19662] ppid=19661 vsize=868392 CPUtime=1.11
/proc/19662/stat : 19662 (java) S 19661 19648 19200 0 -1 0 9064 0 1 0 107 4 0 0 20 0 9 0 140399983 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19662/statm: 217098 8198 2540 9 0 211673 0
[pid=19662/tid=19663] ppid=19661 vsize=868392 CPUtime=0.69
/proc/19662/task/19663/stat : 19663 (java) R 19661 19648 19200 0 -1 64 2659 0 1 0 68 1 0 0 17 0 9 0 140399984 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4126601376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19664] ppid=19661 vsize=868392 CPUtime=0.23
/proc/19662/task/19664/stat : 19664 (java) S 19661 19648 19200 0 -1 64 4244 0 0 0 21 2 0 0 16 0 9 0 140399985 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19662/tid=19665] ppid=19661 vsize=868392 CPUtime=0
/proc/19662/task/19665/stat : 19665 (java) S 19661 19648 19200 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140399985 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19666] ppid=19661 vsize=868392 CPUtime=0
/proc/19662/task/19666/stat : 19666 (java) S 19661 19648 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140399985 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19662/tid=19667] ppid=19661 vsize=868392 CPUtime=0
/proc/19662/task/19667/stat : 19667 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19668] ppid=19661 vsize=868392 CPUtime=0.17
/proc/19662/task/19668/stat : 19668 (java) S 19661 19648 19200 0 -1 64 1465 0 0 0 17 0 0 0 16 0 9 0 140399987 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19669] ppid=19661 vsize=868392 CPUtime=0
/proc/19662/task/19669/stat : 19669 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19670] ppid=19661 vsize=868392 CPUtime=0
/proc/19662/task/19670/stat : 19670 (java) S 19661 19648 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140399987 889233408 8198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 890488

[startup+3.10216 s]
/proc/loadavg: 1.02 0.66 0.38 2/94 19670
/proc/meminfo: memFree=901480/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16740 CPUtime=0.64
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1297 7202 0 1 5 1 54 4 15 0 1 0 140399929 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4185 1104 409 3 0 764 0
[pid=19661] ppid=19648 vsize=5356 CPUtime=0
/proc/19661/stat : 19661 (sh) S 19648 19648 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140399983 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19661/statm: 1339 233 193 169 0 50 0
[pid=19662] ppid=19661 vsize=868896 CPUtime=2.75
/proc/19662/stat : 19662 (java) S 19661 19648 19200 0 -1 0 16824 0 1 0 267 8 0 0 20 0 9 0 140399983 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19662/statm: 217224 15687 2540 9 0 211799 0
[pid=19662/tid=19663] ppid=19661 vsize=868896 CPUtime=1.53
/proc/19662/task/19663/stat : 19663 (java) S 19661 19648 19200 0 -1 64 3202 0 1 0 152 1 0 0 16 0 9 0 140399984 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19662/tid=19664] ppid=19661 vsize=868896 CPUtime=0.97
/proc/19662/task/19664/stat : 19664 (java) R 19661 19648 19200 0 -1 64 11431 0 0 0 92 5 0 0 16 0 9 0 140399985 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 102721931 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19665] ppid=19661 vsize=868896 CPUtime=0
/proc/19662/task/19665/stat : 19665 (java) S 19661 19648 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140399985 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19666] ppid=19661 vsize=868896 CPUtime=0
/proc/19662/task/19666/stat : 19666 (java) S 19661 19648 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140399985 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19667] ppid=19661 vsize=868896 CPUtime=0
/proc/19662/task/19667/stat : 19667 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19668] ppid=19661 vsize=868896 CPUtime=0.21
/proc/19662/task/19668/stat : 19668 (java) S 19661 19648 19200 0 -1 64 1495 0 0 0 21 0 0 0 15 0 9 0 140399987 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19669] ppid=19661 vsize=868896 CPUtime=0
/proc/19662/task/19669/stat : 19669 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19670] ppid=19661 vsize=868896 CPUtime=0
/proc/19662/task/19670/stat : 19670 (java) S 19661 19648 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140399987 889749504 15687 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 890992

[startup+6.30252 s]
/proc/loadavg: 1.02 0.67 0.38 2/94 19670
/proc/meminfo: memFree=870504/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16740 CPUtime=0.64
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1297 7202 0 1 5 1 54 4 15 0 1 0 140399929 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4185 1104 409 3 0 764 0
[pid=19661] ppid=19648 vsize=5356 CPUtime=0
/proc/19661/stat : 19661 (sh) S 19648 19648 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140399983 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19661/statm: 1339 233 193 169 0 50 0
[pid=19662] ppid=19661 vsize=869528 CPUtime=5.96
/proc/19662/stat : 19662 (java) S 19661 19648 19200 0 -1 0 17057 0 1 0 579 17 0 0 20 0 9 0 140399983 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19662/statm: 217382 15638 2565 9 0 211929 0
[pid=19662/tid=19663] ppid=19661 vsize=869528 CPUtime=4.53
/proc/19662/task/19663/stat : 19663 (java) R 19661 19648 19200 0 -1 64 3402 0 1 0 444 9 0 0 17 0 9 0 140399984 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4127066520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19662/tid=19664] ppid=19661 vsize=869528 CPUtime=1.15
/proc/19662/task/19664/stat : 19664 (java) S 19661 19648 19200 0 -1 64 11431 0 0 0 109 6 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19665] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19665/stat : 19665 (java) S 19661 19648 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19666] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19666/stat : 19666 (java) S 19661 19648 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19667] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19667/stat : 19667 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19668] ppid=19661 vsize=869528 CPUtime=0.26
/proc/19662/task/19668/stat : 19668 (java) S 19661 19648 19200 0 -1 64 1528 0 0 0 26 0 0 0 15 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19669] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19669/stat : 19669 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19670] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19670/stat : 19670 (java) S 19661 19648 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 891624

[startup+12.7022 s]
/proc/loadavg: 1.10 0.69 0.39 2/94 19670
/proc/meminfo: memFree=801536/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16740 CPUtime=0.64
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1297 7202 0 1 5 1 54 4 15 0 1 0 140399929 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4185 1104 409 3 0 764 0
[pid=19661] ppid=19648 vsize=5356 CPUtime=0
/proc/19661/stat : 19661 (sh) S 19648 19648 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140399983 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19661/statm: 1339 233 193 169 0 50 0
[pid=19662] ppid=19661 vsize=869528 CPUtime=12.33
/proc/19662/stat : 19662 (java) S 19661 19648 19200 0 -1 0 17577 0 1 0 1171 62 0 0 20 0 9 0 140399983 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19662/statm: 217382 15638 2565 9 0 211929 0
[pid=19662/tid=19663] ppid=19661 vsize=869528 CPUtime=10.7
/proc/19662/task/19663/stat : 19663 (java) R 19661 19648 19200 0 -1 64 3922 0 1 0 1020 50 0 0 17 0 9 0 140399984 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4127083360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19662/tid=19664] ppid=19661 vsize=869528 CPUtime=1.33
/proc/19662/task/19664/stat : 19664 (java) S 19661 19648 19200 0 -1 64 11431 0 0 0 124 9 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19662/tid=19665] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19665/stat : 19665 (java) S 19661 19648 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19666] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19666/stat : 19666 (java) S 19661 19648 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19667] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19667/stat : 19667 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19668] ppid=19661 vsize=869528 CPUtime=0.26
/proc/19662/task/19668/stat : 19668 (java) S 19661 19648 19200 0 -1 64 1528 0 0 0 26 0 0 0 15 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19669] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19669/stat : 19669 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19670] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19670/stat : 19670 (java) S 19661 19648 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 891624

[startup+25.5017 s]
/proc/loadavg: 1.30 0.75 0.42 2/94 19670
/proc/meminfo: memFree=650304/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=16740 CPUtime=0.64
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1297 7202 0 1 5 1 54 4 16 0 1 0 140399929 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4185 1104 409 3 0 764 0
[pid=19661] ppid=19648 vsize=5356 CPUtime=0
/proc/19661/stat : 19661 (sh) S 19648 19648 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140399983 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19661/statm: 1339 233 193 169 0 50 0
[pid=19662] ppid=19661 vsize=869528 CPUtime=25.07
/proc/19662/stat : 19662 (java) S 19661 19648 19200 0 -1 0 18593 0 1 0 2363 144 0 0 20 0 9 0 140399983 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19662/statm: 217382 15638 2565 9 0 211929 0
[pid=19662/tid=19663] ppid=19661 vsize=869528 CPUtime=23.13
/proc/19662/task/19663/stat : 19663 (java) R 19661 19648 19200 0 -1 64 4938 0 1 0 2185 128 0 0 17 0 9 0 140399984 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4126565143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19662/tid=19664] ppid=19661 vsize=869528 CPUtime=1.65
/proc/19662/task/19664/stat : 19664 (java) S 19661 19648 19200 0 -1 64 11431 0 0 0 151 14 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19662/tid=19665] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19665/stat : 19665 (java) S 19661 19648 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19666] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19666/stat : 19666 (java) S 19661 19648 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140399985 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19667] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19667/stat : 19667 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19668] ppid=19661 vsize=869528 CPUtime=0.26
/proc/19662/task/19668/stat : 19668 (java) S 19661 19648 19200 0 -1 64 1528 0 0 0 26 0 0 0 15 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19669] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19669/stat : 19669 (java) S 19661 19648 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19662/tid=19670] ppid=19661 vsize=869528 CPUtime=0
/proc/19662/task/19670/stat : 19670 (java) S 19661 19648 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140399987 890396672 15638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 891624

[startup+51.1023 s]
/proc/loadavg: 2.73 1.11 0.54 2/96 19683
/proc/meminfo: memFree=298352/2055920 swapFree=4179816/4192956
[pid=19648] ppid=19646 vsize=17400 CPUtime=47.46
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1589 28025 0 2 7 1 4419 319 16 0 1 0 140399929 17817600 1247 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4350 1247 413 3 0 929 0
[pid=19683] ppid=19648 vsize=162544 CPUtime=1.64
/proc/19683/stat : 19683 (minisat-inc) R 19648 19648 19200 0 -1 4194304 38279 0 0 0 139 25 0 0 25 0 1 0 140404873 166445056 38228 996147200 134512640 135134323 4294956192 18446744073709551615 134515429 0 0 4096 3 0 0 0 17 0 0 0
/proc/19683/statm: 40636 38228 59 151 0 40482 0
Current children cumulated CPU time (s) 49.1
Current children cumulated vsize (KiB) 179944



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+98.1017 s]
/proc/loadavg: 13.01 4.74 1.86 1/95 19683
/proc/meminfo: memFree=16240/2055920 swapFree=3893996/4192956
[pid=19648] ppid=19646 vsize=17400 CPUtime=47.46
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1589 28025 0 2 7 1 4419 319 16 0 1 0 140399929 17817600 1247 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19648/statm: 4350 1247 413 3 0 929 0
[pid=19683] ppid=19648 vsize=936660 CPUtime=10.55
/proc/19683/stat : 19683 (minisat-inc) D 19648 19648 19200 0 -1 4194304 230150 0 0 0 874 181 0 0 19 0 1 0 140404873 959139840 186040 996147200 134512640 135134323 4294956192 18446744073709551615 134802528 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/19683/statm: 234165 186040 59 151 0 234011 0
Current children cumulated CPU time (s) 58.01
Current children cumulated vsize (KiB) 954060

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

[startup+128.202 s]
/proc/loadavg: 13.01 4.74 1.86 1/95 19683
/proc/meminfo: memFree=16240/2055920 swapFree=3893996/4192956
[pid=19648] ppid=19646 vsize=17396 CPUtime=47.46
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1614 28025 0 2 7 1 4419 319 16 0 1 0 140399929 17813504 1247 996147200 4194304 4206940 548682068528 18446744073709551615 265682993044 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/19648/statm: 4349 1247 413 3 0 928 0
[pid=19683] ppid=19648 vsize=936660 CPUtime=10.55
/proc/19683/stat : 19683 (minisat-inc) D 19648 19648 19200 0 -1 4194304 230150 0 0 0 874 181 0 0 19 0 1 0 140404873 959139840 186040 996147200 134512640 135134323 4294956192 18446744073709551615 134802528 256 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/19683/statm: 234165 186040 59 151 0 234011 0
Current children cumulated CPU time (s) 58.01
Current children cumulated vsize (KiB) 954056

Sending SIGKILL to process tree (bottom up)

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

[startup+128.901 s]
/proc/loadavg: 13.01 4.74 1.86 1/96 19684
/proc/meminfo: memFree=16296/2055920 swapFree=3893996/4192956
[pid=19648] ppid=19646 vsize=17396 CPUtime=47.46
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1614 28025 0 2 7 1 4419 319 16 0 1 0 140399929 17813504 1247 996147200 4194304 4206940 548682068528 18446744073709551615 265682993044 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/19648/statm: 4349 1247 413 3 0 928 0
[pid=19683] ppid=19648 vsize=936660 CPUtime=10.55
/proc/19683/stat : 19683 (minisat-inc) D 19648 19648 19200 0 -1 4194304 230150 0 0 0 874 181 0 0 19 0 1 0 140404873 959139840 186040 996147200 134512640 135134323 4294956192 18446744073709551615 134802528 256 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/19683/statm: 234165 186040 59 151 0 234011 0
Current children cumulated CPU time (s) 58.01
Current children cumulated vsize (KiB) 954056

[startup+129.701 s]
/proc/loadavg: 13.01 4.74 1.86 1/96 19684
/proc/meminfo: memFree=16360/2055920 swapFree=3893996/4192956
[pid=19648] ppid=19646 vsize=17396 CPUtime=47.46
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1614 28025 0 2 7 1 4419 319 16 0 1 0 140399929 17813504 1247 996147200 4194304 4206940 548682068528 18446744073709551615 265682993044 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/19648/statm: 4349 1247 413 3 0 928 0
[pid=19683] ppid=19648 vsize=936660 CPUtime=10.55
/proc/19683/stat : 19683 (minisat-inc) D 19648 19648 19200 0 -1 4194304 230150 0 0 0 874 181 0 0 19 0 1 0 140404873 959139840 186040 996147200 134512640 135134323 4294956192 18446744073709551615 134802528 256 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/19683/statm: 234165 186040 59 151 0 234011 0
Current children cumulated CPU time (s) 58.01
Current children cumulated vsize (KiB) 954056

[startup+130.101 s]
/proc/loadavg: 13.01 4.74 1.86 1/96 19684
/proc/meminfo: memFree=16360/2055920 swapFree=3893996/4192956
[pid=19648] ppid=19646 vsize=17396 CPUtime=47.46
/proc/19648/stat : 19648 (sugar++) S 19646 19648 19200 0 -1 4194304 1614 28025 0 2 7 1 4419 319 16 0 1 0 140399929 17813504 1247 996147200 4194304 4206940 548682068528 18446744073709551615 265682993044 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/19648/statm: 4349 1247 413 3 0 928 0
[pid=19683] ppid=19648 vsize=936660 CPUtime=10.55
/proc/19683/stat : 19683 (minisat-inc) D 19648 19648 19200 0 -1 4194304 230150 0 0 0 874 181 0 0 19 0 1 0 140404873 959139840 186040 996147200 134512640 135134323 4294956192 18446744073709551615 134802528 256 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/19683/statm: 234165 186040 59 151 0 234011 0
Current children cumulated CPU time (s) 58.01
Current children cumulated vsize (KiB) 954056

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19648 and gives
#  childrusage.ru_utime.tv_sec=44
#  childrusage.ru_utime.tv_usec=273269
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=215511
# CPU time returned by wait4() is 47.4888
# while last known CPU time is 58.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 130.111
CPU time (s): 58.01
CPU user time (s): 53
CPU system time (s): 5.01
CPU usage (%): 44.585
Max. virtual memory (cumulated for all children) (KiB): 954060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.2733
system time used= 3.21551
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29639
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= 16442
involuntary context switches= 12195

runsolver used 0.093985 second user time and 0.403938 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-08-07 20:18:57
IDJOB=1111203
IDBENCH=61245
IDSOLVER=367
FILE ID=node76/1111203-1218133137
PBS_JOBID= 8000825
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-12-12-2.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111203-1218133137/watcher-1111203-1218133137 -o /tmp/evaluation-result-1111203-1218133137/solver-1111203-1218133137 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111203-1218133137.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3522093697b9ca731333dcd1630624f7
RANDOM SEED=1989616170

node76.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        937184 kB
Buffers:         18500 kB
Cached:         246512 kB
SwapCached:       6988 kB
Active:         784368 kB
Inactive:       236924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        937184 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:         772328 kB
Slab:            81096 kB
Committed_AS:   923936 kB
PageTables:       3336 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= 66060 MiB
End job on node76 at 2008-08-07 20:21:08