Trace number 1088250

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 7.76382 8.07894

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f8.xml
MD5SUMb015d872cbc51a1a99034ec27314cdb1
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.42078
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul  5 10:25:40 2008
0.00/0.14	c 0	PID 10195
0.00/0.14	c 0	HOST node66.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1088250-1215246340.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088250-1215246340.xml' 'HOME/temp.csp'
0.04/0.93	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.04/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.98	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.82/1.07	c 1	Parsing HOME/temp.csp
1.21/1.43	c 1	parsed 4790 expressions
1.21/1.43	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.43	c 1	Converting to clausal form CSP
1.21/1.47	c 1	converted 479 (10%) expressions
1.60/1.85	c 2	converted 958 (20%) expressions
2.00/2.26	c 2	converted 1437 (30%) expressions
2.39/2.63	c 2	converted 1916 (40%) expressions
2.79/3.01	c 3	converted 2395 (50%) expressions
3.19/3.43	c 3	converted 2874 (60%) expressions
3.48/3.74	c 4	converted 3353 (70%) expressions
3.77/4.08	c 4	converted 3832 (80%) expressions
4.18/4.42	c 4	converted 4311 (90%) expressions
4.47/4.80	c 5	converted 4790 (100%) expressions
4.57/4.80	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 36
4.57/4.80	c 5	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.80	c 5	Propagation in CSP
5.16/5.42	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.16/5.42	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 36
5.16/5.42	c 5	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.16/5.43	c 5	Simplifing CSP by introducing new Boolean variables
5.26/5.57	c 5	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 36
5.26/5.57	c 5	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.36/5.66	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.45/5.73	c 6	68 (10%) CSP integer variables are encoded (2242 clauses, 27061 bytes)
5.45/5.75	c 6	136 (20%) CSP integer variables are encoded (4378 clauses, 54829 bytes)
5.45/5.77	c 6	204 (30%) CSP integer variables are encoded (6630 clauses, 84105 bytes)
5.45/5.78	c 6	272 (40%) CSP integer variables are encoded (8578 clauses, 109429 bytes)
5.56/5.80	c 6	340 (50%) CSP integer variables are encoded (10526 clauses, 136428 bytes)
5.56/5.82	c 6	408 (60%) CSP integer variables are encoded (12614 clauses, 167748 bytes)
5.56/5.83	c 6	476 (70%) CSP integer variables are encoded (14534 clauses, 196548 bytes)
5.56/5.85	c 6	544 (80%) CSP integer variables are encoded (16538 clauses, 226608 bytes)
5.56/5.87	c 6	612 (90%) CSP integer variables are encoded (18500 clauses, 256038 bytes)
5.56/5.88	c 6	680 (100%) CSP integer variables are encoded (20504 clauses, 286098 bytes)
5.75/6.07	c 6	1299 (10%) CSP clauses are encoded (48630 clauses, 822225 bytes)
5.95/6.24	c 6	2598 (20%) CSP clauses are encoded (77383 clauses, 1393077 bytes)
6.06/6.36	c 6	3897 (30%) CSP clauses are encoded (103231 clauses, 1903484 bytes)
6.26/6.52	c 6	5196 (40%) CSP clauses are encoded (131730 clauses, 2471600 bytes)
6.36/6.66	c 6	6495 (50%) CSP clauses are encoded (159148 clauses, 3014050 bytes)
6.45/6.79	c 7	7794 (60%) CSP clauses are encoded (184497 clauses, 3515440 bytes)
6.65/6.91	c 7	9093 (70%) CSP clauses are encoded (209525 clauses, 4015201 bytes)
6.75/7.04	c 7	10392 (80%) CSP clauses are encoded (235008 clauses, 4549834 bytes)
6.84/7.17	c 7	11691 (90%) CSP clauses are encoded (260338 clauses, 5077100 bytes)
7.04/7.30	c 7	12989 (100%) CSP clauses are encoded (285757 clauses, 5602215 bytes)
7.04/7.30	c 7	12989 CSP clauses encoded
7.04/7.30	c 7	Writing map file : HOME/temp.map
7.04/7.32	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.04/7.32	c 7	SAT : 29390 SAT variables, 285757 SAT clauses, 5602215 bytes
7.04/7.32	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.04/7.37	c 7	SOLVING HOME/temp.cnf
7.04/7.37	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.04/7.38	c 7	This is MiniSat 2.0 beta
7.04/7.38	c 7	WARNING: for repeatability, setting FPU to use double precision
7.04/7.38	c 7	============================[ Problem Statistics ]=============================
7.04/7.38	c 7	|                                                                             |
7.04/7.38	c 7	|  Number of variables:  29390                                                |
7.04/7.38	c 7	|  Number of clauses:    285757                                               |
7.08/7.55	c 7	|  Parsing time:         0.14         s                                       |
7.08/7.56	c 7	============================[ Search Statistics ]==============================
7.08/7.56	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.08/7.56	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.08/7.56	c 7	===============================================================================
7.08/7.56	c 7	|         0 |   29390   285757   802724 |    95252        0    nan |  0.000 % |
7.08/7.58	c 7	|       103 |   29390   285757   802724 |   104777      103      7 |  0.000 % |
7.08/7.59	c 7	===============================================================================
7.08/7.59	c 7	restarts              : 2
7.08/7.59	c 7	conflicts             : 172            (950 /sec)
7.08/7.59	c 7	decisions             : 498            (1.81 % random) (2752 /sec)
7.08/7.59	c 7	propagations          : 34760          (192074 /sec)
7.08/7.59	c 7	conflict literals     : 1044           (18.82 % deleted)
7.08/7.59	c 7	Memory used           : 14.92 MB
7.08/7.59	c 7	CPU time              : 0.180972 s
7.08/7.59	c 7	
7.08/7.59	c 7	UNSATISFIABLE
7.08/7.59	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.08/7.59	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.30/7.67	c 7	Decoding HOME/temp.out
7.68/8.03	s UNSATISFIABLE
7.68/8.04	c 8	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.68/8.07	c 8	CPU 7.46 (0.04 0.01 7.42 0.27)
7.68/8.07	c 8	END Sat Jul  5 10:25:48 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-1088250-1215246340/watcher-1088250-1215246340 -o /tmp/evaluation-result-1088250-1215246340/solver-1088250-1215246340 -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-1088250-1215246340.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 10195
/proc/meminfo: memFree=1901824/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=18572 CPUtime=0
/proc/10195/stat : 10195 (runsolver) D 10193 10195 9336 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003603670 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 227607637287 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10195/statm: 4643 292 257 25 0 2626 0

[startup+0.105655 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 10195
/proc/meminfo: memFree=1901824/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=12544 CPUtime=0
/proc/10195/stat : 10195 (sugar) R 10193 10195 9336 0 -1 4194304 465 0 0 0 0 0 0 0 18 0 1 0 2003603670 12845056 433 996147200 4194304 4206940 548682068608 18446744073709551615 227620991684 0 0 4224 0 0 0 0 17 1 0 0
/proc/10195/statm: 3136 433 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.201669 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 10195
/proc/meminfo: memFree=1901824/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=0.04
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003603670 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301678 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 10195
/proc/meminfo: memFree=1901824/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=0.04
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003603670 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701726 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 10195
/proc/meminfo: memFree=1901824/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=0.04
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003603670 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 2.01 2.02 2.00 5/83 10217
/proc/meminfo: memFree=1894696/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=0.82
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 973 7093 0 1 3 1 73 5 15 0 1 0 2003603670 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 797 370 3 0 500 0
[pid=10208] ppid=10195 vsize=5356 CPUtime=0
/proc/10208/stat : 10208 (sh) S 10195 10195 9336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003603769 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10208/statm: 1339 233 193 169 0 50 0
[pid=10209] ppid=10208 vsize=864156 CPUtime=0.48
/proc/10209/stat : 10209 (java) S 10208 10195 9336 0 -1 0 4087 0 1 0 46 2 0 0 18 0 9 0 2003603769 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10209/statm: 216039 3518 1732 9 0 210614 0
[pid=10209/tid=10210] ppid=10208 vsize=864156 CPUtime=0.36
/proc/10209/task/10210/stat : 10210 (java) R 10208 10195 9336 0 -1 64 2644 0 1 0 35 1 0 0 18 0 9 0 2003603770 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 102604805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10211] ppid=10208 vsize=864156 CPUtime=0.02
/proc/10209/task/10211/stat : 10211 (java) S 10208 10195 9336 0 -1 64 405 0 0 0 2 0 0 0 16 0 9 0 2003603772 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10212] ppid=10208 vsize=864156 CPUtime=0
/proc/10209/task/10212/stat : 10212 (java) S 10208 10195 9336 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003603772 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10213] ppid=10208 vsize=864156 CPUtime=0
/proc/10209/task/10213/stat : 10213 (java) S 10208 10195 9336 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003603772 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10214] ppid=10208 vsize=864156 CPUtime=0
/proc/10209/task/10214/stat : 10214 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003603774 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10215] ppid=10208 vsize=864156 CPUtime=0.08
/proc/10209/task/10215/stat : 10215 (java) S 10208 10195 9336 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 2003603774 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10216] ppid=10208 vsize=864156 CPUtime=0
/proc/10209/task/10216/stat : 10216 (java) S 10208 10195 9336 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003603774 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10217] ppid=10208 vsize=864156 CPUtime=0
/proc/10209/task/10217/stat : 10217 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003603774 884895744 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 883112

[startup+3.10302 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 10217
/proc/meminfo: memFree=1886824/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=0.82
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 973 7093 0 1 3 1 73 5 15 0 1 0 2003603670 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 797 370 3 0 500 0
[pid=10208] ppid=10195 vsize=5356 CPUtime=0
/proc/10208/stat : 10208 (sh) S 10195 10195 9336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003603769 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10208/statm: 1339 233 193 169 0 50 0
[pid=10209] ppid=10208 vsize=868440 CPUtime=2.07
/proc/10209/stat : 10209 (java) S 10208 10195 9336 0 -1 0 6190 0 1 0 202 5 0 0 18 0 9 0 2003603769 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10209/statm: 217110 5456 1843 9 0 211685 0
[pid=10209/tid=10210] ppid=10208 vsize=868440 CPUtime=1.74
/proc/10209/task/10210/stat : 10210 (java) R 10208 10195 9336 0 -1 64 2745 0 1 0 173 1 0 0 25 0 9 0 2003603770 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10211] ppid=10208 vsize=868440 CPUtime=0.11
/proc/10209/task/10211/stat : 10211 (java) R 10208 10195 9336 0 -1 64 1283 0 0 0 10 1 0 0 16 0 9 0 2003603772 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 103821076 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10212] ppid=10208 vsize=868440 CPUtime=0
/proc/10209/task/10212/stat : 10212 (java) S 10208 10195 9336 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003603772 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10213] ppid=10208 vsize=868440 CPUtime=0
/proc/10209/task/10213/stat : 10213 (java) S 10208 10195 9336 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003603772 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10214] ppid=10208 vsize=868440 CPUtime=0
/proc/10209/task/10214/stat : 10214 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003603774 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10215] ppid=10208 vsize=868440 CPUtime=0.2
/proc/10209/task/10215/stat : 10215 (java) S 10208 10195 9336 0 -1 64 1470 0 0 0 19 1 0 0 16 0 9 0 2003603774 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10216] ppid=10208 vsize=868440 CPUtime=0
/proc/10209/task/10216/stat : 10216 (java) S 10208 10195 9336 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003603774 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10217] ppid=10208 vsize=868440 CPUtime=0
/proc/10209/task/10217/stat : 10217 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003603774 889282560 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 887396

[startup+6.30239 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 10217
/proc/meminfo: memFree=1878056/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=0.83
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 974 7093 0 1 4 1 73 5 15 0 1 0 2003603670 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 797 370 3 0 500 0
[pid=10208] ppid=10195 vsize=5356 CPUtime=0
/proc/10208/stat : 10208 (sh) S 10195 10195 9336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003603769 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10208/statm: 1339 233 193 169 0 50 0
[pid=10209] ppid=10208 vsize=868488 CPUtime=5.23
/proc/10209/stat : 10209 (java) S 10208 10195 9336 0 -1 0 10571 0 1 0 513 10 0 0 18 0 9 0 2003603769 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10209/statm: 217122 7537 2565 9 0 211669 0
[pid=10209/tid=10210] ppid=10208 vsize=868488 CPUtime=4.47
/proc/10209/task/10210/stat : 10210 (java) R 10208 10195 9336 0 -1 64 3118 0 1 0 444 3 0 0 25 0 9 0 2003603770 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4126974163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10211] ppid=10208 vsize=868488 CPUtime=0.46
/proc/10209/task/10211/stat : 10211 (java) S 10208 10195 9336 0 -1 64 5251 0 0 0 42 4 0 0 16 0 9 0 2003603772 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10212] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10212/stat : 10212 (java) S 10208 10195 9336 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003603772 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10213] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10213/stat : 10213 (java) S 10208 10195 9336 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003603772 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10214] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10214/stat : 10214 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003603774 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10215] ppid=10208 vsize=868488 CPUtime=0.27
/proc/10209/task/10215/stat : 10215 (java) S 10208 10195 9336 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 2003603774 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10216] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10216/stat : 10216 (java) S 10208 10195 9336 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003603774 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10217] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10217/stat : 10217 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003603774 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887444

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

[startup+6.4024 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 10217
/proc/meminfo: memFree=1878056/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=0.83
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 974 7093 0 1 4 1 73 5 15 0 1 0 2003603670 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 797 370 3 0 500 0
[pid=10208] ppid=10195 vsize=5356 CPUtime=0
/proc/10208/stat : 10208 (sh) S 10195 10195 9336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003603769 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10208/statm: 1339 233 193 169 0 50 0
[pid=10209] ppid=10208 vsize=868488 CPUtime=5.32
/proc/10209/stat : 10209 (java) S 10208 10195 9336 0 -1 0 10589 0 1 0 522 10 0 0 18 0 9 0 2003603769 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10209/statm: 217122 7537 2565 9 0 211669 0
[pid=10209/tid=10210] ppid=10208 vsize=868488 CPUtime=4.56
/proc/10209/task/10210/stat : 10210 (java) R 10208 10195 9336 0 -1 64 3136 0 1 0 453 3 0 0 25 0 9 0 2003603770 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4126992387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10211] ppid=10208 vsize=868488 CPUtime=0.47
/proc/10209/task/10211/stat : 10211 (java) S 10208 10195 9336 0 -1 64 5251 0 0 0 43 4 0 0 16 0 9 0 2003603772 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10212] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10212/stat : 10212 (java) S 10208 10195 9336 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003603772 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10213] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10213/stat : 10213 (java) S 10208 10195 9336 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003603772 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10214] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10214/stat : 10214 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003603774 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10215] ppid=10208 vsize=868488 CPUtime=0.27
/proc/10209/task/10215/stat : 10215 (java) S 10208 10195 9336 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 2003603774 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10216] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10216/stat : 10216 (java) S 10208 10195 9336 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003603774 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10217] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10217/stat : 10217 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003603774 889331712 7537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887444

[startup+7.20175 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 10217
/proc/meminfo: memFree=1876072/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=0.83
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 974 7093 0 1 4 1 73 5 15 0 1 0 2003603670 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 797 370 3 0 500 0
[pid=10208] ppid=10195 vsize=5356 CPUtime=0
/proc/10208/stat : 10208 (sh) S 10195 10195 9336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003603769 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10208/statm: 1339 233 193 169 0 50 0
[pid=10209] ppid=10208 vsize=868488 CPUtime=6.12
/proc/10209/stat : 10209 (java) S 10208 10195 9336 0 -1 0 10732 0 1 0 598 14 0 0 18 0 9 0 2003603769 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10209/statm: 217122 7544 2566 9 0 211669 0
[pid=10209/tid=10210] ppid=10208 vsize=868488 CPUtime=5.3
/proc/10209/task/10210/stat : 10210 (java) R 10208 10195 9336 0 -1 64 3272 0 1 0 524 6 0 0 25 0 9 0 2003603770 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4126991233 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10211] ppid=10208 vsize=868488 CPUtime=0.51
/proc/10209/task/10211/stat : 10211 (java) S 10208 10195 9336 0 -1 64 5251 0 0 0 46 5 0 0 16 0 9 0 2003603772 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10212] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10212/stat : 10212 (java) S 10208 10195 9336 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003603772 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10213] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10213/stat : 10213 (java) S 10208 10195 9336 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003603772 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10214] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10214/stat : 10214 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003603774 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10215] ppid=10208 vsize=868488 CPUtime=0.27
/proc/10209/task/10215/stat : 10215 (java) S 10208 10195 9336 0 -1 64 1516 0 0 0 26 1 0 0 16 0 9 0 2003603774 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10216] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10216/stat : 10216 (java) S 10208 10195 9336 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003603774 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10209/tid=10217] ppid=10208 vsize=868488 CPUtime=0
/proc/10209/task/10217/stat : 10217 (java) S 10208 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003603774 889331712 7544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 887444

[startup+7.60155 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 10217
/proc/meminfo: memFree=1876072/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=7.3
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 1072 22084 0 2 4 1 701 24 16 0 1 0 2003603670 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 13600

[startup+8.0016 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 10229
/proc/meminfo: memFree=1888744/2055920 swapFree=4179860/4192956
[pid=10195] ppid=10193 vsize=13600 CPUtime=7.3
/proc/10195/stat : 10195 (sugar) S 10193 10195 9336 0 -1 4194304 1090 22084 0 2 4 1 701 24 16 0 1 0 2003603670 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10195/statm: 3400 799 370 3 0 500 0
[pid=10220] ppid=10195 vsize=5356 CPUtime=0
/proc/10220/stat : 10220 (sh) S 10195 10195 9336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003604430 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10220/statm: 1339 233 193 169 0 50 0
[pid=10221] ppid=10220 vsize=863880 CPUtime=0.38
/proc/10221/stat : 10221 (java) S 10220 10195 9336 0 -1 0 3628 0 1 0 36 2 0 0 18 0 9 0 2003604430 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10221/statm: 215970 3098 1657 9 0 210552 0
[pid=10221/tid=10222] ppid=10220 vsize=863880 CPUtime=0.33
/proc/10221/task/10222/stat : 10222 (java) R 10220 10195 9336 0 -1 64 2452 0 1 0 32 1 0 0 20 0 9 0 2003604431 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 4125978708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10221/tid=10223] ppid=10220 vsize=863880 CPUtime=0.01
/proc/10221/task/10223/stat : 10223 (java) S 10220 10195 9336 0 -1 64 233 0 0 0 1 0 0 0 16 0 9 0 2003604432 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10221/tid=10224] ppid=10220 vsize=863880 CPUtime=0
/proc/10221/task/10224/stat : 10224 (java) S 10220 10195 9336 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003604433 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10221/tid=10225] ppid=10220 vsize=863880 CPUtime=0
/proc/10221/task/10225/stat : 10225 (java) S 10220 10195 9336 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003604433 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10221/tid=10226] ppid=10220 vsize=863880 CPUtime=0
/proc/10221/task/10226/stat : 10226 (java) S 10220 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003604435 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10221/tid=10227] ppid=10220 vsize=863880 CPUtime=0.03
/proc/10221/task/10227/stat : 10227 (java) R 10220 10195 9336 0 -1 64 251 0 0 0 3 0 0 0 19 0 9 0 2003604435 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 102667645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10221/tid=10228] ppid=10220 vsize=863880 CPUtime=0
/proc/10221/task/10228/stat : 10228 (java) S 10220 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003604435 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10221/tid=10229] ppid=10220 vsize=863880 CPUtime=0
/proc/10221/task/10229/stat : 10229 (java) S 10220 10195 9336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003604435 884613120 3098 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 882836

Child status: 0
Real time (s): 8.07894
CPU time (s): 7.76382
CPU user time (s): 7.46686
CPU system time (s): 0.296954
CPU usage (%): 96.0994
Max. virtual memory (cumulated for all children) (KiB): 890016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.46686
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27505
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= 6127
involuntary context switches= 6069

runsolver used 0.018997 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 10:25:40
IDJOB=1088250
IDBENCH=58074
IDSOLVER=346
FILE ID=node66/1088250-1215246340
PBS_JOBID= 7881984
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f8.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-1088250-1215246340/watcher-1088250-1215246340 -o /tmp/evaluation-result-1088250-1215246340/solver-1088250-1215246340 -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-1088250-1215246340.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b015d872cbc51a1a99034ec27314cdb1
RANDOM SEED=8210677

node66.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.213
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.213
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:       1902304 kB
Buffers:          9976 kB
Cached:          64072 kB
SwapCached:       7144 kB
Active:          83220 kB
Inactive:        17184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902304 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          34048 kB
Slab:            38404 kB
Committed_AS:  4192684 kB
PageTables:       1828 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= 66416 MiB
End job on node66 at 2008-07-05 10:25:48