Trace number 1097699

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 330.196 333.406

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-40_ext.xml
MD5SUM608e629c79e33bd31b2fe99ff5c8dad4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.28489
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 20:32:25 2008
0.00/0.04	c 0	PID 28410
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1097699-1215282745.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1097699-1215282745.xml' 'HOME/temp.csp'
0.03/0.65	c 1	1 domains, 40 variables, 0 predicates, 250 relations, 250 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.62/0.75	c 1	Parsing HOME/temp.csp
1.12/1.21	c 1	parsed 541 expressions
1.12/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.21	c 1	Converting to clausal form CSP
1.12/1.24	c 1	converted 55 (10%) expressions
1.12/1.24	c 1	converted 109 (20%) expressions
1.12/1.24	c 1	converted 163 (30%) expressions
1.12/1.24	c 1	converted 217 (40%) expressions
1.12/1.24	c 1	converted 271 (50%) expressions
1.12/1.26	c 1	converted 325 (60%) expressions
1.12/1.28	c 1	converted 379 (70%) expressions
1.12/1.29	c 1	converted 433 (80%) expressions
1.22/1.35	c 1	converted 487 (90%) expressions
1.22/1.36	c 1	converted 541 (100%) expressions
1.22/1.36	c 1	CSP : 40 integers, 0 booleans, 250 clauses, largest domain size 16
1.22/1.36	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.36	c 1	Propagation in CSP
1.22/1.36	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.37	c 1	CSP : 40 integers, 0 booleans, 250 clauses, largest domain size 16
1.22/1.37	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.37	c 1	CSP : 40 integers, 0 booleans, 250 clauses, largest domain size 16
1.22/1.37	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.41	c 1	4 (10%) CSP integer variables are encoded (56 clauses, 551 bytes)
1.31/1.42	c 1	8 (20%) CSP integer variables are encoded (112 clauses, 1094 bytes)
1.31/1.42	c 1	12 (30%) CSP integer variables are encoded (168 clauses, 1710 bytes)
1.31/1.42	c 1	16 (40%) CSP integer variables are encoded (224 clauses, 2326 bytes)
1.31/1.42	c 1	20 (50%) CSP integer variables are encoded (280 clauses, 2942 bytes)
1.31/1.42	c 1	24 (60%) CSP integer variables are encoded (336 clauses, 3558 bytes)
1.31/1.42	c 1	28 (70%) CSP integer variables are encoded (392 clauses, 4174 bytes)
1.31/1.42	c 1	32 (80%) CSP integer variables are encoded (448 clauses, 4790 bytes)
1.31/1.43	c 1	36 (90%) CSP integer variables are encoded (504 clauses, 5406 bytes)
1.31/1.43	c 1	40 (100%) CSP integer variables are encoded (560 clauses, 6022 bytes)
1.31/1.47	c 1	25 (10%) CSP clauses are encoded (1887 clauses, 26837 bytes)
1.31/1.48	c 1	50 (20%) CSP clauses are encoded (3248 clauses, 49568 bytes)
1.31/1.49	c 1	75 (30%) CSP clauses are encoded (4584 clauses, 72128 bytes)
1.41/1.51	c 1	100 (40%) CSP clauses are encoded (5920 clauses, 96687 bytes)
1.41/1.51	c 1	125 (50%) CSP clauses are encoded (7250 clauses, 121230 bytes)
1.41/1.52	c 1	150 (60%) CSP clauses are encoded (8564 clauses, 145461 bytes)
1.41/1.53	c 1	175 (70%) CSP clauses are encoded (9888 clauses, 169937 bytes)
1.41/1.54	c 1	200 (80%) CSP clauses are encoded (11236 clauses, 194911 bytes)
1.41/1.55	c 2	225 (90%) CSP clauses are encoded (12541 clauses, 218990 bytes)
1.41/1.56	c 2	250 (100%) CSP clauses are encoded (13867 clauses, 243523 bytes)
1.41/1.56	c 2	250 CSP clauses encoded
1.41/1.56	c 2	Writing map file : HOME/temp.map
1.41/1.56	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.56	c 2	SAT : 600 SAT variables, 13867 SAT clauses, 243523 bytes
1.41/1.56	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.59	c 2	SOLVING HOME/temp.cnf
1.41/1.59	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
329.96/333.28	c 333	DECODING HOME/temp.out WITH HOME/temp.map
329.96/333.28	c 333	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
330.07/333.37	c 333	Decoding HOME/temp.out
330.07/333.39	s UNSATISFIABLE
330.07/333.39	c 333	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
330.07/333.40	c 333	CPU 329.98 (0.04 0 329.94 0.2)
330.07/333.40	c 333	END Sat Jul  5 20:37: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-1097699-1215282745/watcher-1097699-1215282745 -o /tmp/evaluation-result-1097699-1215282745/solver-1097699-1215282745 -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-1097699-1215282745.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: 1.96 1.97 1.99 4/81 28410
/proc/meminfo: memFree=1378176/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=18572 CPUtime=0
/proc/28410/stat : 28410 (runsolver) R 28408 28410 28280 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 2007248762 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28410/statm: 4643 292 257 25 0 2626 0

[startup+0.0605349 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 28410
/proc/meminfo: memFree=1378176/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=0.03
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007248762 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.107857 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 28410
/proc/meminfo: memFree=1378176/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=0.03
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007248762 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301893 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 28410
/proc/meminfo: memFree=1378176/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=0.03
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007248762 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702971 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 28410
/proc/meminfo: memFree=1378176/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=0.62
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 956 4673 0 1 3 0 56 3 16 0 1 0 2007248762 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 1.96 1.97 1.99 4/92 28432
/proc/meminfo: memFree=1370024/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=0.62
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 974 4673 0 1 3 0 56 3 15 0 1 0 2007248762 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 797 370 3 0 500 0
[pid=28423] ppid=28410 vsize=5356 CPUtime=0
/proc/28423/stat : 28423 (sh) S 28410 28410 28280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007248830 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28423/statm: 1339 233 193 169 0 50 0
[pid=28424] ppid=28423 vsize=864444 CPUtime=0.79
/proc/28424/stat : 28424 (java) S 28423 28410 28280 0 -1 0 6224 0 1 0 76 3 0 0 18 0 9 0 2007248830 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28424/statm: 216111 5490 2564 9 0 210658 0
[pid=28424/tid=28425] ppid=28423 vsize=864444 CPUtime=0.53
/proc/28424/task/28425/stat : 28425 (java) R 28423 28410 28280 0 -1 64 2693 0 1 0 52 1 0 0 18 0 9 0 2007248831 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28424/tid=28426] ppid=28423 vsize=864444 CPUtime=0.13
/proc/28424/task/28426/stat : 28426 (java) R 28423 28410 28280 0 -1 64 2476 0 0 0 13 0 0 0 16 0 9 0 2007248832 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 102598611 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28424/tid=28427] ppid=28423 vsize=864444 CPUtime=0
/proc/28424/task/28427/stat : 28427 (java) S 28423 28410 28280 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007248832 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28424/tid=28428] ppid=28423 vsize=864444 CPUtime=0
/proc/28424/task/28428/stat : 28428 (java) S 28423 28410 28280 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2007248832 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28424/tid=28429] ppid=28423 vsize=864444 CPUtime=0
/proc/28424/task/28429/stat : 28429 (java) S 28423 28410 28280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007248834 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28424/tid=28430] ppid=28423 vsize=864444 CPUtime=0.1
/proc/28424/task/28430/stat : 28430 (java) S 28423 28410 28280 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 2007248834 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28424/tid=28431] ppid=28423 vsize=864444 CPUtime=0
/proc/28424/task/28431/stat : 28431 (java) S 28423 28410 28280 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007248834 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28424/tid=28432] ppid=28423 vsize=864444 CPUtime=0
/proc/28424/task/28432/stat : 28432 (java) S 28423 28410 28280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007248834 885190656 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883400

[startup+3.10142 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1374568/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=1536 CPUtime=1.48
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 306 0 0 0 140 8 0 0 25 0 1 0 2007248922 1572864 290 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 384 290 48 102 0 279 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 20492

[startup+6.30202 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1374248/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=1664 CPUtime=4.65
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 343 0 0 0 457 8 0 0 25 0 1 0 2007248922 1703936 327 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 416 327 48 102 0 311 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 20620

[startup+12.7012 s]
/proc/loadavg: 1.96 1.97 1.99 4/84 28434
/proc/meminfo: memFree=1373992/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=1912 CPUtime=10.99
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 404 0 0 0 1091 8 0 0 25 0 1 0 2007248922 1957888 388 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 478 388 48 102 0 373 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 20868

[startup+25.5026 s]
/proc/loadavg: 1.97 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1373736/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=2156 CPUtime=23.67
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 472 0 0 0 2359 8 0 0 25 0 1 0 2007248922 2207744 456 996147200 134512640 134931368 4294956256 18446744073709551615 134525554 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 539 456 48 102 0 434 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 21112

[startup+51.1025 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1373416/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=2516 CPUtime=49.03
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 572 0 0 0 4895 8 0 0 25 0 1 0 2007248922 2576384 556 996147200 134512640 134931368 4294956256 18446744073709551615 134529356 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 629 556 48 102 0 524 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 21472

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1372776/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=3188 CPUtime=99.74
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 711 0 0 0 9966 8 0 0 25 0 1 0 2007248922 3264512 695 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 797 695 48 102 0 692 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 22144

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1372392/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=3508 CPUtime=159.17
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 803 0 0 0 15909 8 0 0 25 0 1 0 2007248922 3592192 776 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 877 776 48 102 0 772 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 22464

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1372136/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=3648 CPUtime=218.6
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 882 0 0 0 21852 8 0 0 25 0 1 0 2007248922 3735552 823 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 912 823 48 102 0 807 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 22604

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371752/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=3984 CPUtime=278.04
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 1017 0 0 0 27796 8 0 0 25 0 1 0 2007248922 4079616 913 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 996 913 48 102 0 891 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 22940

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

[startup+307.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371760/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=3988 CPUtime=302.6
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 1031 0 0 0 30252 8 0 0 25 0 1 0 2007248922 4083712 914 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 997 914 48 102 0 892 0
Current children cumulated CPU time (s) 304.1
Current children cumulated vsize (KiB) 22944

[startup+319.902 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371760/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=4112 CPUtime=315.29
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 1062 0 0 0 31521 8 0 0 25 0 1 0 2007248922 4210688 945 996147200 134512640 134931368 4294956256 18446744073709551615 134530174 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 1028 945 48 102 0 923 0
Current children cumulated CPU time (s) 316.79
Current children cumulated vsize (KiB) 23068

[startup+326.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371696/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=4112 CPUtime=321.63
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 1062 0 0 0 32155 8 0 0 25 0 1 0 2007248922 4210688 945 996147200 134512640 134931368 4294956256 18446744073709551615 134520047 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 1028 945 48 102 0 923 0
Current children cumulated CPU time (s) 323.13
Current children cumulated vsize (KiB) 23068

[startup+329.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371696/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=4112 CPUtime=324.8
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 1062 0 0 0 32472 8 0 0 25 0 1 0 2007248922 4210688 945 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 1028 945 48 102 0 923 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 23068

[startup+331.107 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371696/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=4016 CPUtime=326.38
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 1062 0 0 0 32630 8 0 0 25 0 1 0 2007248922 4112384 923 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 1004 923 48 102 0 899 0
Current children cumulated CPU time (s) 327.88
Current children cumulated vsize (KiB) 22972

[startup+332.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371696/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=4016 CPUtime=327.96
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 1062 0 0 0 32788 8 0 0 25 0 1 0 2007248922 4112384 923 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 1004 923 48 102 0 899 0
Current children cumulated CPU time (s) 329.46
Current children cumulated vsize (KiB) 22972

[startup+333.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371696/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=1.5
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1022 11214 0 2 4 0 139 7 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
[pid=28433] ppid=28410 vsize=5356 CPUtime=0
/proc/28433/stat : 28433 (sh) S 28410 28410 28280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007248922 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28433/statm: 1339 232 193 169 0 50 0
[pid=28434] ppid=28433 vsize=4016 CPUtime=328.36
/proc/28434/stat : 28434 (picosat) R 28433 28410 28280 0 -1 4194304 1062 0 0 0 32828 8 0 0 25 0 1 0 2007248922 4112384 923 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28434/statm: 1004 923 48 102 0 899 0
Current children cumulated CPU time (s) 329.86
Current children cumulated vsize (KiB) 22972

[startup+333.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371696/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=330.07
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1070 12563 0 2 4 0 32986 17 17 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 330.07
Current children cumulated vsize (KiB) 13600

[startup+333.402 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 28434
/proc/meminfo: memFree=1371696/2055920 swapFree=4180412/4192956
[pid=28410] ppid=28408 vsize=13600 CPUtime=330.07
/proc/28410/stat : 28410 (sugar) S 28408 28410 28280 0 -1 4194304 1089 12563 0 2 4 0 32986 17 16 0 1 0 2007248762 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28410/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 330.07
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 333.406
CPU time (s): 330.196
CPU user time (s): 329.984
CPU system time (s): 0.211967
CPU usage (%): 99.0371
Max. virtual memory (cumulated for all children) (KiB): 883400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.984
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17329
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= 1196
involuntary context switches= 14264

runsolver used 0.402938 second user time and 1.12383 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 20:32:25
IDJOB=1097699
IDBENCH=59544
IDSOLVER=345
FILE ID=node21/1097699-1215282745
PBS_JOBID= 7882332
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/tightness0.35/normalized-rand-2-40-16-250-350-40_ext.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-1097699-1215282745/watcher-1097699-1215282745 -o /tmp/evaluation-result-1097699-1215282745/solver-1097699-1215282745 -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-1097699-1215282745.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 608e629c79e33bd31b2fe99ff5c8dad4
RANDOM SEED=1973892769

node21.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.263
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.263
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:       1378656 kB
Buffers:        115604 kB
Cached:         467212 kB
SwapCached:       6472 kB
Active:         257976 kB
Inactive:       347512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378656 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          37528 kB
Slab:            56820 kB
Committed_AS:  3631232 kB
PageTables:       1900 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= 66480 MiB
End job on node21 at 2008-07-05 20:37:58