Trace number 1102980

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 152.468 154.035

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-20_ext.xml
MD5SUMcb7d8676a41f7265d6f5813b38ba998f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.79973
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul  6 01:23:43 2008
0.00/0.04	c 0	PID 11842
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1102980-1215300223.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-1102980-1215300223.xml' 'HOME/temp.csp'
0.03/0.58	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.04/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.62	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.56/0.71	c 1	Parsing HOME/temp.csp
1.41/1.53	c 2	parsed 247 expressions
1.41/1.53	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.54	c 2	Converting to clausal form CSP
1.41/1.56	c 2	converted 25 (10%) expressions
1.41/1.56	c 2	converted 50 (20%) expressions
1.41/1.57	c 2	converted 75 (30%) expressions
1.41/1.58	c 2	converted 99 (40%) expressions
1.41/1.59	c 2	converted 124 (50%) expressions
1.50/1.63	c 2	converted 149 (60%) expressions
1.50/1.69	c 2	converted 173 (70%) expressions
1.70/1.90	c 2	converted 198 (80%) expressions
1.80/2.00	c 2	converted 223 (90%) expressions
1.89/2.07	c 2	converted 247 (100%) expressions
1.89/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.89/2.07	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.89/2.07	c 2	Propagation in CSP
1.89/2.07	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.89/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.89/2.07	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.89/2.07	c 2	Simplifing CSP by introducing new Boolean variables
1.89/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.89/2.07	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.17	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.00/2.18	c 3	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.00/2.19	c 3	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.00/2.19	c 3	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.00/2.19	c 3	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.00/2.19	c 3	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.00/2.19	c 3	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.00/2.20	c 3	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.00/2.20	c 3	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.00/2.20	c 3	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.00/2.20	c 3	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.19/2.32	c 3	11 (10%) CSP clauses are encoded (14583 clauses, 255433 bytes)
2.29/2.40	c 3	21 (20%) CSP clauses are encoded (24989 clauses, 472578 bytes)
2.29/2.47	c 3	31 (30%) CSP clauses are encoded (35336 clauses, 686316 bytes)
2.39/2.55	c 3	42 (40%) CSP clauses are encoded (46818 clauses, 928224 bytes)
2.49/2.63	c 3	52 (50%) CSP clauses are encoded (57172 clauses, 1147978 bytes)
2.59/2.70	c 3	62 (60%) CSP clauses are encoded (67565 clauses, 1376861 bytes)
2.59/2.78	c 3	73 (70%) CSP clauses are encoded (78944 clauses, 1640933 bytes)
2.68/2.86	c 3	83 (80%) CSP clauses are encoded (89365 clauses, 1882582 bytes)
2.79/2.94	c 3	93 (90%) CSP clauses are encoded (99790 clauses, 2124183 bytes)
2.89/3.02	c 3	103 (100%) CSP clauses are encoded (110076 clauses, 2362740 bytes)
2.89/3.02	c 3	103 CSP clauses encoded
2.89/3.02	c 3	Writing map file : HOME/temp.map
2.89/3.02	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.02	c 3	SAT : 3160 SAT variables, 110076 SAT clauses, 2362740 bytes
2.89/3.02	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.07	c 3	SOLVING HOME/temp.cnf
2.89/3.07	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.89/3.08	c 3	This is MiniSat 2.0 beta
2.89/3.08	c 3	WARNING: for repeatability, setting FPU to use double precision
2.89/3.08	c 3	============================[ Problem Statistics ]=============================
2.89/3.08	c 3	|                                                                             |
2.89/3.08	c 3	|  Number of variables:  3160                                                 |
2.89/3.08	c 3	|  Number of clauses:    110076                                               |
2.94/3.14	c 4	|  Parsing time:         0.06         s                                       |
2.94/3.15	c 4	============================[ Search Statistics ]==============================
2.94/3.15	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.94/3.15	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.94/3.15	c 4	===============================================================================
2.94/3.15	c 4	|         0 |    3160   110076   418402 |    36692        0    nan |  0.000 % |
2.94/3.19	c 4	|       100 |    3160   110076   418402 |    40361      100     14 |  0.000 % |
3.05/3.26	c 4	|       250 |    3160   110076   418402 |    44397      250     14 |  0.000 % |
3.15/3.34	c 4	|       475 |    3160   110076   418402 |    48837      475     13 |  0.001 % |
3.24/3.46	c 4	|       812 |    3160   110076   418402 |    53720      812     12 |  0.001 % |
3.44/3.62	c 4	|      1319 |    3160   110076   418402 |    59092     1319     13 |  0.001 % |
3.64/3.85	c 4	|      2078 |    3160   110076   418402 |    65002     2078     12 |  0.001 % |
4.04/4.23	c 5	|      3219 |    3160   110076   418402 |    71502     3219     13 |  0.001 % |
4.63/4.86	c 5	|      4929 |    3158   110001   418185 |    78652     4060     12 |  0.065 % |
5.52/5.78	c 6	|      7491 |    3157   109810   417512 |    86517     5036     12 |  0.095 % |
7.11/7.32	c 8	|     11335 |    3157   109810   417512 |    95169     8880     13 |  0.096 % |
9.39/9.62	c 10	|     17101 |    3153   109378   415898 |   104686     9299     13 |  0.222 % |
12.76/13.02	c 13	|     25750 |    3153   109378   415898 |   115155    17948     14 |  0.222 % |
17.51/17.83	c 18	|     38724 |    3153   109378   415898 |   126670    30922     14 |  0.222 % |
27.32/27.79	c 28	|     58186 |    3152   109336   415776 |   139337    48473     15 |  0.253 % |
44.65/45.23	c 46	|     87379 |    3147   109026   414702 |   153271    60896     14 |  0.411 % |
78.33/79.22	c 80	|    131168 |    3147   109026   414702 |   168598   104685     15 |  0.412 % |
135.89/137.33	c 138	|    196852 |    3120   104889   398935 |   185458   123289     16 |  1.266 % |
152.23/153.89	c 154	===============================================================================
152.23/153.89	c 154	restarts              : 18
152.23/153.89	c 154	conflicts             : 213522         (1430 /sec)
152.23/153.89	c 154	decisions             : 312777         (1.61 % random) (2095 /sec)
152.23/153.89	c 154	propagations          : 44609210       (298726 /sec)
152.23/153.89	c 154	conflict literals     : 3390059        (43.31 % deleted)
152.23/153.89	c 154	Memory used           : 20.92 MB
152.23/153.89	c 154	CPU time              : 149.331 s
152.23/153.89	c 154	
152.23/153.89	c 154	UNSATISFIABLE
152.23/153.90	c 154	DECODING HOME/temp.out WITH HOME/temp.map
152.23/153.90	c 154	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
152.33/153.99	c 154	Decoding HOME/temp.out
152.33/154.00	s UNSATISFIABLE
152.33/154.01	c 154	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
152.33/154.03	c 154	CPU 152.21 (0.04 0.01 152.17 0.22)
152.33/154.03	c 154	END Sun Jul  6 01:26:17 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-1102980-1215300223/watcher-1102980-1215300223 -o /tmp/evaluation-result-1102980-1215300223/solver-1102980-1215300223 -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-1102980-1215300223.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 11842
/proc/meminfo: memFree=1720400/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=12268 CPUtime=0
/proc/11842/stat : 11842 (sugar) R 11840 11842 11314 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2008996372 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11842/statm: 3067 316 241 3 0 167 0

[startup+0.073409 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11842
/proc/meminfo: memFree=1720400/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=0.03
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008996372 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101744 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11842
/proc/meminfo: memFree=1720400/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=0.03
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008996372 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301762 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11842
/proc/meminfo: memFree=1720400/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=0.03
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008996372 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.703375 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11842
/proc/meminfo: memFree=1720400/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=0.56
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 956 5135 0 1 3 1 49 3 16 0 1 0 2008996372 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 11864
/proc/meminfo: memFree=1706936/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=0.56
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 973 5135 0 1 3 1 49 3 16 0 1 0 2008996372 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 797 370 3 0 500 0
[pid=11855] ppid=11842 vsize=5356 CPUtime=0
/proc/11855/stat : 11855 (sh) S 11842 11842 11314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008996434 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11855/statm: 1339 233 193 169 0 50 0
[pid=11856] ppid=11855 vsize=864012 CPUtime=0.85
/proc/11856/stat : 11856 (java) S 11855 11842 11314 0 -1 0 7878 0 1 0 81 4 0 0 18 0 9 0 2008996435 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11856/statm: 216003 7156 2532 9 0 210585 0
[pid=11856/tid=11857] ppid=11855 vsize=864012 CPUtime=0.49
/proc/11856/task/11857/stat : 11857 (java) R 11855 11842 11314 0 -1 64 2470 0 1 0 48 1 0 0 24 0 9 0 2008996436 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4126474480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11856/tid=11858] ppid=11855 vsize=864012 CPUtime=0.28
/proc/11856/task/11858/stat : 11858 (java) S 11855 11842 11314 0 -1 64 4396 0 0 0 27 1 0 0 16 0 9 0 2008996437 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11856/tid=11859] ppid=11855 vsize=864012 CPUtime=0
/proc/11856/task/11859/stat : 11859 (java) S 11855 11842 11314 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008996437 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11856/tid=11860] ppid=11855 vsize=864012 CPUtime=0
/proc/11856/task/11860/stat : 11860 (java) S 11855 11842 11314 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2008996437 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11856/tid=11861] ppid=11855 vsize=864012 CPUtime=0
/proc/11856/task/11861/stat : 11861 (java) S 11855 11842 11314 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008996439 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11856/tid=11862] ppid=11855 vsize=864012 CPUtime=0.04
/proc/11856/task/11862/stat : 11862 (java) S 11855 11842 11314 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 2008996439 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11856/tid=11863] ppid=11855 vsize=864012 CPUtime=0
/proc/11856/task/11863/stat : 11863 (java) S 11855 11842 11314 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2008996439 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11856/tid=11864] ppid=11855 vsize=864012 CPUtime=0
/proc/11856/task/11864/stat : 11864 (java) S 11855 11842 11314 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008996439 884748288 7156 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882968

[startup+3.10301 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 11864
/proc/meminfo: memFree=1682744/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 13600

[startup+6.30231 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1707256/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=8280 CPUtime=3.18
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 1948 0 0 0 318 0 0 0 25 0 1 0 2008996680 8478720 1934 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 2070 1934 75 150 0 1917 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27236

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1706232/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=9204 CPUtime=9.52
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 2196 0 0 0 951 1 0 0 25 0 1 0 2008996680 9424896 2182 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 2301 2182 75 150 0 2148 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28160

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1703864/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=11872 CPUtime=22.2
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 2839 0 0 0 2218 2 0 0 25 0 1 0 2008996680 12156928 2825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 2968 2825 75 150 0 2815 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 30828

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1701688/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=14236 CPUtime=47.55
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 3427 0 0 0 4752 3 0 0 25 0 1 0 2008996680 14577664 3413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 3559 3413 75 150 0 3406 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 33192

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1695992/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=19696 CPUtime=98.28
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 4786 0 0 0 9823 5 0 0 25 0 1 0 2008996680 20168704 4772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 4924 4772 75 150 0 4771 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 38652

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

[startup+127.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1695864/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=19828 CPUtime=123.64
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 4827 0 0 0 12359 5 0 0 25 0 1 0 2008996680 20303872 4813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 4957 4813 75 150 0 4804 0
Current children cumulated CPU time (s) 126.58
Current children cumulated vsize (KiB) 38784

[startup+140.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1695224/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=20356 CPUtime=136.32
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 4975 0 0 0 13627 5 0 0 25 0 1 0 2008996680 20844544 4961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 5089 4961 75 150 0 4936 0
Current children cumulated CPU time (s) 139.26
Current children cumulated vsize (KiB) 39312

[startup+147.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1694712/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=21016 CPUtime=142.66
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 5130 0 0 0 14260 6 0 0 25 0 1 0 2008996680 21520384 5116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 5254 5116 75 150 0 5101 0
Current children cumulated CPU time (s) 145.6
Current children cumulated vsize (KiB) 39972

[startup+150.304 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1694456/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=21280 CPUtime=145.83
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 5203 0 0 0 14577 6 0 0 25 0 1 0 2008996680 21790720 5189 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 5320 5189 75 150 0 5167 0
Current children cumulated CPU time (s) 148.77
Current children cumulated vsize (KiB) 40236

[startup+151.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1694008/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=21416 CPUtime=147.41
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 5241 0 0 0 14735 6 0 0 25 0 1 0 2008996680 21929984 5227 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 5354 5227 75 150 0 5201 0
Current children cumulated CPU time (s) 150.35
Current children cumulated vsize (KiB) 40372

[startup+152.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1694008/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=21416 CPUtime=148.2
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 5250 0 0 0 14814 6 0 0 25 0 1 0 2008996680 21929984 5236 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 5354 5236 75 150 0 5201 0
Current children cumulated CPU time (s) 151.14
Current children cumulated vsize (KiB) 40372

[startup+153.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11866
/proc/meminfo: memFree=1693944/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=2.94
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1031 17405 0 2 4 1 276 13 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11865] ppid=11842 vsize=5356 CPUtime=0
/proc/11865/stat : 11865 (sh) S 11842 11842 11314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008996679 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11865/statm: 1339 232 193 169 0 50 0
[pid=11866] ppid=11865 vsize=21416 CPUtime=149
/proc/11866/stat : 11866 (minisat) R 11865 11842 11314 0 -1 4194304 5250 0 0 0 14894 6 0 0 25 0 1 0 2008996680 21929984 5236 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/11866/statm: 5354 5236 75 150 0 5201 0
Current children cumulated CPU time (s) 151.94
Current children cumulated vsize (KiB) 40372

[startup+153.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11867
/proc/meminfo: memFree=1714880/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=152.33
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1070 22949 0 2 4 1 15209 19 17 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11867] ppid=11842 vsize=880 CPUtime=0
/proc/11867/stat : 11867 (sh) R 11842 11842 11314 0 -1 4194304 35 0 0 0 0 0 0 0 18 0 1 0 2009011762 901120 25 996147200 4194304 4889804 548682068768 18446744073709551615 253304567177 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11867/statm: 220 25 18 169 0 8 0
Current children cumulated CPU time (s) 152.33
Current children cumulated vsize (KiB) 14480

[startup+154.007 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11867
/proc/meminfo: memFree=1714880/2055920 swapFree=4180844/4192956
[pid=11842] ppid=11840 vsize=13600 CPUtime=152.33
/proc/11842/stat : 11842 (sugar) S 11840 11842 11314 0 -1 4194304 1089 22949 0 2 4 1 15209 19 16 0 1 0 2008996372 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11842/statm: 3400 798 370 3 0 500 0
[pid=11867] ppid=11842 vsize=5356 CPUtime=0
/proc/11867/stat : 11867 (sh) S 11842 11842 11314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009011762 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11867/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 152.33
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 154.035
CPU time (s): 152.468
CPU user time (s): 152.222
CPU system time (s): 0.245962
CPU usage (%): 98.9829
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.222
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27712
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= 2446
involuntary context switches= 5397

runsolver used 0.19397 second user time and 0.52392 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-06 01:23:43
IDJOB=1102980
IDBENCH=60258
IDSOLVER=346
FILE ID=node25/1102980-1215300223
PBS_JOBID= 7882457
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-20_ext.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-1102980-1215300223/watcher-1102980-1215300223 -o /tmp/evaluation-result-1102980-1215300223/solver-1102980-1215300223 -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-1102980-1215300223.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb7d8676a41f7265d6f5813b38ba998f
RANDOM SEED=950742891

node25.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:       1720880 kB
Buffers:         59140 kB
Cached:         200924 kB
SwapCached:       5952 kB
Active:         182036 kB
Inactive:       100188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720880 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:          38280 kB
Slab:            37860 kB
Committed_AS:  3613428 kB
PageTables:       2044 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= 66528 MiB
End job on node25 at 2008-07-06 01:26:17