Trace number 2090783

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+minisatSAT 158.742 159.649

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-31_ext.xml
MD5SUM53de9724d2261f784ea320a8a84f71da
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.72089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 11:35:43 2009
0.00/0.07	c 0	PID 26459
0.06/0.07	c 0	HOST node77.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2090783-1247391342.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090783-1247391342.xml' 'HOME/temp.csp'
0.06/0.94	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	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'
0.94/1.04	c 1	Parsing HOME/temp.csp
2.42/2.59	c 3	parsed 209 expressions
2.42/2.60	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.60	c 3	Converting to clausal form CSP
2.51/2.62	c 3	converted 21 (10%) expressions
2.51/2.62	c 3	converted 42 (20%) expressions
2.51/2.64	c 3	converted 63 (30%) expressions
2.51/2.66	c 3	converted 84 (40%) expressions
2.51/2.67	c 3	converted 105 (50%) expressions
2.72/2.87	c 3	converted 126 (60%) expressions
2.92/3.07	c 3	converted 147 (70%) expressions
3.02/3.20	c 3	converted 168 (80%) expressions
3.22/3.35	c 4	converted 189 (90%) expressions
3.31/3.48	c 4	converted 209 (100%) expressions
3.31/3.48	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.31/3.48	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.48	c 4	Propagation in CSP
3.31/3.48	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.31/3.48	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.31/3.48	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.48	c 4	Simplifing CSP by introducing new Boolean variables
3.31/3.49	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.31/3.49	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.51/3.65	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.51/3.66	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.51/3.67	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.51/3.67	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.51/3.67	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.51/3.67	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.51/3.67	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.51/3.67	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.51/3.68	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.51/3.68	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.51/3.68	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
3.81/3.98	c 4	9 (10%) CSP clauses are encoded (34237 clauses, 644324 bytes)
4.11/4.21	c 4	17 (20%) CSP clauses are encoded (58410 clauses, 1157714 bytes)
4.31/4.47	c 5	26 (30%) CSP clauses are encoded (85542 clauses, 1759813 bytes)
4.61/4.70	c 5	34 (40%) CSP clauses are encoded (109874 clauses, 2328297 bytes)
4.81/4.93	c 5	42 (50%) CSP clauses are encoded (134186 clauses, 2896359 bytes)
5.00/5.20	c 5	51 (60%) CSP clauses are encoded (161451 clauses, 3533195 bytes)
5.31/5.43	c 6	59 (70%) CSP clauses are encoded (185491 clauses, 4094539 bytes)
5.50/5.69	c 6	68 (80%) CSP clauses are encoded (212632 clauses, 4728545 bytes)
5.80/5.92	c 6	76 (90%) CSP clauses are encoded (236731 clauses, 5291215 bytes)
5.99/6.16	c 6	84 (100%) CSP clauses are encoded (261021 clauses, 5858467 bytes)
5.99/6.16	c 6	84 CSP clauses encoded
5.99/6.16	c 6	Writing map file : HOME/temp.map
5.99/6.16	c 6	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.99/6.16	c 6	SAT : 7160 SAT variables, 261021 SAT clauses, 5858467 bytes
5.99/6.16	c 6	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.99/6.20	c 6	SOLVING HOME/temp.cnf
5.99/6.20	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.08/6.20	c 6	This is MiniSat 2.0 beta
6.08/6.20	c 6	WARNING: for repeatability, setting FPU to use double precision
6.08/6.20	c 6	============================[ Problem Statistics ]=============================
6.08/6.20	c 6	|                                                                             |
6.08/6.20	c 6	|  Number of variables:  7160                                                 |
6.08/6.20	c 6	|  Number of clauses:    261021                                               |
6.08/6.34	c 7	|  Parsing time:         0.13         s                                       |
6.08/6.35	c 7	============================[ Search Statistics ]==============================
6.08/6.35	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.08/6.35	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.08/6.35	c 7	===============================================================================
6.08/6.35	c 7	|         0 |    7160   261021  1000263 |    87007        0    nan |  0.000 % |
6.08/6.42	c 7	|       100 |    7160   261021  1000263 |    95707      100     21 |  0.000 % |
6.37/6.55	c 7	|       250 |    7160   261021  1000263 |   105278      250     25 |  0.000 % |
6.56/6.74	c 7	|       475 |    7160   261021  1000263 |   115806      475     20 |  0.000 % |
6.76/6.91	c 7	|       812 |    7160   261021  1000263 |   127386      812     22 |  0.000 % |
6.96/7.17	c 7	|      1318 |    7160   261021  1000263 |   140125     1318     18 |  0.000 % |
7.46/7.61	c 8	|      2077 |    7160   261021  1000263 |   154138     2077     21 |  0.000 % |
8.25/8.42	c 9	|      3216 |    7160   261021  1000263 |   169552     3216     18 |  0.001 % |
8.95/9.13	c 9	|      4927 |    7160   261021  1000263 |   186507     4927     16 |  0.000 % |
10.45/10.68	c 11	|      7491 |    7160   261021  1000263 |   205157     7491     22 |  0.000 % |
12.43/12.62	c 13	|     11335 |    7160   261021  1000263 |   225673    11335     20 |  0.000 % |
15.82/16.06	c 16	|     17101 |    7160   261021  1000263 |   248241    17101     19 |  0.000 % |
20.72/20.97	c 21	|     25750 |    7160   261021  1000263 |   273065    25750     18 |  0.000 % |
29.47/29.76	c 30	|     38724 |    7157   260716   999274 |   300371    23701     19 |  0.042 % |
43.99/44.36	c 45	|     58185 |    7157   260716   999274 |   330408    43162     24 |  0.042 % |
62.80/63.22	c 63	|     87378 |    7157   260716   999274 |   363449    72355     21 |  0.042 % |
104.49/105.16	c 105	|    131167 |    7154   260496   998567 |   399794    83961     21 |  0.084 % |
158.52/159.41	c 160	===============================================================================
158.52/159.41	c 160	restarts              : 17
158.52/159.41	c 160	conflicts             : 175085         (1149 /sec)
158.52/159.41	c 160	decisions             : 256244         (1.63 % random) (1682 /sec)
158.52/159.41	c 160	propagations          : 53682188       (352334 /sec)
158.52/159.41	c 160	conflict literals     : 3622700        (49.29 % deleted)
158.52/159.41	c 160	Memory used           : 30.68 MB
158.52/159.41	c 160	CPU time              : 152.362 s
158.52/159.41	c 160	
158.52/159.42	c 160	SATISFIABLE
158.52/159.42	c 160	DECODING HOME/temp.out WITH HOME/temp.map
158.52/159.42	c 160	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'
158.56/159.50	c 160	Decoding HOME/temp.out
158.56/159.57	s SATISFIABLE
158.56/159.58	v 7 98 157 83 5 63 104 134 52 32 175 163 171 47 96 34 75 179 124 119 76 137 144 66 54 135 34 82 18 179 105 117 127 136 136 179 85 99 39 150
158.56/159.60	c 160	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
158.56/159.64	c 160	CPU 158.72 (0.06 0.02 158.31 0.33)
158.56/159.64	c 160	END Sun Jul 12 11:38:23 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090783-1247391342/watcher-2090783-1247391342 -o /tmp/evaluation-result-2090783-1247391342/solver-2090783-1247391342 -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-2090783-1247391342.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: 2.12 2.12 1.98 4/75 26459
/proc/meminfo: memFree=1830256/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=11864 CPUtime=0
/proc/26459/stat : 26459 (sugar) R 26457 26459 25630 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 26199538 12148736 116 996147200 4194304 4206940 548682068608 18446744073709551615 228044275094 0 0 4224 0 0 0 0 17 0 0 0
/proc/26459/statm: 2966 116 84 3 0 66 0

[startup+0.075912 s]
/proc/loadavg: 2.12 2.12 1.98 4/75 26459
/proc/meminfo: memFree=1830256/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16740 CPUtime=0.06
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26199538 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26459/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101462 s]
/proc/loadavg: 2.12 2.12 1.98 4/75 26459
/proc/meminfo: memFree=1830256/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=0.06
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26199538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26459/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301504 s]
/proc/loadavg: 2.12 2.12 1.98 4/75 26459
/proc/meminfo: memFree=1830256/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=0.06
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26199538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26459/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701581 s]
/proc/loadavg: 2.12 2.12 1.98 4/75 26459
/proc/meminfo: memFree=1830256/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=0.06
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26199538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26459/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50174 s]
/proc/loadavg: 2.12 2.12 1.98 3/82 26477
/proc/meminfo: memFree=1822520/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=0.92
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1309 8021 0 1 5 1 79 7 15 0 1 0 26199538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1111 409 3 0 796 0
[pid=26472] ppid=26459 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26459 26459 25630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26199635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26472/statm: 1339 233 193 169 0 50 0
[pid=26473] ppid=26472 vsize=862880 CPUtime=0.5
/proc/26473/stat : 26473 (java) S 26472 26459 25630 0 -1 0 6078 0 1 0 48 2 0 0 20 0 9 0 26199635 883589120 5364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26473/statm: 215720 5364 2158 9 0 210633 0
[pid=26473/tid=26474] ppid=26472 vsize=862880 CPUtime=0.33
/proc/26473/task/26474/stat : 26474 (java) R 26472 26459 25630 0 -1 64 2026 0 1 0 32 1 0 0 25 0 9 0 26199636 883589120 5364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26475] ppid=26472 vsize=862880 CPUtime=0.12
/proc/26473/task/26475/stat : 26475 (java) R 26472 26459 25630 0 -1 64 3038 0 0 0 12 0 0 0 16 0 9 0 26199637 883589120 5364 996147200 134512640 134550932 4294955936 18446744073709551615 102768048 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26476] ppid=26472 vsize=862880 CPUtime=0
/proc/26473/task/26476/stat : 26476 (java) S 26472 26459 25630 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26199638 883589120 5364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26477] ppid=26472 vsize=862880 CPUtime=0
/proc/26473/task/26477/stat : 26477 (java) S 26472 26459 25630 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26199638 883589120 5364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 885104

[startup+3.10206 s]
/proc/loadavg: 2.12 2.12 1.98 4/86 26481
/proc/meminfo: memFree=1797464/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=0.92
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1309 8021 0 1 5 1 79 7 16 0 1 0 26199538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1111 409 3 0 796 0
[pid=26472] ppid=26459 vsize=5356 CPUtime=0
/proc/26472/stat : 26472 (sh) S 26459 26459 25630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26199635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26472/statm: 1339 233 193 169 0 50 0
[pid=26473] ppid=26472 vsize=864848 CPUtime=2.1
/proc/26473/stat : 26473 (java) S 26472 26459 25630 0 -1 0 16301 0 1 0 203 7 0 0 20 0 9 0 26199635 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26473/statm: 216212 15541 2566 9 0 210717 0
[pid=26473/tid=26474] ppid=26472 vsize=864848 CPUtime=1.13
/proc/26473/task/26474/stat : 26474 (java) R 26472 26459 25630 0 -1 64 3181 0 1 0 112 1 0 0 25 0 9 0 26199636 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26475] ppid=26472 vsize=864848 CPUtime=0.9
/proc/26473/task/26475/stat : 26475 (java) R 26472 26459 25630 0 -1 64 12100 0 0 0 86 4 0 0 16 0 9 0 26199637 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 102549376 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26476] ppid=26472 vsize=864848 CPUtime=0
/proc/26473/task/26476/stat : 26476 (java) S 26472 26459 25630 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26199638 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26477] ppid=26472 vsize=864848 CPUtime=0
/proc/26473/task/26477/stat : 26477 (java) S 26472 26459 25630 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26199638 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26478] ppid=26472 vsize=864848 CPUtime=0
/proc/26473/task/26478/stat : 26478 (java) S 26472 26459 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26199640 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26479] ppid=26472 vsize=864848 CPUtime=0.04
/proc/26473/task/26479/stat : 26479 (java) S 26472 26459 25630 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 26199640 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26480] ppid=26472 vsize=864848 CPUtime=0
/proc/26473/task/26480/stat : 26480 (java) S 26472 26459 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26199640 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26473/tid=26481] ppid=26472 vsize=864848 CPUtime=0
/proc/26473/task/26481/stat : 26481 (java) S 26472 26459 25630 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26199640 885604352 15541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887072

[startup+6.30169 s]
/proc/loadavg: 2.27 2.15 1.99 4/86 26481
/proc/meminfo: memFree=1753368/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.08
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 5 1 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 16868

[startup+12.702 s]
/proc/loadavg: 2.33 2.16 2.00 3/78 26483
/proc/meminfo: memFree=1802328/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.09
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 1 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=17064 CPUtime=6.45
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 4125 0 0 0 643 2 0 0 25 0 1 0 26200158 17473536 4111 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 4266 4111 75 150 0 4113 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 39288

[startup+25.5015 s]
/proc/loadavg: 2.33 2.17 2.00 3/78 26483
/proc/meminfo: memFree=1799776/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=19544 CPUtime=19.18
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 4717 0 0 0 1915 3 0 0 25 0 1 0 26200158 20013056 4703 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 4886 4703 75 150 0 4733 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 41768

[startup+51.1015 s]
/proc/loadavg: 2.21 2.16 2.00 3/78 26483
/proc/meminfo: memFree=1796640/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=22660 CPUtime=44.65
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 5510 0 0 0 4461 4 0 0 25 0 1 0 26200158 23203840 5496 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 5665 5496 75 150 0 5512 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 44884

[startup+102.307 s]
/proc/loadavg: 2.09 2.13 2.00 3/78 26483
/proc/meminfo: memFree=1790816/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=28240 CPUtime=95.61
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 6875 0 0 0 9555 6 0 0 25 0 1 0 26200158 28917760 6861 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 7060 6861 75 150 0 6907 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 50464

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

[startup+127.902 s]
/proc/loadavg: 2.06 2.12 2.00 3/78 26483
/proc/meminfo: memFree=1790560/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=28504 CPUtime=121.07
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 6950 0 0 0 12101 6 0 0 25 0 1 0 26200158 29188096 6936 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 7126 6936 75 150 0 6973 0
Current children cumulated CPU time (s) 127.17
Current children cumulated vsize (KiB) 50728

[startup+140.702 s]
/proc/loadavg: 2.05 2.11 2.00 3/78 26483
/proc/meminfo: memFree=1789024/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=29692 CPUtime=133.82
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 7267 0 0 0 13375 7 0 0 25 0 1 0 26200158 30404608 7253 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 7423 7253 75 150 0 7270 0
Current children cumulated CPU time (s) 139.92
Current children cumulated vsize (KiB) 51916

[startup+147.102 s]
/proc/loadavg: 2.04 2.11 2.00 3/78 26483
/proc/meminfo: memFree=1788704/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=30356 CPUtime=140.18
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 7413 0 0 0 14011 7 0 0 25 0 1 0 26200158 31084544 7399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 7589 7399 75 150 0 7436 0
Current children cumulated CPU time (s) 146.28
Current children cumulated vsize (KiB) 52580

[startup+153.502 s]
/proc/loadavg: 2.04 2.11 2.00 3/78 26483
/proc/meminfo: memFree=1787872/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=30884 CPUtime=146.54
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 7551 0 0 0 14647 7 0 0 25 0 1 0 26200158 31625216 7537 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 7721 7537 75 150 0 7568 0
Current children cumulated CPU time (s) 152.64
Current children cumulated vsize (KiB) 53108

[startup+156.702 s]
/proc/loadavg: 2.03 2.11 2.00 3/78 26483
/proc/meminfo: memFree=1787552/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=31148 CPUtime=149.72
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 7622 0 0 0 14965 7 0 0 25 0 1 0 26200158 31895552 7608 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 7787 7608 75 150 0 7634 0
Current children cumulated CPU time (s) 155.82
Current children cumulated vsize (KiB) 53372

[startup+158.302 s]
/proc/loadavg: 2.03 2.11 2.00 3/78 26483
/proc/meminfo: memFree=1787360/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=31280 CPUtime=151.32
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 7653 0 0 0 15125 7 0 0 25 0 1 0 26200158 32030720 7639 996147200 134512640 135127466 4294956256 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 7820 7639 75 150 0 7667 0
Current children cumulated CPU time (s) 157.42
Current children cumulated vsize (KiB) 53504

[startup+159.102 s]
/proc/loadavg: 2.03 2.11 2.00 3/78 26483
/proc/meminfo: memFree=1787360/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=6.1
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1376 28429 0 2 6 2 580 22 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
[pid=26482] ppid=26459 vsize=5356 CPUtime=0
/proc/26482/stat : 26482 (sh) S 26459 26459 25630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26200158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26482/statm: 1339 232 193 169 0 50 0
[pid=26483] ppid=26482 vsize=31280 CPUtime=152.11
/proc/26483/stat : 26483 (minisat) R 26482 26459 25630 0 -1 4194304 7668 0 0 0 15204 7 0 0 25 0 1 0 26200158 32030720 7654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26483/statm: 7820 7654 75 150 0 7667 0
Current children cumulated CPU time (s) 158.21
Current children cumulated vsize (KiB) 53504

[startup+159.507 s]
/proc/loadavg: 2.03 2.10 2.00 3/78 26483
/proc/meminfo: memFree=1787296/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=158.56
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1430 36410 0 2 6 2 15817 31 16 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 158.56
Current children cumulated vsize (KiB) 16868

[startup+159.602 s]
/proc/loadavg: 2.03 2.10 2.00 3/78 26483
/proc/meminfo: memFree=1787296/2055920 swapFree=4192812/4192956
[pid=26459] ppid=26457 vsize=16868 CPUtime=158.56
/proc/26459/stat : 26459 (sugar) S 26457 26459 25630 0 -1 4194304 1450 36410 0 2 6 2 15817 31 15 0 1 0 26199538 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26459/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 158.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 159.649
CPU time (s): 158.742
CPU user time (s): 158.38
CPU system time (s): 0.361944
CPU usage (%): 99.4321
Max. virtual memory (cumulated for all children) (KiB): 887184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.38
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41704
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= 3586
involuntary context switches= 5576

runsolver used 0.173973 second user time and 0.567913 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 11:35:43
IDJOB=2090783
IDBENCH=59891
IDSOLVER=739
FILE ID=node77/2090783-1247391342
PBS_JOBID= 9507326
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-31_ext.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-2090783-1247391342/watcher-2090783-1247391342 -o /tmp/evaluation-result-2090783-1247391342/solver-2090783-1247391342 -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-2090783-1247391342.xml

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

MD5SUM BENCH= 53de9724d2261f784ea320a8a84f71da
RANDOM SEED=1488329241

node77.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1830736 kB
Buffers:         20868 kB
Cached:         122612 kB
SwapCached:          0 kB
Active:         114416 kB
Inactive:        62172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3408 kB
Writeback:           0 kB
Mapped:          44328 kB
Slab:            33880 kB
Committed_AS:   213736 kB
PageTables:       1828 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= 66252 MiB
End job on node77 at 2009-07-12 11:38:23