Trace number 1040840

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+minisat? (MO) 59.2149 60.6256

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-38-38.xml
MD5SUMceccab7dc200f4f23e5f2834014db6dd
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2888
Number of constraints3518
Maximum constraint arity38
Maximum domain size138
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2813
Global constraints used (with number of constraints)cumulative(2),weightedsum(703)

Solver Data (download as text)

0.01/0.05	c 0	Sugar v1-13 + HOME/minisat
0.01/0.05	c 0	BEGIN Wed Jul  2 13:42:25 2008
0.01/0.05	c 0	PID 30134
0.01/0.05	c 0	HOST node12.alineos.net
0.01/0.05	c 0	CONVERTING HOME/instance-1040840-1214998945.xml TO HOME/temp.csp
0.01/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040840-1214998945.xml' 'HOME/temp.csp'
0.03/0.77	c 1	39 domains, 2888 variables, 2 predicates, 0 relations, 3518 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.74/0.90	c 1	Parsing HOME/temp.csp
1.09/1.21	c 1	parsed 6447 expressions
1.09/1.22	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.22	c 1	Converting to clausal form CSP
1.09/1.25	c 1	converted 645 (10%) expressions
1.09/1.26	c 1	converted 1290 (20%) expressions
1.09/1.27	c 1	converted 1935 (30%) expressions
1.09/1.27	c 1	converted 2579 (40%) expressions
1.29/1.44	c 2	converted 3224 (50%) expressions
1.39/1.51	c 2	converted 3869 (60%) expressions
1.48/1.62	c 2	converted 4513 (70%) expressions
1.48/1.67	c 2	converted 5158 (80%) expressions
1.58/1.72	c 2	converted 5803 (90%) expressions
3.95/4.10	c 4	converted 6447 (100%) expressions
3.95/4.11	c 4	CSP : 23312 integers, 7424 booleans, 62200 clauses, largest domain size 389
3.95/4.11	c 4	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.95/4.11	c 4	Propagation in CSP
4.25/4.46	c 5	135990 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.25/4.47	c 5	CSP : 23312 integers, 7424 booleans, 62200 clauses, largest domain size 139
4.25/4.47	c 5	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.25/4.49	c 5	Simplifing CSP by introducing new Boolean variables
4.34/4.52	c 5	CSP : 23312 integers, 7424 booleans, 62200 clauses, largest domain size 139
4.34/4.52	c 5	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.54/4.76	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.64/4.81	c 5	2332 (10%) CSP integer variables are encoded (8830 clauses, 112657 bytes)
4.64/4.86	c 5	4663 (20%) CSP integer variables are encoded (50325 clauses, 735082 bytes)
4.74/4.93	c 5	6994 (30%) CSP integer variables are encoded (103186 clauses, 1547492 bytes)
4.74/5.00	c 5	9325 (40%) CSP integer variables are encoded (157614 clauses, 2472768 bytes)
4.84/5.07	c 5	11656 (50%) CSP integer variables are encoded (208765 clauses, 3342335 bytes)
4.94/5.13	c 5	13988 (60%) CSP integer variables are encoded (262154 clauses, 4249948 bytes)
5.04/5.20	c 5	16319 (70%) CSP integer variables are encoded (314947 clauses, 5147429 bytes)
5.04/5.27	c 5	18650 (80%) CSP integer variables are encoded (369443 clauses, 6073861 bytes)
5.13/5.35	c 5	20981 (90%) CSP integer variables are encoded (421210 clauses, 6953900 bytes)
5.24/5.42	c 6	23312 (100%) CSP integer variables are encoded (473882 clauses, 7849324 bytes)
6.24/6.43	c 7	6220 (10%) CSP clauses are encoded (1027677 clauses, 18236300 bytes)
10.97/11.21	c 11	12440 (20%) CSP clauses are encoded (3620463 clauses, 73337391 bytes)
15.00/15.31	c 15	18660 (30%) CSP clauses are encoded (5751411 clauses, 121333812 bytes)
19.13/19.50	c 20	24880 (40%) CSP clauses are encoded (7889551 clauses, 173091760 bytes)
23.37/23.82	c 24	31100 (50%) CSP clauses are encoded (10091500 clauses, 226402643 bytes)
28.81/29.42	c 30	37320 (60%) CSP clauses are encoded (12890932 clauses, 294099773 bytes)
33.22/33.97	c 34	43540 (70%) CSP clauses are encoded (15178502 clauses, 349478354 bytes)
37.41/38.23	c 38	49760 (80%) CSP clauses are encoded (17313982 clauses, 401172730 bytes)
41.50/42.44	c 43	55980 (90%) CSP clauses are encoded (19419590 clauses, 452147186 bytes)
46.42/47.65	c 48	62200 (100%) CSP clauses are encoded (21957246 clauses, 513513713 bytes)
46.42/47.65	c 48	62200 CSP clauses encoded
46.42/47.66	c 48	Writing map file : HOME/temp.map
46.51/47.71	c 48	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.51/47.71	c 48	SAT : 504518 SAT variables, 21957246 SAT clauses, 513513713 bytes
46.51/47.71	c 48	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.51/47.74	c 48	SOLVING HOME/temp.cnf
46.51/47.74	c 48	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
46.51/47.74	c 48	This is MiniSat 2.0 beta
46.51/47.74	c 48	WARNING: for repeatability, setting FPU to use double precision
46.51/47.74	c 48	============================[ Problem Statistics ]=============================
46.51/47.74	c 48	|                                                                             |
46.51/47.74	c 48	|  Number of variables:  504518                                               |
46.51/47.74	c 48	|  Number of clauses:    21957246                                             |
57.78/59.16	c 59	|  Parsing time:         9.94         s                                       |
58.27/59.69	c 60	============================[ Search Statistics ]==============================
58.27/59.69	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.27/59.69	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.27/59.69	c 60	===============================================================================
58.27/59.69	c 60	|         0 |  504518 21957246 64579123 |  7319082        0    nan |  0.000 % |
58.87/60.22	c ERROR INTERRUPTED
58.98/60.35	s UNKNOWN
58.98/60.35	c 60	CPU 43.12 (0.04 0 43.08 3.43)
58.98/60.35	c 60	END Wed Jul  2 13:43:25 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1040840-1214998945/watcher-1040840-1214998945 -o /tmp/evaluation-result-1040840-1214998945/solver-1040840-1214998945 -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-1040840-1214998945.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.99 1.99 1.68 4/80 30134
/proc/meminfo: memFree=1468192/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=18572 CPUtime=0
/proc/30134/stat : 30134 (runsolver) R 30132 30134 30034 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1529569552 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30134/statm: 4643 292 257 25 0 2626 0

[startup+0.0288181 s]
/proc/loadavg: 1.99 1.99 1.68 4/80 30134
/proc/meminfo: memFree=1468192/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=12676 CPUtime=0.01
/proc/30134/stat : 30134 (sugar) D 30132 30134 30034 0 -1 4194304 531 0 0 0 1 0 0 0 18 0 1 0 1529569552 12980224 499 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/30134/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.102027 s]
/proc/loadavg: 1.99 1.99 1.68 4/80 30134
/proc/meminfo: memFree=1468192/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=0.03
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1529569552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301048 s]
/proc/loadavg: 1.99 1.99 1.68 4/80 30134
/proc/meminfo: memFree=1468192/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=0.03
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1529569552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701087 s]
/proc/loadavg: 1.99 1.99 1.68 4/80 30134
/proc/meminfo: memFree=1468192/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=0.03
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1529569552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 1.99 1.99 1.68 3/91 30156
/proc/meminfo: memFree=1460424/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=0.74
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 974 7314 0 1 3 0 67 4 15 0 1 0 1529569552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 797 370 3 0 500 0
[pid=30147] ppid=30134 vsize=5356 CPUtime=0
/proc/30147/stat : 30147 (sh) S 30134 30134 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529569631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30147/statm: 1339 233 193 169 0 50 0
[pid=30148] ppid=30147 vsize=868420 CPUtime=0.65
/proc/30148/stat : 30148 (java) S 30147 30134 30034 0 -1 0 5746 0 1 0 61 4 0 0 18 0 9 0 1529569632 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30148/statm: 217105 5154 1734 9 0 211680 0
[pid=30148/tid=30149] ppid=30147 vsize=868420 CPUtime=0.39
/proc/30148/task/30149/stat : 30149 (java) R 30147 30134 30034 0 -1 64 2666 0 1 0 38 1 0 0 18 0 9 0 1529569633 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30150] ppid=30147 vsize=868420 CPUtime=0.04
/proc/30148/task/30150/stat : 30150 (java) S 30147 30134 30034 0 -1 64 925 0 0 0 4 0 0 0 16 0 9 0 1529569638 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30151] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30151/stat : 30151 (java) S 30147 30134 30034 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1529569638 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30152] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30152/stat : 30152 (java) S 30147 30134 30034 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1529569638 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30153] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30153/stat : 30153 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529569640 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30154] ppid=30147 vsize=868420 CPUtime=0.19
/proc/30148/task/30154/stat : 30154 (java) R 30147 30134 30034 0 -1 64 1464 0 0 0 18 1 0 0 16 0 9 0 1529569640 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 101636865 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30155] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30155/stat : 30155 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529569640 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30156] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30156/stat : 30156 (java) S 30147 30134 30034 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529569640 889262080 5154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887376

[startup+3.10233 s]
/proc/loadavg: 1.99 1.99 1.68 3/91 30156
/proc/meminfo: memFree=1443592/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=0.74
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 974 7314 0 1 3 0 67 4 15 0 1 0 1529569552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 797 370 3 0 500 0
[pid=30147] ppid=30134 vsize=5356 CPUtime=0
/proc/30147/stat : 30147 (sh) S 30134 30134 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529569631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30147/statm: 1339 233 193 169 0 50 0
[pid=30148] ppid=30147 vsize=868420 CPUtime=2.24
/proc/30148/stat : 30148 (java) S 30147 30134 30034 0 -1 0 12748 0 1 0 216 8 0 0 18 0 9 0 1529569632 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30148/statm: 217105 11785 2541 9 0 211680 0
[pid=30148/tid=30149] ppid=30147 vsize=868420 CPUtime=1.34
/proc/30148/task/30149/stat : 30149 (java) R 30147 30134 30034 0 -1 64 3016 0 1 0 133 1 0 0 25 0 9 0 1529569633 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4126685109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30150] ppid=30147 vsize=868420 CPUtime=0.63
/proc/30148/task/30150/stat : 30150 (java) S 30147 30134 30034 0 -1 64 7532 0 0 0 59 4 0 0 16 0 9 0 1529569638 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30151] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30151/stat : 30151 (java) S 30147 30134 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529569638 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30152] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30152/stat : 30152 (java) S 30147 30134 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529569638 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30153] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30153/stat : 30153 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529569640 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30154] ppid=30147 vsize=868420 CPUtime=0.24
/proc/30148/task/30154/stat : 30154 (java) S 30147 30134 30034 0 -1 64 1508 0 0 0 23 1 0 0 15 0 9 0 1529569640 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30155] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30155/stat : 30155 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529569640 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30156] ppid=30147 vsize=868420 CPUtime=0
/proc/30148/task/30156/stat : 30156 (java) S 30147 30134 30034 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529569640 889262080 11785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887376

[startup+6.30265 s]
/proc/loadavg: 1.99 1.99 1.68 3/91 30156
/proc/meminfo: memFree=1401224/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=0.75
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 974 7314 0 1 4 0 67 4 15 0 1 0 1529569552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 797 370 3 0 500 0
[pid=30147] ppid=30134 vsize=5356 CPUtime=0
/proc/30147/stat : 30147 (sh) S 30134 30134 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529569631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30147/statm: 1339 233 193 169 0 50 0
[pid=30148] ppid=30147 vsize=868532 CPUtime=5.39
/proc/30148/stat : 30148 (java) S 30147 30134 30034 0 -1 0 18483 0 1 0 517 22 0 0 18 0 9 0 1529569632 889376768 16695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30148/statm: 217133 16695 2565 9 0 211680 0
[pid=30148/tid=30149] ppid=30147 vsize=868532 CPUtime=3.72
/proc/30148/task/30149/stat : 30149 (java) R 30147 30134 30034 0 -1 64 3463 0 1 0 360 12 0 0 25 0 9 0 1529569633 889376768 16695 996147200 134512640 134550740 4294955952 18446744073709551615 4126834696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30150] ppid=30147 vsize=868532 CPUtime=1.33
/proc/30148/task/30150/stat : 30150 (java) S 30147 30134 30034 0 -1 64 12776 0 0 0 126 7 0 0 16 0 9 0 1529569638 889376768 16695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30151] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30151/stat : 30151 (java) S 30147 30134 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529569638 889376768 16695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30152] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30152/stat : 30152 (java) S 30147 30134 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529569638 889376768 16695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30153] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30153/stat : 30153 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529569640 889376768 16695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30154] ppid=30147 vsize=868532 CPUtime=0.3
/proc/30148/task/30154/stat : 30154 (java) S 30147 30134 30034 0 -1 64 1552 0 0 0 29 1 0 0 16 0 9 0 1529569640 889376768 16695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30155] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30155/stat : 30155 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529569640 889376768 16695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30156] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30156/stat : 30156 (java) S 30147 30134 30034 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529569640 889376768 16695 996147200 134512640 134550740 4294955952 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) 887488

[startup+12.7013 s]
/proc/loadavg: 1.99 1.99 1.69 3/91 30156
/proc/meminfo: memFree=1326408/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=0.75
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 974 7314 0 1 4 0 67 4 16 0 1 0 1529569552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 797 370 3 0 500 0
[pid=30147] ppid=30134 vsize=5356 CPUtime=0
/proc/30147/stat : 30147 (sh) S 30134 30134 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529569631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30147/statm: 1339 233 193 169 0 50 0
[pid=30148] ppid=30147 vsize=868532 CPUtime=11.7
/proc/30148/stat : 30148 (java) S 30147 30134 30034 0 -1 0 18902 0 1 0 1102 68 0 0 18 0 9 0 1529569632 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30148/statm: 217133 16696 2565 9 0 211680 0
[pid=30148/tid=30149] ppid=30147 vsize=868532 CPUtime=9.84
/proc/30148/task/30149/stat : 30149 (java) R 30147 30134 30034 0 -1 64 3881 0 1 0 929 55 0 0 25 0 9 0 1529569633 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4127144621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30150] ppid=30147 vsize=868532 CPUtime=1.52
/proc/30148/task/30150/stat : 30150 (java) S 30147 30134 30034 0 -1 64 12776 0 0 0 142 10 0 0 16 0 9 0 1529569638 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30151] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30151/stat : 30151 (java) S 30147 30134 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529569638 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30152] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30152/stat : 30152 (java) S 30147 30134 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529569638 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30153] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30153/stat : 30153 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529569640 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30154] ppid=30147 vsize=868532 CPUtime=0.31
/proc/30148/task/30154/stat : 30154 (java) S 30147 30134 30034 0 -1 64 1553 0 0 0 30 1 0 0 17 0 9 0 1529569640 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30155] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30155/stat : 30155 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529569640 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30156] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30156/stat : 30156 (java) S 30147 30134 30034 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529569640 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887488

[startup+25.5026 s]
/proc/loadavg: 1.99 1.99 1.69 3/91 30156
/proc/meminfo: memFree=1163592/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=0.75
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 974 7314 0 1 4 0 67 4 16 0 1 0 1529569552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 797 370 3 0 500 0
[pid=30147] ppid=30134 vsize=5356 CPUtime=0
/proc/30147/stat : 30147 (sh) S 30134 30134 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529569631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30147/statm: 1339 233 193 169 0 50 0
[pid=30148] ppid=30147 vsize=868532 CPUtime=24.25
/proc/30148/stat : 30148 (java) S 30147 30134 30034 0 -1 0 19736 0 1 0 2255 170 0 0 18 0 9 0 1529569632 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30148/statm: 217133 16696 2565 9 0 211680 0
[pid=30148/tid=30149] ppid=30147 vsize=868532 CPUtime=22.05
/proc/30148/task/30149/stat : 30149 (java) R 30147 30134 30034 0 -1 64 4715 0 1 0 2052 153 0 0 25 0 9 0 1529569633 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4126636593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30150] ppid=30147 vsize=868532 CPUtime=1.87
/proc/30148/task/30150/stat : 30150 (java) S 30147 30134 30034 0 -1 64 12776 0 0 0 173 14 0 0 16 0 9 0 1529569638 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30151] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30151/stat : 30151 (java) S 30147 30134 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529569638 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30152] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30152/stat : 30152 (java) S 30147 30134 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529569638 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30153] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30153/stat : 30153 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529569640 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30154] ppid=30147 vsize=868532 CPUtime=0.31
/proc/30148/task/30154/stat : 30154 (java) S 30147 30134 30034 0 -1 64 1553 0 0 0 30 1 0 0 17 0 9 0 1529569640 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30155] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30155/stat : 30155 (java) S 30147 30134 30034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529569640 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30148/tid=30156] ppid=30147 vsize=868532 CPUtime=0
/proc/30148/task/30156/stat : 30156 (java) S 30147 30134 30034 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529569640 889376768 16696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 887488

[startup+51.1011 s]
/proc/loadavg: 2.14 2.02 1.71 3/83 30158
/proc/meminfo: memFree=711240/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=46.55
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 1033 28789 0 2 4 0 4308 343 16 0 1 0 1529569552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 799 370 3 0 500 0
[pid=30157] ppid=30134 vsize=5356 CPUtime=0
/proc/30157/stat : 30157 (sh) S 30134 30134 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529574327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30157/statm: 1339 232 193 169 0 50 0
[pid=30158] ppid=30157 vsize=294856 CPUtime=3.3
/proc/30158/stat : 30158 (minisat) R 30157 30134 30034 0 -1 4194304 70710 0 0 0 287 43 0 0 25 0 1 0 1529574327 301932544 70696 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/30158/statm: 73714 70696 62 150 0 73561 0
Current children cumulated CPU time (s) 49.85
Current children cumulated vsize (KiB) 313812



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+60.202 s]
/proc/loadavg: 2.12 2.02 1.71 3/83 30158
/proc/meminfo: memFree=72456/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=46.55
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 1033 28789 0 2 4 0 4308 343 15 0 1 0 1529569552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 799 370 3 0 500 0
[pid=30157] ppid=30134 vsize=5356 CPUtime=0
/proc/30157/stat : 30157 (sh) S 30134 30134 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529574327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30157/statm: 1339 232 193 169 0 50 0
[pid=30158] ppid=30157 vsize=903416 CPUtime=12.32
/proc/30158/stat : 30158 (minisat) R 30157 30134 30034 0 -1 4194304 219438 0 0 0 1094 138 0 0 25 0 1 0 1529574327 925097984 219424 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30158/statm: 225854 219424 74 150 0 225701 0
Current children cumulated CPU time (s) 58.87
Current children cumulated vsize (KiB) 922372

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

[startup+60.3211 s]
/proc/loadavg: 2.12 2.02 1.71 3/83 30158
/proc/meminfo: memFree=72456/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=46.55
/proc/30134/stat : 30134 (sugar) S 30132 30134 30034 0 -1 4194304 1044 28789 0 2 4 0 4308 343 15 0 1 0 1529569552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/30134/statm: 3400 799 370 3 0 500 0
[pid=30157] ppid=30134 vsize=0 CPUtime=0
/proc/30157/stat : 30157 (sh) Z 30134 30134 30034 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1529574327 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/30157/statm: 0 0 0 0 0 0 0
[pid=30158] ppid=1 vsize=0 CPUtime=12.43
/proc/30158/stat : 30158 (minisat) R 1 30134 30034 0 -1 4195332 219438 0 0 0 1094 149 0 0 25 0 1 0 1529574327 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/30158/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 58.98
Current children cumulated vsize (KiB) 13600

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

[startup+60.401 s]
/proc/loadavg: 2.12 2.02 1.71 4/83 30159
/proc/meminfo: memFree=1065544/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=46.61
/proc/30134/stat : 30134 (sugar) R 30132 30134 30034 0 -1 4194304 1069 29066 0 2 4 6 4308 343 16 0 1 0 1529569552 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30134/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 46.61
Current children cumulated vsize (KiB) 13600

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

[startup+60.6246 s]
/proc/loadavg: 2.12 2.02 1.71 4/83 30159
/proc/meminfo: memFree=1065544/2055920 swapFree=4122540/4192956
[pid=30134] ppid=30132 vsize=13600 CPUtime=46.82
/proc/30134/stat : 30134 (sugar) R 30132 30134 30034 0 -1 4194304 1069 29066 0 2 4 27 4308 343 16 0 1 0 1529569552 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30134/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 46.82
Current children cumulated vsize (KiB) 13600

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.37
#  lost CPU user time (s): 10.94
#  lost CPU system time (s): 1.43

Real time (s): 60.6256
CPU time (s): 59.2149
CPU user time (s): 54.0724
CPU system time (s): 5.14244
CPU usage (%): 97.673
Max. virtual memory (cumulated for all children) (KiB): 922372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.1324
system time used= 3.71244
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30166
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= 24167
involuntary context switches= 25202

runsolver used 0.082987 second user time and 0.227965 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-02 13:42:25
IDJOB=1040840
IDBENCH=53746
IDSOLVER=346
FILE ID=node12/1040840-1214998945
PBS_JOBID= 7870925
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-38-38.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-1040840-1214998945/watcher-1040840-1214998945 -o /tmp/evaluation-result-1040840-1214998945/solver-1040840-1214998945 -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-1040840-1214998945.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ceccab7dc200f4f23e5f2834014db6dd
RANDOM SEED=882290198

node12.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.236
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.236
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:       1468736 kB
Buffers:         52300 kB
Cached:         289876 kB
SwapCached:      64464 kB
Active:         273704 kB
Inactive:       233496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468736 kB
SwapTotal:     4192956 kB
SwapFree:      4122540 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:         178684 kB
Slab:            64952 kB
Committed_AS:  3588288 kB
PageTables:       2108 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= 66536 MiB
End job on node12 at 2008-07-02 13:43:27