Trace number 2085173

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.14.6+minisatUNSAT 215.615 217.714

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15d-12.xml
MD5SUM6e510f39e5c6cbcc4553ed63ad098f24
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.616905
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16750
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16750
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:47:30 2009
0.00/0.08	c 0	PID 26156
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2085173-1247381249.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085173-1247381249.xml' 'HOME/temp.csp'
1.15/1.22	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 16750 constraints
1.15/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.19/1.33	c 1	Parsing HOME/temp.csp
1.19/1.47	c 1	parsed 10000 expressions
1.19/1.57	c 1	parsed 17202 expressions
1.19/1.58	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.58	c 1	Converting to clausal form CSP
1.19/1.84	c 1	converted 1721 (10%) expressions
1.19/1.90	c 1	converted 3441 (20%) expressions
1.19/2.01	c 2	converted 5161 (30%) expressions
1.19/2.07	c 2	converted 6881 (40%) expressions
2.03/2.14	c 2	converted 8601 (50%) expressions
2.03/2.19	c 2	converted 10322 (60%) expressions
2.22/2.34	c 2	converted 12042 (70%) expressions
2.31/2.40	c 2	converted 13762 (80%) expressions
2.31/2.47	c 2	converted 15482 (90%) expressions
2.41/2.53	c 2	converted 17202 (100%) expressions
2.41/2.53	c 2	CSP : 450 integers, 0 booleans, 16750 clauses, largest domain size 12
2.41/2.53	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.41/2.53	c 2	Propagation in CSP
2.51/2.62	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/2.62	c 2	CSP : 450 integers, 0 booleans, 16750 clauses, largest domain size 12
2.51/2.62	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.51/2.63	c 2	Simplifing CSP by introducing new Boolean variables
2.82/2.94	c 2	CSP : 450 integers, 33500 booleans, 50250 clauses, largest domain size 12
2.82/2.94	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.08	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.11	c 3	45 (10%) CSP integer variables are encoded (450 clauses, 4817 bytes)
3.01/3.11	c 3	90 (20%) CSP integer variables are encoded (900 clauses, 9767 bytes)
3.01/3.12	c 3	135 (30%) CSP integer variables are encoded (1350 clauses, 15600 bytes)
3.01/3.12	c 3	180 (40%) CSP integer variables are encoded (1800 clauses, 21450 bytes)
3.01/3.12	c 3	225 (50%) CSP integer variables are encoded (2250 clauses, 27300 bytes)
3.01/3.12	c 3	270 (60%) CSP integer variables are encoded (2700 clauses, 33150 bytes)
3.01/3.12	c 3	315 (70%) CSP integer variables are encoded (3150 clauses, 39000 bytes)
3.01/3.12	c 3	360 (80%) CSP integer variables are encoded (3600 clauses, 44850 bytes)
3.01/3.12	c 3	405 (90%) CSP integer variables are encoded (4050 clauses, 50700 bytes)
3.01/3.12	c 3	450 (100%) CSP integer variables are encoded (4500 clauses, 56550 bytes)
3.10/3.27	c 3	5025 (10%) CSP clauses are encoded (46375 clauses, 743816 bytes)
3.20/3.37	c 3	10050 (20%) CSP clauses are encoded (88250 clauses, 1470845 bytes)
3.30/3.46	c 3	15075 (30%) CSP clauses are encoded (130125 clauses, 2222143 bytes)
3.40/3.56	c 3	20100 (40%) CSP clauses are encoded (172000 clauses, 2990259 bytes)
3.49/3.66	c 3	25125 (50%) CSP clauses are encoded (213875 clauses, 3780859 bytes)
3.59/3.76	c 3	30150 (60%) CSP clauses are encoded (255750 clauses, 4571459 bytes)
3.69/3.85	c 3	35175 (70%) CSP clauses are encoded (297625 clauses, 5362059 bytes)
3.80/3.96	c 3	40200 (80%) CSP clauses are encoded (339500 clauses, 6152659 bytes)
3.89/4.05	c 4	45225 (90%) CSP clauses are encoded (381375 clauses, 6943259 bytes)
4.00/4.15	c 4	50250 (100%) CSP clauses are encoded (423250 clauses, 7733859 bytes)
4.00/4.15	c 4	50250 CSP clauses encoded
4.00/4.15	c 4	Writing map file : HOME/temp.map
4.00/4.16	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.00/4.16	c 4	SAT : 38450 SAT variables, 423250 SAT clauses, 7733859 bytes
4.00/4.16	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.00/4.18	c 4	SOLVING HOME/temp.cnf
4.00/4.18	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.00/4.18	c 4	This is MiniSat 2.0 beta
4.00/4.18	c 4	WARNING: for repeatability, setting FPU to use double precision
4.00/4.18	c 4	============================[ Problem Statistics ]=============================
4.00/4.18	c 4	|                                                                             |
4.00/4.18	c 4	|  Number of variables:  38450                                                |
4.00/4.18	c 4	|  Number of clauses:    423250                                               |
4.29/4.42	c 4	|  Parsing time:         0.20         s                                       |
4.29/4.43	c 4	============================[ Search Statistics ]==============================
4.29/4.43	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.29/4.43	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.29/4.43	c 4	===============================================================================
4.29/4.43	c 4	|         0 |   38450   423250  1181500 |   141083        0    nan |  0.000 % |
4.38/4.54	c 4	|       102 |   38450   423250  1181500 |   155191      102     20 |  0.000 % |
4.38/4.55	c 4	|       252 |   38450   423250  1181500 |   170710      252     12 |  0.000 % |
4.38/4.56	c 4	|       477 |   38450   423250  1181500 |   187781      477     10 |  0.000 % |
4.38/4.59	c 4	|       815 |   38450   423250  1181500 |   206560      815      9 |  0.000 % |
4.48/4.63	c 4	|      1321 |   38450   423250  1181500 |   227216     1321      9 |  0.000 % |
4.48/4.68	c 4	|      2080 |   38450   423250  1181500 |   249937     2080      9 |  0.000 % |
4.57/4.77	c 4	|      3220 |   38450   423250  1181500 |   274931     3220      9 |  0.000 % |
4.67/4.85	c 4	|      4929 |   38450   423250  1181500 |   302424     4929      9 |  0.000 % |
4.97/5.12	c 5	|      7491 |   38450   423250  1181500 |   332667     7491     10 |  0.000 % |
5.18/5.36	c 5	|     11335 |   38450   423250  1181500 |   365933    11335     10 |  0.000 % |
5.97/6.19	c 6	|     17101 |   38450   423250  1181500 |   402527    17101     11 |  0.000 % |
6.96/7.12	c 7	|     25750 |   38450   423250  1181500 |   442779    25750     11 |  0.000 % |
10.03/10.23	c 10	|     38725 |   38450   423250  1181500 |   487057    38725     11 |  0.000 % |
15.58/15.84	c 15	|     58186 |   38450   423250  1181500 |   535763    58186     11 |  0.000 % |
30.24/30.61	c 30	|     87379 |   38450   423250  1181500 |   589340    87379     11 |  0.000 % |
68.68/69.40	c 69	|    131168 |   38450   423250  1181500 |   648274   131168     11 |  0.000 % |
150.22/151.75	c 151	|    196853 |   38445   422655  1179838 |   713101   141867     11 |  0.013 % |
215.30/217.47	c 217	===============================================================================
215.30/217.47	c 217	restarts              : 18
215.30/217.47	c 217	conflicts             : 238176         (1128 /sec)
215.30/217.47	c 217	decisions             : 279413         (2.00 % random) (1323 /sec)
215.30/217.47	c 217	propagations          : 11363449       (53802 /sec)
215.30/217.47	c 217	conflict literals     : 2529698        (9.03 % deleted)
215.30/217.47	c 217	Memory used           : 37.52 MB
215.30/217.47	c 217	CPU time              : 211.208 s
215.30/217.47	c 217	
215.30/217.48	c 217	UNSATISFIABLE
215.30/217.48	c 217	DECODING HOME/temp.out WITH HOME/temp.map
215.30/217.48	c 217	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
215.39/217.57	c 217	Decoding HOME/temp.out
215.39/217.64	s UNSATISFIABLE
215.39/217.68	c 217	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
215.57/217.71	c 217	CPU 215.59 (0.07 0.01 215.17 0.34)
215.57/217.71	c 217	END Sun Jul 12 08:51:07 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085173-1247381249/watcher-2085173-1247381249 -o /tmp/evaluation-result-2085173-1247381249/solver-2085173-1247381249 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2085173-1247381249.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 26156
/proc/meminfo: memFree=1706216/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=12268 CPUtime=0
/proc/26156/stat : 26156 (sugar) R 26154 26156 25823 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25188400 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 246406675045 0 0 4224 0 0 0 0 17 1 0 0
/proc/26156/statm: 3067 316 241 3 0 167 0

[startup+0.0834259 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 26156
/proc/meminfo: memFree=1706216/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16740 CPUtime=0.06
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25188400 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101313 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 26156
/proc/meminfo: memFree=1706216/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=0.06
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25188400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301325 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 26156
/proc/meminfo: memFree=1706216/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=0.06
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25188400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701364 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 26156
/proc/meminfo: memFree=1706216/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=0.06
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25188400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50144 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 26168
/proc/meminfo: memFree=1674512/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=1.19
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1309 11845 0 1 6 1 105 7 15 0 1 0 25188400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 16868

[startup+3.10259 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 26178
/proc/meminfo: memFree=1681680/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=1.19
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1310 11845 0 1 6 1 105 7 15 0 1 0 25188400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1111 409 3 0 796 0
[pid=26169] ppid=26156 vsize=5356 CPUtime=0
/proc/26169/stat : 26169 (sh) S 26156 26156 25823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25188525 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26169/statm: 1339 233 193 169 0 50 0
[pid=26170] ppid=26169 vsize=868672 CPUtime=1.82
/proc/26170/stat : 26170 (java) S 26169 26156 25823 0 -1 0 13671 0 1 0 174 8 0 0 18 0 9 0 25188525 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26170/statm: 217168 12428 2588 9 0 211645 0
[pid=26170/tid=26171] ppid=26169 vsize=868672 CPUtime=0.89
/proc/26170/task/26171/stat : 26171 (java) R 26169 26156 25823 0 -1 64 2953 0 1 0 87 2 0 0 18 0 9 0 25188526 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26170/tid=26172] ppid=26169 vsize=868672 CPUtime=0.71
/proc/26170/task/26172/stat : 26172 (java) S 26169 26156 25823 0 -1 64 8524 0 0 0 67 4 0 0 16 0 9 0 25188527 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26170/tid=26173] ppid=26169 vsize=868672 CPUtime=0
/proc/26170/task/26173/stat : 26173 (java) S 26169 26156 25823 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25188528 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26170/tid=26174] ppid=26169 vsize=868672 CPUtime=0
/proc/26170/task/26174/stat : 26174 (java) S 26169 26156 25823 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25188528 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26170/tid=26175] ppid=26169 vsize=868672 CPUtime=0
/proc/26170/task/26175/stat : 26175 (java) S 26169 26156 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25188530 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26170/tid=26176] ppid=26169 vsize=868672 CPUtime=0.19
/proc/26170/task/26176/stat : 26176 (java) S 26169 26156 25823 0 -1 64 1491 0 0 0 19 0 0 0 16 0 9 0 25188530 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26170/tid=26177] ppid=26169 vsize=868672 CPUtime=0
/proc/26170/task/26177/stat : 26177 (java) S 26169 26156 25823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25188530 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26170/tid=26178] ppid=26169 vsize=868672 CPUtime=0
/proc/26170/task/26178/stat : 26178 (java) S 26169 26156 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25188530 889520128 12428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890896

[startup+6.3019 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 26180
/proc/meminfo: memFree=1672656/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.08
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 6 1 379 22 15 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=23460 CPUtime=2.09
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 5688 0 0 0 205 4 0 0 25 0 1 0 25188819 24023040 5674 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 5865 5674 76 150 0 5712 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 45684

[startup+12.7025 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 26180
/proc/meminfo: memFree=1669968/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=25972 CPUtime=8.42
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 6292 0 0 0 837 5 0 0 25 0 1 0 25188819 26595328 6278 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 6493 6278 76 150 0 6340 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 48196

[startup+25.5017 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 26180
/proc/meminfo: memFree=1667408/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=28568 CPUtime=21.1
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 6926 0 0 0 2105 5 0 0 25 0 1 0 25188819 29253632 6912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 7142 6912 76 150 0 6989 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 50792

[startup+51.1011 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 26180
/proc/meminfo: memFree=1664720/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=31324 CPUtime=46.46
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 7602 0 0 0 4640 6 0 0 25 0 1 0 25188819 32075776 7588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 7831 7588 76 150 0 7678 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 53548

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 26180
/proc/meminfo: memFree=1660752/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=35576 CPUtime=97.18
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 8586 0 0 0 9711 7 0 0 25 0 1 0 25188819 36429824 8572 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 8894 8572 76 150 0 8741 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 57800

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26180
/proc/meminfo: memFree=1658704/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=37496 CPUtime=156.62
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 9078 0 0 0 15654 8 0 0 25 0 1 0 25188819 38395904 9064 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 9374 9064 76 150 0 9221 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 59720

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

[startup+179.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26180
/proc/meminfo: memFree=1658512/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=37672 CPUtime=173.27
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 9121 0 0 0 17319 8 0 0 25 0 1 0 25188819 38576128 9107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 9418 9107 76 150 0 9265 0
Current children cumulated CPU time (s) 177.36
Current children cumulated vsize (KiB) 59896

[startup+204.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26180
/proc/meminfo: memFree=1658192/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=38136 CPUtime=198.63
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 9233 0 0 0 19855 8 0 0 25 0 1 0 25188819 39051264 9219 996147200 134512640 135127466 4294956256 18446744073709551615 134530703 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 9534 9219 76 150 0 9381 0
Current children cumulated CPU time (s) 202.72
Current children cumulated vsize (KiB) 60360

[startup+211.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26182
/proc/meminfo: memFree=1657872/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=38276 CPUtime=204.97
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 9270 0 0 0 20489 8 0 0 25 0 1 0 25188819 39194624 9256 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 9569 9256 76 150 0 9416 0
Current children cumulated CPU time (s) 209.06
Current children cumulated vsize (KiB) 60500

[startup+214.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26182
/proc/meminfo: memFree=1657872/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=38420 CPUtime=208.14
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 9289 0 0 0 20806 8 0 0 25 0 1 0 25188819 39342080 9275 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 9605 9275 76 150 0 9452 0
Current children cumulated CPU time (s) 212.23
Current children cumulated vsize (KiB) 60644

[startup+215.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26182
/proc/meminfo: memFree=1657872/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=38420 CPUtime=209.72
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 9292 0 0 0 20964 8 0 0 25 0 1 0 25188819 39342080 9278 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 9605 9278 76 150 0 9452 0
Current children cumulated CPU time (s) 213.81
Current children cumulated vsize (KiB) 60644

[startup+216.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26182
/proc/meminfo: memFree=1657872/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=4.09
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1376 25956 0 2 7 1 379 22 16 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26179] ppid=26156 vsize=5356 CPUtime=0
/proc/26179/stat : 26179 (sh) S 26156 26156 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26179/statm: 1339 232 193 169 0 50 0
[pid=26180] ppid=26179 vsize=38420 CPUtime=210.52
/proc/26180/stat : 26180 (minisat) R 26179 26156 25823 0 -1 4194304 9295 0 0 0 21044 8 0 0 25 0 1 0 25188819 39342080 9281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26180/statm: 9605 9281 76 150 0 9452 0
Current children cumulated CPU time (s) 214.61
Current children cumulated vsize (KiB) 60644

[startup+217.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26182
/proc/meminfo: memFree=1657872/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=215.39
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1430 35548 0 2 7 1 21500 31 17 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 215.39
Current children cumulated vsize (KiB) 16868

[startup+217.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26192
/proc/meminfo: memFree=1691784/2055920 swapFree=4192812/4192956
[pid=26156] ppid=26154 vsize=16868 CPUtime=215.39
/proc/26156/stat : 26156 (sugar) S 26154 26156 25823 0 -1 4194304 1449 35548 0 2 7 1 21500 31 15 0 1 0 25188400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26156/statm: 4217 1113 409 3 0 796 0
[pid=26183] ppid=26156 vsize=5356 CPUtime=0
/proc/26183/stat : 26183 (sh) S 26156 26156 25823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25210149 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26183/statm: 1339 233 193 169 0 50 0
[pid=26184] ppid=26183 vsize=0 CPUtime=0.18
/proc/26184/stat : 26184 (java) Z 26183 26156 25823 0 -1 12 3609 0 1 0 16 2 0 0 15 0 2 0 25210150 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26184/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 215.57
Current children cumulated vsize (KiB) 22224

Child status: 0
Real time (s): 217.714
CPU time (s): 215.615
CPU user time (s): 215.246
CPU system time (s): 0.368943
CPU usage (%): 99.0358
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 215.246
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40979
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= 3881
involuntary context switches= 12453

runsolver used 0.230964 second user time and 0.769882 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 08:47:29
IDJOB=2085173
IDBENCH=58306
IDSOLVER=739
FILE ID=node61/2085173-1247381249
PBS_JOBID= 9507205
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15d-12.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085173-1247381249/watcher-2085173-1247381249 -o /tmp/evaluation-result-2085173-1247381249/solver-2085173-1247381249 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2085173-1247381249.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6e510f39e5c6cbcc4553ed63ad098f24
RANDOM SEED=699495080

node61.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.229
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.229
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:       1706696 kB
Buffers:         71940 kB
Cached:         177348 kB
SwapCached:          0 kB
Active:         196516 kB
Inactive:        95976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:          63656 kB
Slab:            41896 kB
Committed_AS:   261320 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-12 08:51:07