Trace number 1111586

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 92.0548 94.4519

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph9-f10.xml
MD5SUM6c2f102032bae2df336cce2e32238ab9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints19
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 09:59:42 2008
0.00/0.05	c 0	PID 16169
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111586-1215849581.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-1111586-1215849581.xml' 'HOME/temp.csp'
0.03/0.94	c 0	7 domains, 916 variables, 2 predicates, 0 relations, 5246 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.08	c 1	Parsing HOME/temp.csp
1.20/1.34	c 1	parsed 6171 expressions
1.20/1.34	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.39	c 1	MAX CSP: 5246 constraints
1.20/1.39	c 1	Converting to clausal form CSP
1.39/1.58	c 1	converted 1142 (10%) expressions
1.98/2.12	c 2	converted 2284 (20%) expressions
2.38/2.58	c 2	converted 3426 (30%) expressions
2.78/2.98	c 3	converted 4568 (40%) expressions
3.17/3.37	c 3	converted 5710 (50%) expressions
3.68/3.84	c 3	converted 6852 (60%) expressions
4.07/4.22	c 4	converted 7994 (70%) expressions
4.46/4.61	c 4	converted 9136 (80%) expressions
4.85/5.01	c 5	converted 10278 (90%) expressions
5.75/5.98	c 6	converted 11420 (100%) expressions
5.75/5.98	c 6	CSP : 11408 integers, 458 booleans, 17111 clauses, largest domain size 7870
5.75/5.98	c 6	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.98	c 6	Propagation in CSP
6.04/6.24	c 6	5238 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.04/6.24	c 6	CSP : 11408 integers, 458 booleans, 17111 clauses, largest domain size 5247
6.04/6.24	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.04/6.25	c 6	Simplifing CSP by introducing new Boolean variables
6.14/6.32	c 6	CSP : 11408 integers, 10950 booleans, 27603 clauses, largest domain size 5247
6.14/6.32	c 6	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.34/6.59	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.73/6.90	c 6	1141 (10%) CSP integer variables are encoded (25618 clauses, 362871 bytes)
6.73/6.90	c 6	2282 (20%) CSP integer variables are encoded (25618 clauses, 362871 bytes)
6.73/6.90	c 6	3423 (30%) CSP integer variables are encoded (25618 clauses, 362871 bytes)
6.73/6.91	c 6	4564 (40%) CSP integer variables are encoded (25618 clauses, 362871 bytes)
6.73/6.91	c 6	5704 (50%) CSP integer variables are encoded (25618 clauses, 362871 bytes)
6.73/6.92	c 6	6845 (60%) CSP integer variables are encoded (36486 clauses, 525891 bytes)
6.73/6.94	c 6	7986 (70%) CSP integer variables are encoded (46823 clauses, 680946 bytes)
6.83/7.03	c 7	9127 (80%) CSP integer variables are encoded (118436 clauses, 1809578 bytes)
6.83/7.04	c 7	10268 (90%) CSP integer variables are encoded (129415 clauses, 1996221 bytes)
6.83/7.06	c 7	11408 (100%) CSP integer variables are encoded (143339 clauses, 2232929 bytes)
7.23/7.46	c 7	2761 (10%) CSP clauses are encoded (194320 clauses, 3294529 bytes)
7.62/7.81	c 7	5521 (20%) CSP clauses are encoded (246850 clauses, 4419509 bytes)
7.92/8.13	c 8	8281 (30%) CSP clauses are encoded (299240 clauses, 5566808 bytes)
8.21/8.48	c 8	11042 (40%) CSP clauses are encoded (350251 clauses, 6720888 bytes)
8.61/8.83	c 8	13802 (50%) CSP clauses are encoded (401744 clauses, 7886352 bytes)
8.91/9.16	c 9	16562 (60%) CSP clauses are encoded (450652 clauses, 8992276 bytes)
9.99/10.24	c 10	19323 (70%) CSP clauses are encoded (1023888 clauses, 21199840 bytes)
13.25/13.51	c 13	22083 (80%) CSP clauses are encoded (2791450 clauses, 59016679 bytes)
67.25/68.70	c 68	24843 (90%) CSP clauses are encoded (28747158 clauses, 665093210 bytes)
79.37/81.33	c 81	27603 (100%) CSP clauses are encoded (35095316 clauses, 820306123 bytes)
79.37/81.33	c 81	27603 CSP clauses encoded
79.37/81.33	c 81	Writing map file : HOME/temp.map
79.37/81.40	c 81	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.47/81.40	c 81	SAT : 165697 SAT variables, 35095316 SAT clauses, 820306123 bytes
79.47/81.40	c 81	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.47/81.45	c 81	OBJECTIVE minimize _COST
79.47/81.45	c 81	OBJECTIVE BOUND: 0 <= _COST <= 
79.47/81.46	c 81	SEARCHING: _COST <= 2623
79.47/81.46	c 81	SOLVING HOME/temp.cnf
79.47/81.46	c 81	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
79.47/81.46	c 81	This is MiniSat 2.0 beta
79.47/81.46	c 81	WARNING: for repeatability, setting FPU to use double precision
79.47/81.46	c 81	============================[ Problem Statistics ]=============================
79.47/81.46	c 81	|                                                                             |
79.47/81.46	c 81	|  Number of variables:  165697                                               |
79.47/81.46	c 81	|  Number of clauses:    35095317                                             |
91.57/93.81	c ERROR INTERRUPTED
91.68/93.95	s UNKNOWN
91.68/93.95	c 93	CPU 73.97 (0.06 0.01 73.91 5.55)
91.68/93.95	c 93	END Sat Jul 12 10:01:15 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111586-1215849581/watcher-1111586-1215849581 -o /tmp/evaluation-result-1111586-1215849581/solver-1111586-1215849581 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111586-1215849581.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.21 2.11 2.09 4/81 16169
/proc/meminfo: memFree=1524944/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=12000 CPUtime=0
/proc/16169/stat : 16169 (sugar) R 16167 16169 15249 0 -1 4194304 210 0 0 0 0 0 0 0 22 0 1 0 41660885 12288000 178 996147200 4194304 4206940 548682068592 18446744073709551615 269775567616 0 0 4224 0 0 0 0 17 1 0 0
/proc/16169/statm: 3000 178 139 3 0 100 0

[startup+0.0527691 s]
/proc/loadavg: 2.21 2.11 2.09 4/81 16169
/proc/meminfo: memFree=1524944/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.03
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 882 127 0 0 3 0 0 0 18 0 1 0 41660885 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101877 s]
/proc/loadavg: 2.21 2.11 2.09 4/81 16169
/proc/meminfo: memFree=1524944/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.03
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41660885 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301899 s]
/proc/loadavg: 2.21 2.11 2.09 4/81 16169
/proc/meminfo: memFree=1524944/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.03
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41660885 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701957 s]
/proc/loadavg: 2.21 2.11 2.09 4/81 16169
/proc/meminfo: memFree=1524944/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.03
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41660885 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 2.21 2.11 2.09 3/84 16183
/proc/meminfo: memFree=1522616/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.91
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 974 7548 0 1 3 0 83 5 15 0 1 0 41660885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 797 370 3 0 500 0
[pid=16182] ppid=16169 vsize=5356 CPUtime=0
/proc/16182/stat : 16182 (sh) S 16169 16169 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41660985 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16182/statm: 1339 233 193 169 0 50 0
[pid=16183] ppid=16182 vsize=864216 CPUtime=0.48
/proc/16183/stat : 16183 (java) S 16182 16169 15249 0 -1 0 4613 0 1 0 45 3 0 0 19 0 9 0 41660985 884957184 4053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16183/statm: 216054 4053 1732 9 0 210629 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883172

[startup+3.10227 s]
/proc/loadavg: 2.27 2.13 2.10 3/92 16191
/proc/meminfo: memFree=1505912/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.91
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 974 7548 0 1 3 0 83 5 15 0 1 0 41660885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 797 370 3 0 500 0
[pid=16182] ppid=16169 vsize=5356 CPUtime=0
/proc/16182/stat : 16182 (sh) S 16169 16169 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41660985 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16182/statm: 1339 233 193 169 0 50 0
[pid=16183] ppid=16182 vsize=868384 CPUtime=2.07
/proc/16183/stat : 16183 (java) S 16182 16169 15249 0 -1 0 8584 0 1 0 202 5 0 0 19 0 9 0 41660985 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16183/statm: 217096 7715 2540 9 0 211671 0
[pid=16183/tid=16184] ppid=16182 vsize=868384 CPUtime=1.59
/proc/16183/task/16184/stat : 16184 (java) R 16182 16169 15249 0 -1 64 2754 0 1 0 157 2 0 0 25 0 9 0 41660986 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4126597092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16185] ppid=16182 vsize=868384 CPUtime=0.24
/proc/16183/task/16185/stat : 16185 (java) S 16182 16169 15249 0 -1 64 3669 0 0 0 23 1 0 0 16 0 9 0 41660988 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16186] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16186/stat : 16186 (java) S 16182 16169 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41660988 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16187] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16187/stat : 16187 (java) S 16182 16169 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41660988 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16188] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16188/stat : 16188 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41660990 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16189] ppid=16182 vsize=868384 CPUtime=0.2
/proc/16183/task/16189/stat : 16189 (java) S 16182 16169 15249 0 -1 64 1469 0 0 0 20 0 0 0 16 0 9 0 41660990 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16190] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16190/stat : 16190 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41660990 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16191] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16191/stat : 16191 (java) S 16182 16169 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41660990 889225216 7715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887340

[startup+6.30471 s]
/proc/loadavg: 2.27 2.13 2.10 3/92 16191
/proc/meminfo: memFree=1489400/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.91
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 974 7548 0 1 3 0 83 5 15 0 1 0 41660885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 797 370 3 0 500 0
[pid=16182] ppid=16169 vsize=5356 CPUtime=0
/proc/16182/stat : 16182 (sh) S 16169 16169 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41660985 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16182/statm: 1339 233 193 169 0 50 0
[pid=16183] ppid=16182 vsize=868384 CPUtime=5.23
/proc/16183/stat : 16183 (java) S 16182 16169 15249 0 -1 0 14525 0 1 0 515 8 0 0 19 0 9 0 41660985 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16183/statm: 217096 13482 2540 9 0 211671 0
[pid=16183/tid=16184] ppid=16182 vsize=868384 CPUtime=4.17
/proc/16183/task/16184/stat : 16184 (java) R 16182 16169 15249 0 -1 64 3138 0 1 0 415 2 0 0 25 0 9 0 41660986 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16185] ppid=16182 vsize=868384 CPUtime=0.8
/proc/16183/task/16185/stat : 16185 (java) R 16182 16169 15249 0 -1 64 9200 0 0 0 76 4 0 0 16 0 9 0 41660988 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 102516795 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16186] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16186/stat : 16186 (java) S 16182 16169 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41660988 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16187] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16187/stat : 16187 (java) S 16182 16169 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41660988 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16188] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16188/stat : 16188 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41660990 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16189] ppid=16182 vsize=868384 CPUtime=0.24
/proc/16183/task/16189/stat : 16189 (java) S 16182 16169 15249 0 -1 64 1495 0 0 0 24 0 0 0 15 0 9 0 41660990 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16190] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16190/stat : 16190 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41660990 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16191] ppid=16182 vsize=868384 CPUtime=0
/proc/16183/task/16191/stat : 16191 (java) S 16182 16169 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41660990 889225216 13482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887340

[startup+12.7025 s]
/proc/loadavg: 2.25 2.13 2.10 3/92 16191
/proc/meminfo: memFree=1435384/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.91
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 974 7548 0 1 3 0 83 5 16 0 1 0 41660885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 797 370 3 0 500 0
[pid=16182] ppid=16169 vsize=5356 CPUtime=0
/proc/16182/stat : 16182 (sh) S 16169 16169 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41660985 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16182/statm: 1339 233 193 169 0 50 0
[pid=16183] ppid=16182 vsize=868496 CPUtime=11.55
/proc/16183/stat : 16183 (java) S 16182 16169 15249 0 -1 0 16616 0 1 0 1113 42 0 0 19 0 9 0 41660985 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16183/statm: 217124 13781 2566 9 0 211671 0
[pid=16183/tid=16184] ppid=16182 vsize=868496 CPUtime=9.96
/proc/16183/task/16184/stat : 16184 (java) R 16182 16169 15249 0 -1 64 3713 0 1 0 964 32 0 0 25 0 9 0 41660986 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4127078168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16185] ppid=16182 vsize=868496 CPUtime=1.25
/proc/16183/task/16185/stat : 16185 (java) S 16182 16169 15249 0 -1 64 10677 0 0 0 117 8 0 0 16 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16186] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16186/stat : 16186 (java) S 16182 16169 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16187] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16187/stat : 16187 (java) S 16182 16169 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16188] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16188/stat : 16188 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16189] ppid=16182 vsize=868496 CPUtime=0.31
/proc/16183/task/16189/stat : 16189 (java) S 16182 16169 15249 0 -1 64 1534 0 0 0 30 1 0 0 15 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16190] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16190/stat : 16190 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16191] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16191/stat : 16191 (java) S 16182 16169 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887452

[startup+25.5012 s]
/proc/loadavg: 2.35 2.15 2.10 3/92 16191
/proc/meminfo: memFree=1335544/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.91
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 974 7548 0 1 3 0 83 5 16 0 1 0 41660885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 797 370 3 0 500 0
[pid=16182] ppid=16169 vsize=5356 CPUtime=0
/proc/16182/stat : 16182 (sh) S 16169 16169 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41660985 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16182/statm: 1339 233 193 169 0 50 0
[pid=16183] ppid=16182 vsize=868496 CPUtime=24.17
/proc/16183/stat : 16183 (java) S 16182 16169 15249 0 -1 0 17469 0 1 0 2311 106 0 0 19 0 9 0 41660985 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16183/statm: 217124 13781 2566 9 0 211671 0
[pid=16183/tid=16184] ppid=16182 vsize=868496 CPUtime=22.21
/proc/16183/task/16184/stat : 16184 (java) R 16182 16169 15249 0 -1 64 4566 0 1 0 2131 90 0 0 25 0 9 0 41660986 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16185] ppid=16182 vsize=868496 CPUtime=1.63
/proc/16183/task/16185/stat : 16185 (java) S 16182 16169 15249 0 -1 64 10677 0 0 0 149 14 0 0 16 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16186] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16186/stat : 16186 (java) S 16182 16169 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16187] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16187/stat : 16187 (java) S 16182 16169 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16188] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16188/stat : 16188 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16189] ppid=16182 vsize=868496 CPUtime=0.31
/proc/16183/task/16189/stat : 16189 (java) S 16182 16169 15249 0 -1 64 1534 0 0 0 30 1 0 0 15 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16190] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16190/stat : 16190 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16191] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16191/stat : 16191 (java) S 16182 16169 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 887452

[startup+51.1016 s]
/proc/loadavg: 2.50 2.20 2.12 3/92 16191
/proc/meminfo: memFree=1027832/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=13600 CPUtime=0.91
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 974 7548 0 1 3 0 83 5 16 0 1 0 41660885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3400 797 370 3 0 500 0
[pid=16182] ppid=16169 vsize=5356 CPUtime=0
/proc/16182/stat : 16182 (sh) S 16169 16169 15249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41660985 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16182/statm: 1339 233 193 169 0 50 0
[pid=16183] ppid=16182 vsize=868496 CPUtime=49.19
/proc/16183/stat : 16183 (java) S 16182 16169 15249 0 -1 0 19750 0 1 0 4609 310 0 0 19 0 9 0 41660985 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16183/statm: 217124 13781 2566 9 0 211671 0
[pid=16183/tid=16184] ppid=16182 vsize=868496 CPUtime=46.23
/proc/16183/task/16184/stat : 16184 (java) R 16182 16169 15249 0 -1 64 6847 0 1 0 4344 279 0 0 25 0 9 0 41660986 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4126564823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16185] ppid=16182 vsize=868496 CPUtime=2.62
/proc/16183/task/16185/stat : 16185 (java) S 16182 16169 15249 0 -1 64 10677 0 0 0 233 29 0 0 16 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16186] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16186/stat : 16186 (java) S 16182 16169 15249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16187] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16187/stat : 16187 (java) S 16182 16169 15249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41660988 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16188] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16188/stat : 16188 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16189] ppid=16182 vsize=868496 CPUtime=0.31
/proc/16183/task/16189/stat : 16189 (java) S 16182 16169 15249 0 -1 64 1534 0 0 0 30 1 0 0 15 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16190] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16190/stat : 16190 (java) S 16182 16169 15249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16183/tid=16191] ppid=16182 vsize=868496 CPUtime=0
/proc/16183/task/16191/stat : 16191 (java) R 16182 16169 15249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41660990 889339904 13781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 887452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+93.8013 s]
/proc/loadavg: 2.63 2.28 2.15 4/84 16199
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=14260 CPUtime=79.53
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 1210 30289 0 2 6 1 7391 555 16 0 1 0 41660885 14602240 960 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3565 960 374 3 0 665 0
[pid=16198] ppid=16169 vsize=5356 CPUtime=0
/proc/16198/stat : 16198 (sh) S 16169 16169 15249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41669031 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16198/statm: 1339 232 193 169 0 50 0
[pid=16199] ppid=16198 vsize=905580 CPUtime=12.04
/proc/16199/stat : 16199 (minisat) R 16198 16169 15249 0 -1 4194304 222653 0 0 0 1042 162 0 0 25 0 1 0 41669032 927313920 222639 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/16199/statm: 226395 222639 62 150 0 226242 0
Current children cumulated CPU time (s) 91.57
Current children cumulated vsize (KiB) 925196

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+93.9188 s]
/proc/loadavg: 2.63 2.28 2.15 4/84 16199
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=14260 CPUtime=79.53
/proc/16169/stat : 16169 (sugar) S 16167 16169 15249 0 -1 4194304 1223 30289 0 2 6 1 7391 555 16 0 1 0 41660885 14602240 960 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16169/statm: 3565 960 374 3 0 665 0
[pid=16198] ppid=16169 vsize=0 CPUtime=0
/proc/16198/stat : 16198 (sh) Z 16169 16169 15249 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 41669031 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16198/statm: 0 0 0 0 0 0 0
[pid=16199] ppid=1 vsize=0 CPUtime=12.15
/proc/16199/stat : 16199 (minisat) R 1 16169 15249 0 -1 4195332 222653 0 0 0 1042 173 0 0 25 0 1 0 41669032 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16199/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.68
Current children cumulated vsize (KiB) 14260

# WARNING:
# current cumulated CPU time (79.57 s) is less than in the last sample (91.68 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (12.11 s) to the 'lost time'.

[startup+94.0023 s]
/proc/loadavg: 2.63 2.28 2.15 4/84 16199
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=14260 CPUtime=79.57
/proc/16169/stat : 16169 (sugar) R 16167 16169 15249 0 -1 4194304 1250 30566 0 2 6 5 7391 555 16 0 1 0 41660885 14602240 961 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16169/statm: 3565 961 375 3 0 665 0
Current children cumulated CPU time (s) 79.57
Current children cumulated vsize (KiB) 14260

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

[startup+94.2013 s]
/proc/loadavg: 2.63 2.28 2.15 4/84 16199
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=14260 CPUtime=79.76
/proc/16169/stat : 16169 (sugar) R 16167 16169 15249 0 -1 4194304 1250 30566 0 2 6 24 7391 555 16 0 1 0 41660885 14602240 961 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16169/statm: 3565 961 375 3 0 665 0
Current children cumulated CPU time (s) 79.76
Current children cumulated vsize (KiB) 14260

[startup+94.4014 s]
/proc/loadavg: 2.63 2.28 2.15 4/84 16199
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=16169] ppid=16167 vsize=14260 CPUtime=79.92
/proc/16169/stat : 16169 (sugar) D 16167 16169 15249 0 -1 4194304 1250 30566 0 2 6 40 7391 555 16 0 1 0 41660885 14602240 961 996147200 4194304 4206940 548682068592 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16169/statm: 3565 961 375 3 0 665 0
Current children cumulated CPU time (s) 79.92
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 12.11
#  lost CPU user time (s): 10.42
#  lost CPU system time (s): 1.69

Real time (s): 94.4519
CPU time (s): 92.0548
CPU user time (s): 84.3948
CPU system time (s): 7.66009
CPU usage (%): 97.4622
Max. virtual memory (cumulated for all children) (KiB): 925196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.9748
system time used= 5.97009
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31846
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49128
involuntary context switches= 52328

runsolver used 0.101984 second user time and 0.373943 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-12 09:59:41
IDJOB=1111586
IDBENCH=61297
IDSOLVER=368
FILE ID=node13/1111586-1215849581
PBS_JOBID= 7903379
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph9-f10.xml
COMMAND LINE= DIR/sugar -max -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-1111586-1215849581/watcher-1111586-1215849581 -o /tmp/evaluation-result-1111586-1215849581/solver-1111586-1215849581 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111586-1215849581.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c2f102032bae2df336cce2e32238ab9
RANDOM SEED=1180925552

node13.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.234
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.234
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:       1525424 kB
Buffers:         37424 kB
Cached:          92048 kB
SwapCached:          0 kB
Active:         339248 kB
Inactive:       131364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:         301380 kB
Slab:            44300 kB
Committed_AS:   533324 kB
PageTables:       2532 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= 66524 MiB
End job on node13 at 2008-07-12 10:01:17