Trace number 1094973

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.4066 56.2

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-1.xml
MD5SUM73dece1b19758e876aa500d620069f40
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 benchmark1.01284
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
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:53:12 2008
0.00/0.04	c 0	PID 5159
0.03/0.05	c 0	HOST node43.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1094973-1215280392.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-1094973-1215280392.xml' 'HOME/temp.csp'
0.03/0.62	c 1	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.60/0.76	c 1	Parsing HOME/temp.csp
0.91/1.01	c 1	parsed 4183 expressions
0.91/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.02	c 1	Converting to clausal form CSP
1.20/1.33	c 2	converted 419 (10%) expressions
1.79/1.93	c 2	converted 837 (20%) expressions
2.28/2.40	c 3	converted 1255 (30%) expressions
2.58/2.78	c 3	converted 1674 (40%) expressions
3.08/3.20	c 4	converted 2092 (50%) expressions
3.37/3.52	c 4	converted 2510 (60%) expressions
3.67/3.88	c 4	converted 2929 (70%) expressions
3.97/4.19	c 5	converted 3347 (80%) expressions
4.46/4.65	c 5	converted 3765 (90%) expressions
4.76/4.98	c 5	converted 4183 (100%) expressions
4.76/4.98	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
4.76/4.98	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.98	c 5	Propagation in CSP
5.06/5.23	c 6	4160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.06/5.23	c 6	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
5.06/5.23	c 6	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.06/5.24	c 6	Simplifing CSP by introducing new Boolean variables
5.06/5.29	c 6	CSP : 598 integers, 19114 booleans, 31595 clauses, largest domain size 2721
5.06/5.29	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.35/5.58	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.65/5.89	c 6	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
5.94/6.14	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
6.14/6.39	c 7	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.45/6.66	c 7	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
6.74/6.95	c 7	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
6.93/7.13	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
7.03/7.28	c 8	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
7.22/7.43	c 8	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
7.33/7.57	c 8	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.53/7.71	c 8	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
19.80/20.15	c 20	3160 (10%) CSP clauses are encoded (2705906 clauses, 54366155 bytes)
25.74/26.12	c 26	6319 (20%) CSP clauses are encoded (3967364 clauses, 81992627 bytes)
29.98/30.45	c 31	9479 (30%) CSP clauses are encoded (5083667 clauses, 107584512 bytes)
33.04/33.59	c 34	12638 (40%) CSP clauses are encoded (5921801 clauses, 127038667 bytes)
35.51/36.07	c 36	15798 (50%) CSP clauses are encoded (6741881 clauses, 146403238 bytes)
37.67/38.28	c 39	18957 (60%) CSP clauses are encoded (7545330 clauses, 165721487 bytes)
39.95/40.58	c 41	22117 (70%) CSP clauses are encoded (8405098 clauses, 186617266 bytes)
42.21/42.86	c 43	25276 (80%) CSP clauses are encoded (9241018 clauses, 206788800 bytes)
44.19/44.88	c 45	28436 (90%) CSP clauses are encoded (10002089 clauses, 225181366 bytes)
46.63/47.34	c 48	31595 (100%) CSP clauses are encoded (10877565 clauses, 246269428 bytes)
46.63/47.34	c 48	31595 CSP clauses encoded
46.63/47.34	c 48	Writing map file : HOME/temp.map
46.63/47.38	c 48	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.63/47.38	c 48	SAT : 688012 SAT variables, 10877565 SAT clauses, 246269428 bytes
46.63/47.38	c 48	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.71/47.43	c 48	SOLVING HOME/temp.cnf
46.71/47.43	c 48	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
46.71/47.44	c 48	This is MiniSat 2.0 beta
46.71/47.44	c 48	WARNING: for repeatability, setting FPU to use double precision
46.71/47.44	c 48	============================[ Problem Statistics ]=============================
46.71/47.44	c 48	|                                                                             |
46.71/47.44	c 48	|  Number of variables:  688012                                               |
46.71/47.44	c 48	|  Number of clauses:    10877565                                             |
52.91/53.78	c 54	|  Parsing time:         5.24         s                                       |
53.32/54.13	c 54	============================[ Search Statistics ]==============================
53.32/54.13	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.32/54.13	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.32/54.13	c 54	===============================================================================
53.32/54.13	c 54	|         0 |  688012 10877565 30143424 |  3625855        0    nan |  0.000 % |
54.11/54.99	c 55	|       102 |  688011 10877565 30143424 |  3988440      100      3 |  0.199 % |
54.60/55.46	c 56	===============================================================================
54.60/55.46	c 56	restarts              : 2
54.60/55.46	c 56	conflicts             : 165            (24 /sec)
54.60/55.46	c 56	decisions             : 5571           (1.63 % random) (811 /sec)
54.60/55.46	c 56	propagations          : 2354779        (342765 /sec)
54.60/55.46	c 56	conflict literals     : 475            (3.85 % deleted)
54.60/55.46	c 56	Memory used           : 478.30 MB
54.60/55.46	c 56	CPU time              : 6.86996 s
54.60/55.46	c 56	
54.60/55.46	c 56	UNSATISFIABLE
54.70/55.54	c 56	DECODING HOME/temp.out WITH HOME/temp.map
54.70/55.54	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'
54.77/55.63	c 56	Decoding HOME/temp.out
55.21/56.03	s UNSATISFIABLE
55.21/56.03	c 56	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
55.21/56.07	c 56	CPU 52.18 (0.04 0.01 52.14 3.06)
55.21/56.07	c 56	END Sat Jul  5 19:54:08 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-1094973-1215280392/watcher-1094973-1215280392 -o /tmp/evaluation-result-1094973-1215280392/solver-1094973-1215280392 -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-1094973-1215280392.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.10 2.07 2.01 4/73 5159
/proc/meminfo: memFree=1723248/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=12000 CPUtime=0
/proc/5159/stat : 5159 (sugar) R 5157 5159 3256 0 -1 4194304 211 0 0 0 0 0 0 0 22 0 1 0 2007011704 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 221968420912 0 0 4224 0 0 0 0 17 1 0 0
/proc/5159/statm: 3000 179 140 3 0 100 0

[startup+0.0499 s]
/proc/loadavg: 2.10 2.07 2.01 4/73 5159
/proc/meminfo: memFree=1723248/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.03
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 845 0 0 0 3 0 0 0 18 0 1 0 2007011704 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102889 s]
/proc/loadavg: 2.10 2.07 2.01 4/73 5159
/proc/meminfo: memFree=1723248/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.03
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007011704 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.306092 s]
/proc/loadavg: 2.10 2.07 2.01 4/73 5159
/proc/meminfo: memFree=1723248/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.03
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007011704 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702946 s]
/proc/loadavg: 2.10 2.07 2.01 4/73 5159
/proc/meminfo: memFree=1723248/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.6
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 956 6933 0 1 3 0 53 4 16 0 1 0 2007011704 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 2.10 2.07 2.01 4/84 5181
/proc/meminfo: memFree=1713808/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.6
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 974 6933 0 1 3 0 53 4 15 0 1 0 2007011704 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 797 370 3 0 500 0
[pid=5172] ppid=5159 vsize=5356 CPUtime=0
/proc/5172/stat : 5172 (sh) S 5159 5159 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007011772 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5172/statm: 1339 233 193 169 0 50 0
[pid=5173] ppid=5172 vsize=868252 CPUtime=0.8
/proc/5173/stat : 5173 (java) S 5172 5159 3256 0 -1 0 5647 0 1 0 76 4 0 0 18 0 9 0 2007011772 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5173/statm: 217063 5019 1732 9 0 211638 0
[pid=5173/tid=5174] ppid=5172 vsize=868252 CPUtime=0.52
/proc/5173/task/5174/stat : 5174 (java) R 5172 5159 3256 0 -1 64 2679 0 1 0 51 1 0 0 23 0 9 0 2007011773 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5175] ppid=5172 vsize=868252 CPUtime=0.06
/proc/5173/task/5175/stat : 5175 (java) S 5172 5159 3256 0 -1 64 807 0 0 0 6 0 0 0 16 0 9 0 2007011774 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5176] ppid=5172 vsize=868252 CPUtime=0
/proc/5173/task/5176/stat : 5176 (java) S 5172 5159 3256 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007011775 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5177] ppid=5172 vsize=868252 CPUtime=0
/proc/5173/task/5177/stat : 5177 (java) S 5172 5159 3256 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007011775 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5178] ppid=5172 vsize=868252 CPUtime=0
/proc/5173/task/5178/stat : 5178 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007011777 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5179] ppid=5172 vsize=868252 CPUtime=0.18
/proc/5173/task/5179/stat : 5179 (java) S 5172 5159 3256 0 -1 64 1469 0 0 0 18 0 0 0 16 0 9 0 2007011777 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5180] ppid=5172 vsize=868252 CPUtime=0
/proc/5173/task/5180/stat : 5180 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007011777 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5181] ppid=5172 vsize=868252 CPUtime=0
/proc/5173/task/5181/stat : 5181 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007011777 889090048 5019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887208

[startup+3.10116 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 5181
/proc/meminfo: memFree=1703312/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.6
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 974 6933 0 1 3 0 53 4 15 0 1 0 2007011704 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 797 370 3 0 500 0
[pid=5172] ppid=5159 vsize=5356 CPUtime=0
/proc/5172/stat : 5172 (sh) S 5159 5159 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007011772 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5172/statm: 1339 233 193 169 0 50 0
[pid=5173] ppid=5172 vsize=868368 CPUtime=2.38
/proc/5173/stat : 5173 (java) S 5172 5159 3256 0 -1 0 9357 0 1 0 232 6 0 0 18 0 9 0 2007011772 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5173/statm: 217092 8415 2540 9 0 211667 0
[pid=5173/tid=5174] ppid=5172 vsize=868368 CPUtime=1.75
/proc/5173/task/5174/stat : 5174 (java) R 5172 5159 3256 0 -1 64 2919 0 1 0 173 2 0 0 25 0 9 0 2007011773 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4126428764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5175] ppid=5172 vsize=868368 CPUtime=0.4
/proc/5173/task/5175/stat : 5175 (java) S 5172 5159 3256 0 -1 64 4264 0 0 0 37 3 0 0 16 0 9 0 2007011774 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5176] ppid=5172 vsize=868368 CPUtime=0
/proc/5173/task/5176/stat : 5176 (java) S 5172 5159 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007011775 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5177] ppid=5172 vsize=868368 CPUtime=0
/proc/5173/task/5177/stat : 5177 (java) S 5172 5159 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007011775 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5178] ppid=5172 vsize=868368 CPUtime=0
/proc/5173/task/5178/stat : 5178 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007011777 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5179] ppid=5172 vsize=868368 CPUtime=0.2
/proc/5173/task/5179/stat : 5179 (java) S 5172 5159 3256 0 -1 64 1481 0 0 0 20 0 0 0 15 0 9 0 2007011777 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5180] ppid=5172 vsize=868368 CPUtime=0
/proc/5173/task/5180/stat : 5180 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007011777 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5181] ppid=5172 vsize=868368 CPUtime=0
/proc/5173/task/5181/stat : 5181 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007011777 889208832 8415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887324

[startup+6.30244 s]
/proc/loadavg: 2.09 2.07 2.01 4/84 5181
/proc/meminfo: memFree=1672592/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.6
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 974 6933 0 1 3 0 53 4 15 0 1 0 2007011704 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 797 370 3 0 500 0
[pid=5172] ppid=5159 vsize=5356 CPUtime=0
/proc/5172/stat : 5172 (sh) S 5159 5159 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007011772 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5172/statm: 1339 233 193 169 0 50 0
[pid=5173] ppid=5172 vsize=868480 CPUtime=5.54
/proc/5173/stat : 5173 (java) S 5172 5159 3256 0 -1 0 18713 0 1 0 540 14 0 0 18 0 9 0 2007011772 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5173/statm: 217120 12436 2566 9 0 211667 0
[pid=5173/tid=5174] ppid=5172 vsize=868480 CPUtime=4.18
/proc/5173/task/5174/stat : 5174 (java) R 5172 5159 3256 0 -1 64 3274 0 1 0 414 4 0 0 25 0 9 0 2007011773 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4126602536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5175] ppid=5172 vsize=868480 CPUtime=1.07
/proc/5173/task/5175/stat : 5175 (java) S 5172 5159 3256 0 -1 64 13231 0 0 0 99 8 0 0 16 0 9 0 2007011774 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5176] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5176/stat : 5176 (java) S 5172 5159 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007011775 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5177] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5177/stat : 5177 (java) S 5172 5159 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007011775 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5178] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5178/stat : 5178 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007011777 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5179] ppid=5172 vsize=868480 CPUtime=0.26
/proc/5173/task/5179/stat : 5179 (java) S 5172 5159 3256 0 -1 64 1515 0 0 0 25 1 0 0 15 0 9 0 2007011777 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5180] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5180/stat : 5180 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007011777 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5181] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5181/stat : 5181 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007011777 889323520 12436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887436

[startup+12.7018 s]
/proc/loadavg: 2.08 2.07 2.01 3/83 5208
/proc/meminfo: memFree=1692048/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.6
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 974 6933 0 1 3 0 53 4 15 0 1 0 2007011704 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 797 370 3 0 500 0
[pid=5172] ppid=5159 vsize=5356 CPUtime=0
/proc/5172/stat : 5172 (sh) S 5159 5159 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007011772 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5172/statm: 1339 233 193 169 0 50 0
[pid=5173] ppid=5172 vsize=868480 CPUtime=11.88
/proc/5173/stat : 5173 (java) S 5172 5159 3256 0 -1 0 18979 0 1 0 1155 33 0 0 18 0 9 0 2007011772 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5173/statm: 217120 12452 2566 9 0 211667 0
[pid=5173/tid=5174] ppid=5172 vsize=868480 CPUtime=10.4
/proc/5173/task/5174/stat : 5174 (java) R 5172 5159 3256 0 -1 64 3527 0 1 0 1019 21 0 0 25 0 9 0 2007011773 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4127013351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5173/tid=5175] ppid=5172 vsize=868480 CPUtime=1.17
/proc/5173/task/5175/stat : 5175 (java) S 5172 5159 3256 0 -1 64 13232 0 0 0 107 10 0 0 16 0 9 0 2007011774 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5173/tid=5176] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5176/stat : 5176 (java) S 5172 5159 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007011775 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5177] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5177/stat : 5177 (java) S 5172 5159 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007011775 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5178] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5178/stat : 5178 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007011777 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5179] ppid=5172 vsize=868480 CPUtime=0.28
/proc/5173/task/5179/stat : 5179 (java) S 5172 5159 3256 0 -1 64 1527 0 0 0 27 1 0 0 16 0 9 0 2007011777 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5173/tid=5180] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5180/stat : 5180 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007011777 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5181] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5181/stat : 5181 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007011777 889323520 12452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887436

[startup+25.503 s]
/proc/loadavg: 2.07 2.06 2.01 3/83 5208
/proc/meminfo: memFree=1640656/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=0.6
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 974 6933 0 1 3 0 53 4 16 0 1 0 2007011704 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5159/statm: 3400 797 370 3 0 500 0
[pid=5172] ppid=5159 vsize=5356 CPUtime=0
/proc/5172/stat : 5172 (sh) S 5159 5159 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007011772 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5172/statm: 1339 233 193 169 0 50 0
[pid=5173] ppid=5172 vsize=868480 CPUtime=24.54
/proc/5173/stat : 5173 (java) S 5172 5159 3256 0 -1 0 19476 0 1 0 2385 69 0 0 18 0 9 0 2007011772 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5173/statm: 217120 12457 2566 9 0 211667 0
[pid=5173/tid=5174] ppid=5172 vsize=868480 CPUtime=22.84
/proc/5173/task/5174/stat : 5174 (java) R 5172 5159 3256 0 -1 64 4019 0 1 0 2230 54 0 0 25 0 9 0 2007011773 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4126593632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5173/tid=5175] ppid=5172 vsize=868480 CPUtime=1.38
/proc/5173/task/5175/stat : 5175 (java) S 5172 5159 3256 0 -1 64 13232 0 0 0 125 13 0 0 16 0 9 0 2007011774 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5173/tid=5176] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5176/stat : 5176 (java) S 5172 5159 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007011775 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5177] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5177/stat : 5177 (java) S 5172 5159 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007011775 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5178] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5178/stat : 5178 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007011777 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5179] ppid=5172 vsize=868480 CPUtime=0.29
/proc/5173/task/5179/stat : 5179 (java) S 5172 5159 3256 0 -1 64 1532 0 0 0 28 1 0 0 16 0 9 0 2007011777 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5173/tid=5180] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5180/stat : 5180 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007011777 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5173/tid=5181] ppid=5172 vsize=868480 CPUtime=0
/proc/5173/task/5181/stat : 5181 (java) S 5172 5159 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007011777 889323520 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887436

[startup+51.1023 s]
/proc/loadavg: 2.04 2.06 2.01 3/75 5210
/proc/meminfo: memFree=1265104/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=46.73
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 1033 28150 0 2 4 1 4482 186 16 0 1 0 2007011704 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5159/statm: 3400 799 370 3 0 500 0
[pid=5209] ppid=5159 vsize=5356 CPUtime=0
/proc/5209/stat : 5209 (sh) S 5159 5159 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007016448 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5209/statm: 1339 232 193 169 0 50 0
[pid=5210] ppid=5209 vsize=296660 CPUtime=3.61
/proc/5210/stat : 5210 (minisat) R 5209 5159 3256 0 -1 4194304 71745 0 0 0 300 61 0 0 25 0 1 0 2007016448 303779840 71731 996147200 134512640 135127466 4294956256 18446744073709551615 134526050 0 0 4096 3 0 0 0 17 0 0 0
/proc/5210/statm: 74165 71731 62 150 0 74012 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 315616

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

[startup+54.3016 s]
/proc/loadavg: 2.04 2.06 2.01 3/75 5210
/proc/meminfo: memFree=1052496/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=46.73
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 1033 28150 0 2 4 1 4482 186 15 0 1 0 2007011704 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5159/statm: 3400 799 370 3 0 500 0
[pid=5209] ppid=5159 vsize=5356 CPUtime=0
/proc/5209/stat : 5209 (sh) S 5159 5159 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007016448 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5209/statm: 1339 232 193 169 0 50 0
[pid=5210] ppid=5209 vsize=471512 CPUtime=6.78
/proc/5210/stat : 5210 (minisat) R 5209 5159 3256 0 -1 4194304 116005 0 0 0 574 104 0 0 25 0 1 0 2007016448 482828288 115991 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5210/statm: 117878 115991 72 150 0 117725 0
Current children cumulated CPU time (s) 53.51
Current children cumulated vsize (KiB) 490468

[startup+55.1017 s]
/proc/loadavg: 2.04 2.06 2.01 3/75 5210
/proc/meminfo: memFree=1035088/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=46.73
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 1033 28150 0 2 4 1 4482 186 16 0 1 0 2007011704 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5159/statm: 3400 799 370 3 0 500 0
[pid=5209] ppid=5159 vsize=5356 CPUtime=0
/proc/5209/stat : 5209 (sh) S 5159 5159 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007016448 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5209/statm: 1339 232 193 169 0 50 0
[pid=5210] ppid=5209 vsize=485860 CPUtime=7.57
/proc/5210/stat : 5210 (minisat) R 5209 5159 3256 0 -1 4194304 119551 0 0 0 650 107 0 0 25 0 1 0 2007016448 497520640 119537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5210/statm: 121465 119537 74 150 0 121312 0
Current children cumulated CPU time (s) 54.3
Current children cumulated vsize (KiB) 504816

[startup+55.9017 s]
/proc/loadavg: 2.04 2.06 2.01 3/75 5210
/proc/meminfo: memFree=1035088/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=54.77
/proc/5159/stat : 5159 (sugar) S 5157 5159 3256 0 -1 4194304 1090 148902 0 2 4 1 5170 302 16 0 1 0 2007011704 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5159/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 54.77
Current children cumulated vsize (KiB) 13600

[startup+56.1067 s]
/proc/loadavg: 2.04 2.06 2.01 3/83 5220
/proc/meminfo: memFree=1504088/2055920 swapFree=4179776/4192956
[pid=5159] ppid=5157 vsize=13600 CPUtime=55.29
/proc/5159/stat : 5159 (sugar) R 5157 5159 3256 0 -1 4194304 1118 153802 0 3 4 5 5214 306 16 0 1 0 2007011704 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5159/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 55.29
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 56.2
CPU time (s): 55.4066
CPU user time (s): 52.1921
CPU system time (s): 3.21451
CPU usage (%): 98.5883
Max. virtual memory (cumulated for all children) (KiB): 897828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1921
system time used= 3.21451
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154950
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= 20664
involuntary context switches= 20895

runsolver used 0.098984 second user time and 0.180972 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 19:53:12
IDJOB=1094973
IDBENCH=58860
IDSOLVER=346
FILE ID=node43/1094973-1215280392
PBS_JOBID= 7882177
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-1.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-1094973-1215280392/watcher-1094973-1215280392 -o /tmp/evaluation-result-1094973-1215280392/solver-1094973-1215280392 -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-1094973-1215280392.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73dece1b19758e876aa500d620069f40
RANDOM SEED=1055312355

node43.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.230
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.230
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:       1723728 kB
Buffers:         43260 kB
Cached:         205196 kB
SwapCached:       6816 kB
Active:         196888 kB
Inactive:        81496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723728 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:           33644 kB
Writeback:           0 kB
Mapped:          38028 kB
Slab:            39064 kB
Committed_AS:  3787480 kB
PageTables:       1944 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= 66508 MiB
End job on node43 at 2008-07-05 19:54:09