Trace number 1082430

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+picosatUNSAT 130.946 132.56

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-24.xml
MD5SUM9306ef7954ddac95b00e0f57746494c3
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.66675
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size548
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 03:50:45 2008
0.00/0.04	c 0	PID 13821
0.03/0.05	c 0	HOST node33.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1082430-1215222645.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-1082430-1215222645.xml' 'HOME/temp.csp'
0.03/0.73	c 1	65 domains, 200 variables, 3 predicates, 0 relations, 2800 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.70/0.86	c 1	Parsing HOME/temp.csp
0.90/1.08	c 1	parsed 3068 expressions
0.90/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.08	c 1	Converting to clausal form CSP
0.99/1.13	c 1	converted 307 (10%) expressions
0.99/1.20	c 1	converted 614 (20%) expressions
1.09/1.29	c 2	converted 921 (30%) expressions
1.19/1.31	c 2	converted 1228 (40%) expressions
1.19/1.33	c 2	converted 1534 (50%) expressions
1.19/1.34	c 2	converted 1841 (60%) expressions
1.19/1.36	c 2	converted 2148 (70%) expressions
1.19/1.37	c 2	converted 2455 (80%) expressions
1.19/1.38	c 2	converted 2762 (90%) expressions
1.19/1.39	c 2	converted 3068 (100%) expressions
1.19/1.39	c 2	CSP : 200 integers, 0 booleans, 2800 clauses, largest domain size 548
1.19/1.39	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.39	c 2	Propagation in CSP
1.29/1.44	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.44	c 2	CSP : 200 integers, 0 booleans, 2800 clauses, largest domain size 548
1.29/1.44	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.44	c 2	Simplifing CSP by introducing new Boolean variables
1.40/1.52	c 2	CSP : 200 integers, 5600 booleans, 8400 clauses, largest domain size 548
1.40/1.52	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.59	c 2	20 (10%) CSP integer variables are encoded (9984 clauses, 127658 bytes)
1.50/1.61	c 2	40 (20%) CSP integer variables are encoded (19836 clauses, 275438 bytes)
1.50/1.62	c 2	60 (30%) CSP integer variables are encoded (29668 clauses, 422918 bytes)
1.50/1.63	c 2	80 (40%) CSP integer variables are encoded (39582 clauses, 571628 bytes)
1.50/1.64	c 2	100 (50%) CSP integer variables are encoded (49612 clauses, 722078 bytes)
1.50/1.66	c 2	120 (60%) CSP integer variables are encoded (59928 clauses, 876818 bytes)
1.50/1.67	c 2	140 (70%) CSP integer variables are encoded (70030 clauses, 1028348 bytes)
1.50/1.68	c 2	160 (80%) CSP integer variables are encoded (79962 clauses, 1177328 bytes)
1.50/1.70	c 2	180 (90%) CSP integer variables are encoded (89950 clauses, 1327148 bytes)
1.60/1.71	c 2	200 (100%) CSP integer variables are encoded (99848 clauses, 1475715 bytes)
2.08/2.24	c 2	840 (10%) CSP clauses are encoded (351280 clauses, 6829561 bytes)
2.58/2.74	c 3	1680 (20%) CSP clauses are encoded (611292 clauses, 12652560 bytes)
3.08/3.24	c 3	2520 (30%) CSP clauses are encoded (859346 clauses, 18348637 bytes)
3.57/3.74	c 4	3360 (40%) CSP clauses are encoded (1108382 clauses, 24067274 bytes)
4.07/4.24	c 4	4200 (50%) CSP clauses are encoded (1362784 clauses, 29909280 bytes)
4.56/4.97	c 5	5040 (60%) CSP clauses are encoded (1622730 clauses, 35878896 bytes)
5.16/5.51	c 6	5880 (70%) CSP clauses are encoded (1889474 clauses, 42004768 bytes)
5.66/6.03	c 6	6720 (80%) CSP clauses are encoded (2149246 clauses, 47970418 bytes)
6.15/6.54	c 7	7560 (90%) CSP clauses are encoded (2405150 clauses, 53847112 bytes)
6.65/7.05	c 7	8400 (100%) CSP clauses are encoded (2657088 clauses, 59633086 bytes)
6.65/7.05	c 7	8400 CSP clauses encoded
6.65/7.05	c 7	Writing map file : HOME/temp.map
6.65/7.06	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/7.06	c 7	SAT : 105648 SAT variables, 2657088 SAT clauses, 59633086 bytes
6.65/7.06	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/7.09	c 7	SOLVING HOME/temp.cnf
6.65/7.09	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
130.70/132.34	c 133	DECODING HOME/temp.out WITH HOME/temp.map
130.70/132.34	c 133	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
130.75/132.43	c 133	Decoding HOME/temp.out
130.75/132.47	s UNSATISFIABLE
130.75/132.47	c 133	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
130.75/132.53	c 133	CPU 117.26 (0.04 0 117.22 13.63)
130.75/132.53	c 133	END Sat Jul  5 03:52:58 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-1082430-1215222645/watcher-1082430-1215222645 -o /tmp/evaluation-result-1082430-1215222645/solver-1082430-1215222645 -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/picosat -tmp=HOME/temp HOME/instance-1082430-1215222645.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13821
/proc/meminfo: memFree=1677832/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=12268 CPUtime=0
/proc/13821/stat : 13821 (sugar) R 13819 13821 11861 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2001238016 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13821/statm: 3067 316 241 3 0 167 0

[startup+0.049654 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13821
/proc/meminfo: memFree=1677832/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=0.03
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2001238016 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102633 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13821
/proc/meminfo: memFree=1677832/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=0.03
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001238016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301652 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13821
/proc/meminfo: memFree=1677832/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=0.03
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001238016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702707 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 13821
/proc/meminfo: memFree=1677832/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=0.03
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001238016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 13843
/proc/meminfo: memFree=1669872/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=0.71
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 974 5398 0 1 4 0 64 3 15 0 1 0 2001238016 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 797 370 3 0 500 0
[pid=13834] ppid=13821 vsize=5356 CPUtime=0
/proc/13834/stat : 13834 (sh) S 13821 13821 11861 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001238094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13834/statm: 1339 233 193 169 0 50 0
[pid=13835] ppid=13834 vsize=868356 CPUtime=0.69
/proc/13835/stat : 13835 (java) S 13834 13821 11861 0 -1 0 6134 0 1 0 65 4 0 0 18 0 9 0 2001238095 889196544 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 217089 5514 1843 9 0 211664 0
[pid=13835/tid=13836] ppid=13834 vsize=868356 CPUtime=0.38
/proc/13835/task/13836/stat : 13836 (java) R 13834 13821 11861 0 -1 64 2654 0 1 0 37 1 0 0 22 0 9 0 2001238096 889196544 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13837] ppid=13834 vsize=868356 CPUtime=0.06
/proc/13835/task/13837/stat : 13837 (java) R 13834 13821 11861 0 -1 64 1335 0 0 0 6 0 0 0 16 0 9 0 2001238097 889196544 5514 996147200 134512640 134550740 4294955952 18446744073709551615 104180295 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13834 vsize=868356 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13834 13821 11861 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001238097 889196544 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13834 vsize=868356 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13834 13821 11861 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001238097 889196544 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13834 vsize=868356 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13834 13821 11861 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001238099 889196544 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13834 vsize=868356 CPUtime=0.2
/proc/13835/task/13841/stat : 13841 (java) S 13834 13821 11861 0 -1 64 1453 0 0 0 19 1 0 0 16 0 9 0 2001238099 889196544 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13842] ppid=13834 vsize=868356 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13834 13821 11861 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001238099 889196544 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13843] ppid=13834 vsize=868356 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13834 13821 11861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001238099 889196544 5514 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) 887312

[startup+3.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 13843
/proc/meminfo: memFree=1654384/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=0.71
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 974 5398 0 1 4 0 64 3 15 0 1 0 2001238016 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 797 370 3 0 500 0
[pid=13834] ppid=13821 vsize=5356 CPUtime=0
/proc/13834/stat : 13834 (sh) S 13821 13821 11861 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001238094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13834/statm: 1339 233 193 169 0 50 0
[pid=13835] ppid=13834 vsize=868468 CPUtime=2.27
/proc/13835/stat : 13835 (java) S 13834 13821 11861 0 -1 0 7630 0 1 0 209 18 0 0 18 0 9 0 2001238095 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 217117 6417 2564 9 0 211664 0
[pid=13835/tid=13836] ppid=13834 vsize=868468 CPUtime=1.76
/proc/13835/task/13836/stat : 13836 (java) R 13834 13821 11861 0 -1 64 3158 0 1 0 164 12 0 0 25 0 9 0 2001238096 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13837] ppid=13834 vsize=868468 CPUtime=0.24
/proc/13835/task/13837/stat : 13837 (java) S 13834 13821 11861 0 -1 64 2302 0 0 0 21 3 0 0 16 0 9 0 2001238097 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13834 13821 11861 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001238097 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13834 13821 11861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001238097 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13834 13821 11861 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001238099 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13834 vsize=868468 CPUtime=0.24
/proc/13835/task/13841/stat : 13841 (java) S 13834 13821 11861 0 -1 64 1477 0 0 0 23 1 0 0 16 0 9 0 2001238099 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13842] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13834 13821 11861 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001238099 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13843] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13834 13821 11861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001238099 889311232 6417 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) 887424

[startup+6.3025 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 13843
/proc/meminfo: memFree=1619248/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=0.71
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 974 5398 0 1 4 0 64 3 15 0 1 0 2001238016 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 797 370 3 0 500 0
[pid=13834] ppid=13821 vsize=5356 CPUtime=0
/proc/13834/stat : 13834 (sh) S 13821 13821 11861 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001238094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13834/statm: 1339 233 193 169 0 50 0
[pid=13835] ppid=13834 vsize=868468 CPUtime=5.24
/proc/13835/stat : 13835 (java) S 13834 13821 11861 0 -1 0 8532 0 1 0 477 47 0 0 18 0 9 0 2001238095 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 217117 6417 2564 9 0 211664 0
[pid=13835/tid=13836] ppid=13834 vsize=868468 CPUtime=4.5
/proc/13835/task/13836/stat : 13836 (java) R 13834 13821 11861 0 -1 64 4060 0 1 0 414 36 0 0 25 0 9 0 2001238096 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13837] ppid=13834 vsize=868468 CPUtime=0.47
/proc/13835/task/13837/stat : 13837 (java) S 13834 13821 11861 0 -1 64 2302 0 0 0 39 8 0 0 15 0 9 0 2001238097 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13834 13821 11861 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001238097 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13834 13821 11861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001238097 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13834 13821 11861 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001238099 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13834 vsize=868468 CPUtime=0.24
/proc/13835/task/13841/stat : 13841 (java) S 13834 13821 11861 0 -1 64 1477 0 0 0 23 1 0 0 16 0 9 0 2001238099 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13842] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13834 13821 11861 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001238099 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13835/tid=13843] ppid=13834 vsize=868468 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13834 13821 11861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001238099 889311232 6417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 887424

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1591088/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=32340 CPUtime=5.53
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 7065 0 0 0 247 306 0 0 25 0 1 0 2001238726 33116160 7051 996147200 134512640 134931368 4294956256 18446744073709551615 134520663 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 8085 7051 40 102 0 7980 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 51296

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1540144/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=80260 CPUtime=18.21
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 19421 0 0 0 826 995 0 0 25 0 1 0 2001238726 82186240 19407 996147200 134512640 134931368 4294956256 18446744073709551615 134545827 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 20065 19407 40 102 0 19960 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 99216

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1515440/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=109952 CPUtime=43.57
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 25336 0 0 0 3060 1297 0 0 25 0 1 0 2001238726 112590848 25322 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 27488 25322 42 102 0 27383 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 128908

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1512880/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=112196 CPUtime=94.25
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 25930 0 0 0 8127 1298 0 0 25 0 1 0 2001238726 114888704 25916 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 28049 25916 42 102 0 27944 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 131152

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

[startup+115.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1512560/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=112592 CPUtime=106.92
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 26038 0 0 0 9394 1298 0 0 25 0 1 0 2001238726 115294208 26024 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 28148 26024 42 102 0 28043 0
Current children cumulated CPU time (s) 113.65
Current children cumulated vsize (KiB) 131548

[startup+121.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1512304/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=112856 CPUtime=113.26
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 26093 0 0 0 10028 1298 0 0 25 0 1 0 2001238726 115564544 26079 996147200 134512640 134931368 4294956256 18446744073709551615 134523093 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 28214 26079 42 102 0 28109 0
Current children cumulated CPU time (s) 119.99
Current children cumulated vsize (KiB) 131812

[startup+127.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1512112/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=112988 CPUtime=119.61
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 26143 0 0 0 10662 1299 0 0 25 0 1 0 2001238726 115699712 26129 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 28247 26129 42 102 0 28142 0
Current children cumulated CPU time (s) 126.34
Current children cumulated vsize (KiB) 131944

[startup+131.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1512048/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=113120 CPUtime=122.78
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 26167 0 0 0 10979 1299 0 0 25 0 1 0 2001238726 115834880 26153 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 28280 26153 42 102 0 28175 0
Current children cumulated CPU time (s) 129.51
Current children cumulated vsize (KiB) 132076

[startup+131.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1511984/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=113120 CPUtime=123.58
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 26171 0 0 0 11059 1299 0 0 25 0 1 0 2001238726 115834880 26157 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 28280 26157 42 102 0 28175 0
Current children cumulated CPU time (s) 130.31
Current children cumulated vsize (KiB) 132076

[startup+132.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1511984/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=6.73
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1022 14463 0 2 4 0 610 59 16 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
[pid=13844] ppid=13821 vsize=5356 CPUtime=0
/proc/13844/stat : 13844 (sh) S 13821 13821 11861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001238725 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13844/statm: 1339 232 193 169 0 50 0
[pid=13845] ppid=13844 vsize=113124 CPUtime=123.97
/proc/13845/stat : 13845 (picosat) R 13844 13821 11861 0 -1 4194304 26172 0 0 0 11098 1299 0 0 25 0 1 0 2001238726 115838976 26158 996147200 134512640 134931368 4294956256 18446744073709551615 134581926 0 0 4096 0 0 0 0 17 1 0 0
/proc/13845/statm: 28281 26158 42 102 0 28176 0
Current children cumulated CPU time (s) 130.7
Current children cumulated vsize (KiB) 132080

[startup+132.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13845
/proc/meminfo: memFree=1511984/2055920 swapFree=4180424/4192956
[pid=13821] ppid=13819 vsize=13600 CPUtime=130.75
/proc/13821/stat : 13821 (sugar) S 13819 13821 11861 0 -1 4194304 1091 40922 0 2 4 0 11711 1360 15 0 1 0 2001238016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13821/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 130.75
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 132.56
CPU time (s): 130.946
CPU user time (s): 117.269
CPU system time (s): 13.6769
CPU usage (%): 98.7827
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.269
system time used= 13.6769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45746
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= 13164
involuntary context switches= 18201

runsolver used 0.158975 second user time and 0.451931 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 03:50:45
IDJOB=1082430
IDBENCH=57251
IDSOLVER=345
FILE ID=node33/1082430-1215222645
PBS_JOBID= 7881745
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-24.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082430-1215222645/watcher-1082430-1215222645 -o /tmp/evaluation-result-1082430-1215222645/solver-1082430-1215222645 -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/picosat" -tmp="HOME/temp" HOME/instance-1082430-1215222645.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9306ef7954ddac95b00e0f57746494c3
RANDOM SEED=315645731

node33.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.231
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.231
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:       1678312 kB
Buffers:         38528 kB
Cached:         146788 kB
SwapCached:       6444 kB
Active:         264388 kB
Inactive:        54748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678312 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:         150124 kB
Slab:            43576 kB
Committed_AS:  4383972 kB
PageTables:       2060 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= 66468 MiB
End job on node33 at 2008-07-05 03:52:58