Trace number 1103068

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+minisatUNSAT 208.743 210.845

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-29_ext.xml
MD5SUM8823420e0241e370f98d21e03c99933a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.49147
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul  6 01:25:46 2008
0.00/0.04	c 0	PID 25824
0.03/0.05	c 0	HOST node34.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1103068-1215300346.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1103068-1215300346.xml' 'HOME/temp.csp'
0.03/0.59	c 0	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	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.56/0.70	c 0	Parsing HOME/temp.csp
1.41/1.53	c 1	parsed 247 expressions
1.41/1.54	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.54	c 1	Converting to clausal form CSP
1.41/1.56	c 1	converted 25 (10%) expressions
1.41/1.57	c 1	converted 50 (20%) expressions
1.41/1.58	c 1	converted 75 (30%) expressions
1.41/1.58	c 1	converted 99 (40%) expressions
1.41/1.59	c 1	converted 124 (50%) expressions
1.51/1.63	c 1	converted 149 (60%) expressions
1.61/1.70	c 1	converted 173 (70%) expressions
1.70/1.90	c 2	converted 198 (80%) expressions
1.91/2.00	c 2	converted 223 (90%) expressions
1.91/2.07	c 2	converted 247 (100%) expressions
1.91/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.91/2.07	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.91/2.07	c 2	Propagation in CSP
1.91/2.07	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.91/2.07	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.91/2.07	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.91/2.07	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.17	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.00/2.18	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.00/2.19	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.00/2.19	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.00/2.19	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.00/2.19	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.00/2.19	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.00/2.19	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.00/2.20	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.00/2.20	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.00/2.20	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.20/2.32	c 2	11 (10%) CSP clauses are encoded (14490 clauses, 263621 bytes)
2.30/2.40	c 2	21 (20%) CSP clauses are encoded (24949 clauses, 477606 bytes)
2.30/2.47	c 2	31 (30%) CSP clauses are encoded (35410 clauses, 695806 bytes)
2.39/2.56	c 2	42 (40%) CSP clauses are encoded (46762 clauses, 934828 bytes)
2.50/2.64	c 2	52 (50%) CSP clauses are encoded (57255 clauses, 1155473 bytes)
2.60/2.71	c 2	62 (60%) CSP clauses are encoded (67769 clauses, 1380391 bytes)
2.60/2.79	c 3	73 (70%) CSP clauses are encoded (79313 clauses, 1644150 bytes)
2.69/2.87	c 3	83 (80%) CSP clauses are encoded (89629 clauses, 1883060 bytes)
2.79/2.94	c 3	93 (90%) CSP clauses are encoded (99947 clauses, 2122524 bytes)
2.90/3.02	c 3	103 (100%) CSP clauses are encoded (110403 clauses, 2364925 bytes)
2.90/3.02	c 3	103 CSP clauses encoded
2.90/3.02	c 3	Writing map file : HOME/temp.map
2.90/3.02	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.02	c 3	SAT : 3160 SAT variables, 110403 SAT clauses, 2364925 bytes
2.90/3.02	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.08	c 3	SOLVING HOME/temp.cnf
2.90/3.08	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.90/3.08	c 3	This is MiniSat 2.0 beta
2.90/3.08	c 3	WARNING: for repeatability, setting FPU to use double precision
2.90/3.08	c 3	============================[ Problem Statistics ]=============================
2.90/3.08	c 3	|                                                                             |
2.90/3.08	c 3	|  Number of variables:  3160                                                 |
2.90/3.08	c 3	|  Number of clauses:    110403                                               |
2.93/3.15	c 3	|  Parsing time:         0.05         s                                       |
2.93/3.15	c 3	============================[ Search Statistics ]==============================
2.93/3.15	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.93/3.15	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.93/3.15	c 3	===============================================================================
2.93/3.15	c 3	|         0 |    3160   110403   419616 |    36801        0    nan |  0.000 % |
3.03/3.21	c 3	|       102 |    3160   110403   419616 |    40481      102     15 |  0.000 % |
3.03/3.26	c 3	|       252 |    3160   110403   419616 |    44529      252     13 |  0.001 % |
3.13/3.35	c 3	|       478 |    3160   110403   419616 |    48982      478     15 |  0.001 % |
3.22/3.46	c 3	|       816 |    3160   110403   419616 |    53880      816     14 |  0.000 % |
3.42/3.64	c 3	|      1322 |    3160   110403   419616 |    59268     1322     13 |  0.001 % |
3.61/3.88	c 4	|      2081 |    3160   110403   419616 |    65195     2081     13 |  0.001 % |
4.11/4.30	c 4	|      3220 |    3159   110336   419426 |    71714     2056     13 |  0.032 % |
4.60/4.89	c 5	|      4929 |    3159   110336   419426 |    78886     3765     13 |  0.032 % |
5.69/5.90	c 6	|      7492 |    3159   110336   419426 |    86774     6328     14 |  0.032 % |
6.98/7.21	c 7	|     11336 |    3159   110336   419426 |    95452    10172     14 |  0.032 % |
9.37/9.67	c 9	|     17102 |    3157   110160   418805 |   104997     9674     13 |  0.095 % |
13.13/13.45	c 13	|     25751 |    3157   110160   418805 |   115497    18323     14 |  0.096 % |
19.27/19.60	c 19	|     38725 |    3155   110021   418364 |   127047    25745     14 |  0.158 % |
30.37/30.84	c 31	|     58186 |    3155   110021   418364 |   139751    45206     15 |  0.160 % |
46.72/47.33	c 47	|     87378 |    3141   108381   412218 |   153726    48750     16 |  0.601 % |
79.21/80.13	c 80	|    131168 |    3118   106832   406429 |   169099    58370     16 |  1.329 % |
131.82/133.20	c 133	|    196852 |    3091   104235   396559 |   186009    94289     16 |  2.184 % |
208.58/210.70	c 210	===============================================================================
208.58/210.71	c 210	restarts              : 18
208.58/210.71	c 210	conflicts             : 260805         (1268 /sec)
208.58/210.71	c 210	decisions             : 358546         (1.70 % random) (1744 /sec)
208.58/210.71	c 210	propagations          : 51324474       (249616 /sec)
208.58/210.71	c 210	conflict literals     : 4477439        (44.67 % deleted)
208.58/210.71	c 210	Memory used           : 22.50 MB
208.58/210.71	c 210	CPU time              : 205.614 s
208.58/210.71	c 210	
208.58/210.71	c 210	UNSATISFIABLE
208.58/210.71	c 210	DECODING HOME/temp.out WITH HOME/temp.map
208.58/210.71	c 210	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
208.62/210.80	c 211	Decoding HOME/temp.out
208.62/210.81	s UNSATISFIABLE
208.62/210.82	c 211	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
208.62/210.84	c 211	CPU 208.49 (0.03 0.01 208.46 0.22)
208.62/210.84	c 211	END Sun Jul  6 01:29:17 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1103068-1215300346/watcher-1103068-1215300346 -o /tmp/evaluation-result-1103068-1215300346/solver-1103068-1215300346 -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/minisat -tmp=HOME/temp HOME/instance-1103068-1215300346.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.00 2.00 2.00 4/72 25824
/proc/meminfo: memFree=1718744/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=12268 CPUtime=0
/proc/25824/stat : 25824 (sugar) R 25822 25824 23139 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2009008058 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25824/statm: 3067 316 241 3 0 167 0

[startup+0.0499209 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25824
/proc/meminfo: memFree=1718744/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=0.03
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2009008058 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101797 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25824
/proc/meminfo: memFree=1718744/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=0.03
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2009008058 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.305029 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25824
/proc/meminfo: memFree=1718744/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=0.03
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2009008058 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701892 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25824
/proc/meminfo: memFree=1718744/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=0.56
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 956 5141 0 1 3 0 49 4 16 0 1 0 2009008058 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25846
/proc/meminfo: memFree=1705408/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=0.56
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 973 5141 0 1 3 0 49 4 16 0 1 0 2009008058 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 797 370 3 0 500 0
[pid=25837] ppid=25824 vsize=5356 CPUtime=0
/proc/25837/stat : 25837 (sh) S 25824 25824 23139 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009008120 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25837/statm: 1339 233 193 169 0 50 0
[pid=25838] ppid=25837 vsize=864012 CPUtime=0.85
/proc/25838/stat : 25838 (java) S 25837 25824 23139 0 -1 0 7875 0 1 0 81 4 0 0 19 0 9 0 2009008121 884748288 7153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25838/statm: 216003 7153 2532 9 0 210585 0
[pid=25838/tid=25839] ppid=25837 vsize=864012 CPUtime=0.5
/proc/25838/task/25839/stat : 25839 (java) R 25837 25824 23139 0 -1 64 2469 0 1 0 49 1 0 0 23 0 9 0 2009008122 884748288 7153 996147200 134512640 134550740 4294955952 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25838/tid=25840] ppid=25837 vsize=864012 CPUtime=0.28
/proc/25838/task/25840/stat : 25840 (java) S 25837 25824 23139 0 -1 64 4396 0 0 0 27 1 0 0 16 0 9 0 2009008123 884748288 7153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25838/tid=25841] ppid=25837 vsize=864012 CPUtime=0
/proc/25838/task/25841/stat : 25841 (java) S 25837 25824 23139 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009008123 884748288 7153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25838/tid=25842] ppid=25837 vsize=864012 CPUtime=0
/proc/25838/task/25842/stat : 25842 (java) S 25837 25824 23139 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2009008123 884748288 7153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25838/tid=25843] ppid=25837 vsize=864012 CPUtime=0
/proc/25838/task/25843/stat : 25843 (java) S 25837 25824 23139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009008125 884748288 7153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25838/tid=25844] ppid=25837 vsize=864012 CPUtime=0.04
/proc/25838/task/25844/stat : 25844 (java) S 25837 25824 23139 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 2009008125 884748288 7153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25838/tid=25845] ppid=25837 vsize=864012 CPUtime=0
/proc/25838/task/25845/stat : 25845 (java) S 25837 25824 23139 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009008125 884748288 7153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25838/tid=25846] ppid=25837 vsize=864012 CPUtime=0
/proc/25838/task/25846/stat : 25846 (java) S 25837 25824 23139 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009008125 884748288 7153 996147200 134512640 134550740 4294955952 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) 882968

[startup+3.10126 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 25846
/proc/meminfo: memFree=1681280/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.93
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 0 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 13600

[startup+6.30276 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1705856/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.93
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 0 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=8280 CPUtime=3.16
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 1969 0 0 0 316 0 0 0 25 0 1 0 2009008366 8478720 1955 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 2070 1955 75 150 0 1917 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 27236

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1704896/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.93
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 0 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=9204 CPUtime=9.51
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 2185 0 0 0 950 1 0 0 25 0 1 0 2009008366 9424896 2171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 2301 2171 75 150 0 2148 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 28160

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1703168/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.93
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 0 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=10996 CPUtime=22.19
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 2641 0 0 0 2218 1 0 0 25 0 1 0 2009008366 11259904 2627 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 2749 2627 75 150 0 2596 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 29952

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1701120/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=13060 CPUtime=47.54
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 3154 0 0 0 4753 1 0 0 25 0 1 0 2009008366 13373440 3140 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 3265 3140 75 150 0 3112 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 32016

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1697792/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=16088 CPUtime=98.27
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 3883 0 0 0 9825 2 0 0 25 0 1 0 2009008366 16474112 3869 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 4022 3869 75 150 0 3869 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 35044

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1694144/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=19844 CPUtime=157.7
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 4808 0 0 0 15767 3 0 0 25 0 1 0 2009008366 20320256 4794 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 4961 4794 75 150 0 4808 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 38800

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

[startup+179.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1692480/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=21436 CPUtime=174.35
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 5224 0 0 0 17431 4 0 0 25 0 1 0 2009008366 21950464 5210 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 5359 5210 75 150 0 5206 0
Current children cumulated CPU time (s) 177.29
Current children cumulated vsize (KiB) 40392

[startup+191.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1691648/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=22236 CPUtime=187.02
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 5435 0 0 0 18698 4 0 0 25 0 1 0 2009008366 22769664 5421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 5559 5421 75 150 0 5406 0
Current children cumulated CPU time (s) 189.96
Current children cumulated vsize (KiB) 41192

[startup+198.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1691520/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=22236 CPUtime=193.36
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 5452 0 0 0 19332 4 0 0 25 0 1 0 2009008366 22769664 5438 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 5559 5438 75 150 0 5406 0
Current children cumulated CPU time (s) 196.3
Current children cumulated vsize (KiB) 41192

[startup+204.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1691392/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=22368 CPUtime=199.7
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 5483 0 0 0 19966 4 0 0 25 0 1 0 2009008366 22904832 5469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 5592 5469 75 150 0 5439 0
Current children cumulated CPU time (s) 202.64
Current children cumulated vsize (KiB) 41324

[startup+207.907 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1691200/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=22900 CPUtime=202.87
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 5539 0 0 0 20283 4 0 0 25 0 1 0 2009008366 23449600 5525 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 5725 5525 75 150 0 5572 0
Current children cumulated CPU time (s) 205.81
Current children cumulated vsize (KiB) 41856

[startup+209.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1691136/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=23032 CPUtime=204.45
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 5564 0 0 0 20441 4 0 0 25 0 1 0 2009008366 23584768 5550 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 5758 5550 75 150 0 5605 0
Current children cumulated CPU time (s) 207.39
Current children cumulated vsize (KiB) 41988

[startup+210.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1691072/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=23032 CPUtime=205.25
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 5578 0 0 0 20521 4 0 0 25 0 1 0 2009008366 23584768 5564 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 5758 5564 75 150 0 5605 0
Current children cumulated CPU time (s) 208.19
Current children cumulated vsize (KiB) 41988

[startup+210.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1691072/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=2.94
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1031 17408 0 2 3 1 276 14 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
[pid=25847] ppid=25824 vsize=5356 CPUtime=0
/proc/25847/stat : 25847 (sh) S 25824 25824 23139 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009008366 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25847/statm: 1339 232 193 169 0 50 0
[pid=25848] ppid=25847 vsize=23032 CPUtime=205.64
/proc/25848/stat : 25848 (minisat) R 25847 25824 23139 0 -1 4194304 5578 0 0 0 20560 4 0 0 25 0 1 0 2009008366 23584768 5564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25848/statm: 5758 5564 75 150 0 5605 0
Current children cumulated CPU time (s) 208.58
Current children cumulated vsize (KiB) 41988

[startup+210.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25848
/proc/meminfo: memFree=1691072/2055920 swapFree=4179828/4192956
[pid=25824] ppid=25822 vsize=13600 CPUtime=208.62
/proc/25824/stat : 25824 (sugar) S 25822 25824 23139 0 -1 4194304 1071 23280 0 2 3 1 20838 20 16 0 1 0 2009008058 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25824/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 208.62
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 210.845
CPU time (s): 208.743
CPU user time (s): 208.503
CPU system time (s): 0.239963
CPU usage (%): 99.0034
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.503
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28043
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2448
involuntary context switches= 6625

runsolver used 0.303953 second user time and 0.668898 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-06 01:25:46
IDJOB=1103068
IDBENCH=60267
IDSOLVER=346
FILE ID=node34/1103068-1215300346
PBS_JOBID= 7882339
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-29_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103068-1215300346/watcher-1103068-1215300346 -o /tmp/evaluation-result-1103068-1215300346/solver-1103068-1215300346 -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/minisat" -tmp="HOME/temp" HOME/instance-1103068-1215300346.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8823420e0241e370f98d21e03c99933a
RANDOM SEED=1975980827

node34.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.259
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.259
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:       1719224 kB
Buffers:         63280 kB
Cached:         206004 kB
SwapCached:       7272 kB
Active:         172104 kB
Inactive:       110452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719224 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          20432 kB
Slab:            39396 kB
Committed_AS:  3595684 kB
PageTables:       1788 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= 66504 MiB
End job on node34 at 2008-07-06 01:29:17