Trace number 1103288

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+minisatSAT 226.085 228.356

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-8_ext.xml
MD5SUM80e5ad1d6f936171ca257a397ac69bf7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.00884
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.05	c 0	BEGIN Sun Jul  6 01:33:52 2008
0.00/0.05	c 0	PID 26073
0.04/0.05	c 0	HOST node34.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1103288-1215300832.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1103288-1215300832.xml' 'HOME/temp.csp'
0.04/0.79	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	c 1	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.77/0.91	c 1	Parsing HOME/temp.csp
1.61/1.76	c 2	parsed 247 expressions
1.61/1.76	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/1.76	c 2	Converting to clausal form CSP
1.61/1.78	c 2	converted 25 (10%) expressions
1.61/1.79	c 2	converted 50 (20%) expressions
1.70/1.80	c 2	converted 75 (30%) expressions
1.70/1.80	c 2	converted 99 (40%) expressions
1.70/1.82	c 2	converted 124 (50%) expressions
1.70/1.85	c 2	converted 149 (60%) expressions
1.81/1.92	c 2	converted 173 (70%) expressions
2.00/2.13	c 2	converted 198 (80%) expressions
2.10/2.23	c 2	converted 223 (90%) expressions
2.20/2.31	c 2	converted 247 (100%) expressions
2.20/2.31	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.20/2.31	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.20/2.31	c 2	Propagation in CSP
2.20/2.31	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.20/2.31	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.20/2.31	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.20/2.31	c 2	Simplifing CSP by introducing new Boolean variables
2.20/2.31	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.20/2.31	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.30/2.40	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.30/2.42	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.30/2.42	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.30/2.42	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.30/2.42	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.30/2.43	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.30/2.43	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.30/2.43	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.30/2.43	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.30/2.43	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.30/2.43	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.40/2.56	c 3	11 (10%) CSP clauses are encoded (14597 clauses, 257840 bytes)
2.50/2.64	c 3	21 (20%) CSP clauses are encoded (24937 clauses, 469794 bytes)
2.59/2.71	c 3	31 (30%) CSP clauses are encoded (35390 clauses, 689647 bytes)
2.59/2.79	c 3	42 (40%) CSP clauses are encoded (46887 clauses, 928283 bytes)
2.69/2.87	c 3	52 (50%) CSP clauses are encoded (57202 clauses, 1144807 bytes)
2.79/2.95	c 3	62 (60%) CSP clauses are encoded (67623 clauses, 1377325 bytes)
2.89/3.03	c 3	73 (70%) CSP clauses are encoded (79012 clauses, 1641507 bytes)
2.99/3.10	c 3	83 (80%) CSP clauses are encoded (89381 clauses, 1882102 bytes)
2.99/3.18	c 3	93 (90%) CSP clauses are encoded (99691 clauses, 2121251 bytes)
3.09/3.26	c 3	103 (100%) CSP clauses are encoded (110076 clauses, 2362146 bytes)
3.09/3.26	c 3	103 CSP clauses encoded
3.09/3.26	c 3	Writing map file : HOME/temp.map
3.09/3.26	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.26	c 3	SAT : 3160 SAT variables, 110076 SAT clauses, 2362146 bytes
3.09/3.26	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.29	c 3	SOLVING HOME/temp.cnf
3.09/3.29	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.09/3.29	c 3	This is MiniSat 2.0 beta
3.09/3.29	c 3	WARNING: for repeatability, setting FPU to use double precision
3.09/3.29	c 3	============================[ Problem Statistics ]=============================
3.09/3.29	c 3	|                                                                             |
3.09/3.29	c 3	|  Number of variables:  3160                                                 |
3.09/3.29	c 3	|  Number of clauses:    110076                                               |
3.17/3.36	c 3	|  Parsing time:         0.05         s                                       |
3.17/3.36	c 3	============================[ Search Statistics ]==============================
3.17/3.36	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.36	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.36	c 3	===============================================================================
3.17/3.36	c 3	|         0 |    3160   110076   418370 |    36692        0    nan |  0.000 % |
3.17/3.40	c 3	|       100 |    3160   110076   418370 |    40361      100     16 |  0.000 % |
3.17/3.44	c 3	|       250 |    3160   110076   418370 |    44397      250     15 |  0.000 % |
3.17/3.52	c 4	|       475 |    3160   110076   418370 |    48837      475     14 |  0.001 % |
3.17/3.62	c 4	|       812 |    3160   110076   418370 |    53720      812     13 |  0.001 % |
3.17/3.76	c 4	|      1319 |    3160   110076   418370 |    59092     1319     13 |  0.000 % |
3.17/4.01	c 4	|      2078 |    3160   110076   418370 |    65002     2078     14 |  0.002 % |
4.16/4.38	c 4	|      3217 |    3160   110076   418370 |    71502     3217     14 |  0.001 % |
4.74/4.90	c 5	|      4925 |    3160   110076   418370 |    78652     4925     13 |  0.001 % |
5.54/5.78	c 6	|      7489 |    3160   110076   418370 |    86517     7489     14 |  0.001 % |
6.73/6.97	c 7	|     11334 |    3160   110076   418370 |    95169    11334     14 |  0.002 % |
8.51/8.79	c 9	|     17100 |    3160   110076   418370 |   104686    17100     14 |  0.001 % |
12.08/12.38	c 12	|     25751 |    3160   110076   418370 |   115155    25751     15 |  0.001 % |
17.82/18.10	c 18	|     38726 |    3159   110007   418170 |   126670    31424     14 |  0.032 % |
28.12/28.51	c 29	|     58187 |    3159   110007   418170 |   139337    50885     15 |  0.032 % |
47.24/47.81	c 48	|     87379 |    3159   110007   418170 |   153271    80077     16 |  0.032 % |
78.84/79.79	c 80	|    131168 |    3156   109763   417356 |   168598   103669     17 |  0.127 % |
148.09/149.65	c 150	|    196852 |    3145   108517   412895 |   185458    90422     15 |  0.475 % |
225.85/228.16	c 228	===============================================================================
225.85/228.16	c 228	restarts              : 18
225.85/228.16	c 228	conflicts             : 272954         (1226 /sec)
225.85/228.16	c 228	decisions             : 392288         (1.67 % random) (1762 /sec)
225.85/228.16	c 228	propagations          : 50357547       (226155 /sec)
225.85/228.16	c 228	conflict literals     : 4757743        (43.23 % deleted)
225.85/228.16	c 228	Memory used           : 24.64 MB
225.85/228.16	c 228	CPU time              : 222.668 s
225.85/228.16	c 228	
225.85/228.16	c 228	SATISFIABLE
225.85/228.16	c 228	DECODING HOME/temp.out WITH HOME/temp.map
225.85/228.16	c 228	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
225.91/228.25	c 228	Decoding HOME/temp.out
225.91/228.29	s SATISFIABLE
225.91/228.29	v 43 2 58 32 58 76 38 44 48 55 61 55 71 72 32 66 79 46 13 35 79 8 31 15 44 66 44 28 60 75 51 63 64 65 11 43 77 46 65 21
225.91/228.30	c 228	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
225.91/228.35	c 228	CPU 225.82 (0.03 0.01 225.79 0.23)
225.91/228.35	c 228	END Sun Jul  6 01:37:40 2008

Verifier Data (download as text)

OK

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-1103288-1215300832/watcher-1103288-1215300832 -o /tmp/evaluation-result-1103288-1215300832/solver-1103288-1215300832 -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-1103288-1215300832.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.01 2.00 2.00 4/74 26073
/proc/meminfo: memFree=1703368/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=18572 CPUtime=0
/proc/26073/stat : 26073 (runsolver) R 26071 26073 24754 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2009056687 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26073/statm: 4643 292 257 25 0 2626 0

[startup+0.0507651 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 26073
/proc/meminfo: memFree=1703368/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=0.04
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2009056687 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101381 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 26073
/proc/meminfo: memFree=1703368/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=0.04
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009056687 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301412 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 26073
/proc/meminfo: memFree=1703368/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=0.04
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009056687 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701476 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 26073
/proc/meminfo: memFree=1703368/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=0.04
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009056687 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5026 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 26095
/proc/meminfo: memFree=1694632/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=0.77
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 973 5144 0 1 3 1 70 3 16 0 1 0 2009056687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 797 370 3 0 500 0
[pid=26086] ppid=26073 vsize=5356 CPUtime=0
/proc/26086/stat : 26086 (sh) S 26073 26073 24754 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009056770 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26086/statm: 1339 233 193 169 0 50 0
[pid=26087] ppid=26086 vsize=864012 CPUtime=0.64
/proc/26087/stat : 26087 (java) S 26086 26073 24754 0 -1 0 7045 0 1 0 61 3 0 0 18 0 9 0 2009056771 884748288 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26087/statm: 216003 6330 2532 9 0 210585 0
[pid=26087/tid=26088] ppid=26086 vsize=864012 CPUtime=0.39
/proc/26087/task/26088/stat : 26088 (java) R 26086 26073 24754 0 -1 64 2461 0 1 0 38 1 0 0 22 0 9 0 2009056772 884748288 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26089] ppid=26086 vsize=864012 CPUtime=0.18
/proc/26087/task/26089/stat : 26089 (java) R 26086 26073 24754 0 -1 64 3575 0 0 0 17 1 0 0 16 0 9 0 2009056773 884748288 6330 996147200 134512640 134550740 4294955952 18446744073709551615 104187941 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26090] ppid=26086 vsize=864012 CPUtime=0
/proc/26087/task/26090/stat : 26090 (java) S 26086 26073 24754 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009056773 884748288 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26091] ppid=26086 vsize=864012 CPUtime=0
/proc/26087/task/26091/stat : 26091 (java) S 26086 26073 24754 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2009056773 884748288 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26092] ppid=26086 vsize=864012 CPUtime=0
/proc/26087/task/26092/stat : 26092 (java) S 26086 26073 24754 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009056775 884748288 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26093] ppid=26086 vsize=864012 CPUtime=0.04
/proc/26087/task/26093/stat : 26093 (java) S 26086 26073 24754 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 2009056775 884748288 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26094] ppid=26086 vsize=864012 CPUtime=0
/proc/26087/task/26094/stat : 26094 (java) S 26086 26073 24754 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009056775 884748288 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26095] ppid=26086 vsize=864012 CPUtime=0
/proc/26087/task/26095/stat : 26095 (java) S 26086 26073 24754 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009056775 884748288 6330 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.10185 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 26095
/proc/meminfo: memFree=1671720/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=0.77
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 974 5144 0 1 3 1 70 3 15 0 1 0 2009056687 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 797 370 3 0 500 0
[pid=26086] ppid=26073 vsize=5356 CPUtime=0
/proc/26086/stat : 26086 (sh) S 26073 26073 24754 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009056770 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26086/statm: 1339 233 193 169 0 50 0
[pid=26087] ppid=26086 vsize=864280 CPUtime=2.22
/proc/26087/stat : 26087 (java) S 26086 26073 24754 0 -1 0 11952 0 1 0 214 8 0 0 18 0 9 0 2009056771 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26087/statm: 216070 11125 2564 9 0 210617 0
[pid=26087/tid=26088] ppid=26086 vsize=864280 CPUtime=1.34
/proc/26087/task/26088/stat : 26088 (java) R 26086 26073 24754 0 -1 64 2994 0 1 0 132 2 0 0 23 0 9 0 2009056772 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4126592666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26089] ppid=26086 vsize=864280 CPUtime=0.73
/proc/26087/task/26089/stat : 26089 (java) S 26086 26073 24754 0 -1 64 7914 0 0 0 70 3 0 0 16 0 9 0 2009056773 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26090] ppid=26086 vsize=864280 CPUtime=0
/proc/26087/task/26090/stat : 26090 (java) S 26086 26073 24754 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2009056773 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26091] ppid=26086 vsize=864280 CPUtime=0
/proc/26087/task/26091/stat : 26091 (java) S 26086 26073 24754 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2009056773 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26092] ppid=26086 vsize=864280 CPUtime=0
/proc/26087/task/26092/stat : 26092 (java) S 26086 26073 24754 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009056775 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26093] ppid=26086 vsize=864280 CPUtime=0.1
/proc/26087/task/26093/stat : 26093 (java) S 26086 26073 24754 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 2009056775 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26094] ppid=26086 vsize=864280 CPUtime=0
/proc/26087/task/26094/stat : 26094 (java) S 26086 26073 24754 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009056775 885022720 11125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26087/tid=26095] ppid=26086 vsize=864280 CPUtime=0
/proc/26087/task/26095/stat : 26095 (java) S 26086 26073 24754 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009056775 885022720 11125 996147200 134512640 134550740 4294955952 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) 883236

[startup+6.30135 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 26097
/proc/meminfo: memFree=1690216/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=8412 CPUtime=2.96
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 2001 0 0 0 295 1 0 0 25 0 1 0 2009057016 8613888 1987 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 2103 1987 75 150 0 1950 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27368

[startup+12.7023 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 26097
/proc/meminfo: memFree=1688424/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=10132 CPUtime=9.31
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 2414 0 0 0 929 2 0 0 25 0 1 0 2009057016 10375168 2400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 2533 2400 75 150 0 2380 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 29088

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 26097
/proc/meminfo: memFree=1686568/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=12092 CPUtime=21.98
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 2878 0 0 0 2195 3 0 0 25 0 1 0 2009057016 12382208 2864 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 3023 2864 75 150 0 2870 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 31048

[startup+51.1013 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 26097
/proc/meminfo: memFree=1682536/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=15776 CPUtime=47.33
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 3828 0 0 0 4729 4 0 0 25 0 1 0 2009057016 16154624 3814 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 3944 3814 75 150 0 3791 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 34732

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 26097
/proc/meminfo: memFree=1676712/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=20852 CPUtime=98.06
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 5095 0 0 0 9801 5 0 0 25 0 1 0 2009057016 21352448 5081 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 5213 5081 75 150 0 5060 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 39808

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26097
/proc/meminfo: memFree=1672808/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=24692 CPUtime=157.5
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 6010 0 0 0 15743 7 0 0 25 0 1 0 2009057016 25284608 5996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 6173 5996 75 150 0 6020 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 43648

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26097
/proc/meminfo: memFree=1671976/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=25088 CPUtime=216.93
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 6114 0 0 0 21686 7 0 0 25 0 1 0 2009057016 25690112 6100 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 6272 6100 75 150 0 6119 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 44044

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

[startup+223.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26097
/proc/meminfo: memFree=1671976/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=25088 CPUtime=218.52
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 6116 0 0 0 21845 7 0 0 25 0 1 0 2009057016 25690112 6102 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 6272 6102 75 150 0 6119 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 44044

[startup+225.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26097
/proc/meminfo: memFree=1671912/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=25088 CPUtime=220.11
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 6124 0 0 0 22004 7 0 0 25 0 1 0 2009057016 25690112 6110 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 6272 6110 75 150 0 6119 0
Current children cumulated CPU time (s) 223.28
Current children cumulated vsize (KiB) 44044

[startup+227.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26097
/proc/meminfo: memFree=1671912/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=25088 CPUtime=221.69
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 6127 0 0 0 22162 7 0 0 25 0 1 0 2009057016 25690112 6113 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 6272 6113 75 150 0 6119 0
Current children cumulated CPU time (s) 224.86
Current children cumulated vsize (KiB) 44044

[startup+227.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26097
/proc/meminfo: memFree=1671912/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=3.17
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1031 17411 0 2 3 1 300 13 16 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
[pid=26096] ppid=26073 vsize=5356 CPUtime=0
/proc/26096/stat : 26096 (sh) S 26073 26073 24754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009057016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26096/statm: 1339 232 193 169 0 50 0
[pid=26097] ppid=26096 vsize=25088 CPUtime=222.48
/proc/26097/stat : 26097 (minisat) R 26096 26073 24754 0 -1 4194304 6127 0 0 0 22241 7 0 0 25 0 1 0 2009057016 25690112 6113 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26097/statm: 6272 6113 75 150 0 6119 0
Current children cumulated CPU time (s) 225.65
Current children cumulated vsize (KiB) 44044

[startup+228.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26097
/proc/meminfo: memFree=1671912/2055920 swapFree=4179828/4192956
[pid=26073] ppid=26071 vsize=13600 CPUtime=225.91
/proc/26073/stat : 26073 (sugar) S 26071 26073 24754 0 -1 4194304 1090 23839 0 2 3 1 22567 20 15 0 1 0 2009056687 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26073/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 225.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 228.356
CPU time (s): 226.085
CPU user time (s): 225.834
CPU system time (s): 0.250961
CPU usage (%): 99.0053
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.834
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28680
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= 2383
involuntary context switches= 7148

runsolver used 0.318951 second user time and 0.738887 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-06 01:33:52
IDJOB=1103288
IDBENCH=60310
IDSOLVER=346
FILE ID=node34/1103288-1215300832
PBS_JOBID= 7882365
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-8_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-1103288-1215300832/watcher-1103288-1215300832 -o /tmp/evaluation-result-1103288-1215300832/solver-1103288-1215300832 -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-1103288-1215300832.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 80e5ad1d6f936171ca257a397ac69bf7
RANDOM SEED=201245948

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:       1703848 kB
Buffers:         64368 kB
Cached:         210424 kB
SwapCached:       7272 kB
Active:         186812 kB
Inactive:       110572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703848 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2756 kB
Writeback:           0 kB
Mapped:          29236 kB
Slab:            39956 kB
Committed_AS:  3607744 kB
PageTables:       1892 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= 66500 MiB
End job on node34 at 2008-07-06 01:37:40