Trace number 1109911

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) 83.6363 85.6752

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-sample2.xml
MD5SUM7791005450e5fd362bbc07619d3c6f20
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints14
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of constraints67
Maximum constraint arity150
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 00:01:05 2008
0.00/0.08	c 0	PID 14965
0.00/0.08	c 0	HOST node18.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109911-1215813665.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109911-1215813665.xml' 'HOME/temp.csp'
0.07/0.72	c 1	2 domains, 1296 variables, 17 predicates, 0 relations, 67 constraints
0.07/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.76	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.69/0.84	c 1	Parsing HOME/temp.csp
0.92/1.09	c 1	parsed 1382 expressions
0.92/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.10	c 1	MAX CSP: 67 constraints
0.92/1.10	c 1	Converting to clausal form CSP
1.02/1.13	c 1	converted 146 (10%) expressions
1.02/1.13	c 1	converted 291 (20%) expressions
1.02/1.13	c 1	converted 436 (30%) expressions
1.02/1.13	c 1	converted 581 (40%) expressions
1.02/1.14	c 1	converted 726 (50%) expressions
1.02/1.14	c 1	converted 872 (60%) expressions
1.02/1.14	c 1	converted 1017 (70%) expressions
1.02/1.14	c 1	converted 1162 (80%) expressions
1.02/1.14	c 1	converted 1307 (90%) expressions
1.71/1.81	c 2	converted 1452 (100%) expressions
1.71/1.82	c 2	CSP : 7068 integers, 0 booleans, 9396 clauses, largest domain size 21846
1.71/1.82	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.82	c 2	Propagation in CSP
1.81/1.92	c 2	64 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.81/1.92	c 2	CSP : 7068 integers, 0 booleans, 9396 clauses, largest domain size 21846
1.81/1.92	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.93	c 2	Simplifing CSP by introducing new Boolean variables
1.81/1.94	c 2	CSP : 7068 integers, 0 booleans, 9396 clauses, largest domain size 21846
1.81/1.94	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.99	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.90/2.00	c 2	707 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.90/2.07	c 2	1414 (20%) CSP integer variables are encoded (43181 clauses, 628764 bytes)
1.90/2.08	c 2	2121 (30%) CSP integer variables are encoded (48498 clauses, 708519 bytes)
1.90/2.09	c 2	2828 (40%) CSP integer variables are encoded (51254 clauses, 749859 bytes)
1.90/2.09	c 2	3534 (50%) CSP integer variables are encoded (54190 clauses, 793899 bytes)
1.90/2.09	c 2	4241 (60%) CSP integer variables are encoded (56761 clauses, 832464 bytes)
2.00/2.11	c 2	4948 (70%) CSP integer variables are encoded (59776 clauses, 877689 bytes)
2.00/2.11	c 2	5655 (80%) CSP integer variables are encoded (62751 clauses, 922314 bytes)
2.00/2.12	c 2	6362 (90%) CSP integer variables are encoded (65892 clauses, 969429 bytes)
2.00/2.13	c 2	7068 (100%) CSP integer variables are encoded (69246 clauses, 1019739 bytes)
71.65/73.45	c 74	940 (10%) CSP clauses are encoded (41091475 clauses, 809901903 bytes)
71.75/73.51	c 74	1880 (20%) CSP clauses are encoded (41113778 clauses, 810344168 bytes)
71.75/73.57	c 74	2819 (30%) CSP clauses are encoded (41144986 clauses, 810976209 bytes)
71.85/73.64	c 74	3759 (40%) CSP clauses are encoded (41173774 clauses, 811558079 bytes)
71.85/73.70	c 74	4698 (50%) CSP clauses are encoded (41200026 clauses, 812085619 bytes)
71.94/73.76	c 74	5638 (60%) CSP clauses are encoded (41229734 clauses, 812686142 bytes)
72.04/73.83	c 74	6578 (70%) CSP clauses are encoded (41260738 clauses, 813313996 bytes)
72.14/73.91	c 74	7517 (80%) CSP clauses are encoded (41296675 clauses, 814044929 bytes)
72.14/73.98	c 74	8457 (90%) CSP clauses are encoded (41329977 clauses, 814722028 bytes)
72.23/74.06	c 74	9396 (100%) CSP clauses are encoded (41367347 clauses, 815482154 bytes)
72.23/74.06	c 74	9396 CSP clauses encoded
72.23/74.06	c 74	Writing map file : HOME/temp.map
72.23/74.08	c 74	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.23/74.08	c 74	SAT : 74716 SAT variables, 41367347 SAT clauses, 815482154 bytes
72.23/74.09	c 74	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.33/74.11	c 74	OBJECTIVE minimize _COST
72.33/74.11	c 74	SOLVING HOME/temp.cnf
72.33/74.11	c 74	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
72.33/74.11	c 74	This is MiniSat 2.0 beta incremental
72.33/74.11	c 74	WARNING: for repeatability, setting FPU to use double precision
72.33/74.11	c 74	============================[ Problem Statistics ]=============================
72.33/74.11	c 74	|                                                                             |
72.33/74.11	c 74	|  Number of variables:  74716                                                |
72.33/74.11	c 74	|  Number of clauses:    41367347                                             |
83.04/85.11	c ERROR INTERRUPTED
83.04/85.11	s UNKNOWN
83.15/85.29	c 86	CPU 74.84 (0.06 0.01 74.78 8.34)
83.15/85.29	c 86	END Sat Jul 12 00:02:31 2008

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-1109911-1215813665/watcher-1109911-1215813665 -o /tmp/evaluation-result-1109911-1215813665/solver-1109911-1215813665 -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-1109911-1215813665.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: 2.07 2.02 1.98 4/80 14965
/proc/meminfo: memFree=1313312/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=18572 CPUtime=0
/proc/14965/stat : 14965 (runsolver) R 14963 14965 14731 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 38068839 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14965/statm: 4643 292 257 25 0 2626 0

[startup+0.0993209 s]
/proc/loadavg: 2.07 2.02 1.98 4/80 14965
/proc/meminfo: memFree=1313312/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.07
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101319 s]
/proc/loadavg: 2.07 2.02 1.98 4/80 14965
/proc/meminfo: memFree=1313312/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.07
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301335 s]
/proc/loadavg: 2.07 2.02 1.98 4/80 14965
/proc/meminfo: memFree=1313312/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.07
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701379 s]
/proc/loadavg: 2.07 2.02 1.98 4/80 14965
/proc/meminfo: memFree=1313312/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.07
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50246 s]
/proc/loadavg: 2.07 2.02 1.98 4/91 14987
/proc/meminfo: memFree=1304008/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.69
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1296 4771 0 1 6 1 59 3 15 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
[pid=14978] ppid=14965 vsize=5356 CPUtime=0
/proc/14978/stat : 14978 (sh) S 14965 14965 14731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38068915 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14978/statm: 1339 233 193 169 0 50 0
[pid=14979] ppid=14978 vsize=868392 CPUtime=0.72
/proc/14979/stat : 14979 (java) S 14978 14965 14731 0 -1 0 5856 0 1 0 69 3 0 0 18 0 9 0 38068916 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 217098 5249 1734 9 0 211673 0
[pid=14979/tid=14980] ppid=14978 vsize=868392 CPUtime=0.44
/proc/14979/task/14980/stat : 14980 (java) R 14978 14965 14731 0 -1 64 2670 0 1 0 43 1 0 0 23 0 9 0 38068917 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4126908573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14981] ppid=14978 vsize=868392 CPUtime=0.05
/proc/14979/task/14981/stat : 14981 (java) S 14978 14965 14731 0 -1 64 1023 0 0 0 5 0 0 0 16 0 9 0 38068918 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14978 vsize=868392 CPUtime=0
/proc/14979/task/14982/stat : 14982 (java) S 14978 14965 14731 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 38068918 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14983] ppid=14978 vsize=868392 CPUtime=0
/proc/14979/task/14983/stat : 14983 (java) S 14978 14965 14731 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 38068918 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14978 vsize=868392 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14978 14965 14731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38068920 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14985] ppid=14978 vsize=868392 CPUtime=0.19
/proc/14979/task/14985/stat : 14985 (java) S 14978 14965 14731 0 -1 64 1471 0 0 0 19 0 0 0 16 0 9 0 38068920 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14986] ppid=14978 vsize=868392 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14978 14965 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38068920 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14987] ppid=14978 vsize=868392 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14978 14965 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38068920 889233408 5249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890488

[startup+3.10181 s]
/proc/loadavg: 2.07 2.02 1.98 3/91 14987
/proc/meminfo: memFree=1290440/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.69
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1297 4771 0 1 6 1 59 3 15 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
[pid=14978] ppid=14965 vsize=5356 CPUtime=0
/proc/14978/stat : 14978 (sh) S 14965 14965 14731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38068915 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14978/statm: 1339 233 193 169 0 50 0
[pid=14979] ppid=14978 vsize=868504 CPUtime=2.3
/proc/14979/stat : 14979 (java) S 14978 14965 14731 0 -1 0 8333 0 1 0 217 13 0 0 18 0 9 0 38068916 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 217126 7141 2565 9 0 211673 0
[pid=14979/tid=14980] ppid=14978 vsize=868504 CPUtime=1.68
/proc/14979/task/14980/stat : 14980 (java) R 14978 14965 14731 0 -1 64 3111 0 1 0 160 8 0 0 25 0 9 0 38068917 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14981] ppid=14978 vsize=868504 CPUtime=0.34
/proc/14979/task/14981/stat : 14981 (java) S 14978 14965 14731 0 -1 64 3022 0 0 0 31 3 0 0 15 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14982/stat : 14982 (java) S 14978 14965 14731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14983] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14983/stat : 14983 (java) S 14978 14965 14731 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14978 14965 14731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14985] ppid=14978 vsize=868504 CPUtime=0.25
/proc/14979/task/14985/stat : 14985 (java) S 14978 14965 14731 0 -1 64 1507 0 0 0 25 0 0 0 16 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14986] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14978 14965 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14987] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14978 14965 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890600

[startup+6.30293 s]
/proc/loadavg: 2.07 2.02 1.98 3/91 14987
/proc/meminfo: memFree=1252552/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.69
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1297 4771 0 1 6 1 59 3 15 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
[pid=14978] ppid=14965 vsize=5356 CPUtime=0
/proc/14978/stat : 14978 (sh) S 14965 14965 14731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38068915 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14978/statm: 1339 233 193 169 0 50 0
[pid=14979] ppid=14978 vsize=868504 CPUtime=5.46
/proc/14979/stat : 14979 (java) S 14978 14965 14731 0 -1 0 9388 0 1 0 503 43 0 0 18 0 9 0 38068916 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 217126 7141 2565 9 0 211673 0
[pid=14979/tid=14980] ppid=14978 vsize=868504 CPUtime=4.54
/proc/14979/task/14980/stat : 14980 (java) R 14978 14965 14731 0 -1 64 4166 0 1 0 421 33 0 0 25 0 9 0 38068917 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14981] ppid=14978 vsize=868504 CPUtime=0.63
/proc/14979/task/14981/stat : 14981 (java) S 14978 14965 14731 0 -1 64 3022 0 0 0 55 8 0 0 15 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14982/stat : 14982 (java) S 14978 14965 14731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14983] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14983/stat : 14983 (java) S 14978 14965 14731 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14978 14965 14731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14985] ppid=14978 vsize=868504 CPUtime=0.25
/proc/14979/task/14985/stat : 14985 (java) S 14978 14965 14731 0 -1 64 1507 0 0 0 25 0 0 0 16 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14986] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14978 14965 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14987] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14978 14965 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890600

[startup+12.7015 s]
/proc/loadavg: 2.06 2.02 1.98 3/91 14987
/proc/meminfo: memFree=1175384/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.69
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1297 4771 0 1 6 1 59 3 15 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
[pid=14978] ppid=14965 vsize=5356 CPUtime=0
/proc/14978/stat : 14978 (sh) S 14965 14965 14731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38068915 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14978/statm: 1339 233 193 169 0 50 0
[pid=14979] ppid=14978 vsize=868504 CPUtime=11.76
/proc/14979/stat : 14979 (java) S 14978 14965 14731 0 -1 0 11491 0 1 0 1074 102 0 0 18 0 9 0 38068916 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 217126 7141 2565 9 0 211673 0
[pid=14979/tid=14980] ppid=14978 vsize=868504 CPUtime=10.29
/proc/14979/task/14980/stat : 14980 (java) R 14978 14965 14731 0 -1 64 6269 0 1 0 948 81 0 0 25 0 9 0 38068917 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4126928273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14981] ppid=14978 vsize=868504 CPUtime=1.18
/proc/14979/task/14981/stat : 14981 (java) S 14978 14965 14731 0 -1 64 3022 0 0 0 99 19 0 0 16 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14982/stat : 14982 (java) S 14978 14965 14731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14983] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14983/stat : 14983 (java) S 14978 14965 14731 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14978 14965 14731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14985] ppid=14978 vsize=868504 CPUtime=0.25
/proc/14979/task/14985/stat : 14985 (java) S 14978 14965 14731 0 -1 64 1507 0 0 0 25 0 0 0 16 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14986] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14978 14965 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14987] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14978 14965 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 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) 890600

[startup+25.5028 s]
/proc/loadavg: 2.11 2.03 1.98 3/91 14987
/proc/meminfo: memFree=1021976/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.69
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1297 4771 0 1 6 1 59 3 15 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
[pid=14978] ppid=14965 vsize=5356 CPUtime=0
/proc/14978/stat : 14978 (sh) S 14965 14965 14731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38068915 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14978/statm: 1339 233 193 169 0 50 0
[pid=14979] ppid=14978 vsize=868504 CPUtime=24.32
/proc/14979/stat : 14979 (java) S 14978 14965 14731 0 -1 0 15662 0 1 0 2213 219 0 0 18 0 9 0 38068916 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 217126 7141 2565 9 0 211673 0
[pid=14979/tid=14980] ppid=14978 vsize=868504 CPUtime=21.75
/proc/14979/task/14980/stat : 14980 (java) R 14978 14965 14731 0 -1 64 10440 0 1 0 2001 174 0 0 25 0 9 0 38068917 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14981] ppid=14978 vsize=868504 CPUtime=2.29
/proc/14979/task/14981/stat : 14981 (java) S 14978 14965 14731 0 -1 64 3022 0 0 0 186 43 0 0 15 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14982/stat : 14982 (java) S 14978 14965 14731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14983] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14983/stat : 14983 (java) S 14978 14965 14731 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14978 14965 14731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14985] ppid=14978 vsize=868504 CPUtime=0.25
/proc/14979/task/14985/stat : 14985 (java) S 14978 14965 14731 0 -1 64 1507 0 0 0 25 0 0 0 16 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14986] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14978 14965 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14987] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14978 14965 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 890600

[startup+51.1022 s]
/proc/loadavg: 2.20 2.06 2.00 3/91 14987
/proc/meminfo: memFree=736408/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=0.69
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1297 4771 0 1 6 1 59 3 15 0 1 0 38068839 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1104 409 3 0 764 0
[pid=14978] ppid=14965 vsize=5356 CPUtime=0
/proc/14978/stat : 14978 (sh) S 14965 14965 14731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38068915 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14978/statm: 1339 233 193 169 0 50 0
[pid=14979] ppid=14978 vsize=868504 CPUtime=49.19
/proc/14979/stat : 14979 (java) S 14978 14965 14731 0 -1 0 24136 0 1 0 4463 456 0 0 18 0 9 0 38068916 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 217126 7141 2565 9 0 211673 0
[pid=14979/tid=14980] ppid=14978 vsize=868504 CPUtime=44.4
/proc/14979/task/14980/stat : 14980 (java) R 14978 14965 14731 0 -1 64 18914 0 1 0 4074 366 0 0 25 0 9 0 38068917 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4126928192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14981] ppid=14978 vsize=868504 CPUtime=4.5
/proc/14979/task/14981/stat : 14981 (java) S 14978 14965 14731 0 -1 64 3022 0 0 0 362 88 0 0 16 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14982/stat : 14982 (java) S 14978 14965 14731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14983] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14983/stat : 14983 (java) S 14978 14965 14731 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38068918 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14978 14965 14731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14985] ppid=14978 vsize=868504 CPUtime=0.25
/proc/14979/task/14985/stat : 14985 (java) S 14978 14965 14731 0 -1 64 1507 0 0 0 25 0 0 0 16 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14986] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14978 14965 14731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14979/tid=14987] ppid=14978 vsize=868504 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14978 14965 14731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38068920 889348096 7141 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 890600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+85.1015 s]
/proc/loadavg: 2.23 2.08 2.00 3/82 14988
/proc/meminfo: memFree=15840/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=72.35
/proc/14965/stat : 14965 (sugar++) S 14963 14965 14731 0 -1 4194304 1453 36784 0 2 6 1 6558 670 16 0 1 0 38068839 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14965/statm: 4185 1112 413 3 0 764 0
[pid=14988] ppid=14965 vsize=919656 CPUtime=10.69
/proc/14988/stat : 14988 (minisat-inc) R 14965 14965 14731 0 -1 4194304 226846 0 0 0 920 149 0 0 25 0 1 0 38076250 941727744 226793 996147200 134512640 135134323 4294956192 18446744073709551615 134515474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14988/statm: 229914 226793 59 151 0 229760 0
Current children cumulated CPU time (s) 83.04
Current children cumulated vsize (KiB) 936396

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

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

[startup+85.4026 s]
/proc/loadavg: 2.23 2.08 2.00 3/82 14988
/proc/meminfo: memFree=15840/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=83.34
/proc/14965/stat : 14965 (sugar++) R 14963 14965 14731 0 -1 4194304 1485 263630 0 2 6 16 7478 834 18 0 1 0 38068839 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14965/statm: 4185 1113 414 3 0 764 0
Current children cumulated CPU time (s) 83.34
Current children cumulated vsize (KiB) 16740

[startup+85.6016 s]
/proc/loadavg: 2.23 2.08 2.00 3/82 14988
/proc/meminfo: memFree=15840/2055920 swapFree=4180820/4192956
[pid=14965] ppid=14963 vsize=16740 CPUtime=83.54
/proc/14965/stat : 14965 (sugar++) R 14963 14965 14731 0 -1 4194304 1485 263630 0 2 6 36 7478 834 18 0 1 0 38068839 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14965/statm: 4185 1113 414 3 0 764 0
Current children cumulated CPU time (s) 83.54
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 85.6752
CPU time (s): 83.6363
CPU user time (s): 74.8536
CPU system time (s): 8.78266
CPU usage (%): 97.6202
Max. virtual memory (cumulated for all children) (KiB): 936396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.8536
system time used= 8.78266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265161
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= 169421
involuntary context switches= 172736

runsolver used 0.113982 second user time and 0.295955 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-12 00:01:05
IDJOB=1109911
IDBENCH=61034
IDSOLVER=367
FILE ID=node18/1109911-1215813665
PBS_JOBID= 7903293
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-sample2.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-1109911-1215813665/watcher-1109911-1215813665 -o /tmp/evaluation-result-1109911-1215813665/solver-1109911-1215813665 -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-1109911-1215813665.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7791005450e5fd362bbc07619d3c6f20
RANDOM SEED=1335325050

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1313792 kB
Buffers:         42732 kB
Cached:         561708 kB
SwapCached:       7560 kB
Active:         196516 kB
Inactive:       501008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313792 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:         107312 kB
Slab:            29796 kB
Committed_AS:   920684 kB
PageTables:       1900 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= 66556 MiB
End job on node18 at 2008-07-12 00:02:32