Trace number 1073362

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 15.9736 16.2745

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-16.xml
MD5SUM0f0b449a2eeb7946cbda6c80af844fbf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.31165
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 15:11:52 2008
0.00/0.04	c 0	PID 10126
0.03/0.05	c 0	HOST node3.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1073362-1215177112.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-1073362-1215177112.xml' 'HOME/temp.csp'
3.13/3.26	c 3	1 domains, 8710 variables, 89 predicates, 0 relations, 48484 constraints
3.19/3.31	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.19/3.31	c 3	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'
3.19/3.39	c 3	Parsing HOME/temp.csp
3.21/3.75	c 4	parsed 10000 expressions
3.21/3.93	c 4	parsed 20000 expressions
3.21/4.16	c 4	parsed 30000 expressions
4.17/4.34	c 4	parsed 40000 expressions
4.37/4.58	c 5	parsed 50000 expressions
4.67/4.80	c 5	parsed 57284 expressions
4.67/4.80	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.67/4.80	c 5	Converting to clausal form CSP
4.67/4.86	c 5	converted 5729 (10%) expressions
4.87/5.04	c 5	converted 11457 (20%) expressions
5.06/5.24	c 5	converted 17186 (30%) expressions
5.26/5.48	c 6	converted 22914 (40%) expressions
5.45/5.68	c 6	converted 28642 (50%) expressions
5.65/5.88	c 6	converted 34371 (60%) expressions
5.85/6.09	c 6	converted 40099 (70%) expressions
6.34/6.51	c 7	converted 45828 (80%) expressions
6.54/6.74	c 7	converted 51556 (90%) expressions
9.60/9.81	c 10	converted 57284 (100%) expressions
9.60/9.82	c 10	CSP : 47972 integers, 0 booleans, 127008 clauses, largest domain size 256
9.60/9.82	c 10	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.60/9.82	c 10	Propagation in CSP
10.79/11.01	c 11	1578302 values, 4539 unsatisfiable literals, and 46 valid clauses are removed
10.79/11.02	c 11	CSP : 47972 integers, 0 booleans, 126962 clauses, largest domain size 18
10.79/11.02	c 11	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.79/11.05	c 11	Simplifing CSP by introducing new Boolean variables
11.88/12.16	c 12	CSP : 47972 integers, 63626 booleans, 190588 clauses, largest domain size 18
11.88/12.16	c 12	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.48/12.77	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.58/12.82	c 13	4798 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.58/12.83	c 13	9595 (20%) CSP integer variables are encoded (891 clauses, 12112 bytes)
12.58/12.84	c 13	14392 (30%) CSP integer variables are encoded (6532 clauses, 96727 bytes)
12.58/12.86	c 13	19189 (40%) CSP integer variables are encoded (12908 clauses, 192367 bytes)
12.58/12.87	c 13	23986 (50%) CSP integer variables are encoded (19849 clauses, 296482 bytes)
12.58/12.89	c 13	28784 (60%) CSP integer variables are encoded (27010 clauses, 403897 bytes)
12.67/12.90	c 13	33581 (70%) CSP integer variables are encoded (34215 clauses, 511972 bytes)
12.67/12.92	c 13	38378 (80%) CSP integer variables are encoded (42364 clauses, 634207 bytes)
12.67/12.93	c 13	43175 (90%) CSP integer variables are encoded (51880 clauses, 776947 bytes)
12.67/12.96	c 13	47972 (100%) CSP integer variables are encoded (63948 clauses, 975206 bytes)
12.87/13.10	c 13	19059 (10%) CSP clauses are encoded (74265 clauses, 1126711 bytes)
12.97/13.25	c 13	38118 (20%) CSP clauses are encoded (93324 clauses, 1422451 bytes)
13.06/13.39	c 13	57177 (30%) CSP clauses are encoded (112383 clauses, 1719326 bytes)
13.26/13.53	c 14	76236 (40%) CSP clauses are encoded (131442 clauses, 2016016 bytes)
13.37/13.67	c 14	95294 (50%) CSP clauses are encoded (150361 clauses, 2310234 bytes)
13.67/13.90	c 14	114353 (60%) CSP clauses are encoded (181652 clauses, 2805864 bytes)
13.97/14.27	c 14	133412 (70%) CSP clauses are encoded (247011 clauses, 3864689 bytes)
14.36/14.65	c 15	152471 (80%) CSP clauses are encoded (319234 clauses, 5049572 bytes)
14.75/15.06	c 15	171530 (90%) CSP clauses are encoded (402927 clauses, 6472019 bytes)
15.25/15.55	c 16	190588 (100%) CSP clauses are encoded (529491 clauses, 8871012 bytes)
15.25/15.56	c 16	190588 CSP clauses encoded
15.25/15.56	c 16	Writing map file : HOME/temp.map
15.35/15.63	c 16	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.35/15.63	c 16	SAT : 175524 SAT variables, 529491 SAT clauses, 8871012 bytes
15.35/15.63	c 16	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.40/15.71	c 16	SOLVING HOME/temp.cnf
15.40/15.71	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.40/15.72	c 16	This is MiniSat 2.0 beta
15.40/15.72	c 16	WARNING: for repeatability, setting FPU to use double precision
15.40/15.72	c 16	============================[ Problem Statistics ]=============================
15.40/15.72	c 16	|                                                                             |
15.40/15.72	c 16	|  Number of variables:  175524                                               |
15.40/15.72	c 16	|  Number of clauses:    529491                                               |
15.43/15.94	c 16	|  Parsing time:         0.19         s                                       |
15.43/15.94	c 16	Solved by unit propagation
15.43/15.94	c 16	UNSATISFIABLE
15.43/15.94	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.43/15.94	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.66/16.02	c 16	Decoding HOME/temp.out
15.66/16.23	s UNSATISFIABLE
15.66/16.24	c 16	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.66/16.27	c 16	CPU 15.31 (0.04 0.01 15.27 0.62)
15.66/16.27	c 16	END Fri Jul  4 15:12:08 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073362-1215177112/watcher-1073362-1215177112 -o /tmp/evaluation-result-1073362-1215177112/solver-1073362-1215177112 -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-1073362-1215177112.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/81 10126
/proc/meminfo: memFree=1125392/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=12268 CPUtime=0
/proc/10126/stat : 10126 (sugar) R 10124 10126 9055 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1996686616 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233641655294 0 0 4224 0 0 0 0 17 1 0 0
/proc/10126/statm: 3067 316 241 3 0 167 0

[startup+0.050114 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10126
/proc/meminfo: memFree=1125392/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=0.03
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1996686616 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100942 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10126
/proc/meminfo: memFree=1125392/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=0.03
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996686616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301954 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10126
/proc/meminfo: memFree=1125392/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=0.03
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996686616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10126
/proc/meminfo: memFree=1125392/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=0.03
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996686616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10138
/proc/meminfo: memFree=1096760/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=0.03
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996686616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 796 370 3 0 500 0
[pid=10129] ppid=10126 vsize=5356 CPUtime=0
/proc/10129/stat : 10129 (sh) S 10126 10126 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996686621 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10129/statm: 1339 233 193 169 0 50 0
[pid=10130] ppid=10129 vsize=864676 CPUtime=1.42
/proc/10130/stat : 10130 (java) S 10129 10126 9055 0 -1 0 16274 0 1 0 134 8 0 0 18 0 9 0 1996686621 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10130/statm: 216169 13821 2529 9 0 210751 0
[pid=10130/tid=10131] ppid=10129 vsize=864676 CPUtime=0.83
/proc/10130/task/10131/stat : 10131 (java) R 10129 10126 9055 0 -1 64 3018 0 1 0 81 2 0 0 25 0 9 0 1996686622 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4125966835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10132] ppid=10129 vsize=864676 CPUtime=0.47
/proc/10130/task/10132/stat : 10132 (java) S 10129 10126 9055 0 -1 64 12061 0 0 0 42 5 0 0 16 0 9 0 1996686624 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10133] ppid=10129 vsize=864676 CPUtime=0
/proc/10130/task/10133/stat : 10133 (java) S 10129 10126 9055 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996686624 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10134] ppid=10129 vsize=864676 CPUtime=0
/proc/10130/task/10134/stat : 10134 (java) S 10129 10126 9055 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1996686624 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10135] ppid=10129 vsize=864676 CPUtime=0
/proc/10130/task/10135/stat : 10135 (java) S 10129 10126 9055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996686626 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10136] ppid=10129 vsize=864676 CPUtime=0.09
/proc/10130/task/10136/stat : 10136 (java) S 10129 10126 9055 0 -1 64 495 0 0 0 9 0 0 0 16 0 9 0 1996686626 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10137] ppid=10129 vsize=864676 CPUtime=0
/proc/10130/task/10137/stat : 10137 (java) S 10129 10126 9055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996686626 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10138] ppid=10129 vsize=864676 CPUtime=0
/proc/10130/task/10138/stat : 10138 (java) S 10129 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996686626 885428224 13821 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10219 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10138
/proc/meminfo: memFree=1055928/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=0.03
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996686616 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 796 370 3 0 500 0
[pid=10129] ppid=10126 vsize=5356 CPUtime=0
/proc/10129/stat : 10129 (sh) S 10126 10126 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996686621 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10129/statm: 1339 233 193 169 0 50 0
[pid=10130] ppid=10129 vsize=864716 CPUtime=3.01
/proc/10130/stat : 10130 (java) S 10129 10126 9055 0 -1 0 26443 0 1 0 286 15 0 0 18 0 9 0 1996686621 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10130/statm: 216179 22038 2529 9 0 210761 0
[pid=10130/tid=10131] ppid=10129 vsize=864716 CPUtime=1.6
/proc/10130/task/10131/stat : 10131 (java) R 10129 10126 9055 0 -1 64 3797 0 1 0 156 4 0 0 25 0 9 0 1996686622 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4126724855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10132] ppid=10129 vsize=864716 CPUtime=1.22
/proc/10130/task/10132/stat : 10132 (java) S 10129 10126 9055 0 -1 64 21410 0 0 0 113 9 0 0 16 0 9 0 1996686624 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10133] ppid=10129 vsize=864716 CPUtime=0
/proc/10130/task/10133/stat : 10133 (java) S 10129 10126 9055 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996686624 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10134] ppid=10129 vsize=864716 CPUtime=0
/proc/10130/task/10134/stat : 10134 (java) S 10129 10126 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996686624 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10135] ppid=10129 vsize=864716 CPUtime=0
/proc/10130/task/10135/stat : 10135 (java) S 10129 10126 9055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996686626 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10136] ppid=10129 vsize=864716 CPUtime=0.16
/proc/10130/task/10136/stat : 10136 (java) S 10129 10126 9055 0 -1 64 536 0 0 0 16 0 0 0 16 0 9 0 1996686626 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10137] ppid=10129 vsize=864716 CPUtime=0
/proc/10130/task/10137/stat : 10137 (java) S 10129 10126 9055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996686626 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10130/tid=10138] ppid=10129 vsize=864716 CPUtime=0
/proc/10130/task/10138/stat : 10138 (java) S 10129 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996686626 885469184 22038 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883672

[startup+6.30246 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 10148
/proc/meminfo: memFree=1086776/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=3.21
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 974 26869 0 1 3 0 301 17 15 0 1 0 1996686616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 797 370 3 0 500 0
[pid=10139] ppid=10126 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (sh) S 10126 10126 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996686948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 233 193 169 0 50 0
[pid=10140] ppid=10139 vsize=868440 CPUtime=2.94
/proc/10140/stat : 10140 (java) S 10139 10126 9055 0 -1 0 15708 0 1 0 284 10 0 0 18 0 9 0 1996686948 889282560 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10140/statm: 217110 13944 2540 9 0 211685 0
[pid=10140/tid=10141] ppid=10139 vsize=868440 CPUtime=1.77
/proc/10140/task/10141/stat : 10141 (java) R 10139 10126 9055 0 -1 64 3048 0 1 0 175 2 0 0 25 0 9 0 1996686949 889282560 13944 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10142] ppid=10139 vsize=868440 CPUtime=0.93
/proc/10140/task/10142/stat : 10142 (java) S 10139 10126 9055 0 -1 64 10525 0 0 0 88 5 0 0 16 0 9 0 1996686950 889282560 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10143] ppid=10139 vsize=868440 CPUtime=0
/proc/10140/task/10143/stat : 10143 (java) S 10139 10126 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996686950 889282560 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10144] ppid=10139 vsize=868440 CPUtime=0
/proc/10140/task/10144/stat : 10144 (java) S 10139 10126 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996686950 889282560 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10145] ppid=10139 vsize=868440 CPUtime=0
/proc/10140/task/10145/stat : 10145 (java) S 10139 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996686952 889282560 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10146] ppid=10139 vsize=868440 CPUtime=0.2
/proc/10140/task/10146/stat : 10146 (java) S 10139 10126 9055 0 -1 64 1439 0 0 0 19 1 0 0 16 0 9 0 1996686952 889282560 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10147] ppid=10139 vsize=868440 CPUtime=0
/proc/10140/task/10147/stat : 10147 (java) S 10139 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1996686952 889282560 13944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10148] ppid=10139 vsize=868440 CPUtime=0
/proc/10140/task/10148/stat : 10148 (java) S 10139 10126 9055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996686952 889282560 13944 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) 887396

[startup+12.702 s]
/proc/loadavg: 2.07 2.02 2.00 4/92 10148
/proc/meminfo: memFree=999160/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=3.21
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 974 26869 0 1 3 0 301 17 16 0 1 0 1996686616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 797 370 3 0 500 0
[pid=10139] ppid=10126 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (sh) S 10126 10126 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996686948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 233 193 169 0 50 0
[pid=10140] ppid=10139 vsize=880692 CPUtime=9.27
/proc/10140/stat : 10140 (java) S 10139 10126 9055 0 -1 0 61857 0 1 0 896 31 0 0 18 0 9 0 1996686948 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10140/statm: 220173 38328 2541 9 0 214748 0
[pid=10140/tid=10141] ppid=10139 vsize=880692 CPUtime=5.13
/proc/10140/task/10141/stat : 10141 (java) R 10139 10126 9055 0 -1 64 4536 0 1 0 510 3 0 0 25 0 9 0 1996686949 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10142] ppid=10139 vsize=880692 CPUtime=3.87
/proc/10140/task/10142/stat : 10142 (java) R 10139 10126 9055 0 -1 64 55156 0 0 0 362 25 0 0 16 0 9 0 1996686950 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10143] ppid=10139 vsize=880692 CPUtime=0
/proc/10140/task/10143/stat : 10143 (java) S 10139 10126 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996686950 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10144] ppid=10139 vsize=880692 CPUtime=0
/proc/10140/task/10144/stat : 10144 (java) S 10139 10126 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996686950 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10145] ppid=10139 vsize=880692 CPUtime=0
/proc/10140/task/10145/stat : 10145 (java) S 10139 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996686952 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10146] ppid=10139 vsize=880692 CPUtime=0.25
/proc/10140/task/10146/stat : 10146 (java) S 10139 10126 9055 0 -1 64 1469 0 0 0 24 1 0 0 15 0 9 0 1996686952 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10147] ppid=10139 vsize=880692 CPUtime=0
/proc/10140/task/10147/stat : 10147 (java) S 10139 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1996686952 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10148] ppid=10139 vsize=880692 CPUtime=0
/proc/10140/task/10148/stat : 10148 (java) S 10139 10126 9055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996686952 901828608 38328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 899648

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

[startup+14.3061 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 10148
/proc/meminfo: memFree=986040/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=3.22
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 974 26869 0 1 4 0 301 17 15 0 1 0 1996686616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 797 370 3 0 500 0
[pid=10139] ppid=10126 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (sh) S 10126 10126 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996686948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 233 193 169 0 50 0
[pid=10140] ppid=10139 vsize=868552 CPUtime=10.84
/proc/10140/stat : 10140 (java) S 10139 10126 9055 0 -1 0 61961 0 1 0 1051 33 0 0 18 0 9 0 1996686948 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10140/statm: 217138 35333 2565 9 0 211685 0
[pid=10140/tid=10141] ppid=10139 vsize=868552 CPUtime=6.63
/proc/10140/task/10141/stat : 10141 (java) R 10139 10126 9055 0 -1 64 4614 0 1 0 657 6 0 0 25 0 9 0 1996686949 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4126612312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10142] ppid=10139 vsize=868552 CPUtime=3.91
/proc/10140/task/10142/stat : 10142 (java) S 10139 10126 9055 0 -1 64 55156 0 0 0 366 25 0 0 16 0 9 0 1996686950 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10143] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10143/stat : 10143 (java) S 10139 10126 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996686950 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10144] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10144/stat : 10144 (java) S 10139 10126 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996686950 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10145] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10145/stat : 10145 (java) S 10139 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996686952 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10146] ppid=10139 vsize=868552 CPUtime=0.29
/proc/10140/task/10146/stat : 10146 (java) S 10139 10126 9055 0 -1 64 1495 0 0 0 28 1 0 0 16 0 9 0 1996686952 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10147] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10147/stat : 10147 (java) S 10139 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1996686952 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10148] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10148/stat : 10148 (java) S 10139 10126 9055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996686952 889397248 35333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 887508

[startup+15.1022 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 10148
/proc/meminfo: memFree=986040/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=3.22
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 974 26869 0 1 4 0 301 17 15 0 1 0 1996686616 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 797 370 3 0 500 0
[pid=10139] ppid=10126 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (sh) S 10126 10126 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996686948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 233 193 169 0 50 0
[pid=10140] ppid=10139 vsize=868552 CPUtime=11.64
/proc/10140/stat : 10140 (java) S 10139 10126 9055 0 -1 0 61976 0 1 0 1129 35 0 0 18 0 9 0 1996686948 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10140/statm: 217138 35337 2565 9 0 211685 0
[pid=10140/tid=10141] ppid=10139 vsize=868552 CPUtime=7.4
/proc/10140/task/10141/stat : 10141 (java) R 10139 10126 9055 0 -1 64 4625 0 1 0 733 7 0 0 25 0 9 0 1996686949 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10142] ppid=10139 vsize=868552 CPUtime=3.91
/proc/10140/task/10142/stat : 10142 (java) S 10139 10126 9055 0 -1 64 55156 0 0 0 366 25 0 0 16 0 9 0 1996686950 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10143] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10143/stat : 10143 (java) S 10139 10126 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996686950 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10144] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10144/stat : 10144 (java) S 10139 10126 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996686950 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10145] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10145/stat : 10145 (java) S 10139 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996686952 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10146] ppid=10139 vsize=868552 CPUtime=0.29
/proc/10140/task/10146/stat : 10146 (java) S 10139 10126 9055 0 -1 64 1499 0 0 0 28 1 0 0 16 0 9 0 1996686952 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10147] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10147/stat : 10147 (java) S 10139 10126 9055 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1996686952 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10140/tid=10148] ppid=10139 vsize=868552 CPUtime=0
/proc/10140/task/10148/stat : 10148 (java) S 10139 10126 9055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996686952 889397248 35337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.86
Current children cumulated vsize (KiB) 887508

[startup+15.9012 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 10148
/proc/meminfo: memFree=982264/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=15.43
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 1033 89170 0 2 4 1 1482 56 16 0 1 0 1996686616 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 15.43
Current children cumulated vsize (KiB) 13600

[startup+16.1013 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 10148
/proc/meminfo: memFree=982264/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=15.66
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 1091 94471 0 2 4 1 1501 60 16 0 1 0 1996686616 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 13600

[startup+16.2013 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 10148
/proc/meminfo: memFree=982264/2055920 swapFree=4180472/4192956
[pid=10126] ppid=10124 vsize=13600 CPUtime=15.66
/proc/10126/stat : 10126 (sugar) S 10124 10126 9055 0 -1 4194304 1091 94471 0 2 4 1 1501 60 16 0 1 0 1996686616 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10126/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 16.2745
CPU time (s): 15.9736
CPU user time (s): 15.3247
CPU system time (s): 0.648901
CPU usage (%): 98.1511
Max. virtual memory (cumulated for all children) (KiB): 909888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3247
system time used= 0.648901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99888
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= 5683
involuntary context switches= 5874

runsolver used 0.025996 second user time and 0.065989 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 15:11:52
IDJOB=1073362
IDBENCH=56338
IDSOLVER=346
FILE ID=node3/1073362-1215177112
PBS_JOBID= 7881517
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-16.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-1073362-1215177112/watcher-1073362-1215177112 -o /tmp/evaluation-result-1073362-1215177112/solver-1073362-1215177112 -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-1073362-1215177112.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f0b449a2eeb7946cbda6c80af844fbf
RANDOM SEED=1447117799

node3.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.232
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.232
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:       1125872 kB
Buffers:         32556 kB
Cached:         116580 kB
SwapCached:       6516 kB
Active:         828044 kB
Inactive:        44328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125872 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            8016 kB
Writeback:           0 kB
Mapped:         739528 kB
Slab:            41228 kB
Committed_AS:  4110680 kB
PageTables:       3396 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= 66552 MiB
End job on node3 at 2008-07-04 15:12:08