Trace number 1094910

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 55.8055 56.5756

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-5.xml
MD5SUM572b446c1f9364dd41ad30aa26912551
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.987849
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
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 Sat Jul  5 19:51:03 2008
0.00/0.04	c 0	PID 17075
0.04/0.05	c 0	HOST node30.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1094910-1215280263.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-1094910-1215280263.xml' 'HOME/temp.csp'
0.04/0.82	c 1	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	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.79/0.91	c 1	Parsing HOME/temp.csp
1.23/1.36	c 1	parsed 4181 expressions
1.23/1.37	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.37	c 1	Converting to clausal form CSP
1.43/1.57	c 2	converted 419 (10%) expressions
2.22/2.30	c 2	converted 837 (20%) expressions
2.71/2.83	c 3	converted 1255 (30%) expressions
3.11/3.27	c 3	converted 1673 (40%) expressions
3.50/3.62	c 4	converted 2091 (50%) expressions
3.90/4.00	c 4	converted 2509 (60%) expressions
4.30/4.50	c 5	converted 2927 (70%) expressions
4.68/4.81	c 5	converted 3345 (80%) expressions
4.98/5.14	c 5	converted 3763 (90%) expressions
5.28/5.47	c 5	converted 4181 (100%) expressions
5.28/5.47	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.28/5.47	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.47	c 5	Propagation in CSP
5.57/5.75	c 6	8720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.57/5.75	c 6	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.57/5.75	c 6	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.57/5.77	c 6	Simplifing CSP by introducing new Boolean variables
5.67/5.82	c 6	CSP : 696 integers, 18187 booleans, 30989 clauses, largest domain size 2821
5.67/5.82	c 6	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.13	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.37/6.51	c 7	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
6.66/6.80	c 7	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.95/7.11	c 7	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
7.26/7.42	c 7	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
7.56/7.76	c 8	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
7.65/7.89	c 8	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.85/8.08	c 8	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
8.04/8.25	c 8	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
8.24/8.42	c 8	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
8.35/8.58	c 9	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
18.33/18.67	c 19	3099 (10%) CSP clauses are encoded (2125948 clauses, 41286788 bytes)
24.76/25.19	c 25	6198 (20%) CSP clauses are encoded (3250319 clauses, 65568999 bytes)
30.99/31.43	c 31	9297 (30%) CSP clauses are encoded (4616189 clauses, 96138068 bytes)
34.53/35.03	c 35	12396 (40%) CSP clauses are encoded (5603155 clauses, 119138362 bytes)
36.70/37.26	c 37	15495 (50%) CSP clauses are encoded (6316616 clauses, 136021813 bytes)
39.35/39.95	c 40	18594 (60%) CSP clauses are encoded (7187139 clauses, 156720969 bytes)
41.34/41.99	c 42	21693 (70%) CSP clauses are encoded (7938169 clauses, 174923110 bytes)
43.80/44.44	c 44	24792 (80%) CSP clauses are encoded (8874323 clauses, 197443554 bytes)
45.78/46.43	c 46	27891 (90%) CSP clauses are encoded (9658296 clauses, 216312761 bytes)
47.93/48.66	c 49	30989 (100%) CSP clauses are encoded (10467663 clauses, 235752659 bytes)
47.93/48.66	c 49	30989 CSP clauses encoded
47.93/48.67	c 49	Writing map file : HOME/temp.map
48.02/48.70	c 49	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.02/48.70	c 49	SAT : 730221 SAT variables, 10467663 SAT clauses, 235752659 bytes
48.02/48.70	c 49	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.02/48.73	c 49	SOLVING HOME/temp.cnf
48.02/48.73	c 49	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.02/48.74	c 49	This is MiniSat 2.0 beta
48.02/48.74	c 49	WARNING: for repeatability, setting FPU to use double precision
48.02/48.74	c 49	============================[ Problem Statistics ]=============================
48.02/48.74	c 49	|                                                                             |
48.02/48.74	c 49	|  Number of variables:  730221                                               |
48.02/48.74	c 49	|  Number of clauses:    10467663                                             |
53.75/54.60	c 55	|  Parsing time:         5.07         s                                       |
54.06/54.87	c 55	============================[ Search Statistics ]==============================
54.06/54.87	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
54.06/54.87	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
54.06/54.87	c 55	===============================================================================
54.06/54.87	c 55	|         0 |  730216 10467658 28776904 |  3489219        0    nan |  0.000 % |
55.14/55.93	c 56	|       100 |  730112 10467658 28776904 |  3838141       91      3 |  1.720 % |
55.14/55.99	c 56	===============================================================================
55.14/55.99	c 56	restarts              : 2
55.14/55.99	c 56	conflicts             : 116            (18 /sec)
55.14/55.99	c 56	decisions             : 5572           (1.47 % random) (866 /sec)
55.14/55.99	c 56	propagations          : 2721930        (422987 /sec)
55.14/55.99	c 56	conflict literals     : 293            (4.87 % deleted)
55.14/55.99	c 56	Memory used           : 471.46 MB
55.14/55.99	c 56	CPU time              : 6.43502 s
55.14/55.99	c 56	
55.14/55.99	c 56	UNSATISFIABLE
55.24/56.07	c 56	DECODING HOME/temp.out WITH HOME/temp.map
55.24/56.07	c 56	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
55.33/56.15	c 56	Decoding HOME/temp.out
55.33/56.40	s UNSATISFIABLE
55.33/56.41	c 56	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
55.33/56.45	c 56	CPU 52.99 (0.04 0.01 52.95 2.66)
55.33/56.45	c 56	END Sat Jul  5 19:51:59 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-1094910-1215280263/watcher-1094910-1215280263 -o /tmp/evaluation-result-1094910-1215280263/solver-1094910-1215280263 -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-1094910-1215280263.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.02 2.03 2.00 4/72 17075
/proc/meminfo: memFree=1620296/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=18572 CPUtime=0
/proc/17075/stat : 17075 (runsolver) R 17073 17075 16375 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006999996 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17075/statm: 4643 292 257 25 0 2626 0

[startup+0.050025 s]
/proc/loadavg: 2.02 2.03 2.00 4/72 17075
/proc/meminfo: memFree=1620296/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.04
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2006999996 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101466 s]
/proc/loadavg: 2.02 2.03 2.00 4/72 17075
/proc/meminfo: memFree=1620296/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.04
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006999996 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301476 s]
/proc/loadavg: 2.02 2.03 2.00 4/72 17075
/proc/meminfo: memFree=1620296/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.04
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006999996 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701507 s]
/proc/loadavg: 2.02 2.03 2.00 4/72 17075
/proc/meminfo: memFree=1620296/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.04
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006999996 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 2.10 2.05 2.01 4/83 17097
/proc/meminfo: memFree=1612656/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.79
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 974 6926 0 1 3 1 71 4 15 0 1 0 2006999996 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 797 370 3 0 500 0
[pid=17088] ppid=17075 vsize=5356 CPUtime=0
/proc/17088/stat : 17088 (sh) S 17075 17075 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000080 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17088/statm: 1339 233 193 169 0 50 0
[pid=17089] ppid=17088 vsize=864340 CPUtime=0.64
/proc/17089/stat : 17089 (java) S 17088 17075 16375 0 -1 0 4299 0 1 0 62 2 0 0 19 0 9 0 2007000080 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17089/statm: 216085 3744 1732 9 0 210660 0
[pid=17089/tid=17090] ppid=17088 vsize=864340 CPUtime=0.48
/proc/17089/task/17090/stat : 17090 (java) R 17088 17075 16375 0 -1 64 2654 0 1 0 48 0 0 0 21 0 9 0 2007000081 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4126521180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17091] ppid=17088 vsize=864340 CPUtime=0.04
/proc/17089/task/17091/stat : 17091 (java) S 17088 17075 16375 0 -1 64 603 0 0 0 4 0 0 0 16 0 9 0 2007000082 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17092] ppid=17088 vsize=864340 CPUtime=0
/proc/17089/task/17092/stat : 17092 (java) S 17088 17075 16375 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007000083 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17093] ppid=17088 vsize=864340 CPUtime=0
/proc/17089/task/17093/stat : 17093 (java) S 17088 17075 16375 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007000083 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17094] ppid=17088 vsize=864340 CPUtime=0
/proc/17089/task/17094/stat : 17094 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007000085 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17095] ppid=17088 vsize=864340 CPUtime=0.09
/proc/17089/task/17095/stat : 17095 (java) S 17088 17075 16375 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 2007000085 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17096] ppid=17088 vsize=864340 CPUtime=0
/proc/17089/task/17096/stat : 17096 (java) S 17088 17075 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000085 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17097] ppid=17088 vsize=864340 CPUtime=0
/proc/17089/task/17097/stat : 17097 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000085 885084160 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883296

[startup+3.10266 s]
/proc/loadavg: 2.10 2.05 2.01 3/83 17097
/proc/meminfo: memFree=1601264/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.79
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 974 6926 0 1 3 1 71 4 15 0 1 0 2006999996 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 797 370 3 0 500 0
[pid=17088] ppid=17075 vsize=5356 CPUtime=0
/proc/17088/stat : 17088 (sh) S 17075 17075 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000080 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17088/statm: 1339 233 193 169 0 50 0
[pid=17089] ppid=17088 vsize=868404 CPUtime=2.22
/proc/17089/stat : 17089 (java) S 17088 17075 16375 0 -1 0 9007 0 1 0 217 5 0 0 19 0 9 0 2007000080 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17089/statm: 217101 8126 2540 9 0 211676 0
[pid=17089/tid=17090] ppid=17088 vsize=868404 CPUtime=1.69
/proc/17089/task/17090/stat : 17090 (java) R 17088 17075 16375 0 -1 64 2786 0 1 0 168 1 0 0 25 0 9 0 2007000081 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4126521182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17091] ppid=17088 vsize=868404 CPUtime=0.3
/proc/17089/task/17091/stat : 17091 (java) S 17088 17075 16375 0 -1 64 4070 0 0 0 28 2 0 0 16 0 9 0 2007000082 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17092] ppid=17088 vsize=868404 CPUtime=0
/proc/17089/task/17092/stat : 17092 (java) S 17088 17075 16375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007000083 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17093] ppid=17088 vsize=868404 CPUtime=0
/proc/17089/task/17093/stat : 17093 (java) S 17088 17075 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007000083 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17094] ppid=17088 vsize=868404 CPUtime=0
/proc/17089/task/17094/stat : 17094 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007000085 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17095] ppid=17088 vsize=868404 CPUtime=0.21
/proc/17089/task/17095/stat : 17095 (java) S 17088 17075 16375 0 -1 64 1458 0 0 0 20 1 0 0 15 0 9 0 2007000085 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17096] ppid=17088 vsize=868404 CPUtime=0
/proc/17089/task/17096/stat : 17096 (java) S 17088 17075 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000085 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17097] ppid=17088 vsize=868404 CPUtime=0
/proc/17089/task/17097/stat : 17097 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000085 889245696 8126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887360

[startup+6.30187 s]
/proc/loadavg: 2.09 2.05 2.00 3/83 17097
/proc/meminfo: memFree=1575600/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.79
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 974 6926 0 1 3 1 71 4 15 0 1 0 2006999996 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 797 370 3 0 500 0
[pid=17088] ppid=17075 vsize=5356 CPUtime=0
/proc/17088/stat : 17088 (sh) S 17075 17075 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000080 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17088/statm: 1339 233 193 169 0 50 0
[pid=17089] ppid=17088 vsize=868516 CPUtime=5.38
/proc/17089/stat : 17089 (java) S 17088 17075 16375 0 -1 0 19935 0 1 0 526 12 0 0 19 0 9 0 2007000080 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17089/statm: 217129 13717 2566 9 0 211676 0
[pid=17089/tid=17090] ppid=17088 vsize=868516 CPUtime=3.94
/proc/17089/task/17090/stat : 17090 (java) R 17088 17075 16375 0 -1 64 3399 0 1 0 392 2 0 0 25 0 9 0 2007000081 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4126586227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17091] ppid=17088 vsize=868516 CPUtime=1.15
/proc/17089/task/17091/stat : 17091 (java) S 17088 17075 16375 0 -1 64 14350 0 0 0 108 7 0 0 16 0 9 0 2007000082 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17092] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17092/stat : 17092 (java) S 17088 17075 16375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007000083 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17093] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17093/stat : 17093 (java) S 17088 17075 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007000083 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17094] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17094/stat : 17094 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007000085 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17095] ppid=17088 vsize=868516 CPUtime=0.26
/proc/17089/task/17095/stat : 17095 (java) S 17088 17075 16375 0 -1 64 1493 0 0 0 25 1 0 0 15 0 9 0 2007000085 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17096] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17096/stat : 17096 (java) S 17088 17075 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000085 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17097] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17097/stat : 17097 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000085 889360384 13717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887472

[startup+12.7023 s]
/proc/loadavg: 2.09 2.04 2.00 3/83 17097
/proc/meminfo: memFree=1545776/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.79
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 974 6926 0 1 3 1 71 4 15 0 1 0 2006999996 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 797 370 3 0 500 0
[pid=17088] ppid=17075 vsize=5356 CPUtime=0
/proc/17088/stat : 17088 (sh) S 17075 17075 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000080 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17088/statm: 1339 233 193 169 0 50 0
[pid=17089] ppid=17088 vsize=868516 CPUtime=11.71
/proc/17089/stat : 17089 (java) S 17088 17075 16375 0 -1 0 20144 0 1 0 1144 27 0 0 19 0 9 0 2007000080 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17089/statm: 217129 13735 2566 9 0 211676 0
[pid=17089/tid=17090] ppid=17088 vsize=868516 CPUtime=10.16
/proc/17089/task/17090/stat : 17090 (java) R 17088 17075 16375 0 -1 64 3593 0 1 0 1000 16 0 0 25 0 9 0 2007000081 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4127006211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17091] ppid=17088 vsize=868516 CPUtime=1.24
/proc/17089/task/17091/stat : 17091 (java) S 17088 17075 16375 0 -1 64 14352 0 0 0 115 9 0 0 16 0 9 0 2007000082 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17092] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17092/stat : 17092 (java) S 17088 17075 16375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007000083 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17093] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17093/stat : 17093 (java) S 17088 17075 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007000083 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17094] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17094/stat : 17094 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007000085 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17095] ppid=17088 vsize=868516 CPUtime=0.28
/proc/17089/task/17095/stat : 17095 (java) S 17088 17075 16375 0 -1 64 1506 0 0 0 27 1 0 0 16 0 9 0 2007000085 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17096] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17096/stat : 17096 (java) S 17088 17075 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000085 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17097] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17097/stat : 17097 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000085 889360384 13735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887472

[startup+25.5021 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 17097
/proc/meminfo: memFree=1497968/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=0.79
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 974 6926 0 1 3 1 71 4 16 0 1 0 2006999996 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 797 370 3 0 500 0
[pid=17088] ppid=17075 vsize=5356 CPUtime=0
/proc/17088/stat : 17088 (sh) S 17075 17075 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007000080 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17088/statm: 1339 233 193 169 0 50 0
[pid=17089] ppid=17088 vsize=868516 CPUtime=24.37
/proc/17089/stat : 17089 (java) S 17088 17075 16375 0 -1 0 20485 0 1 0 2380 57 0 0 19 0 9 0 2007000080 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17089/statm: 217129 13739 2566 9 0 211676 0
[pid=17089/tid=17090] ppid=17088 vsize=868516 CPUtime=22.67
/proc/17089/task/17090/stat : 17090 (java) R 17088 17075 16375 0 -1 64 3931 0 1 0 2223 44 0 0 25 0 9 0 2007000081 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4127020272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17091] ppid=17088 vsize=868516 CPUtime=1.38
/proc/17089/task/17091/stat : 17091 (java) S 17088 17075 16375 0 -1 64 14352 0 0 0 127 11 0 0 16 0 9 0 2007000082 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17092] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17092/stat : 17092 (java) S 17088 17075 16375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007000083 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17093] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17093/stat : 17093 (java) S 17088 17075 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007000083 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17094] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17094/stat : 17094 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007000085 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17095] ppid=17088 vsize=868516 CPUtime=0.29
/proc/17089/task/17095/stat : 17095 (java) S 17088 17075 16375 0 -1 64 1509 0 0 0 28 1 0 0 16 0 9 0 2007000085 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17096] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17096/stat : 17096 (java) S 17088 17075 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007000085 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17089/tid=17097] ppid=17088 vsize=868516 CPUtime=0
/proc/17089/task/17097/stat : 17097 (java) S 17088 17075 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007000085 889360384 13739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887472

[startup+51.1018 s]
/proc/loadavg: 2.04 2.04 2.00 3/75 17099
/proc/meminfo: memFree=1192240/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=48.05
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 1033 28903 0 2 3 1 4622 179 16 0 1 0 2006999996 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 799 370 3 0 500 0
[pid=17098] ppid=17075 vsize=5356 CPUtime=0
/proc/17098/stat : 17098 (sh) S 17075 17075 16375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004870 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17098/statm: 1339 232 193 169 0 50 0
[pid=17099] ppid=17098 vsize=224280 CPUtime=2.33
/proc/17099/stat : 17099 (minisat) R 17098 17075 16375 0 -1 4194304 52415 0 0 0 200 33 0 0 25 0 1 0 2007004870 229662720 52401 996147200 134512640 135127466 4294956256 18446744073709551615 134708651 0 0 4096 3 0 0 0 17 1 0 0
/proc/17099/statm: 56070 52401 62 150 0 55917 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 243236

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

[startup+54.303 s]
/proc/loadavg: 2.04 2.04 2.00 3/75 17099
/proc/meminfo: memFree=965808/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=48.05
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 1033 28903 0 2 3 1 4622 179 16 0 1 0 2006999996 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 799 370 3 0 500 0
[pid=17098] ppid=17075 vsize=5356 CPUtime=0
/proc/17098/stat : 17098 (sh) S 17075 17075 16375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004870 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17098/statm: 1339 232 193 169 0 50 0
[pid=17099] ppid=17098 vsize=444512 CPUtime=5.5
/proc/17099/stat : 17099 (minisat) R 17098 17075 16375 0 -1 4194304 106525 0 0 0 480 70 0 0 25 0 1 0 2007004870 455180288 106511 996147200 134512640 135127466 4294956256 18446744073709551615 134513831 0 0 4096 3 0 0 0 17 1 0 0
/proc/17099/statm: 111128 106511 62 150 0 110975 0
Current children cumulated CPU time (s) 53.55
Current children cumulated vsize (KiB) 463468

[startup+55.9021 s]
/proc/loadavg: 2.04 2.04 2.00 3/75 17099
/proc/meminfo: memFree=910448/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=48.06
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 1033 28903 0 2 4 1 4622 179 15 0 1 0 2006999996 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 799 370 3 0 500 0
[pid=17098] ppid=17075 vsize=5356 CPUtime=0
/proc/17098/stat : 17098 (sh) S 17075 17075 16375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007004870 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17098/statm: 1339 232 193 169 0 50 0
[pid=17099] ppid=17098 vsize=481400 CPUtime=7.08
/proc/17099/stat : 17099 (minisat) R 17098 17075 16375 0 -1 4194304 116242 0 0 0 634 74 0 0 25 0 1 0 2007004870 492953600 116228 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/17099/statm: 120350 116228 72 150 0 120197 0
Current children cumulated CPU time (s) 55.14
Current children cumulated vsize (KiB) 500356

[startup+56.3011 s]
/proc/loadavg: 2.04 2.04 2.00 3/75 17099
/proc/meminfo: memFree=930416/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=55.33
/proc/17075/stat : 17075 (sugar) S 17073 17075 16375 0 -1 4194304 1090 145699 0 2 4 1 5266 262 16 0 1 0 2006999996 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17075/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 55.33
Current children cumulated vsize (KiB) 13600

[startup+56.5011 s]
/proc/loadavg: 2.04 2.04 2.00 3/75 17099
/proc/meminfo: memFree=930416/2055920 swapFree=4117608/4192956
[pid=17075] ppid=17073 vsize=13600 CPUtime=55.71
/proc/17075/stat : 17075 (sugar) R 17073 17075 16375 0 -1 4194304 1118 151912 0 4 4 6 5295 266 16 0 1 0 2006999996 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17075/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 55.71
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 56.5756
CPU time (s): 55.8055
CPU user time (s): 52.9999
CPU system time (s): 2.80557
CPU usage (%): 98.6388
Max. virtual memory (cumulated for all children) (KiB): 897860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.9999
system time used= 2.80557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153060
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17055
involuntary context switches= 18021

runsolver used 0.067989 second user time and 0.214967 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 19:51:03
IDJOB=1094910
IDBENCH=58848
IDSOLVER=346
FILE ID=node30/1094910-1215280263
PBS_JOBID= 7882271
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-5.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-1094910-1215280263/watcher-1094910-1215280263 -o /tmp/evaluation-result-1094910-1215280263/solver-1094910-1215280263 -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-1094910-1215280263.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 572b446c1f9364dd41ad30aa26912551
RANDOM SEED=1714061729

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1620712 kB
Buffers:         41256 kB
Cached:         200800 kB
SwapCached:      69112 kB
Active:         291084 kB
Inactive:        88124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620712 kB
SwapTotal:     4192956 kB
SwapFree:      4117608 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:         144992 kB
Slab:            41304 kB
Committed_AS:  3961412 kB
PageTables:       1932 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= 66548 MiB
End job on node30 at 2008-07-05 19:52:00